/*##################################################
	Theme Name: K1Bond007
	Theme URI: http://www.K1Bond007.com
	Description: The Rough with the Smooth.
	Version: 1.5c (Jan 2011)
	Author: Kevin E. Wells
##################################################*/

/***********
Header
************/
#header {
	background: #6A613A url(images/headers/headerlit-3-6-10.jpg) no-repeat top center;
	height: 254px;
	width: auto;
	margin: 0 auto;
}

.HeaderCountdown {
	position:absolute;
	left:50%;
	margin:0 0 0 -435px;
	top:68px;
	width:267px;
}

/***********
NavBar
************/
#NavBar{
	position: relative;
	background: #000000;
	margin-left: -330px;
	top: 0px;
	left: 50%;
	height: 35px;
	width: 600px;
}

.NavItem {
	position:relative;
	top:5px;
	display: inline;
	vertical-align: bottom;
}

	.NavItem a {
		margin: 0px 15px 0 15px;
		background-color: #000000;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
		letter-spacing: 1px;
		text-decoration: none;
	}

		.NavItem a:hover {
			background-color: #6A613A;
			text-decoration:none;
		}

/***************
Body - Container
****************/
body {
	background-color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:justify;
	margin:0;
	padding:0;
}

	body li {
		list-style-type: disc;
		list-style-position: outside;
	}

	body a {
		color:#27406F;
		font-weight:bold;
		text-decoration:none;
	}

#bodymain {
	background: #000000;
}

#container {
	background: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 0;
	width: 1000px;
}

input, textarea {
	border:1px solid #000;
	color:#333;
}

textarea {
	width:450px;
}

/***********
Posts
************/
#post {
	width:1000px;
	top:0px;
	padding:20px 0 0 0;
	float:left;
	background:#FAFAFA;
	border-right:1px solid #EEEEEE;
}

.post_box {
	padding:8px;
	margin-bottom:25px;
	padding:5px 5px 5px 10px;
	border-top:1px solid #6a613a;
	background-color:#F1F1F1;
	text-align:right;
}

	.post_box p {
		padding:0;
		margin:0 0 5px 0;
	}

	.post_box a {
		text-decoration:none;
		color:#6A613A;
		font-size:14px;
		font-weight:bold;
		font-family:Arial,Helvetica,sans-serif;
		color:#6A613A;
	}

		.post_box a:hover {
			text-decoration:underline;
		}

	.post_box ul {
		list-style:none;
		margin:0 0 5px 0;
		padding:0;
	}	

		.post_box ul li {
			display:inline;
			margin:0 0 0 0;
		}

.post_box_tags {
	color: #6A613A;
	font-size: 12px;
	text-align:right;
}

	.post_box_tags a {
		color: #6A613A;
		font-size:12px;
	}

.category {
	background-image:url(images/category_icon.png);
	background-repeat:no-repeat;
	padding-left:24px;
	margin-left:5px;
}

#posts_nav {
	font-size:16px;
	margin:15px 0 0 15px;
}

	#posts_nav a {
		color:#27406F;
		text-decoration:none;
		font-weight:bold;
	}

		#posts_nav a:hover {
			text-decoration:underline;
		}

.post {
	width:90%;
	margin:15px 0 0px 15px;
}

	.post ul li a {
		color:#27406F;
		text-decoration:none;
		font-weight:bold;
	}

.post_archive {
	width:610px;
	margin:0 0 0 5px;
}

	.post_archive li a {
		color:#27406F;
		text-decoration:none;
		font-weight:bold;
	}

		.post_archive li a:hover {
			text-decoration:underline;
		}

	.post_archive small a {
		color:#6A613A;
	}

		.post_archive small a:hover {
			text-decoration:underline;
		}

.post_book {
	width:95%;
	margin:0 0 0px 15px;
}

.post_title {
	width:90%;
	margin:-62px 0 0 80px;
}

.post_title_page {
	width:610px;
	margin:0 0 10px 15px;
	border-bottom:2px solid #6a613a;
}

