/*   
Theme Name: RKDesign
Theme URI: 
Description: 
Author:  
Author URI: 
Template: template
Version: cvcv
Tags: 
*/


/* Reset browser defaults */
@import url('../template/style.css');




/* ********************************* */
/* ERIC MEYER'S CSS RESET - RELOADED */
/* ********************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	/*background: url('backs/random.php');*/
	background: url('bgs/background1.jpg') no-repeat fixed center top ;
}


ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border: 1px; 
	cellspacing: 5px; 
	cellpadding: 5px; 
	width: 700px;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ************* */
/* END CSS RESET */
/* ************* */






/* Layout -----------------------------------------------*/


#outerWrap {
	width:100%;
	border: 0px solid #FF00FF;
	
	
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #FF00FF;
	margin: 0px auto 0px auto;
	width: 1024px;
	background-image: url('img/wrapper.png');
	background-repeat: no-repeat;
}


#container {
	float: left;
	width: 100%;
	border: 0px solid #FF00FF;
	background-image: url('img/container.png');
	
	
	
}

/* END Layout -----------------------------------------------*/



/* Global elements -----------------------------------------------*/

.clear {
	clear:both;
}

/*.alignleft {
	float: left;
}*/

.aligncenter {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float: right;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #C0C0C0;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
	padding: 5px;
	border: 1px solid #C0C0C0;
}

img.alignright {
	padding: 5px;
	border: 1px solid #C0C0C0;
	margin-left: 10px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}


strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/* END Global Elements -----------------------------------------------*/








/* HEADER -----------------------------------------------*/

#header {
	background-image: url('img/header.png');
	background-repeat: no-repeat;
	height: 166px;
}
	
#header h1 {
	margin-left: 0px;
	padding-top: 0px;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
	height: 166px;
}

#description { 
	font-family: Arial, Helvetica, sans-serif; 
  	color: #666;
	font-size: 1.7em;
	font-weight: bold;
 	line-height: 20px;
	position: relative;
	width: 600px;
	left: 375px;
	right: 0px;
	top: -98px;
  
	}	

/* END HEADER -----------------------------------------------*/






/* MAIN CONTENT -----------------------------------------------*/

#content {
	width: 700px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	border: solid 0px #ccc;

}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 670px;
	/*background-image: url('img/stroke.png');*/
	background-repeat: no-repeat;
	margin-left: -8px;
	padding-left: 8px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
	color: #0066cc;
	margin-bottom: 5px;
	padding-top: 5px;
}
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
	color: #0066cc;
	margin-bottom: 2px;
	padding-top: 5px;
}
#content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: capitalize;
	color: #0066cc;
	margin-bottom: 2px;
	padding-top: 5px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.2em;
}

.olderposts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.2em;
	margin-left: 30px;
}

#content blockquote {
	padding: 10px 10px 1px 10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4C4C4C;
}
#content blockquote p {
	color: #DDA84E;
	font-size: 1.1em;
	font-style: italic;
}

.entry-content ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.entry-content ul li {
	list-style-image: url('img/arrow.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding-bottom: 3px;
}

.entry-content ol {
	margin-bottom: 15px;
	list-style-type: decimal;
	margin-left: 30px;
}
.entry-content ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding-bottom: 3px;
}


#nav-above, #nav-below {
	margin-left: 77px;
	margin-right: 12px;
}

#nav-above {
	margin-bottom:1em;
}

#nav-below {
	margin-top:1em;
}

/* END MAIN CONTENT -----------------------------------------------*/






/* SIDEBAR -------------------------------------------------*/




#sidebar {
	float: right;
	width: 270px;
	padding-top: 5px;
	padding-left: 5px;
	border: solid 0px #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('img/sidebar.png');
	background-repeat: no-repeat;

}

#sidebarcont {
	
	width: 225px;
	padding-top: 0px;
	padding-bottom: 10px;
	
	
	
	

}

