/*  
Theme Name: Nick Munro Blog
Theme URI: http://www.suttonsilver.com
Description: <p>Nick Munro's Personal Blog</p>
Version: 1.0
Author: SuttonSilver
Author URI: http://www.suttonsilver.com/
*/

/* Begin Typography & Colors */

a { outline:none; }


body{
	font-size:0.75em; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin:10px 0 10px 0;
	
	background-color:#000;
	}

html{
	background-repeat: repeat-y;
	margin:0 auto;

}


/* ---------- @ default css for images -----------*/

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
a img {
	border: none;
	}


/* ---------- @ default links -----------*/

a {

	text-decoration:underline;
	color:#ee8224;	
	}

a:hover {
	color:#ee8224;
	text-decoration:none;
	
	}

a:link, a:visited {
	
		color:#ee8224;
	
}

a:hover, a:active {
color:#ee8224;
	
}

/* ---------- @ main layout style -----------*/

.header{
	position:relative;

}
#header{
	height:110px;
	background-color:#161616;

	


	
}

#title_desc{
	position:absolute;
	left:15px;
	top:10px;
	
}
#header h1{
	
	margin:0px;
	padding:0px;
	font-size:3.0em;
}

#header h1 a{	
	color: #ccc;	
	font-weight:bold;
	text-decoration:none;
	
}


#header h5{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#ccc;
	text-align: center;
	
	
}

#logo {
	font-size:1.8em;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top:25px;
	left:20px;
	
	
}


/* menu */

#menu{
	position: absolute;
	top:83px;
	left:0px;
	height:30px;
	z-index:5;
	width:900px;
	background-color:#282828;

}



#menu ul{
	margin: 0  auto;
	list-style: none;
	list-style-type: none;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#menu ul li{
	float: left;
	margin: 0 0 0 1px;

}

#menu ul li a{
	display: inline;
	padding: 2px 10px 0px;
	text-decoration: none;
	color: #666;
	font-weight: normal;
	font-size:1.05em;
	border-right:1px solid #333;
	line-height:28px;
	
		
}

#menu ul li a:hover{
	text-decoration: underline;
	color:#fff;
}


#menu ul li.current_page_item{
	
		
}

#menu ul li.current_page_item a{
	color: #fff;

}



.mid{
	position:relative;
	top:0px;
	z-index:5;
	left:0px;
	background-color:#111;

	
}

.content_column{
line-height:20px;
}

#content{
padding:10px;



}



.add {
margin-top:10px;
width:275px;
text-align:center;
float:right;
margin-bottom:10px;

}


.add img{
padding:0 0 10px 0;

float:left;
margin-right:3px;





}

.rss{
	position: absolute;
	left:425px;
	top:25px;
	z-index:50;

}


.tags ul a:visited,
.tags ul a:link
{
	list-style-image:none;
	list-style:none;
	color:#3399FF;

}

/* ---------- @ sidebar styles -----------*/


#sidebars,
#sidebars-left
{
	
	text-align:left;
	margin-right:10px;
	
}

#sidebars a,
#sidebars-left a
{
padding-left:0px;


}


#sidebars ul,
#sidebars-left ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	color:#333;


}
#sidebars ul li h2,
#sidebars-left ul li h2
 {
	color:#999;
	margin:0px;
	font-size:1.25em;
	line-height:25px;
	height:28px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#222;


}

#sidebars ul li ul,
#sidebars-left ul li ul
 {
	margin-bottom:1px;
	line-height:22px;
	border:0px solid #003383;
	padding-left:0px;
	margin-bottom:10px;
	
	

	
	
}
#sidebars ul li ul ul,
#sidebars-left ul li ul ul
 {
	border:none;
	margin:0px;
	

}


#sidebars ul li ul li,
#sidebars-left ul li ul li


 {
	border-bottom:1px solid #222;
	display:block;
	padding:0px 0px;
	margin-bottom:0px;	
	 background-color:#111;
	

}

