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


/* Global */

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 257px;
}

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: 257px;
	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;
	 }

#searchform {
	position: absolute;
	left: 666px;
	top: 264px;
}
#searchform input {
	float: left;
	border: none;
	color: #000;
	margin: 0;
	padding: 0;
}
#searchform .searchtext {
	margin: 23px 6px 0 0;
	width: 189px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: none;
	background: transparent;
}
#searchform .searchbutton{
	margin-top: 6px;
	width: 50px;
	height: 50px;
}
#searchform label {
	display: none;
}

#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 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: 635px;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 15px;
	line-height: 20px;
	padding: 0;
	margin-top:7px;
}

.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;
 
}

.sidebox {
	float: left;
	width: 201px;
	background-image: url(images/sidebox.jpg);	
	height:225px;
	margin: 0 0 20px 0;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.sidebox h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
	color: #231F20;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0px;	
	text-align:center;
}

.sidebox h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
	color: #231F20;
	margin: 10px 0 20px 0;
	padding: 0 0 6px 0px;	
	text-align:center;
}

#topic {
	height: 290px;	
		background-image: url(images/sidebox_topics.jpg);	

}

 

#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 */

h3#comments, #respond h3 {
	font-size: 1.4em;
	color: #000;
}


#commentform {
	margin: 5px 0 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

#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%;	
}
