/* 
TheBlogName
17. august 2009
Theme Name: Abandu
Theme URI: http://jayj.dk
Description: The Abandu WordPress theme by Jayjdk.
Version: 1.0
Author: Jayjdk
Author URI: http://themeforest.net/user/jayjdk
*/

@import "css/reset.css"; /* Imports the reset.css */

body {
	background: none;
	color: #7E8E4E; 
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#top-wrapper {
	width: auto;
	margin: 0 auto;
	background: transparent url(images/top-bg.png) repeat-x;
}

#middle-wrapper {
	width: auto;
	margin: 400px 0 0 0;
	background: none;
}

#bottom-wrapper {
	width: auto;
	margin: 0 auto;
	background: #7E8E4E url(images/bottom-bg.jpg) repeat-x;
}

/* Header */

#header {
	height: 115px;
	width: 900px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	background: url(images/logo.png) no-repeat bottom right;
}

	/* Header logo / text */
	#header h1, #header h2 {
		margin: 0;
		position: absolute;
	}

	#header h1.image a, #header h2.image a{
		display: block;
		height: 80px; /* Height of the logo */
		width: 220px; /* Width of the logo */
	}

#header p.description {
	color: #948a6e;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	margin: 90px 0 0 -100px;
	float: left;
}

	/* Header > Search */
	
	#search {
		background: url(images/search_bg.png) no-repeat;
		height: 43px;
		width: 282px;
		position: absolute;
		right: 20px;
	}
	#search input.sinput { /* The search input field */
		background: #c6c0b0 url(images/search_input.png) repeat-x;
		border: 1px solid #bab4a1;
		margin: 6px 10px;
		padding: 5px 10px 5px 5px;
		width: 203px;
	}
	
	#search input.ssubmit { /* The submit button */
		background: url(images/search_submit.png) no-repeat;
		border: none;
		height: 27px; width: 27px;
		text-indent: -9999px;
		padding: 0;
	}
	.opera input.ssubmit { 
		margin-bottom: 5px; 
		} /* Opera fix */
	
	/* Header > Menu */
	
	ul#menu {
		float: left;
	}

	ul#menu li { 
		font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
		float: left;
		margin-right: 4px;
		text-transform: uppercase;
		position: relative;
		padding: 50px 0 15px 0;
	}
	ul#menu li a { 
		color: #fff;
		padding: 50px 10px 15px 10px;
		text-shadow: #6F7D44 0 -1px 0; 
		}
	ul#menu li a:hover {
		color: #fff; 
		text-decoration: none;
		background: #B9E3FF url(images/section.png) repeat-x;
		text-shadow: #90B0C6 0 -1px 0;
		}
	ul#menu li.current_page_item a {
		color: #fff; 
		background: none;
		background: #B9E3FF url(images/section.png) repeat-x;
		text-shadow: #90B0C6 0 -1px 0;	
	}
	ul#menu li.current a {
		color: #fff; 
		background: none;
		background: #B9E3FF url(images/section.png) repeat-x;
		text-shadow: #90B0C6 0 -1px 0;	
	}
	ul#menu li.current_page_parent a {
		color: #fff; 
		background: none;
		background: #B9E3FF url(images/section.png) repeat-x;
		text-shadow: #90B0C6 0 -1px 0;	
	}
	ul#menu li.current_page_item, ul#menu li.current_page_parent {
		color: #fff; 
		background: none;
		} /* The current page item */
	
		/* Level 2 */
		ul#menu li ul {
			font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
			background: #9DBFD6;
			padding: 0;
			position: absolute; 
			top: 76px; left: 0; 
			z-index: 5;
			visibility: hidden;
		}
		ul#menu li:hover ul {
			visibility: visible;
			padding: 5px 0 5px 0;
		}
		ul#menu li ul li {
			width: 100%;
			line-height: 20px;
			overflow: hidden;
			padding: 5px 0 5px 0;
			
		}
		
		ul#menu li ul li a { 
			color: #333;
			background: none ! important;
			}
		ul#menu li ul li a:hover { 
			color: #B9E3FF;
			}

		ul#menu li ul li.current_page_item {
			color: #B9E3FF ! important;
			text-decoration: none;
			background: none;
		}


	
/* Content */
	
#content {
	background: #fff;
	padding: 20px 20px 0 20px;
	width: 900px;
	margin: 0 auto;
}

#main {
	float: left;
	width: 600px;
}


/* Posts */

.post {	
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px; 
	overflow: hidden;
	position: relative;
}

.gallerypost {	
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 20px; 
	overflow: hidden;
	position: relative;
	width: 900px;
}

body.single .post { margin-bottom: 20px;} /* Single post */
.post p {margin-bottom: 20px; }