#post_book {
	width: 100%;
	top:0px;
	padding:20px 0 0 0;
	margin-right: 10px;
	float:left;
	background:#FAFAFA;
}

/*************
Text & Borders
**************/

h1 {
	font-size:32px;
	margin:30px 0 0 180px;
	color:#FFFFFF;
}

	h1 a {
		color:#FFFFFF;
		text-decoration:none;
	}

h2 {
	color:#6A613A;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	letter-spacing:-1px;
	text-align:left;
	font-size:22px;
}
		h2 a {
			color:#6A613A;
			text-decoration:none;
		}

h3 {
	font-size:13px;
	margin:0;
	padding:5px;
	font-weight:normal;
	background-color:#F1F1F1;
	color:#6a613a;
	border-top:2px solid #6a613a;
}

	h3 a {
		text-decoration:underline;
		color:#6a613a;
		font-style: italic;
		font-weight: normal;
	}
		
		h3 a:hover {
			text-decoration:underline;
		}

h4 {
	text-align:justify;
	font-size:13px;
	font-weight:normal;
}

	h4 blockquote {
		padding:5px;
		margin:10px 5px 10px 5px;
		background-color:#bbbbbb;
		border:3px solid #6A613A;
		width:60%;
	}
	
	h4 a {
		color:#27406F;
		text-decoration:none;
		font-weight:bold;
	}
		
		h4 a:hover {
			text-decoration:underline;
		}

h5 {
	color:#6A613A;
	text-align:justify;
	font-size:16px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:5px;
	margin-left:15px;
}

p {
	text-align:justify;
	font-size:13px;
	font-weight:normal;
}
	p blockquote {
		padding:5px;
		margin:10px 5px 10px 5px;
		background-color:#bbbbbb;
		border:3px solid #6A613A;
		width:auto;
	}

	p a {
		color:#27406F;
		text-decoration:none;
		font-weight:bold;
	}

		p a:hover {
			text-decoration:underline;
		}

blockquote {
	padding:5px;
	margin:10px 5px 10px 5px;
	background-color:#bbbbbb;
	border:3px solid #6A613A;
	width:auto;
	overflow: auto;
	height: 1%;
}

	blockquote p {
		text-align:justify;
		font-size:13px;
		font-weight:normal;
		width:auto;
		display:block;
	}

.archives_subpage {
	margin-left:0px;
	padding-left:15px;
}

/***********
Sidebar
***********/
#sidebar {
	float:right;
	top:0px;
	padding:0px 0px 0pt;
	width:345px;
	background:#FFF;
}

/************
Sidebar - RSS
*************/
#sidebar_rssbox {
	position:relative;
	width:337px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0px;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	overflow:hidden;
}

	#sidebar_rssbox h2 {
		margin:0px;
		padding:0px;
		height:52px;
		background: #fff url("images/rss_top.png") no-repeat top;
	}

		#sidebar_rssbox h2 span {
			display:none;
		}

	#sidebar_rssbox h3 {
		margin:0px;
		padding:0px;
		height:23px;
		border:none !important;
		background: #fff url("images/rss_bottom.png") no-repeat top;
	}

		#sidebar_rssbox h3 span {
			display:none;
		}

.rssbox {
	background-color:#dedede;
	width:336px;
}

	.rssbox p {
		padding:0;
		margin:0 0 0 0;
	}
                         
	.rssbox a {
		text-decoration:none;
		color:#004276;
		font-weight:bold;
	}

		.rssbox a:hover {
			text-decoration:underline;
			background-color:#9a988f;
			color:#fff;
		}

	.rssbox ul {
		list-style-type: disc;
		list-style-position: outside;
		margin: 0 0 0 0;
		padding: 0;
	}

		.rssbox ul li {
			line-height:14px;
			list-style-image:url(images/arrow.gif);
			list-style-position:outside;
			margin:0 0 0 23px;
			padding:2px 0 2px 2px;
			text-indent:-1px;
			border-bottom: 1px solid #E5E5E5;
		}

			.rssbox ul li:hover {
				background-color:#9a988f;
			}

