/* 
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: #dcd8cc url(images/bg.png) repeat-x fixed; /* Fixed well do that the top gradient will stay in the top when the user scroll */
	color: #666; 
	font: 12px/24px Verdana, Arial, sans-serif;
	/*font: 12px/24px Arial, Helvetica, sans-serif; */
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header */

#header {
	background: url(images/bg_light.png) no-repeat;
	height: 130px;
	position: relative;
}

	/* Header logo / text */
	#header h1, #header h2 {
		float: left;
		margin: 40px 0 0 10px;
	}
	
	#header h1, #header h2 {
		font: bold 48px "Myriad Pro", Arial, Helvetica, sans-serif; /* Plain text logo font & size */
		letter-spacing: -2px;
	}
	#header h1.image a, #header h2.image a{
		background: url(images/logo.png) no-repeat; /* logo */
		display: block;
		height: 55px; /* Height of the logo */
		width: 315px; /* Width of the logo */
		text-indent: -9999px; /* Remove the text */
	}

#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 {
		position: absolute;
		right: 0; bottom: -1px;
	}

	ul#menu li { 
		font: bold 16px Arial, Helvetica, sans-serif;
		float: left;
		margin-right: 20px;
		padding-bottom: 5px;
		text-transform:uppercase;
		position: relative;
	}
	ul#menu li a { color: #999586; }
	ul#menu li a:hover, ul#menu li.current_page_item a, ul#menu li.current a, ul#menu li.current_page_parent a {color: #423f37; text-decoration: none;}
	ul#menu li.current_page_item, ul#menu li.current_page_parent { background: url(images/current_page_item.gif) no-repeat center bottom;} /* The current page item */
	
		/* Level 2 */
		ul#menu li ul {
			background: #dcd8cc;
			background: rgba(220,216,204,0.9); /* 90% opacity in modern browsers */
			border: 1px solid #cecbc4;
			border-top: none;
			padding: 15px 35px 0 10px;
			position: absolute; 
			top: 24px; left: 0; 
			z-index:5;
			visibility: hidden;
		}
		ul#menu li:hover ul {
			visibility: visible;
		}
		ul#menu li ul li {
			width: 100%;
			margin-bottom: 10px;
		}
		
		ul#menu li ul li a { color: #656154!important; }
		ul#menu li ul li a:hover { color: #423f37!important; }

		ul#menu li ul li.current_page_item {
			background: none;
			text-decoration: underline;
		}


	
/* Content */
	
#content {
	background: #fff;
	border: 1px solid #cecbc4; 
	padding: 50px 19px;
}

#main {
	float: left;
	width: 600px;
}


/* Posts */

.post {	
	border-bottom: 1px solid #dfdcd7;
	margin-bottom: 30px; 
	overflow: hidden;
	position: relative;
}
body.single .post { margin-bottom: 10px;} /* Single post */
.post p {margin-bottom: 2em; }

/* Comments number */
.post .comments-number a{
	background: url(images/icons/speech_bubble_48.png) no-repeat; 
	color: #242323;
	font-size: 16px;
	font-weight: bold;
	height: 48px; width: 48px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0; right: 0;
}



	/* Post meta */
	.post-meta {
		margin: 50px 0 30px;
		overflow: hidden; 
	}
	body.single .post-meta{ margin-top: 10px; }
	.post-meta p {
		background: #fbfbfb url(images/btn.png) repeat-x left bottom;
		border: 1px solid #d3d0ca;
		line-height: 26px;
		padding: 5px 12px;
		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: 280px;
}
	/* Sidebar widget */
.widget { 
	border-bottom: 1px solid #dfdcd7;
	margin-bottom: 30px; padding-bottom: 30px;
	overflow: hidden; 
}
.widget p { line-height: 18px;}
.widget ul li {
	background: url(images/list_item.png) no-repeat left 12px; 
	font-size: 13px;
	line-height: 28px;
	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: #999586;
	margin: 20px 20px 50px;
	overflow: hidden;
}	
#footer a { color: #423f37;}

	/* Any widgets in the footer will be placed in <div class="footer-col"></div> */