#sidebars ul li ul li a,
#sidebars-left ul li ul li a
 {
	color:#666;
	font-size:1.05em;
	text-decoration:none;	
	 padding-left:25px;
	 	line-height:30px;
		list-style: outside;	
	background-attachment: scroll;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position:8px center;
}


#sidebars ul li ul li ul li,

#sidebars-left ul li ul li ul li
 {
	 margin-bottom:1px;
	 list-style-position:inside;
	 color:#666;
	 	 padding-left:10px;

}
#sidebars ul li ul li ul li a,
#sidebars-left ul li ul li ul li a
 {

	 color:#666;

	
}



#sidebars .comments li{
padding-left:20px;


}

/* ---------- @ footer -----------*/

#footer{
	height: 75px;
	text-align:center;
	vertical-align:bottom;
	background-position: 0px bottom;
	font-size:12px;
	background-color:#222;
	

 
}

#footer p {
	margin: 0;
	padding:10px 0 0 0;
	text-align: center;
	color:#fff;

	
	}

#footer p a{

	color: #FFCC66;

	
	}
	


small {
	
	font-size: 0.9em;
	
	}

h2.pagetitle {

	color:#999;
	background-color:#111;
	line-height:30px;
	padding-left:5px;
	
	}


	
.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { display:block; margin-right:10px;  }
.alignright { display:block; margin-left:10px; }



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


/* ---------- @ widget calendat-----------*/


#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;
	}
	
	
/* ---------- @ post styles -----------*/

.post {
	margin: 0 0 10px;
	text-align: justify;
	border:1px solid #222;
	padding:10px;
	background-color:#161616;



	

	}
	
.post  small{
	margin:0px;
	padding:0px;
	

	

	}
	
.post  small span{
	
	font-size:1.0em;
	

	}
	
.post h2,
.post h3
 {

	margin:0px;
	padding:0px;
	padding-top:6px;


}
.post h2 a,
.post h3 a
{
	color:#ccc;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	
}



.postmetadata {
	clear: left;
	padding:3px 5px;
	color:#666;
	
	
}
.postmetadata a {
color:#ee8224;	
}
.postmetadata a:hover {
color:#ee8224;
text-decoration:none;	
}



h2.pagetitle {
	margin-top: 10px;
	text-align: left;
	padding:0px;
	margin-bottom:0px;
}





.entry{
clear:both;
margin-top:25px;
}



/* ---------- @ search style -----------*/

.search {
position:absolute;
right:20px;
top:20px;
background-color:#000;
border:1px solid #222;
border-bottom:none;

	
	
}

#searchform {
	margin: 0px auto;
	padding: 10px; 
	
	}

#searchform #s {
	width:240px;
	padding: 2px;
	color:#000;
	
	border:1px solid #C2B3AD;
	background-image: url(images/input-bg.jpg);
	background-repeat: repeat-x;
	
	}

#searchsubmit {
	padding: 1px;
	background-color:#111;
	border:1px solid #222;
	color:#999;
	}







.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* ---------- @ comments style -----------*/


.alt {
	background-color: #111;
	border:5px solid #222;
	color:#666;
	

	}

.alt a{

		color:#FFCC66 ;
	

	}
	
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color:#111;
	border:1px solid #222;
	color:#666;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	background-color:#111;
	border:1px solid #222;
color:#666;
	}

#commentform #submit {
	margin: 0;
	float: left;
	background-color:#111;
	color:#666;
	margin-bottom:10px;
	}

.alt {
	margin: 0;
	padding: 10px;

	}

.commentlist {
	padding: 0;
	text-align: justify;	color:#520345;

	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background-color: #111;
	border:1px solid #222;
	}

.commentlist p {
	margin: 10px 5px 10px 0;

	}

#commentform p {
	margin: 5px 0;
	color:#666666;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


#sidebar form {
	margin: 0;
	}