.filters {
	display:block;
	top:0px;
	width:116px;
	height:25px;
	margin:-27px 0 0 221px;
	padding:0;
}

	.filters li {
		display:block;
		float:left;
	}

#all a, #cbn a, #ybd a, #lit007 a {
	display:block;
	height:25px;
	cursor:pointer;
}

#all a {
	width: 20px;
}

#cbn a {
	width:65px;
}

#ybd a {
	width:29px;
}

/*#lit007 a {
	width:30px;
}*/

.s a {
	color:red !important;
	font-weight: normal !important;
	font-style: italic;
}

.s a:hover {
	color:#fff !important;
}

.f {
	visibility: hidden;
}

.replace {
	display: none;
}

#filter1 {
	display: block;
}

.filter_title {
	color:#004276;
	font-weight:bold;
	position:absolute;
	font-size:13px;
	top:0;
	padding:0;
	width:150px;
	height:16px;
	margin:30px 0 0 10px;
}

/*************
Comments
*************/
#totalcomments {
	padding:8px;
	font-family:Arial,Helvetica,sans-serif;
	color:#6A613A;
	padding:5px 5px 5px 10px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
		
#metacomment {
	background-color: #FFF;
	padding:4px 0 0 4px;
	height:40px;
	font-size:14px;
	text-align:left;
	border-top:1px solid #000;
}

#user {
	padding:0;
	margin:0;
	line-height:15px;
}

	#user a {
		text-decoration:underline;
		color:#006699;
	}

	#user p{
		margin:2px 0 0 0;
		padding:0;
	}

#commentary {
	background-color:#F8F8F8;
	padding:5px 7px 5px 7px;
	margin:0;
	border:1px solid #E8E8E8;
	font-size:12px;
	text-align: left;
}

	#commentary p {
		text-align: left;
	}

	#commentary a {
		color:#27406F;
	}

#postcomment {
	font-size:18px;
	text-align:left;
	border-top:1px solid #000;
}

#comment_form {
	text-align:left;
}

.comments {
	background-image:url(images/comment_icon.png);
	background-repeat:no-repeat;
	padding-left:24px;
	margin-left:5px;
}

/*************
Footer
************/
#footer {
	background: #000000 url(images/footer.png) no-repeat center top;
	width: 1000px;
	margin: 0 auto 0;
	height:95px;
}

	#footer a {
		text-decoration:none;
		color:#CCC;
	}

	#footer a:hover {
		text-decoration:underline;
		color:#CCC;	
	}

	#footer ul {
		margin:15px 0 0 20px;
		padding:15px 0 15px 0;
	}

		#footer ul li {
			margin-bottom:5px;
		}

	#footer ol {
		margin:5px;
		padding:2px;
	}

#footer_info {
	color:#FFF;
	font-size:11px;
	text-align: center;
	padding-top: 57px;
	padding-bottom: 10px;
}

.feed {
	background-image:url(images/feed.png);
	background-repeat:no-repeat;
	padding-left:18px;
	margin-left:5px;
}

.techno {
	background: url(images/techno.png) no-repeat;
}

.add {
	background-image:url(images/add_icon.png);
	background-repeat:no-repeat;
	padding-left:24px;
	margin-left:5px;
}

.add_delicious {
	color:#0099CC;
	text-decoration:none;
}

.delicious {
	margin:0 ;
	padding:0 0 0 20px;
	background-image:url(images/del.png);
	background-repeat:no-repeat;
}

.inputext {
	border:1px solid #99AA92;
	background-color:#fff;
	color:#6A7F61;
	width:191px;
}

.search_button {
	border:1px solid #FFF;
	background-color:#6A613A;
	color:#FFF;
	width:90px;
	height:19px;
}

#searchform {
	margin:3px 0 0px 0;
}