.footer-col {
	float: left;
	max-width: 250px;
	margin-right: 100px;
	padding: 0 20px 0 0;
}
.footer-col ul { margin-left: 25px; list-style: disc;}
.footer-col li { line-height: 26px; }


/* Comments */

#comments { margin-top: 50px; }
#comments h3.comments, #respond h3 {
	padding: 10px 0 0 60px;
	height: 48px;
	line-height: 28px;
}
#comments h3.comments { background: url(images/icons/comment.png) no-repeat left center;}

/* 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: url(images/icons/pencil.png) no-repeat left center; }
#respond form p { margin-bottom: 10px; }
#respond form input { margin-left: 0px; }
#respond textarea{ width: 100%;}


/* Typography */

a { color: #c32404; text-decoration: none; }
a:hover { color: #242323; text-decoration: underline; }

	/* Headings */
	
	h1, h2, h3, h4, h5, h6, table caption {
		color: #242323; 
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	h3 { font-size: 26px; margin: 20px 0; }
	h4, table caption { color: #c32404; font-size: 22px; }
	h5 { font-size: 16px; }
	
	.post h2, .post h1{
		color: #242323; 
		font-size: 32px;
		margin: 5px 0 20px;
		letter-spacing: -1px;
		line-height: 30px;
		padding-right: 60px;
	}
	.page h1 { margin-bottom: 25px; }
	.post h2 a { color: #242323; }
	.post h3 { line-height: 30px; }
	#sidebar h3 { font-size: 26px; margin: 0 0 10px;}

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: 20px; }
.post ul li, .post ol li, .related-posts li { line-height: 28px; }
.post ul li, .related-posts ul li { list-style: disc; }
.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 #d3d0ca;
	color: #555; 
	font-family: Verdana, Arial, sans-serif;
	padding: 5px 3px;
}

input:hover, input:focus, textarea:hover, textarea:focus { border: 1px solid #c0bcb4; color: #111; }

input[type="submit"]  { /* Submit button */
	background: #fbfbfb url(images/btn.png) repeat-x left bottom;
	border: 1px solid #d3d0ca;
	color: #333; 
	cursor: pointer; 
	padding: 6px 24px;
}

textarea { font-size: 12px; overflow: auto; width: 75%; }

/* Images */

img.alignleft, img.alignright, img.aligncenter, .post img.thumbnail, img.avatar{ background: #F2F2F2; 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: 0.75;}
.post-meta p:hover, #search input[type="submit"]:hover { opacity: 1; }
.post-meta p { -webkit-transition: opacity .7s linear;} /* Nice little transition in webkit browsers */

	/* Text shadows */
.btn, a.btn, .post-meta p, div.reply a, input[type="submit"]  { text-shadow: #fff 1px 1px 0; }
#header p.description, #menu li, #footer h4{ text-shadow: #ece7d9 1px 1px 0; }
ul#menu li ul li a { text-shadow: #ccc 1px 1px 2px;}

#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: #fbfbfb url(images/btn.png) repeat-x left bottom;
	border: 1px solid #d3d0ca;
	padding: 6px 12px;
}

.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: 1px solid #ccc8c1; 
	width: 100%;
	margin: 10px 0;
}
	table caption{
		text-align:left;
		line-height:40px;
	}
	table thead th {
		background: #EAEAEA;
		border: 1px solid #ccc8c1;
		font-size: 12px;
		padding: 10px;
	}
	table tbody td{ 
		background: #fcfcfc;
		border-left: 1px solid #ccc8c1;
		border-bottom: 1px solid #ccc8c1;
		font-size: 12px;
		padding: 10px;
		text-align: left;
	}


	
/* 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;}