.sidebarcont {
	padding:10px 5px 10px 8px;
	border-bottom: dashed 1px #999;
}


.sidebarcont input#s {
	width:7em;
}


#sidebarcont ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-color: #fff;
	
}

#sidebarcont li {
	list-style: none;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	
	 
}


#sidebarcont ul li {
	font-size: 1em;
	text-transform: uppercase;
	 
}


#sidebarcont ul li ul li {
	font-size: 1em;
	text-transform: none;
	padding:5px 5px 3px 0;
	
}


#sidebarcont ul ul li {
	list-style: none;
	font-weight: normal;
	color: #fff;
	text-transform: none;
}


#sidebarcont ul ul li:hover {
	/*background-image: url('img/whiteTrans.png');*/
	color: #fff;
	text-decoration: underline;
	
	
}

#sidebarcont ul ul li a {
	color: #fff;
	text-decoration: none;
	
	
}



.recentcomments a {
	display:inline !important;
	padding: 0 !important;
	margin: 0 !important;
}

.recentcomments {
	color:silver;
}

#searchform input#s {
	border: 1px solid #666666;
	width: 150px;
	height: 20px;
	color: #666666;
	font-size: 0.9em;
	vertical-align: middle;
}

/* END SIDEBAR -----------------------------------------------*/







/* FOOTER -----------------------------------------------*/

#footer {
	text-align: right;
	background-image: url('img/footer.png');
	padding-top: 35px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #808080;
	margin-right: 40px;
	padding-bottom: 15px;
	background-color:transparent;
	clear: left;
	width: 100%
}
#footer p {
	margin-right: 20px;
}

.badge {
	display: inline-block;
	float: left;
	padding-left: 80px;
}

/* END FOOTER -----------------------------------------------*/






/* POST -----------------------------------------------*/