.tiempo {
	font-size:11px;
}

/*************
Features
************/

#infobox {
	text-align:left;
	font-size:13px;
	font-weight:normal;
	float:right;
	padding:5px;
	margin:0px auto 10px 10px;
	background-color:#D6DCDE;
	border:3px solid #929B9D;
	width:200px;
}

	#infobox li {
		list-style-type: none;
		list-style-position: outside;
		margin: 0 0 0 0;
		padding: 0;
		line-height:14px;
	}

#feature {
	color:#333;
	padding: 15px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 .5em;
}

	#feature p, #feature h1, #feature h2, #feature h3, #feature h4, #feature h5, #feature h6 {
		margin: 0 0 .3em;
		border-bottom: 1px solid #6a613a;
		font-size:13px;
		color:#6a613a;
	}

	#feature h1 a {
		color:#6a613a;
		text-decoration:none;
	}

	#feature h3 a {
		color:#6a613a;
		background-image:url(images/doc.gif);
		background-repeat:no-repeat;
		padding-left:15px;
}

	#feature p {
		border:none;
		margin: 1em 0 1em;
		color:#444;
	}

	#feature ul {
		margin:10px 0 0 0;
		padding: 0;
	}

	#feature li {
		list-style-image:url(images/arrow.gif);
		list-style-position:outside;
		margin-left:17px;
}            

	#feature a {
		font-weight:bold;
		color:#6A613A;
	}

.feature_l {
	float:left;
	width:50%;
	background: #edebeb url(images/feature.gif) no-repeat 100% 100%;
}

.feature_r {
	float:right;
	width:40%;
	background: #dad7d7 url(images/feature2.gif) no-repeat 100% 100%;
}

.feature_f {
	float:left;
	width:95%;
	background: #edebeb url(images/feature.gif) no-repeat 100% 100%;            
}

.feature_main {
	float:left;
	width:570px;
	background: #edebeb url(images/feature.gif) no-repeat 100% 100%;
}

.read {
	float:right;
	width:100px;
	height:34px;
	background: url(images/read.gif) no-repeat bottom right;
}

	.read a {
		display: block;
		width:100px;
		height:34px;
	}

/***********
Plugins
***********/
.wordtube {
	text-align: center;
}

.tweets {
	border-top:#6A613A solid 2px;
	border-left:#eaeaea solid 2px;
	border-bottom:#eaeaea solid 2px;
	border-right:#eaeaea solid 2px;
	margin:0px 0px 5px 0px;
}

	.title {
		border:medium none;
		color:#444444;
		font:11px Georgia,Times,serif;
		letter-spacing:0.1em;
		margin:5px 5px 0 0;
		text-transform:uppercase;
		background:#f4f4f4 url(images/side_title_shadow.jpg) repeat-y;
		padding-left:10px;
	}

	ul.tweets {
		margin-right:5px;
		padding:3px 5px 3px 2px;
		background-color:#f4f4f4;
	}

		.tweets li {
			list-style: url(images/twit_arrow.gif) inside none;
			margin-bottom:11px;
		}

/**********
Date
**********/
.date {
	background: transparent url(images/calendar.png) repeat scroll 0%;
	height:67px;
	width:59px;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	margin:0 0 0 15px;
	top:0;
}


.date .month, .date .day {
	text-align: center;
	width: 59px;
}

.date .month {
	position: absolute;
	overflow: hidden;
	margin-top: 42px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.date .day {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	position: absolute;
	margin-top: 11px;
}

.date .year {
	display: none;
}

/**************
Rounded Corners
**************/
#top_round {
	background: #000000 url(images/top_round.png) no-repeat center top;
	width: 1000px;
	margin: 0 auto 0;
	height:30px;
}

/***********
Contact Form
************/

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 20%;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-weight: bold;
}

.contactright {
	width: 50%;
	text-align: left;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.submit_button {
	float: right;
	width: 50%;
	text-align: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}