/*
Theme Name: bloopress
Theme URI: http://www.themelayouts.com/
Description: Designed by <a href="http://www.themelayouts.com">ThemeLayouts</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
Version: 1
Author: ThemeLayouts/DreamTemplate
Author URI: http://www.themelayouts.com/
*/

body {
	margin: 0;
	padding: 0;
	background-color: #e6f8ff;
	background-image: url('images/bodybg.jpg');
	background-repeat: repeat-x;
	}
	

img {
	border: 0;
	margin: 2px;
	}

ul, ol {
	margin: 0;
	padding: 0 20px 0 20px;
	}

ul li, ol li {
	padding: 0;
	margin: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

input, textarea {
	border: 0;
	background-color: #ffffff;
	border: 1px solid #40baea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	margin: 2px;
	}

.clearer {
	clear: both;
	}

a:link, a:active, a:visited {
	color: #4baacf;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #1197cb;
	}
	
/* Header */
#header {
	margin: 0;
	width: 950px;
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	background-color: #52c1ec;
	overflow: hidden;
	}

#headiv {
	width: 950px;
	margin: 30px 0 30px 0;
	overflow: hidden;
	}
	
/* Blog title */
#blogtitle {
	width: 600px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	}
	
#blogname #desc{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #37addb;
	display: inline-block;
	background-color: #9fdff8;
	text-transform: lowercase;
	padding: 6px;
	margin: 6px 0 0 0;
	}

#welcome {
	width: 335px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 18px;
	color: #f8f8f8;
}

#welcome a.feed {
	color: #b0e1f6;
	font-size: 16px;
	display: block;
	background-image: url('images/feed.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
}
#welcome a.taf { color: #b0e1f6; font-size: 16px; background-image: url(images/taf.gif); background-repeat: no-repeat; background-position: left top; display: block; padding: 0 0 0 20px; }
#welcome a.gb { color: #b0e1f6; font-size: 16px; background-image: url(images/gb.gif); background-repeat: no-repeat; background-position: left top; display: block; padding: 0 0 0 20px; }
#welcome a:hover { 
	text-decoration: underline;
}

/* Top Nav */
#topnav {
	margin: 0;
	padding: 0;
	height: 27px;
	width: 100%;
	background-image: url('images/topnavbg.jpg');
	background-repeat: repeat-x;
	background-color: #8394a1;
	}

#topnavdiv {
	overflow: hidden;
	width: 920px;
}

#topnav #plinks {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}

#topnav #plinks ul li a:link, #topnav #plinks ul li a:active, #topnav #plinks ul li a:visited, .current_page_item a:hover {
	color: #139cd2;
	padding: 7px 15px 7px 15px;
	text-align: center;
	font-weight: bold;
	display: block;
	}

#topnav #plinks ul li a:hover, body#nothome #topnav #plinks ul li a.sel:hover {
	text-decoration: underline;
	}

body#home #topnav #plinks ul li a.sel, #topnav #plinks ul li.current_page_item a {
	text-decoration: none;
	color: #139cd2;
	}
	
body#home #topnav #plinks ul li a.sel:hover {
	text-decoration: underline;
}

#topnav #plinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
	}

#topnav #plinks ul li {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	}

/* Categories Navigation */
#catnav {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url('images/catnavbg.jpg');
	background-repeat: repeat-x;
	background-color: #cdedfa;
	}

#catnavdiv {
	overflow: hidden;
	width: 950px;
	margin: 6px 0 0 0;
}

#catnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	}

#catnav ul li {
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
	}
	

#catnav ul li a:link, #catnav ul li a:active, #catnav ul li a:visited, #catnav ul li a {
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #37addb;
	font-weight: bold;
	padding: 23px 10px 23px 11px;
	display: block;
}

#catnav ul li a:hover {
	color: #2898c4;
	background-color: #9fdff8;
}