.post {
	margin-left: 35px;
	margin-right: 10px;
	margin-bottom: 30px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.post-date {
	background-image: url('img/tab.png');
	background-repeat: no-repeat;
	display: inline;
	position: absolute;
	left: -30px;
	width: 60px;
	height: 60px;
	padding-top: 18px;
	padding-left: 5px;
	margin-top: 0px;
}
.post-month {
	font-size: .8em;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	display: block;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.post-day {
	font-size: 1.5em;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.post-year {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #ccc;
	text-align: center;
	display: block;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.cat-links {
	background-position: left 2px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #DBAA50;
	background-image: url('img/arrow.png');
	background-repeat: no-repeat;
	padding-left: 10px;
}
.cat-links a {
	text-decoration: none;
	color: #E1A748;
}
.cat-links a:hover {
	color: #0066cc;
}
.cat-links a:visited {
	color: #000;
}
.comments-link {
	right: 10px;
	position: absolute;
	margin-right: -10px;
	width: 61px;
	height: 50px;
	background-image: url('img/bubble.png');
	background-repeat: no-repeat;
	margin-top: -25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;

}
	

.post h2 a {
	color: #000;
	text-decoration: none;
}
.post h2 a:hover {
	color: #0066cc;
}

.post img {
	margin: 5px;
	border: #000 1px solid;
	
}

.post img a {
	margin: 5px;
	border: #000 1px solid; 

}

.tagbox {
	border-bottom: 8px;
	padding-bottom: 8px;
}

.tag-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #808080;
}

/* END POST -----------------------------------------------*/






/* COMMENTS -----------------------------------------------*/



.entrymeta {
	border-bottom: 0px dashed #CCCCCC;
	font-size: 85%;
	margin-top: -10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.entrymeta ul {
	margin: 8px auto 8px 10px;
	padding: 0px;
}

.entrymeta ul li {
	list-style-type: none;
}

.trackback-leftalign {
	background: url('img/icon-trackback.png') no-repeat 0 50%;
	padding-left: 14px;
}

.feed-leftalign {
	background: url('img/icon-post-feed.gif') no-repeat 0 50%;
	padding-left: 14px;
}

.utwtags {
	background: url('img/icon-tag.gif') no-repeat 0 50%;
	padding-left: 14px;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #DE8E42;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url('img/mini-nav-left.gif') no-repeat left center;
	color: #FF6600;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url('img/mini-nav-right.gif') no-repeat right center;
	color: #FF6600;
}


#comments, #respond {
	/*border-bottom: 1px dotted #8D8D8D;*/
	padding: 10px 0 50px 0px;
	clear: both;
	width: 650px;
}

/* THREADED COMMENTS -----------------------------------------------*/
  
ul.commentlist {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#content ul.commentlist p {
	font-size: 12px;
	margin-left: 52px;
}

ul.commentlist li { }
ul.commentlist li.alt { }
ul.commentlist li.bypostauthor {}
ul.commentlist li.byuser {}
ul.commentlist li.comment-author-admin {}
ul.commentlist li.comment { border-bottom:0px dotted #666; padding:1em; }
ul.commentlist li.comment div.comment-author {}
ul.commentlist li.comment div.vcard {
	font: normal 14px Arial, Helvetica, sans-serif;
}
ul.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ul.commentlist li.comment div.vcard cite.fn a.url {}
ul.commentlist li.comment div.vcard img.avatar {
	border: 5px solid #ccc;
	float: left;
	margin-right: 10px;
}
ul.commentlist li.comment div.vcard img.avatar-32 {}
ul.commentlist li.comment div.vcard img.photo {}
ul.commentlist li.comment div.vcard span.says {}
ul.commentlist li.comment div.commentmetadata {}
ul.commentlist li.comment div.comment-meta {
	font-size: 9px;
	margin-bottom: 4px;
	margin-left: 52px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 2px;
}
#content ul.commentlist li.comment div.comment-meta a {
	color: #999999;
}
ul.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ul.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ul.commentlist li.comment div.reply { font-size:11px; }
ul.commentlist li.comment div.reply a { font-weight:bold; }
ul.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ul.commentlist li.comment ul.children li {}
ul.commentlist li.comment ul.children li.alt {}
ul.commentlist li.comment ul.children li.bypostauthor {}
ul.commentlist li.comment ul.children li.byuser {}
ul.commentlist li.comment ul.children li.comment {}
ul.commentlist li.comment ul.children li.comment-author-admin {}
ul.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ul.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ul.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ul.commentlist li.comment ul.children li.depth-5 {}
ul.commentlist li.comment ul.children li.odd {}
ul.commentlist li.even { background:#eee; }
ul.commentlist li.odd { background:#fff; }
ul.commentlist li.parent { border-left:5px solid #111; }
ul.commentlist li.thread-alt { }
ul.commentlist li.thread-even {}
ul.commentlist li.thread-odd {}


/* END THREADED COMMENTS -----------------------------------------------*/


/* comment form -----------------------------------------------*/


#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 2px 0px;
	margin: 0px;
}

#commentform label{
	color: #787878;
	font-size: 87%;
}

#commentform input{
	width: 200px;
	background:#F9F9F9;
	border: 1px dotted #8D8D8D;
	padding: 3px;
	margin-top: 3px;
}

#commentform textarea{
	width: 100%;
	background: #fff;
	border: 1px solid #8D8D8D;
	padding: 2px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}

#commentform #submit{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	background: #F9F9F9;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	width: 144px;
	height: 28px;
	cursor: pointer;
	}

/* Quicktags -----------------------------------------------*/


#quicktags {
	margin-top: 4px;
	margin-bottom: 0px;
}

#quicktags input {
	background: #f9f9f9;
	border: 1px solid #aaaaaa;
	font-size: .9em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	margin: 1px 2px 0px 0px;
	padding: 0px 1px 0px 1px;
}

#quicktags input:hover {
	border: 1px solid #4E79A2;
}

/* ------------ */
/* END COMMENTS */
/* ************ */