/* Comments number */
.post .comments-number a{
	background: url(images/icons/speech_bubble_48.png) no-repeat; 
	color: #7E8E4E;
	font-size: 16px;
	font-weight: bold;
	height: 48px; 
	width: 48px;
	line-height: 40px;
	text-align: center;
	float: right;
	top: 0; 
	right: 0;
	margin: 0 0 20px 20px;
}



	/* Post meta */
	.post-meta {
		border-top:1px solid #ddd;
		margin: 20px 0 20px;
		padding:20px 0 0;
		overflow: hidden; 
	}
	body.single .post-meta{ 
		margin-top: 10px; 
		}
	.post-meta p {
		background: none;
		line-height: 26px;
		padding: 0;
		margin: 0;
	}

	a.more-link { font-style: italic; }
	
	/* Author box */
	div.author-box, div.author-info {
		background: #F2F2F2 url(images/icons/pencil.png) no-repeat 95% center; 
		padding: 15px;
		margin: 0 0 30px;
		
	}
	.author-box img, .author-info img { float: left; }
	.author-box div {  margin-top: 3px; padding: 0 75px; }
	.author-box h4, .author-info h3 { color: #242323; font-size: 18px;}
	
	/* Related posts */
	
	.related-posts ol { margin-left: 30px;}

	.related-posts-thumbs { overflow: hidden; }
	.related-posts-thumbs ol { text-align:center;}
	.related-posts-thumbs ol li { float: left; margin-right: 15px; width: 108px;}
	.related-posts-thumbs a { display: block; }
	.related-posts-thumbs a:hover { text-decoration: none; }
	
	/* Social icons */
	
	.social { margin-bottom: 30px; }
	.social h3, .related-posts h3, .related-posts-thumbs h3 { margin-top: 0; }
	.social a { margin-right: 10px; }
	
	/* Author page */
	
	.author-head img { margin-right: 10px;}
	.author-head h3{ margin: 0;}
	.author-head p {margin: 0;}
	.author-info dl { clear: both; }
	
	.youtube-author{ margin: 30px 0 50px;}
	.youtube-author h3{ font-size: 16px; margin-bottom: 5px;}
	.youtube-author h4{ color: #242323;}

/* Sidebar */
#sidebar {
	float: right;
	width: 250px;
}
	/* Sidebar widget */
.widget { 
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px; 
	padding-bottom: 20px;
	overflow: hidden; 
}
.widget p { 
	line-height: 20px;
	}
.widget ul li {
	background: url(images/list_item.png) no-repeat left 12px; 
	font-size: 12px;
	line-height: 20px;
	margin-left: 10px;
	padding-left: 15px;
}

	/* Banners */
	ul.abandu-ads li { background: none; float: left;  margin: 0 10px 10px 0; padding: 0;} 
	ul.abandu-ads li img { border: 1px solid #ccc8c1; padding: 3px; }
	ul.abandu-ads li.odd { margin-right: 0; }
	
/* Footer */

#footer {
	color: #fff;
	width: 900px;
	min-height: 250px;
	margin: 0 auto;
	padding: 100px 20px 20px 20px;
	background: #7E8E4E url(images/footer-bg.jpg) no-repeat;
}	
#footer a { 
	color: #fff;
	}

	/* Any widgets in the footer will be placed in <div class="footer-col"></div> */
.footer-col {
	float: left;
	max-width: 200px;
	margin-right: 40px;
	padding: 0 20px 0 0;
}
.footer-col ul { 
	margin-left: 14px; 
	list-style: square;
	}
.footer-col li { 
	line-height: 20px; 
	}
	
	#wrapper {
		width: auto;
		margin: 0 auto;
		background: #7E8E4E
	}

	#copyright {
		width: 900px;
		padding: 20px 0 20px 0;
		margin: 0 auto;
		color: #fff;
		border-top: 1px solid #9EAE75;
	}

	#copyright a { 
		color: #fff;
		}


/* Comments */

#comments { margin-top: 50px; }
#comments h3.comments {
	font-size: 16px;
	padding: 10px 0 0 0;
	height: 30px;
	line-height: 28px;
}

#comments h3.comments { 
	background: none;
	}

