/*  
Theme Name: AdSensationBlue for WordPress
Theme URI: http://www.justdreamweaver.com/
Description: AdSense-ready theme designed by the geeks at <a href="http://www.justdreamweaver.com">JustDreamweaver</a> in Dreamweaver, of course.  See the readme.txt file for customization and plugin information.
Version: 1.0
Author: JustDreamweaver
Author URI: http://www.justdreamweaver.com
*/

body {
	color:#FFF;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #EEF1F2;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link, a:visited {
	text-decoration:none;
	color:#205BB2;
	border:0;	
}
a:hover {
	text-decoration:underline;
	color:#000000;
	border:0;
	}
a:active {
	text-decoration:underline;
	color:#205BB2;
	border:0;
}
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
}
h2.pagetitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font: normal 40px/50px Arial, Helvetica, sans-serif;
	color: #000000;
}
img {
	border:none;
	margin:0;
	padding:0;
}
img.alignleft {
	margin-right:10px;
	margin-bottom:5px;
}
img.alignright {
	margin-bottom:5px;
	margin-left:10px;
}
hr {
	height:1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCFCF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
}
blockquote {
	background-color:#F0F2F4;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#D6DBE0;
	margin:0 20px 10px 10px;
	padding:10px 15px;
}
* html blockquote {
	height:1%;
}
blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	border-top: 1px solid #D2DFD6;
	border-bottom: 1px solid #D2DFD6;
	border-right-style: none;
	border-left-style: none;
}
blockquote p {
	margin:0;
	padding:0 0 5px;
}
#wrap {
	width:1000px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#header a {
	color:#FFF;
}

#sidebar a {
	color:#333333;
}
#header {
	clear:left;
	height:259px;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background: url(images/header-bg.png) no-repeat center bottom;
}
#header h1 {
	font-size:42px;
	position:absolute;
	width:600px;
	left:50px;
	top:30px;
	font-weight:400;
	line-height:55px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
#header h1 a:hover {
	color: #000000;
	text-decoration: none;
}
p.tagline {
	font-size:16px;
	font-weight:700;
	position:absolute;
	width:600px;
	top:85px;
	left:50px;
	color:#00CCFF;
	margin:0;
	padding:0;
}
/*-- Top navigation settings --*/
.Menu {
	position:absolute;
	float:right;
	height:30px;
	right:10px;
	top:0;
	width:900px;
}
.Menuleft {
	background-image:url(images/menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:36px;
}
.Menuright {
	background-image:url(images/menu-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:36px;
}
.Menu ul {
	background-color:#000;
	background-image:url(images/menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:0;
}
.Menu ul ul {
	position:relative;
	top:0;
	right:15px;
	float:right;
	margin:0;
	padding:0 0 0 15px;
}
.Menu li {
	display:inline;
	font-size:13px;
	line-height:36px;
	margin:0;
	padding:0;
}
.Menu a {
	display:inline;
	margin:0;
	padding:9px 5px 11px;
}
.Menu a:hover {
	background-image:url(images/menu-hover.gif);
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
}
/*-- Header search settings --*/
#header .search {
	background:url(images/Search.gif) no-repeat left top;
	position:absolute;
	top:78px;
	width:263px;
	right:12px;
}
#header .search form {
	padding-right:0;
	padding-left:0;
	margin:0;
	background: url(images/search-bg.gif) no-repeat right top;
	height: 36px;
	width: 263px;
}
#header .search input {
	border:1px solid #0138A7;
	color:#FFF;
	font-size:11px;
	width:210px;
	background-color:#0138A7;
	margin-left: 15px;
	padding: 0px;
	margin-top: 7px;
}
/*-- Header RSS settings --*/
#rss {
	position:absolute;
	height:118px;
	width:111px;
	right:10px;
	text-align:center;
	padding-right:0px;
	padding-top:0px;
	font-size: 10px;
	font-weight: bold;
	background: url(images/rss-large.gif) no-repeat center bottom;
	top: 137px;
}
#rss a {
	display: block;
	height: 100%;
	width: 100%;
}