/* Feature Post Carousel */
#fwrap {
	width: 950px;
	background-color: #7fd1f1;
	background-image: url('images/featuredbg.jpg');
	background-repeat: repeat-x;
	margin: 15px 0 0 0;
}

#fwrap2 {
	width: 950px;
	padding: 15px 0 15px 0;
	overflow: hidden;
}

#featured { width: 895px; overflow: hidden; padding: 0; color: #555555; float: left; margin: 0 0 0 2px; }
	
#featurediv {
	overflow: hidden;
	width: 890px;
	}

#wrap {
	height:230px;
	width:890px;
	display:block;
	overflow:hidden;
	position:relative;
}

#carousel {
	width:10000px;
	margin:3px 0 0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

#carousel li {
	height:230px;
	width:890px;
	margin:0 15px 0 0;
	padding:0;
	float:left;
	display:inline;
	background-repeat: repeat-x;
}

#previous, #next {
	cursor:pointer;
	font-family: Verdana, Geneva, sans-serif;
	color: #766c49;
	text-transform: uppercase;
}
.fentry {
	width: 890px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.fentrypic {
	width: 460px;
	height: 200px;
	float: right;
	background-color: #48beed;
	padding: 10px;
}

.fentrytext {
	width: 380px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #444444;
	line-height: 20px;
	padding: 15px 0 0;
}

.fentrytext h2 {
	margin: 0 0 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #5fc3eb;
	letter-spacing: -1px;
	line-height: 31px;
}

.fentrytext h2 a {
	color: #5fc3eb;
	text-decoration: none;
}

#previous { 
	width: 25px;
	float: left;
	display: block;
	margin: 110px 0 0 0;
}

#next { 
	width: 19px;
	float: left;
	display: block;
	margin: 110px 0 0;
}
	
/* Wrapper */
#wrapper {
	margin: 0 0 15px 0;
	width: 950px;
	padding: 0;
	overflow: hidden;
	background-image: url('images/wrapperbg.jpg');
	background-repeat: repeat-y;
	border-bottom: 8px solid #80d1f1;
	}

#nothome #wrapper {
	margin-top: 15px;
	border-top: 8px solid #6dd1f9;
	border-bottom: 8px solid #6dd1f9;
}
	
/* Container */
#container {
	width: 950px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

/* Content */
#content {
	width: 650px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: left;
	line-height: 22px;
	padding: 0;
	margin: 10px 0 10px 0;
	overflow: hidden;
	}

#home #content { 
	border-bottom: none;
}

#contentdiv {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

/* Entry */		
.entry {
	margin: 0 0 35px 0;
	padding: 0;
	}
	
/* Headings */
.ehead, .ehead2 {
	overflow: hidden;
}

.entry .date {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #43bbea;
	text-align: center;
	width: 65px;
	float: left;
	}
	
.entry .title {
	width: 565px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin: 0 0 3px;
	color: #39c;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	}

.entry h2, .ehead2 h2 {
	margin: 0;
	padding: 0;
	font-size: 23px;
	color: #4baacf;
	line-height: 28px;
	}
	
#content .ehead2 h2 {
	padding: 10px 10px 0 10px;
}

.ehead2 .entryinfo {
	padding: 0 10px 0 40px;
}
	
.excerpt {
	margin: 10px 10px 0 75px;
}

.excerpt p {
	display: inline;
}
	
.entryinfo {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #989898;
	font-size: 11px;
	}

.entryinfo2 {
	border-top: 1px solid #c3d3df;
	border-bottom: 1px solid #c3d3df;
	padding: 5px;
	margin-top: 15px;
	overflow: hidden;
}

.entryinfo3 a {
	font-weight: normal;
}

#content ul {
	list-style-image: url('images/bullet.jpg')
}

#sphead {
	width: 950px;
	padding: 15px 0 15px 0;
	overflow: hidden;
}
	
blockquote, blockquote blockquote blockquote {
	padding: 0 5px 0 8px;
	margin-bottom: 10px;
	background-color: #d4f2fd;
	border: 1px dotted #ade8fe;
	line-height: 19px;
	}

