/*
Theme Name: Blue Drop
Description: Clean style blue theme. Added WP-PageNavi support
Theme URI: http://demo.creativeblogdesigns.com/?wptheme=Blue+Drop
Tags: Blue, two-columns, fixed-width
Version: 1.4.1
Author: byPrelco Web Design
Author URI: http://www.byprelco.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: none;
}


body {
	background: #4d4d4d url('images/body-background.jpg') repeat-x top;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	}

a {text-decoration:underline;}

pre {font-family: 'Courier New';}

#all {
	width: 1200px;
	height: auto;
	background:url('images/right-bottom.jpg') no-repeat right bottom;
	
}
#right-fix {
	margin: 0;
	width: 1042px;
	height: auto;
	background:url('images/border-left.jpg') no-repeat right top;
	}

#faux {
	margin: 0;
	width: 1000px;
	height: auto;
	background:url('images/faux.jpg') repeat-y top;
	overflow: hidden;
	text-align: left;
	}

#sidebar {
	height: auto;
	width: 250px;
	margin: 0;
	float: left;
	background:url('images/sidebar-top-l.jpg') no-repeat top;
	}

#sidebar-cart {
	width: 250px;
	height: 305px;
	}

#sidebar-content {
	margin: 25px auto auto auto;
	width: 250px;
	height: auto;
	overflow: hidden;
	color: #FFFFFF;
	}

#sidebar-content h2 {
	margin: 20px auto 7px 15px;
	font-size: 17px;
	font-weight: bold;
	}
	
#sidebar-content ul {
	margin: 3px auto auto 15px;
	}
	
#sidebar-content ul li {
	margin: 3px auto auto 0;
	padding: 0 0 3px 15px;
	text-decoration: none;
	list-style: none;
	background:url('images/arrow.jpg') no-repeat left;
	border-bottom: #7e7e7e 1px solid;
	}

#sidebar-content ul li a {
	color: #abc8e2;
	text-decoration: none;
	}


#sidebar-content #searchform .hidden {
	display:none;
	}

#sidebar-content form#searchform div {
	margin: 20px 0;
	height: 38px;
	width: auto;
	}
	
#sidebar-content #searchform input#s {
	margin: 0 5px auto 10px;
	padding: 0;
	height: 18px;
	width: 144px;
	border: #ABC8E2 solid 1px;
	font-weight:bold;
	font-size: 15px;
	color: #4265A7;
	line-height: 20px;
	overflow: hidden;
	text-align:center;
	}

#sidebar-content #searchform input#searchsubmit {
	margin: 0 auto 0 0;
	height: 28px;
	width: 53px;
	color: #FFF;
	border: 0;
	background: #4D4D4D;
	font-size: 14px;
	font-weight: bold;
	}

#searchsubmit {
	border:1px solid #ddd !important;
	text-align:right !important;
	margin: 10px 0px 0px 85px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	border-radius: 5px !important;
	background-color: #333 !important;
	width: 75px !important;
}
.screen-reader-text {
	margin-left:10px;
}
#sidebar-content div#calendar_wrap {
	margin: 0 auto 7px 0;
	width: 250px;
	text-align: center;
	font-size: 14px;
	}

#sidebar-content #calendar_wrap table{
	margin: 0 auto;
	}

#sidebar-content #calendar_wrap caption {
	margin: 0 auto 7px 0;
	font-size: 16px;
	font-weight: bold;
	}
	
#sidebar-content #calendar_wrap a{
	font-size: 14px;
	color: #abc8e2;
	font-weight: bold;
	text-decoration: none;
	}

#container-right {
	height: auto;
	width: 750px;
	margin: 0px;
	float: left;
	overflow: hidden;
	}

#header {
	height: 260px;
	width: 750px;
	margin: 35px auto auto 0;
	background:url('images/header.jpg') no-repeat top;
	text-align: right;
	overflow: hidden;
	}

#header h1 {
	margin: 180px 35px 0 auto;
	font-size: 28px;
	font-weight: bold;
	}
	
#header h1 a {
	text-decoration:none;
	color:#FFFFFF;
	}	
	
#header p {
	margin: 5px 35px auto auto;
	font-size: 23px;
	color: #FFFFFF;
	}

#container-content {
	height: auto;
	width: 750px;
	margin: 0;
	text-align: justify;
	overflow: hidden;
	}

.the-post {
	width: 720px;
	height: auto;
	margin: 15px 15px 0 15px;
	}

.post-date {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	}
	
.post-meta {
	color: #ABC8E2;
	font-size: 12px;
	text-decoration: none;
	background: url('images/author.gif') no-repeat left;
	}
	
.post-meta p {
	margin-left: 20px;
	}
	
.post-meta a {
	color: #ABC8E2;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

.post-tags {
	height: 24px;
	line-height: 24px;
	color: #ABC8E2;
	font-size: 12px;
	text-decoration: none;
	background: url('images/tags.gif') no-repeat left;
	}

.post-tags p {
	margin-left: 20px;
	}

.post-tags a {
	color: #ABC8E2;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	
.post-comments {
	height: 24px;
	line-height: 24px;
	color: #ABC8E2;
	font-size: 12px;
	text-decoration: none;
	background: url('images/comments.gif') no-repeat left;
	}

.post-comments p {
	margin-left: 20px;
	}

.post-comments a {
	color: #ABC8E2;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

.post-title h1 a {
	font-size: 25px;
	color: #4265A7;
	text-decoration: none;
	}

.post-content {
	margin: 10px auto auto auto;
	background: none;
	clear:both;
	}	

.post-content p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 8px;
	}
	
.post-content p a {
	font-size: 15px;
	color: #4265A7;
	text-decoration: underline;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 8px;
	}
.post-content p a:hover {color:#4D4D4D;}

.post-content ol {
	margin: 7px auto 7px 18px;
	}

.post-content ol li {
	margin-left: 5px;
	padding: 0px;
	}

.post-content ul {
	margin: 7px auto 7px 14px;
	}

.post-content ul li {
	margin-left: 5px;
	padding: 0px;
	}

.post-content h1 {
	margin: 5px auto 5px 0;
	padding-left: 8px;
	padding-bottom: 4px;
	font-size: 25px;
	font-weight: bold;
	border-left: 4px #D5E3F0 solid;
	border-bottom: 1px #D5E3F0 solid;
	}

.post-content h2 {
	margin: .5em auto 5px 0;
	padding-left: 8px;
	padding-bottom: .3em;
	font-size: 1.7em;
	font-weight: normal;
	font-style:italic;
	border-left: 4px #D5E3F0 solid;
	border-bottom: 1px #D5E3F0 solid;
	}

.post-content h3 {
	margin: .5em auto 5px 0;
	padding-left: 8px;
	padding-bottom: .3em;
	font-size: 1.3em;
	font-weight: bold;
	border-left: 6px #D5E3F0 solid;
	}

.post-content h4 {
	margin: 5px auto 5px 0;
	padding-left: 8px;
	padding-bottom: 4px;
	font-size: 22px;
	font-weight: normal;
	font-style:italic;
	border-left: 6px #D5E3F0 solid;
	}

.post-content h5 {
	margin: 5px auto 5px 0;
	padding-left: 8px;
	padding-bottom: 4px;
	font-size: 22px;
	font-weight: normal;
	border-left: 6px #D5E3F0 solid;
	}

.post-content blockquote {
	background:url('images/blockquote.gif') no-repeat top left;
	margin-top: 20px;
	borgin-bottom: 20px;
	margin-left: 20px;
	border-left: 2px #999999 solid;
	padding-left: 15px;
	}

.post-content img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.post-content img.aligncenter {
	text-align: center;
}
.alignright {float:right;}
.alignleft {float:left;}

.the-post .comments {
	margin: 20px auto auto auto;
	padding-top: 90px;
	background:url('images/post-divider.gif') no-repeat;
	}

.comments-template {
	width: 530px;
	}

.comments-template p {
	text-indent: 0px;
	}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}


.post-footer {
	margin: 20px 0 auto auto;
	width: 720px;
	height: 73px;
	background:url('images/post-divider.gif') no-repeat;
	}
	
.navigation {
	margin: 10px auto 40px auto;
	width: 720px;
	height: auto;
	font-size: 14px;
	color: #ABC8E2;
}

.navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #ABC8E2;
}

.navigation .alignleft {
	float: left;
	border: none;
}

.navigation .alignright {
	float:right;
	border: none;
}

.navigation a.alignleft, .navigation a.alignright {
	border: none;
}

.navigation .clear {
	clear: both;
	height: 1px;
	width: auto;
}

.callout {
width: 30%; 
font-size:small;
font-style:italic;
font-family: Georgia, serif; 
float: right; 
margin-left: 5px; 
border: #222 1px solid; 
padding: 1em;
}
#pagenavi {
	text-align: center;
}

#pagenavi .wp-pagenavi {
	margin: 0 auto;
	text-align: left;
}

#pagenavi .wp-pagenavi span.pages,#pagenavi span.current,#pagenavi a.page,#pagenavi a  {
	background: none;
	color: #ABC8E2;
	border: 1px solid #ABC8E2;
	font-size: 11px;
}

.navigation .clear {
	clear: both;
	height: 1px;
	width: auto;
}

#footer {
	margin: 0;
	width: 1000px;
	height: 45px;
	background: #4d4d4d;
	color:#FFFFFF;
	}

#footer p {
	margin: 10px auto auto 250px;
	font-size: 14px;
	}

#footer p a {
	color: #CCCCCC;
	}

.boxleft {
float:left;
padding:5px;
width:200px;
border:1px solid #336699;
margin: 0 5px 5px 0;
}