#rss p {
	line-height:18px;
	margin:0;
	padding:0;
}
/*-- Begin page content CSS --*/
#content {
	width:1000px;
	position:relative;
	float:none;
	background:url(images/content-bg.png) repeat-y left;
	color:#333;
	padding:0;
}
.postwrap h1 {
	font-size:22px;
	font-style:normal;
	line-height:22px;
	font-weight:bold;
	font-variant:normal;
	margin:0;
	padding:0px;
}
.postwrap {
	float:left;
	width:520px;
	padding:10px 10px 10px 65px;
}
.posthead {
	background:url(images/dotline.gif) repeat-x left bottom;
         padding-bottom:10px;
	position:relative;
	clear:left;
	padding-top:1px;
}
#content .posthead h2 a {
	color:#000000;
}
.postauthor {
	color:#999;
	padding-top:1px;
	font-size:11px;
	font-weight:700;
	line-height:1px;
}
.postdate {
	position:absolute;
	top:0;
	left:-65px;
	text-align:center;
	background:url(images/post-date.png) no-repeat left top;
	width:44px;
	margin:0;
	padding:5px 8px 10px 6px;
}
.postdate small {
	font-size:10px;
	color:#000;
	font-weight:700;
}
.postdate .month {
	display:block;
	text-transform:uppercase;
	font-size:10px;
	padding-bottom:5px;
	color: #FFFFFF;
}
.postdate .day {
	display:block;
	letter-spacing:-1px;
	color:#FFFFFF;
	font:bold 26px/28px Arial;
}
.postdate .year {
	display:block;
}
.postcontent {
	background:url(images/dotline.gif) repeat-x left bottom;
	line-height:17px;
	font-size:13px;
}
.postinfo {
	padding-top:15px;
}
.postinfo li {
	list-style-type:none;
	display:inline;
	color:#999;
	font-size:12px;
	font-weight:700;
	margin:0 10px 0 0;
	padding:5px 0 5px 18px;
}
.postcat {
	background:url(images/icon-category.gif) no-repeat left center;
}
.postcomments {
	background:url(images/icon-comment.gif) no-repeat left center;
}
.more-link {
	font-size:11px;
	font-weight:700;
}
/*-- Comment Settings --*/
#commentblock {
	width:498px;
	float:left;
	margin:10px 0px;
	padding:0px;
}
.comment-wrap {
	padding: 0px 10px;
}
.comments-top {
	background-image:url(images/comments-top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:12px;
	width:500px;
}
.comments-btm {
	background-image:url(images/comments-btm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:12px;
	width:500px;
}
#commentblock ol {
	list-style-type:none;
	margin:0;
	padding:0 0 10px;
}
.commentdate {
	font-size:12px;
	padding-left:0;
}
#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0;
}
.commentlist li.alt .commenttext {
	background-color:#FFF;
}
#commentblock ol.commentlist li {
	padding-top:10px;
}
.commentname {
	color:#333;
	margin:0;
	padding:5px 5px 5px 0;
}
.commentinfo {
	clear:both;
}
.commenttext {
	clear:both;
	width:465px;
	margin:3px 0 10px;
	padding:10px 10px 0;
}
.commenttext blockquote {
	margin-bottom:10px;
	border-top: none;
	border-bottom: none;
	border-right-style: none;
	background: #FFFFFF;
	border-left: 5px solid #EEF1F2;
}
.commenttext p {
	margin:0;
	padding:0 0 10px;
}
.commentlist li.auth .commenttext {
	background-repeat:no-repeat;
}
#commentform #submit {
	color:#688188;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:700;
	background-color:#EEF1F2;
	border:2px solid #C9D2D6;
	display:block;
	margin:0;
	padding:4px;
}
/*-- Sidebar settings --*/
#sidebar {
	float:right;
	width:365px;
	color:#333333;
	margin-top:0px;
	position:relative;
	font-size:13px;
	right: 15px;
	margin-bottom: 20px;
}
#sidebar h2 {
	margin:0;
	padding:4px 0 5px 8px;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	background: #000000;
	color: #FFFFFF;
}
#sidebar ul li strong {
	color:#FC0;
}
#sidebar-top {
	width:365px;
	padding-top: 0px;
	float: right;
	padding-right: 7px;
}
.sidebar-top-box {
	margin-bottom:10px;
	color:#000000;
	padding:0;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}
#sidebar-top h2 {
	margin-top:15px;
	color:#FFF;
	background: url(images/side-h2-bg-blue.png) repeat-x left top;
	padding-left: 8px;
}
#sidebar-top .textwidget {
	margin-bottom:10px;
	padding:7px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#sidebar-top ul ul {
	list-style-type:lower-roman;
	margin-bottom:10px;
	padding:10px 7px 7px 12px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#sidebar-top ul ul li {
	padding-left:10px;
	list-style-type:none;
	background-image:url(images/lidot.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:3px;
}
#sidebar-top ul li a {
	text-decoration:none;
}
.box-padding {
	padding:7px;
}
.box-ads {
	padding:7px 0px 2px 7px;
	background-color: #000000;
}
.box-ads img {
	margin-bottom: 5px;
}