blockquote blockquote {
	margin-bottom: 10px;
	background-color: #c8edfb;
	border: 1px dotted #a5e4fc;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.navigation {
	display: block;
	padding: 10px;
	}

/* rightbar */
#sidebar {
	width: 300px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: left;
	padding: 0;
	margin: 0;
}

#sidebar a {
	font-weight: normal;
}

#sidebar ul li, #sidebar ol li {
	line-height: 19px;
	}
	
/* Top Search */
#topsearch {
	margin: 0 0 15px 10px;
	padding: 0;
	}
#s {
	border: none;
	float: left;
	margin: 0;
	padding: 10px 9px 0 9px;
	background-color: transparent;
	background-image: url('images/sbg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 195px;
	height: 26px;
	}

#searchsubmit {
	cursor: pointer;
	color: #f8f8f8;
	font-family: Verdana, Geneva, sans-serif;
	background-color: transparent;
	background-image: url('images/searchsubmitbg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	font-size: 14px;
	margin: 0 0 0 0;
	float: left;
	width: 65px;
	height: 35px;
	padding: 5px 4px 5px 4px;
	text-transform: lowercase;
	}

.widget {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.padd {
	padding: 10px;
}
	
/* Sidebar Heading*/
#sidebar h2 {
	margin: 0 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #30a2cf;
	font-size: 17px;
	background-color: #9fdff8;
	border-left: 10px solid #8fd7f3;
	padding: 12px;
	text-transform: lowercase;
	}	

#feed {
	margin-bottom: 15px;
}
	
#sidebar ul, #sidebar ul {
	list-style-image: url('images/bullet.gif')
	}

#sidebar li {
	margin-bottom: 4px;
	}

/* WP-Calendar */
#wp-calendar, #wp-calendar caption {
	width: 100%;
	text-align: center;
	}

/* Ads Spots 125x125 */
#adspot {
	overflow: hidden;
	padding: 0 20px 0 20px;
	margin-bottom: 10px;
	}

#adspot2 {
	overflow: hidden;
	padding: 0 20px 0 20px;
	margin-bottom: 15px;
}

.ad1 {
	float: left;
	}

.ad2 {
	float: right;
	}

	
/* Comments Area */
#content h3#comments, #content h3#respond {
	margin: 15px 0 15px 0;
	padding: 0 10px 0 10px;
	font-size: 18px;
	text-transform: none;
	color: #585858;
}

ol.commentlist { list-style-type: none; margin: 10px 0 0 0; padding: 0; }
ol.commentlist li { margin: 0 0 15px 0; background: none; border: none; padding: 10px; }
ol.commentlist li.alt { background: #c8edfb; }
ol.commentlist li ul.children { list-style-type: none; list-style-image: none; }
ol.commentlist li.alt ul.children li, ol.commentlist li ul.children li.alt ul li { background: #fbfeff; }
ol.commentlist li.alt ul.children li ul li { background: #effbff;}
.avatar { float: left; margin-right: 5px; }

	

.avatar {
	float: left;
	margin: 5px 5px 0 0;
}
	
#commentform {
	padding: 10px; }
	
#commentform #submit {
	width: 125px;
	height: 29px;
	cursor: pointer;
	color: #fffcf3;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url('images/submitbg.jpg');
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}
	
/* Archives & Search */
#content h3.archive {
	margin: 0 10px 15px 75px;
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #69c4e7;
	border-bottom: 2px dotted #a2dcf3;
	}

/* Footer - the one with "All Rights Reserved" */	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f8f8f8;
	background-color: #3ebaea;
	}

#footer a {
	color: #d7f0fb;
	font-weight: bold;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer div {
	width: 950px;
	padding: 10px 0 10px 0;
	text-align: center;
	}
/**/
#rightcol img { height: 120px; float:left; margin:3px 10px 4px 40px; }
