/*  
Theme Name: SoL MU
Theme URI: http://www.steppingonlegos.com
Liquid percentage-based layout inspired by Matthew James Taylor, matthewjamestaylor.com/blog Very elegant! */

body {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background: #CCD8E0 url('images/retrobg2.jpg');
	color: #000;
	text-align: center;
	margin: 0;
	}

/*#logobar {
	width:100%;
	height:100px;
	max-width:920px;
	text-align:left;
	margin:0 auto;
	}
#logobar a img {
	position:relative;
	z-index:99;
	border:0;
	margin:0.5em;
	}
*/
#pagewrapper {
	width:100%;
	max-width:920px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#fff;
	border: 4px double #CCCCCC;
	}
#header {
	width:100%;
	max-width:920px;
	height:220px;
	background:url(images/header.jpg) no-repeat #fff;
	text-align:left;
	position:relative;
	}
#header p {
	padding:90px 0 0 70px;
	font:bold 18px "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
	letter-spacing:1px;
	}
#searchform {
	margin:5px auto;
	padding:5px;
	background:url(/images/tanbg.png) #e7e4d6;
	}
/* column container */
	.colwrapper {
		text-align:left;
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		float:left;
		width:100%;			/* width of whole page */
		max-width:920px;
		overflow:hidden;		/* This chops off any overhanging divs */
		}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
		background:#fff;
		}
	/* 2 Column (right menu) settings */
	.maincontent {
		background: #fff;		/* right column background colour */
	}
	.maincontent .colleft {
		right:26%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.maincontent .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:28%;			/* (right column width) plus (left column left padding) */
	}
	.maincontent .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:32%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

.nestedcol {
	clear:both;
	position:relative;
	width:100%;
	/*float:left;*/
	}
.innercol1,.innercol2 {
	position:relative;
	float:left;
	}
.innercol1 {
	width:45%;
	margin: 0 2%;
	}
.innercol2 {
	width:45%;
	margin: 0 2%;
	}
.editor_logo {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px dotted #333c3f;
	color:#333c3f;
	margin:0;
}
.archive {
	padding-top:1em;
	}
.caption {
	font-size: 0.8em;
	font-weight:bold;
	text-align:center;
	padding: 5px 5px 10px 5px;
	}
	
#footer {
	background:url(images/footer.jpg) no-repeat #fff;
	width: 920px;
	height: 65px;
	clear:both;
	border-top: 0px dotted #333c3f;
	padding: 0px;
	font-size:0.8em;
	margin: 0px 0px;
	text-align:center;
	}
#footer p {

	margin: 0;

	padding: 40px 0;

	text-align: center;

	}

.caption {
	font-size: 0.8em;
	font-weight:bold;
	text-align:center;
	padding: 5px 5px 10px 5px;
	}
	
.col2 ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.col2 ul li {
	padding:5px 5px 5px 10px;
	text-indent:-10px;

	}

#childlist a {
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	margin: 1em 0 0 4em;
	}
#childlist a:hover {
	text-decoration:underline;
	}
h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	line-height: 1.6em;/*need line heights so headers don't pick up body copy line height*/
	}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 13px 0 0 0;
	}

h3 {
	font-size: 1.2em;
	line-height:1.2em;
	}
blockquote
{
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(images/blockquote.gif) no-repeat left top;
         }
.innercol1 h2, .innercol2 h2, .col2 h2, .widgettitle {
	font-size: 1.2em;
	color:#333c3f;
	text-transform:uppercase;
	padding:5px 0;
	border-bottom: 1px dotted #455359;
	background:url(/images/tanbg.png) center repeat-x #fff;
	}
.innercol1 h4 a, .innercol2 h4 a{
	font-size:1.1em;
	}

#header .description {
	visibility: hidden/*type is built into photo*/;
	}

