/*  
Theme Name: c monkeys
*/


#page 
{
    width: 700px;
    margin: 0 auto;
}

#content, #sidebar 
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	margin-top: 0.5cm;
}

#container
{
    width:600px;
    margin:auto;
}

#content 
{
    width:410px;
}

#blogname 
{
    font-size:5em;
    padding-top: 5px
}
#sidebar
{
    margin-left: 0;
    padding:0;
    width:190px;
    z-index: 10;
}
#ship-editor-menu
{
    width:200px;
    text-align: left;
    margin: 0px;
    position:absolute;
    z-index: 10;
    top: 15px;
    left: -210px;
}

#ship-editor-menu ul
{
    margin-left: 15px;
		padding-left:0px;
}

#footer 
{
    clear: left;
}

#header a, #header a:hover, #header h1, #header .description
{
    text-decoration: none;
    margin-left: 15px;
    margin-top: 10px;
    color: #c60;
    line-height:1;
}

#header .description
{
    font-weight: bold;
}

#headerimg
{
    background-position: 0px -10px;
    height: 160px;
    background-image: url( '/images/c-monkeys.png' );
}
img
{
	border:0;
}
body 
{ 
	color: #333333;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	line-height:1.5;
	
}

a
{
    text-decoration: none;
    color:#c60;
}

h3
{
    margin:0;
}

code
{
    color:black;
}

a:hover 
{
    text-decoration: underline;
}
.metalink a
{
    color: #666;
}


.side_title
{
    color:#999999;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}


.blog_title
{
    font-size: large;
}
.entry
{
    text-align: justify;
}
ul
{
  list-style-type: none;
	list-style-image: none;
}

ol
{
    margin-left:-25px;
}

#sidebar ul ul
{
    list-style-type: none;
		list-style-image: none;
		margin-left: 15px;
		padding-left:0px;
    text-transform: lowercase;
}

small
{
    font-weight: normal;
}

.required-ships
{
    margin:0;
    padding:0;
}

.required-ships ul
{
    margin:0;
    padding:0;
    list-style: disc;
}

.required-ships ul li.begin
{
    padding-left: 0;
    border:none;
}

.required-ships ul li
{
    border-left: 1px solid #999999;
    padding-right: 0.3em;
    padding-left: 0.3em;
    display: inline;
}