#sidebar-top .box-ads a{
    text-decoration:none;
}
#sidebar-left {
	float:left;
	width:160px;
	padding:0px;
	position: relative;
	left: 0px;
}
#sidebar #sidebar-left h2, #sidebar #sidebar-right h2 {
	margin:10px 0;
}
#sidebar-right {
	float:right;
	width:155px;
	padding:0px;
	position: relative;
	right: 5px;
}
#sidebar-left ul ul, #sidebar-right ul ul {
	padding-left:5px;
}
html, #sidebar ul, #sidebar-wrap ul, .rel-posts ul {
	margin:0;
	padding:0;
}
#sidebar-right li, #sidebar-left li {
	background:url(images/lidot.gif) no-repeat left top;
	list-style:none;
	margin:0;
	padding:0 0 5px 8px;
}
#sidebar-left  .children, #sidebar-right .children{
	padding-top: 8px;
}
#sidebar-left  ul.children  li, #sidebar-right  ul.children  li {
	padding-bottom: 3px;
	padding-top: 0px;
}

/*-- Footer settings --*/
#footer {
	float:left;
	width:933px;
	position:relative;
	background:url(images/footer.png) no-repeat left top;
	height:80px;
	color:#FFFFFF;
	font-size:13px;
	padding:15px 0 0 65px;
}
#wrap #footer p {
	margin:0 0 5px;
	padding:0;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
/*-- Page navigation plugin - wp-pagenavi --*/
.Nav {
	margin-bottom:15px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.Nav a:hover {
	color: #666666;
	text-decoration: none;
}
/*-- Post RSS and Trackback settings --*/
.Note li {
	list-style-type:none;
	font-size:12px;
	margin:0;
	padding:2px 0 2px 15px;
}
.NoteRss {
	background:url(images/NoteRss.png) no-repeat left top;
}
.NoteTrackBack {
	background:url(images/NoteTrackBack.png) no-repeat left top;
}
/*-- Related Posts plugin settings --*/
.rel-posts {
	background-image:url(images/dotline.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0 0 10px;
	padding:0 0 10px;
}
.rel-posts li {
	list-style-type:none;
	font-size:11px;
	background-image:url(images/read-more-icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:2px 0 2px 15px;
}
/*-- Sociable plugin settings --*/
.sociable_tagline {
	margin-bottom:8px;
}
span.sociable_tagline:hover span {
	display:none;
}
/*-- Breadcrumb NavXT plugin settings --*/
.breadcrumb {
	list-style-type:none;
	color:#999;
	font-size:10px;
	font-weight:700;
	margin:0 0 10px;
	padding:0;
}
#recentcomments {
	color:#000000;
}
/*-- Wordpress calendar settings --*/
#wp-calendar {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#wp-calendar .pad {
	background-color: #FFFFFF;
}
#wp-calendar caption {
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
#wp-calendar td {
	text-align:center;
	border:1px solid #CCCCCC;
	line-height:20px;
	padding: 0px;
}
#wp-calendar th {
	background-color: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
}
#wp-calendar tbody {


}
#wp-calendar tbody a {
	font-weight:700;
	color:#FFF;
	background-color:#666666;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
}
#wp-calendar tbody a:hover {
	font-weight:700;
	color:#FFF;
	background-color:#000000;
	text-decoration:none;
	border-style:none;
}
#wp-calendar tfoot {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
}
#wp-calendar tfoot a:hover {
	text-decoration:none;
	background: #666666;
}
#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
	color: #FFFFFF;
}
#wp-calendar tfoot td {
	padding:3px 0;
	background: #000000;
	border-style: none;
}
#wp-calendar tfoot .pad {
	background: #000000;
}

/*-- Other grouped selectors --*/
form, .postinfo ul, .Note {
	margin:0;
	padding:0;
}
input, textarea, select {
	font-family:'Verdana';
	color:#282b31;
	font-size:12px;
}
.Note li a {
	color:#000;
}
ul.Note {
	background: url(images/dotline.gif) repeat-x left bottom;
	padding-bottom: 11px;
	
}
.postinfo li a, #sidebar-top a, #sidebar a:hover {
	text-decoration:underline;
}

#credit {
	color: #828282;
	margin-top: 8px;
}
#credit a {
	color: #828282;
}
#sidebar ul.children {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
}
.adblock300x250 {
	height: 250px;
	width: 300px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-left: 10px;
}
.adblock728x90 {
	height: 90px;
	width: 728px;
	position: absolute;
	left: 52px;
	top: 145px;
}
.adblock160x600 {
	width: 160px;
	margin-bottom: 10px;
}