#sidebar, #sidebar2 {
	width:20%;
	float:left;
}
#sidebar h2, #sidebar2 h2 {
	font-size: 1em;
	color:#835852;
	text-transform:uppercase;
	padding:5px 0;
	border-top: 1px dotted #835852;
	border-bottom: 1px dotted #835852;
}

.addthis {
	font-size:11px;
	text-align:center;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h1, h1 a, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite, .col2 a {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}
.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.comment-author a{
	text-decoration:underline;
	}
.comment-text {
	font-weight: bold;
	text-align: left;
	padding:0 10px;
	border-bottom: 1px dotted #835852;
	margin: 0 0 10px 0;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata, .postmetadata{
	color: #835852;
	font-size: 0.8em;
	text-align:left;
	}

p {
         margin-top:0;
         }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #1b5285;
	text-decoration: none;
	}

a {
	color: #2067a6;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
.addthis {
	text-align:center;
	}


/* Begin Structure */

/* Begin Images */

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.right {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.left {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
    display: block;  
    background: #ffffff;  
    padding: 10px;  
    border: solid 1px #000000;  
	}

.alignleft {
	float: left;
    display: block;  
    background: #ffffff;  
    padding: 10px;  
    border: solid 1px #000000;  
	}
.aligncenter {
	text-align:center;
	margin: 0 auto;
    display: block;  
    background: #ffffff;  
    padding: 10px;  
    border: solid 1px #000000;  
	}

.alignnone {
	text-align:center;
	margin: 0 auto;
    display: block;  
    background: #ffffff;  
    padding: 10px;  
    border: solid 1px #000000;  
}

#flickr{
	position: relative; left: 150px; top: -25px; width: 650px;

	margin-top: 0px;

	text-align:center;

	padding: 0;

	height:165px;

      }

#flickr ul{

      list-style: none;

      }

#flickr li{

      display: inline;

      }

#flickr img{

      margin: 2px;

      padding: 2px;

      border: solid 1px #999;

      }

#flickr img:hover{

      margin: 2px;

      padding: 2px;

      border: solid 1px #999;

      background-color: #ccc;

      }
/* End Images */
#menu-wrap, #menu-wrap ul { 
	background-color: #5a3d1b;
	color: #FFF;
	font-family: inherit;
	font-size:  12px;
	font-weight: normal;
	font-style: normal;
}

#menu-wrap ul a, #menu-wrap ul a:visited { 
	color: #FFF;
	font-family: inherit;
	font-size:  12px;
	font-weight: normal;
	font-style: normal;
	padding:  0px  20px  0px  10px;
	line-height:  30px;
}

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active { 
	background-color: #73bd1e;
	color: #000;
	font-family: inherit;
	font-size:  12px;
	font-weight: normal;
	font-style: normal;
}

#menu-wrap li.selected_page > a,#menu-wrap li.selected_page:hover > a { 
	background-color: #5a3d1b;
	color: #fff;
	font-family: inherit;
	font-size:  12px;
	font-weight: bold;
	font-style: normal;
}

#menu-wrap li.selected_subpage, #menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited { 
	background-color: #5a3d1b;
	color: #fff;
	font-family: inherit;
	font-size:  12px;
	font-weight: bold;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;
}

#menu-wrap ul ul a, #menu-wrap ul ul a:visited { 
	background-color: #73bd1e !important;
	color: #000 !important;
	font-family: inherit !important;
	font-size:  12px !important;
	font-weight: normal !important;
	font-style: normal !important;
	padding:  5px  10px  5px  10px;
	line-height:  15px;
}

#menu-wrap ul ul a:hover { 
	background-color: #5a3d1b !important;
	color: #fff !important;
	font-family: inherit!important;
	font-size:  12px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

#menu-wrap li.section { 
	background-color: #5a3d1b;
	color: #000;
	font-family: inherit;
	font-size:  12px;
	font-weight: bold;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;
}

#menu-wrap { 
	height:  30px;
}

#menu-wrap ul ul { 
	top:  30px;
}


