/*
Theme Name: Chad's New Look
*/


/* Global */

* {
	 border:0;
	 margin:0;
	 padding:0;
	 outline:none;
	 }


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	color: #454545;
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-color: #fdfff9;
	background-image: url(images/body_bg.png);
	background-repeat: no-repeat;
	background-position: center 263px;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999999;
}

blockquote {
	margin: 5px 20px;
	padding: 0;
	color: #ffffff;
	border-left: 5px solid #666;
	background: #ababab;
}

blockquote p {
	margin:0;
	padding: 10px 20px;
	display: block;
}

a {
	color: #FAA229;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

 

#top-frame {
	background: url(images/top-frame.jpg) repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}


/* Header */

#header {
	width: 900px;
	height: 263px;
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
	background: url(images/header-bg.png) no-repeat;
}

#header h1 {
	font-size: 3em;
	padding: 50px 675px 0 15px;
	margin: 0;
}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

#header h2 {
	color: #fff;
	font-size: 1.2em;
	padding: 6px 675px 0 17px;
	margin: 0;
}

/************************************************
*	Navbar      								*
************************************************/

.menu {
	list-style:none;
	width:895px;
	height:47px;
	background-image: url(images/menu_bar.png);
	background-repeat: no-repeat; 
	 }

.menu li {
	 float:left;
	 padding-left:2px;
	 background:url(images/menu_div.gif) no-repeat left;
	 }

.menu li:first-child {
	 padding:0;
	 background:none;
	 }

.menu li:first-child a {
	 -moz-border-radius-bottomleft:10px;
	 -moz-border-radius-topleft:10px;
	 -webkit-border-top-left-radius:10px;
	 -webkit-border-bottom-left-radius:10px;
	 }

.menu li a {
	 float:left;
	 height:47px;
	 line-height:47px;
	 display:block;
	 padding:0 20px 0 20px;
	 font-weight:bold;
	 color:#333;
	 font-size:14px;
	 text-transform:uppercase;
	 text-decoration:none;
	 outline:none;
	 }

.menu li a span {
	 display:block;
	 }

.menu li a:hover {
	 background:url(images/menu_bg_active.gif);
	 color:#228eb8;
	 }

.menu li a:hover span {
	 background:url(images/menu_bg_active_arrow.gif) no-repeat top center;
	 }

.menu li ul li {
	 background:none;
	 padding:0;
	 }

.menu li ul li a span {
	 background:none;
	 }

.menu li ul li a:hover span {
	 background:none;
	 }

#menu, #menu ul {
	 margin:0;
	 padding:0;
	 list-style-type:none;
	 list-style-position:outside;
	 position:relative;
	 line-height:1.5em;
	 z-index:300;
	 width:100%;
	 font-weight:bold;
	 }

#menu li {
	 float:left;
	 position:relative;
	 }

#menu li a:hover {
	 text-decoration: none !important;
	 }

#menu ul {
	 position:absolute;
	 display:none;
	 top:1.9em;
	 left:-1px;
	 }

#menu li ul {
	 margin:24px 0 0 3px;
	 width:227px;
	 z-index:19;
	 }

#menu li ul li a {
	 filter:alpha(opacity=90);
	 opacity: 0.9;
	 -moz-opacity:0.9;
	 padding:0 20px;
	 display:block;
	 width:187px;
	 height:auto;
	 float:left;
	 line-height:36px;
	 border:0;
	 font-size:13px;
	 -moz-border-radius:0;
	 -webkit-border-radius:0;
	 background:url(images/drop-li.gif) no-repeat center center;
	 }

#menu li ul li a:hover {
	 filter:alpha(opacity=90);
	 opacity: 0.9;
	 -moz-opacity:0.9;
	 padding:0 20px;
	 display:block;
	 text-decoration:underline;
	 width:187px;
	 height:auto;
	 float:left;
	 line-height:36px;
	 border-left:0;
	 border-right:0;
	 font-size:13px;
	 -moz-border-radius:0;
	 -webkit-border-radius:0;
	 border:0;
	 background:#fff url(images/drop-li-hover.gif) no-repeat center center;
	 }

#menu ul ul {
	 top:auto;
	 }

#menu li ul ul {
	 left:13em;
	 margin:0px 0 0 71px;
	 }

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
	 display:none;
	 }

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
	 display:block;
	 }

/* Search */
.search {
	width:200px;
	 padding:15px 0 0;
	 float:right;
	 }
.search span {
	
	font-weight:bold;
	float:left;
	display:block;
	line-height:28px;
	padding:0 10px;
	 }
#search span {
	width:190px;
	display:block;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	background:url(images/search_bg.png) repeat-x left top;
	border:1px solid #b8b8b8;
	height:26px;
	 }
#search input#s {
	float:left;
	 width:125px;
	 padding:6px 10px;
	 margin:0;
	 border:0;
	 background:none;
	 color:#707070;
	 line-height:14px;
	 }
#search .btn {
	float:right;
	 padding:2px 2px 1px 0;
	 margin:0;
	 border:0;
	 width:auto;
	 }

#rss {
	position: absolute;
	left: 300px;
	top: 60px;
}

/* Mainframe */

#container {
	width: 900px;
	background: url(images/container-bg.jpg) repeat-y;
	margin: 10px 0 0 0;
	padding: 0;
}


/* Content */

