/* 
Theme Name: Abandu
Theme URI: http://jayj.dk
Description: The Abandu WordPress theme by Jayjdk.
Version: 1.1
Author: Jayjdk
Author URI: http://themeforest.net/user/jayjdk
*/

@import "css/reset.css"; /* Imports the reset.css */
body {
	background: #dae8ed;
	color: #333333;
	font: 12px/24px Verdana, Arial, sans-serif;/*background-image: url(images/nev_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	/*font: 12px/24px Arial, Helvetica, sans-serif; */
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
/* Typography */

a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #242323;
	text-decoration: underline;
}
/* Headings */
	
h1, h2, h3, h4, h5, h6, table caption {
	color: #888888;
	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: #666666;
	font-size: 22px;
}
h5 {
	font-size: 16px;
}
.post h2, .post h1 {
	color: #39466C;
	font-size: 30px;
	margin: 5px 0 20px;
	line-height: 32px;
	padding-right: 60px;
	font-family: "Times New Roman", "MS Serif", "New York", Times, serif;
	font-weight: normal;
}
.page h1 {
	margin-bottom: 25px;
}
.post h2 a {
	color: #39466C;
}
.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;
}
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;
}
/* Header */

#header {
	height: 164px;
	position: relative;
}
/* Header logo / text */
	#header h1, #header h2 {
	float: left;
	margin: 12px 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/hv_logo.png) no-repeat; /* logo */
	display: block;
	height: 110px; /* Height of the logo */
	width: 600px; /* 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 -200px;
	float: left;
}
/* Header > Search */
	
#search {
		background: url(images/search_bg.png) no-repeat;
		height: 62px;
		width: 321px;
		position: absolute;
		right: 2px;
}
#search input.sinput { /* The search input field */
	background: #c6c0b0 url(images/search_input.png) repeat-x;
	margin: 16px 20px;
	padding: 5px 10px 5px 5px;
	width: 208px;
}
#search input.ssubmit { /* The submit button */
	background: url(images/search_submit.png) no-repeat;
	border: none;
	height: 27px;
	width: 27px;
	text-indent: -9999px;
	padding-top: 5px;
	margin-top: 5px;
}
.opera #search input.ssubmit {
	margin-bottom: 5px;
} /* Opera fix */
/* Header > Menu */
	
#menu {
	position: absolute;
	right: 0;
	bottom: 0px;
	background-image: url(images/menu_bg.jpg);
	width: 100%;
}
#menu li {
	font: 16px Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform:uppercase;
	position: relative;
}
#menu li a {
	color: #FFFFFF;
	padding-bottom: 5px;
}
#menu li a:hover, #menu li.current a {
	color: #DDDDDD;
	text-decoration: none;
}
#menu li.current_page_item a, #menu li.current_page_parent a {
	color: #860000;
	text-decoration: none;
}

/* Level 2 and 3 */
#menu ul {
	background: #423f37;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 5;
	visibility: hidden;
}
#menu ul li {
	border-bottom: 1px solid #ccc;
	min-width: 160px;
	margin-right: 0;
	padding: 15px 5px;
}
#menu ul li a, #menu li.current_page_item li a, #menu li.current li a, #menu ul li.current_page_parent a {
	color: #BBB9AE;
	display: block;
	text-shadow: none;
}
#menu ul li:hover, #menu ul li:hover a, #menu ul li.current_page_item {
	background: #312F28;
	color: #E9E8E4;
}
/* Level 3 */
#menu li ul li ul {
	top: 5px;
	left: 170px;
	z-index: 8;
}
#menu li.current li li a {
	background:#423f37;
}
#menu ul li ul li:hover a, #menu ul li li.current_page_item a {
	background: #312F28;
}
/* Content */
	
#content {
	padding: 50px 19px;
	background-color: #fff;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#main {
	width: 600px;
}
#main.alignright {
	margin-right: 5px;
}
/* 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: 20px 0 15px;
	overflow: hidden;
}
body.single .post-meta {
	margin-top: 10px;
}
.post-meta p {
	background: #fbfbfb url(images/btn.png) repeat-x left bottom;
	line-height: 20px;
	padding: 5px 12px;
	margin: 0;
	width: 100%;
}
a.more-link {
	color: #FFF;
}
/* 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: 12px;
	margin-top: 2px
}
.social a:hover {
	text-decoration: none;
}

#socialheader {
	height: 40px;
	width: 128px;
	position: absolute;
	right: 2px;
	margin-top: 77px;
	float: right;
}
#socialheader a{
	margin-left: 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 {
	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_1 {
	background-color: #cbcbcb;
	border-top: 3px solid #F3F3F3;
	background-repeat: repeat-x;
	margin-top: 30px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	color: #f2f2f2;
	overflow: hidden;
}
#footer a {
	color: #666666;
}
.footer-text {
	margin-bottom: 20px;
	margin-top: 20px;
}
/* Any widgets in the footer will be placed in <div class="footer-col"></div> */
.footer-col {
	float: left;
	width: 200px;
	margin: 0 40px 40px 0;
	color: #666;
}
.footer-col ul {
	margin-left: 25px;
	list-style: disc;
	color: #666666;
}
.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: 40px;
}
#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 */
ol.pings li {
	margin-left: 20px;
	list-style: square;
}
/* 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%;
}
/* 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, .wp-post-image, img.avatar, .gallery img {
	background: #F2F2F2;
	border: 1px solid #ccc8c1;
	padding: 5px;
}
img.alignleft {
	margin-right: 15px;
}
img.alignright {
	margin-left: 15px;
}
img.aligncenter {
	margin: 10px 0;
	display: block;
	margin: 0 auto;
}
img.avatar, .related-posts-thumbs img {
	padding: 3px;
}
.gallery img {
	border: 1px solid #ccc8c1!important;
	padding: 5px!important;
}
.gallery .gallery-item {
	margin-bottom: 35px!important;
}
.wp-caption, .article-image {
	background: #F2F2F2;
	border: 1px solid #ccc8c1;
	clear: both;
	padding: 10px 0 10px;
	text-align: center;
	margin: 10px auto;
}
.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 */
#header p.description {
	text-shadow: #ece7d9 1px 1px 0;
}
#search input.sinput { /* Rounded corners */
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/* Misc */

.btn, a.btn, div.reply a { /* Buttons */
	background: #cc0000;
	border: 1px solid #990000;
	padding: 4px 20px;
	margin-bottom: 10px
}
.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;
}