/* ---------- @ hard coded calendar -----------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 10px;
	width: 155px;
	border:1px solid #eee;
	padding:10px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* icons for user, cat and comments */


.author{
color:#FFF;

}


.date{
	
	width:72px;
	height:46px;
	color:#666;
	text-align:center;
	float:left;
	margin-right:5px;
	background-color:#111;
	border:1px solid #222;
	padding-top:10px;
	

	
}

.year{
font-size:25px;
}


/* LOCAL CODE //////////////////////////////*/

#head_container {
	background-color: 000000;
	background-position:left top;
	background-repeat:repeat-x;
	margin: 0 auto;
	border: none;
	height:126px;
	text-align: left;
	background-image: url(http://91.197.32.125/~nickmunr/images/header_bg.gif);
        margin-top:-10px;
}
#head {
	background-color: transparent;
	background-image:url(http://91.197.32.125/~nickmunr/images/nick_munro_logo.gif);
	height:126px;
	width:905px;
	margin: 0 auto;
	padding: 0;
	background-position: 0px;
	background-repeat: no-repeat;
}
.nav_bg {
	background-image:url(http://91.197.32.125/~nickmunr/images/header_nav_bg.gif);
	background-repeat:repeat-x;
	height:35px;
	width:auto;
	dislay:block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 15px;
	background-position: left bottom;
}

.megamenu {

width:920px;
height:35px;
color:#FFF;
margin:0 auto;
padding:0;
}

.megamenu ul {
text-align:left;
list-style-type:none;
margin:0 auto;
padding:0;
display:inline;
padding-top:5px;
list-style:none;
text-align:left;
}

.megamenu ul li {
list-style-type:none;
display:block;
float:left;
margin:0;
margin-top:5px;
padding:0;

}

.megamenu ul li a {
	display:block;
	height:30px;
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_middle.gif) 0 -60px repeat-x;
	font-size:12px;
	font-family:"century gothic";
	margin-right: 3px;
	text-decoration:none;
	float:left;
	font-style: normal;
	font-variant: normal;
}
.megamenu ul li a span.left {
	display:block;
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_left.gif) left -60px no-repeat;
	float:left;
	color:#FFFFFF;
}
.megamenu ul li a span.left span.right {
	display:block;
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_right.gif) right -60px no-repeat;
	float:left;
	padding:7px 29px 7px 29px;
	font-family:"century gothic", Verdana, Arial;
	cursor:pointer;
	color:#FFFFFF;
}
.megamenu ul li a:hover {
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_middle.gif) 0 -30px repeat-x;
	color:#fff;
}
.megamenu ul li a:hover span.left {
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_left.gif) left -30px no-repeat;
}
.megamenu ul li a:hover span.left span.right {
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_right.gif) right -30px no-repeat;
}
.megamenu li a.hover {
	display:block;
	height:30px;
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_middle.gif) 0 top repeat-x;
	font-family:"century gothic", Verdana, Arial;
	text-decoration:none;
	float:left;
	color:#ee8224;
}
.megamenu li a.hover span.left2 {
	display:block;
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_left.gif) left top no-repeat;
	float:left;
	color:#ee8224;
}
.megamenu li a.hover span.left2 span.right2 {
	display:block;
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_right.gif) right top no-repeat;
	padding:7px 23px 7px 23px;
	font-family:"century gothic", Verdana, Arial;
	cursor:pointer;
	color:#ee8224;
}
.megamenu li a.hover:hover, .megamenu li a.hover:visited, .megamenu li a.hover:active, .megamenu li a.hover:link {
	display:block;
	height:30px;
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_middle.gif) 0 top repeat-x;
	font-family:"century gothic", Verdana, Arial;
	margin-right: 3px;
	text-decoration:none;
	float:left;
	color:#ee8224;
}
.megamenu li a.hover:hover span.left2, .megamenu li a.hover:link span.left2, .megamenu li a.hover:active span.left2, .megamenu li a.hover:visited span.left2    {
	display:block;
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_left.gif) left top no-repeat;
	float:left;
	color:#ee8224;
}
.megamenu li a.hover:hover span.left2 span.right2, .megamenu li a.hover:link span.left2 span.right2, .megamenu li a.hover:active span.left2 span.right2, .megamenu li a.hover:visited span.left2 span.right2 {
	display:block;
	background:url(http://91.197.32.125/~nickmunr/images/header_nav_right.gif) right top no-repeat;
	padding:7px 23px 7px 23px;
	font-family:"century gothic", Verdana, Arial;
	cursor:pointer;
	color:#ee8224;
}





/*    INSERT   MOD    HERE    */













.megamenu ul li.downservices {
margin:0;
margin-top:5px;

}

.servicesdropped {
display:none;
text-align:left;
position:absolute;
background:#000;
font-size:10px;
width:560px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius-topright:0;
-webkit-border-radius-topright:0;
-moz-border-radius-topleft:0;
-webkit-border-radius-topleft:0;
border:1px solid #999;
margin:34px 0 0 240px;
padding:20px 0 20px 10px;
opacity: 0.93;
-ms-filter: "alpha(opacity=93)";
filter: "alpha(opacity=93)";
z-index:10;
}


.servicesdropped h3 {font-size:13px; margin-left:10px;  clear:both; padding:0px 0 4px 10px; margin:0px; font-family:"Trebuchet MS", verdana, arial, sans-serif;}
.servicesdropped h3 a{color:#FFF; font-family:"Trebuchet MS", verdana, arial, sans-serif;}
.servicesdropped h3 a:hover{color:#FFF; text-decoration:none;}

.servicesdropped h4 {font-size:13px; margin-left:10px;  clear:both; padding:8px 0 4px 10px; margin:0px; font-family:"Trebuchet MS", verdana, arial, sans-serif;}
.servicesdropped h4 a{color:#FFF; font-family:"Trebuchet MS", verdana, arial, sans-serif;}
.servicesdropped h4 a:hover{color:#FFF; text-decoration:none;}


.servicesdropped ul.left {
text-align:left;
float:left;
font-size:11px;
width:176px;
margin:0;
background-image:none;
padding:0;
height:auto;
}

.servicesdropped ul.middle {
text-align:left;
float:left;
border-right:1px solid #333;
border-left:1px solid #333;
font-size:11px;
width:176px;
margin:0;
padding:0;
padding-left:10px;
height:245px;
}



.servicesdropped ul.right {
text-align:left;
float:left;
font-size:11px;
width:176px;
margin:0;
background-image:none;
padding:0;
padding-left:10px;
height:auto;
}

.servicesdropped ul.right li a,.servicesdropped ul.middle li a , .servicesdropped ul.left li a {
list-style-type:none;
display:block;
color:#888;
font-size:11px;
margin:0;
padding:0px 0px 0px 10px;
background:none;
clear:both;
width:150px;
font-family:"century gothic", Verdana, Arial;
height:10px;
}

.servicesdropped ul.right li a:hover,.servicesdropped ul.middle li a:hover, .servicesdropped ul.left li a:hover {
list-style-type:none;
color:#f4970e;
display:block;
font-size:11px;
margin:0;
padding:0px 0px 0px 11px;
height:10px;
}








.pageFooter{width:100%; float:left; background-color:#000; text-align:center; margin-top:0px;}

.bottom_four {
	width:902px;
	margin-top:15px;
	height:104px;
	float:none;
	background-color: #000;
        border:none;
	border-top:1px solid #353333;
        border-bottom:1px solid #353333;
	margin-bottom: 15px;
text-align:left;
}

.bottom_four p { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; line-height:16px; margin:0 0 8px 0; padding:0px;  }
.bottom_four h4 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; line-height:16px; margin:0 0 8px 0; font-weight:bold; paddng:0px;  }
.bottom_four ul { margin:0px; padding:0px; list-style:none; }
.bottom_four li { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; margin:0px; padding:0px;  }
.bottom_four li a:link, .bottom_four li a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; text-decoration:none; margin:0 0 2px 0; padding:0px;  }
.bottom_four li a:hover, .bottom_four li a:active { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; text-decoration:underline; 	 margin:0 0 2px 0; padding:0px;  }
.bottom_four label { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; width:140px; float:left; line-height:16px; margin:0 0 8px 0; padding:0px;  }

.bottom_four_divider {
	width:1px;
	height:104px;
	background-image:url(http://91.197.32.125/~nickmunr/images/bottom_four_divider.jpg);
	float:left;
}

.bottom_four_shop_by {
	width:257px;
	height:78px;
	float:left;
	padding:16px 0px 10px 10px;
}

.bottom_four_generallinks {
	width:104px;
	height:72px;
	float:left;
	padding: 16px;
}
.bottom_four_servicelinks {
	width:119px;
	height:77px;
	float:left;
	padding-top: 16px;
	padding-right: 6px;
	padding-bottom: 11px;
	padding-left: 16px;
}
.bottom_four_newsletter {
	width:313px;
	height:72px;
	float:left;
	padding: 16px;
}


.bottom_four_house_beautiful {
	width:297px;
	background-image:url(http://www.nickmunro.com/images/house_beautiful_column_bg.gif);
	background-repeat:no-repeat;
	background-position:15px 8px;
	height:48px;
	float:left;
	padding: 40px 20px 16px 16px;
}


.shopBy{width:250px; float:left; margin-bottom:5px;}

.greyText{color:#CCC; font-size:12px; font-family:Arial, Helvetica, sans-serif;}


.shop_by_product { width:90px; height:16px; float:none; margin:0px; margin-left:13px; border:1px solid #999; background-color:#FFF; padding:2px; }

#foot {
	clear: both;
	float: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width:882px;
	background-color: #000000;
	background-image: url(http://91.197.32.125/~nickmunr/images/ccards.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
text-align:left;
}
.footer_left { float:left; width: 580px; height:50px; }
.footer_left_l { float:left; width:400px; }

.footer_left a{color: #AFAFB0; text-decoration:underline;}
.footer_left a:visited{color: #AFAFB0; text-decoration:underline;}
.footer_left a:active{color: #AFAFB0; text-decoration:underline;}
.footer_left a:hover{color: #AFAFB0; text-decoration:none;}

span.light {
	margin: 0;
	color: #AFAFB0;
	display:block;
	float:left;
width:400px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
}

span.light a{color: #AFAFB0; text-decoration:underline;}
span.light a:hover{color: #AFAFB0; text-decoration:none;}

span.dark {
	margin: 0;
	color: #747578;
	display:block;
	float:left;
width:400px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
span#rss {
	width:155px;
	height:13px;
	float:right;
	color: #AFAFB0;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-size: 10px;
	background-image:url(http://91.197.32.125/~nickmunr/images/rss.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 9px;
	padding-left: 25px;
}
#search_mini_form{display:inline;}

.searchBox{width:226px; height:60px; float:left; background-image: url(http://91.197.32.125/~nickmunr/images/searchBox.jpg); background-repeat:no-repeat; margin-bottom:10px;}

br.clear{clear:both; line-height:1;}

.submit{width:17px; height:18px; background-image:url(http://91.197.32.125/~nickmunr/images/submit1.jpg); margin-top:28px; border:none; padding:2px; cursor:pointer; margin-left:5px;}
.submit1{width:17px; height:18px; background-image:url(http://91.197.32.125/~nickmunr/images/submit2.jpg); margin-top:28px; border:none; padding:2px; cursor:pointer; margin-left:0px;}

.searchText{margin:28px 0 0 9px; border:1px solid #999; background-color:#FFF; height:20px; padding:2px; }
.searchText1{margin:0px 1px 0 0px; border:1px solid #999; background-color:#FFF; height:20px; padding:2px;}