#content {
	float: left;
	width: 670px;
	margin: 0;
	padding: 0;
	background: url(images/content-bg.jpg) no-repeat;
}

.post {
	 padding-left:20px;
}

.post h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin: 0;
	padding: 15px 0 25px 0;
	height: 24px;
	font-weight:normal;

}

.post h1 a {
	text-decoration: none;
	color:#231F20;
}

.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin: 0;
	padding: 15px 0 0 0;
	height: 24px;
	font-weight:normal;

}

.post h2 a {
	text-decoration: none;
	color:#231F20;
}

.postmetadata {
	margin: 0;
	padding: 20px 6px 0 0;
	text-align: right;
	color: #91C642;
	font-size: 1em;
	font-weight:900;
 
}
.postmetadata a {
	color: #91C642;
 
}

 
.entry {
	width: 630px;
	overflow: hidden;

	padding: 0;
	margin-top:7px;
}

.entry p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	padding:0 0 15px 0;
} 
p.quotename {
	font-size:13px;
	color:#B8B8B8;	
	margin:0 0 15px 0;
	padding:0;
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #000;
}

.endline {
  clear: both;
}

.commentline {
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	padding: 20px 10px 4px 0;
	background: url(images/comment-line.jpg) bottom right no-repeat;
}

.commentline a {
	text-decoration: none;
	color:#91C642;
}

.tags  {

	color:#91C642;
}

.tags a {
	text-decoration: none;
	color:#91C642;
}

.quickjump {
	padding: 0 0 0 60px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	color: #782f02;
}

.postjumper {
	float: left;
	padding: 0 20px 0 0;  
}


/* PageNavi*/

.wp-pagenavi {
	padding: 0 40px 25px 55px;
}
.wp-pagenavi a {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
}
.wp-pagenavi span.pages {
	padding: 2px 4px; 
	margin: 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px; 
	margin: 2px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}


#mc-embedded-subscribe-form {
border:none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: 0;
	padding: 1px 0 0 0;
}

#sidebar .widget {
	float: left;
	width: 195px;
	margin: 0px 0px 10px 0px;
	padding: 0 10px;
	border: 3px solid #91C642;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-attachment: scroll;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
		
	
	
	

	}

#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#231F20;	
	text-align:center;
	padding:5px 0 0 0;
	margin:0;
	min-height:50px;
}

#sidebar h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#231F20;	
	text-align:center;
	padding:15px 0 0 0;
	margin:0;
	min-height:50px;
}



 

#sidebar ul {
	margin: 0;
	padding: 0 30px 0 5px;
	list-style: none;
}

#sidebar ul li {
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul ul {
	margin: 6px 0 0 0;
	padding: 0 0 0 25px;
	list-style-image: url(images/sidebar_li.png);
}

#sidebar ul ul li {
	margin: 6px 0;
	padding: 0;
	font-size: 1.2em;
	color: #999;
}

#sidebar ul ul li a {
	text-decoration: none;
	color: #999;
}

/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	color: #fff;
}

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

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

#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #000;
	color: #fff;
}

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/* Comments */



#respond {
	color: #000;
	width:635px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.commentlist {
	padding: 0;
	margin: 0;
	width: 635px;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

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

.commentlist li a {
	color: #000;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.children {
	padding: 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

.thread-alt {
	background-color: #bcdeab;
}

.thread-even {
	background-color: #e1f4d4;
}

.depth-1 {
	border: 1px solid #000;
}

.alt {
	border-left: 1px solid #000;
	background-color: #bcdeab;
	margin: 0;
	padding: 10px;
}

.even {
	border-left: 1px solid #000;
	background-color: #e1f4d4;
}


/* Footer */

#footer {
	background: url(images/footer-bg.jpg) no-repeat;
	width: 667px;
	height: 120px;
	clear: both;
	margin: 0;
}

#footer .copyr {
	margin: 0;
	padding: 70px 10px 0 0;
	text-align: center;
	color: #000;
	font-size: 1em;
	
}

#footer .copyr a {
	color: #000;
	text-decoration:none;
}

/* Images */

p img {
	padding: 0;
	max-width: 100%;
}

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
}


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#content .entry ul {
	margin: 0 22px;
	list-style-type: disc;
}
#content .entry ol {
	margin: 0 0px;
	padding: 0 30px;
	list-style-type:decimal;
}
#sidebar ul ul ul {
	padding: 0;
	margin: 0;
}
#sidebar ul ul ul li {
	width: 80%;
	border: none;
	padding-right: 0;
	margin: 0 0 0 10px;
	font-size: 1em;	
}

#sidebar select {
	width: 80%;	
}

/* MailChimp */

#mailchimp  {
	width: 170px;
	border: 0;
	margin: 0; 
	padding:10px 0 0 0;
 	}


#mailchimp  label {
	font-size: 12px;
	display:block;
	line-height: 20px;
	padding:0px 0 0 0;
	}
	
#mailchimp  input {
	font-size: 12px;
	background:url(images/search_bg.png) repeat-x left top;
	border:1px solid #b8b8b8;
	height:26px;
	width:170px;
	}
#mailchimp #pt4 input {
	height: 28px;
	font-size: 14px;
	color: #666666;
	margin-top:15px;
	width:80px;
	float:right;
	}

.privacy {
	padding:10px 0 0 0;
	margin:0 0 10px 0;
}