/* Comment list */
ol.commentlist { border-top: 1px solid #dfdcd7; margin: 30px 0;  }
ol.commentlist li {
	background: #fff;
	border-bottom: 1px solid #dfdcd7;
	overflow: hidden;
	padding: 20px 5px;
}
ol.commentlist li.odd { background: #f9f9f9;} /* Every 2. comment */


	/* Level 2 */
	ol.commentlist li ul { margin-top: 75px;}
	ol.commentlist li ul li { 
		border: 1px solid #dfdcd7;
		margin: 0 0 20px;
		padding: 20px 10px;
	}
	
	ol.commentlist li ul li.parent { padding-bottom: 0;}
	
	/* Admin / Post author hightlighting */
	ol.commentlist li.comment-author-admin, ol.commentlist li.bypostauthor { border-bottom: 1px solid #C2BDB4;}
	ol.commentlist li ul li.comment-author-admin, ol.commentlist li ul li.bypostauthor { border: 1px solid #C2BDB4;}

	
ol.commentlist .comment-author  { font-size: 14px; } 
ol.commentlist img.avatar { float: left; margin: 0 10px 15px 0;}
ol.commentlist li cite { font-style: normal; } /* Name */

/*ol.commentlist .says { display: none; }*/ /* Remove the "says" after a persons name */
ol.commentlist .comment-meta {font-size: 11px; }
ol.commentlist li p { clear: both; margin: 0 50px 15px 0;}
ol.commentlist li div.reply { float: right;} /* The reply button */
.comment-nav { overflow: hidden; }
 
/* Comment form */

#respond h3 { 
	background: none;
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
	height: 30px;
	font-size: 16px;
	line-height: 28px;
	border-top: 1px solid #ddd; 
	}
#respond form p { margin-bottom: 10px; }
#respond form input { margin-left: 0px; }
#respond textarea{ width: 100%;}


/* Typography */

a { 
	color: #9EC0D7; 
	text-decoration: none; 
	}
	
a:hover { 
	color: #9EC0D7; 
	text-decoration: underline; 
	}

	/* Headings */
	
	h1, h2, h3, h4, h5, h6, table caption {
		color: #9EC0D7; 
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		margin: 0;
		text-transform: uppercase;
	}
	h3 { 
		font-size: 20px; 
		margin: 0; 
		}
	h4, table caption { 
		color: #9EC0D7; 
		font-size: 16px;
		margin: 0 0 20px 0;
		text-shadow: #80904F 0 -1px 0; 
		}
	h5 { 
		font-size: 16px; 
		}
	
	.post h1 {
		color: #9EC0D7; 
		font-size: 20px;
		margin: 0 0 10px 0;
		line-height: 20px;
	}
	
	.post h2 {
		color: #9EC0D7; 
		font-size: 14px;
		margin: 0 0 5px 0;
		line-height: 20px;
	}
	.page h1 { 
		font-size:20px;
		line-height:29px;
		margin-bottom:20px;
		}
	.post h2 a { 
		color: #242323; 
		}
	.post h3 { 
		line-height: 20px; 
		}
	#sidebar h3 { 
		font-size: 14px; 
		margin: 0 0 10px 0;
		}

strong { 
	color: #303030; 
	}

pre, .author-box, .author-info {
	background: #F2F2F2;
	border: 1px solid #ccc8c1;
	margin: 10px 0;
	padding: 4px 5px;
}
code { background: #F2F2F2; }
pre code { background: none;}
small { font-size: 11px; }
blockquote {
	border-left: 3px solid #c32404;
	font-style: italic;
	margin: 0 50px 0 10px;
	padding-left: 10px;
}

/* Lists */
.post ul, .post ol { margin: 15px; }
.post ul li, .post ol li, .related-posts li { line-height: 20px; }
.post ul li, .related-posts ul li { list-style: square; list-style-position:outside; }
.post ol li, .related-posts ol li{ list-style: decimal;}

dt{ font-size: 14px; font-weight: bold;}
dd { margin: 2px 10px 8px;}

/* Forms */

input[type="text"], input[type="password"], textarea { /* Input fields and textareas */
	border: 1px solid #ddd;
	color: #7E8E4E; 
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	margin: 8px 0 0 0;
}

input:hover, input:focus, textarea:hover, textarea:focus { 
	border: 1px solid #ddd;
	background: #eee; 
	color: #7E8E4E; 
	}

input[type="submit"]  { /* Submit button */
	
	background: #9EC0D7 url(images/btn.png) repeat-x left top;
	padding: 8px 10px 5px 10px;
	line-height: 30px;
	color: #fff;
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #90B0C6 0 -1px 0;
	border: none;
}

input[type="submit"]:hover {
	text-decoration: none;
	background: #9EC0D7;
}

input[type="sidebar"]  { /* Submit button */
	background: #9EC0D7;
	border: 1px solid #fff;
	color: #fff; 
	cursor: pointer;
	display: block; 
	padding: 5px;
	margin: 10px 0 0 0;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea { 
	font-size: 14px; 
	overflow: auto; 
	width: 75%; 
	}

/* Images */

img {
	margin: 0 0 10px 0;
	}
	
a img {
	margin: 0 0 10px 0;
	border: 1px solid #fff;
	}
	
a:hover img {
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	}


img.alignleft, img.alignright, img.aligncenter, .post img.thumbnail, img.avatar{ background: #ddd; border: 1px solid #ccc8c1; padding: 3px; }
img.alignleft { margin-right: 15px; }
img.alignright { margin-left: 15px; }
img.aligncenter { margin: 10px 0; display: block; margin: 0 auto;}

.wp-caption, .article-image {
	background: #F2F2F2;
	border: 1px solid #ccc8c1;
	padding: 10px 0 10px;
	text-align: center;
	margin: 10px 0;
}
.wp-caption p, .article-image p {
	margin: 10px 0 0;
	
}

/* CSS3 - For modern browsers*/

.post-meta p, #search input[type="submit"] { opacity: none;}
.post-meta p:hover, #search input[type="submit"]:hover { opacity: none; }
.post-meta p { -webkit-transition: opacity .7s linear;} /* Nice little transition in webkit browsers */

#search input.sinput { /* Rounded corners */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
	

/* Misc */

.btn, a.btn, div.reply a { /* Buttons */
	background: #9EC0D7 url(images/btn.png) repeat-x left top;
	padding: 8px 10px;
	line-height: 30px;
	color: #fff;
	font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #90B0C6 0 -1px 0;
	
}

.sidebar-btn, .sidebar-btn a, .sidebar-btn a:hover {
	margin: 16px 0 10px 0;
}

.sidebar-btn a {
	color: #fff;
	text-decoration: none;
	padding: 10px 10px 8px 10px;
}

.sidebar-btn a:hover {
	text-decoration: none;
	background: #9EC0D7;
}

.alignleft { float: left; }
.alignright { float: right; }
.clear { clear: both; }


	/* Errors, warnings and so on - Example usage: <p class="error">Error! Message</p> */
	.error, .warning, .download, .success, .box, .tip { padding: 5px 20px 5px 45px; border-left: none!important; border-right: none!important; }
	
	.error{
		background: #ffebe8 url(images/icons/delete.png) no-repeat 15px center;
		border: 2px solid #C00;
	}
	.warning {
		background: #fff6bf url(images/icons/exclamation.png) no-repeat 15px center;
		border: 2px solid #ffd324;
	}
	.download {
		background: url(images/icons/disk.png) no-repeat 15px center;
		border: 2px solid #b5d4fe;
	}
	.success {
		background: #e7f7d3 url(images/icons/accept.png) no-repeat 15px center;
		border: 2px solid #6c3;
	}
	.box {
		background: #efefef;
		border: 2px solid #d0d0d0;
		padding-left: 15px;
	}
	.tip {
		background: url(images/icons/information.png) no-repeat 15px center;
		border: 2px solid #b5d4fe;
	}
	
	
/* Tables */

table {	
	border: none; 
	width: 100%;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}
	table caption{
		text-align: left;
		line-height: 40px;
	}
	table thead th {
		background: none;
		border: none;
		font-size: 14px;
		padding: 10px 10px 10px 0;
	}
	table tbody td{ 
		background: none;
		border-top: 1px solid #ddd;
		font-size: 14px;
		padding: 20px 20px 10px 0;
		text-align: left;
		vertical-align: top;
	}


	
/* Wordpress stuff */


/* CSS for the WP-PageNavi plugin*/

.wp-pagenavi {
	color: #8F8F8F;
	clear: both;
	font-size: 12px;
	margin-bottom: 40px;
	text-align: right
}
.wp-pagenavi a, .wp-pagenavi .current {
	border: 1px solid #d3d0ca;
	color: #c32404; 
	margin-left: 3px;
	padding: 3px 7px;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi .current { color: #242323; }
.wp-pagenavi .pages { float: left; }

/* WP-Calender */
#wp-calendar { background: #F2F2F2; border: 1px solid #ccc8c1; }

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}

#wp-calendar th { padding-top: 5px; font-style: normal; text-transform: capitalize;}
#wp-calendar {
	empty-cells: show;
	margin: 10px;
	width: 200px;
}

#wp-calendar #next a { padding-right: 10px; text-align: right;}
#wp-calendar #prev a { padding-left: 10px; text-align: left;}
#wp-calendar td a { display: block;}
#wp-calendar td { padding: 3px 0; text-align: center;}


/* IE6 warning */
.ie-warning { margin-bottom: 20px; position: relative; }
.ie-warning .close {
	background: url(images/icons/cross.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 16px; width: 16px;
	text-indent: -9999px;
	position: absolute;
	top: 5px; right: 5px;
}
.ie-warning h5 { margin-top: 8px;}
.ie-warning p { margin-bottom: 10px;}