/*  
Theme Name: Blue Konfyujon
Theme URI: http://www.konfyujon.co.uk
Description: Konfyujon - A WordPress theme created by T2 Productions.
Version: 0.2
Author: Blue Konfyujon
Author URI: http://www.konfyujon.co.uk
*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none; 
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr {
	border:0;
	background-color:#fff;
	clear:both;
	height:2px;
	margin:10px 0;
}


em, i {
	font-style:italic;
}

bold, strong {
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

th {
	font-weight:bold;
	text-align:center;
}

ul.regular {
	list-style-type:square;
}

.button {
	border: 0;
	height:38px;
	width:150px;
}


.clear {
	clear:both;
}

.subnav {
	width:100%;
	margin:10px auto;
	position:relative;
	border:1px solid #111155;

}


.subnav .bar {
	clear:both;
	background-color:#111155;
	min-height:30px;
	line-height:30px;
	height:auto !important;
	padding:0 15px;
}

.subnav .bar #tags,
.subnav .bar #categories {
	font-size:0.8em;
}

.subnav .bar #tags {
	float:left;
	width:170px;
	font-weight:bold;
	font-style:italic;
}

.subnav .bar #categories {
	float:right;
	text-align:right;
	width:750px;
}

.subnav .bar ul li {
	float:left;
}

.subnav .bar #other-pages {
  padding: 5px 0 5px 0 ;	
	float:left;
	width:870px
}

.subnav .bar #other-pages a {
	color:#fff;
}

.subnav .bar #other-pages a:hover {
	text-decoration: underline;
	color:#fff;
}

.subnav .bar #other-pages li {	
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:normal;
	margin-right:10px;
	font-family:'Trebuchet MS', 'serif';
}


#footer {
	background-color:#000022;		
	clear:both;
	overflow:hidden;
	font-style:italic;
	margin:0 auto;
}

#credits {
	font-size:0.6em;
	font-style:italic;
	margin:0 auto;
	text-align:left;
}

#footer #breaker {
	background-color:#36322a;
	height:20px;	
	border-bottom:1px #444038 solid;
}

#footer .section {
	float:left;
	width:290px;	
	font-size:0.8em;
	margin:10px 0;
	padding:0 15px;
	line-height:22px;	
	min-height:155px;
}

#footer #credits {
	font-size:0.7em;
	font-style:italic;
	padding:10px 0;	
}


#footer ul.footer-sidebar .section li {
	background:url('images/star_icon.png') no-repeat center left;
	padding-left:15px;
}

#footer .footer-sidebar h3 {
	font-size:24px;
	margin-bottom:10px;
}


.container #responses, .container #make-comment {
	clear:both;
	background-color:#141d22;
	padding:15px;
}

.container h3.comment-count {
	font-family:'Trebuchet MS','sans-serif';
	font-size:1.5em;
	text-transform:uppercase;
}


#description blockquote, #responses #comments blockquote {
	font-style:italic;
	padding:10px;
	clear:both;
	font-size:0.9em;
	background-color:#efefef;
	color:#000;

	font-family:'Georgia';
  margin:0 30px;
}

blockquote cite {
	font-style:normal;
	font-weight:bold;
}

.subnav p {
	margin-bottom:10px;
}

#description h1,
#description h2,
#description h3,
#description h4,
#description h5,
#description h6 {
	margin:20px 0;
}

#description h1 {
	font-size:2.0em;	
}
#description h2 {
	font-size:1.8em;
}
#description h3 {
	font-size:1.4em;
}
#description h4 {
	font-size:1.2em;
}
#description h5 {
	font-size:1.0em;
}

#description h6 {
	font-size:0.8em;
}

#description ol {
	list-style-type:decimal;
	margin-left:15px;
	margin-bottom:10px;
}

#description li, #responses #comments .comment div li {
	margin-left:45px;
}

#description ul, #responses #comments .comment div ul {
	margin-left:15px;
	list-style-type:square;
	margin-bottom:10px;
}

#description table {
	border-spacing:5px 5px;
}

#description table th {
	background-color:#F1EFE8;
	font-weight:bold;
	text-align:center;
	font-size:0.8em;
	padding:2px 10px;
}

#description table td {
	font-size:0.8em;
}

#description pre, #responses #comments pre, #responses #comments code {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	border:1px #DADADA solid;
	font-size:12px;
	font-family:'Courier New', 'Courier';
	padding:5px;
	margin:10px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 1em 1em;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 1em 1em 0;
	display: inline;
}
	
a img.alignright {
	float:right; 
	margin:0 0 1em 1em
}

a img.alignleft {
	float:left; 
	margin:0 1em 1em 0
}

a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

#responses #comments .comment div li {
	padding:0;
}

#responses {
	margin:60px 0 10px 0;
	clear:both;
}

#responses #comments h3 {
	font-size:2.0em;
}

#responses .no-comments {
	margin:10px 0;
}

#responses #feed-links {	
	min-height:280px;
	line-height:35px;
	padding-left:15px;
}

#responses #comments {
	font-size:1.0em;	
	margin-top:35px;
} 

#responses #comments ul li {
	padding:10px;
	margin:10px 0;
	display:block;
}

#responses #comments ul li p {
	clear:both;
	margin-bottom:10px;
}

#responses #comments .comment-meta {
	display:block;
}
#responses #comments .comment-author cite {
	line-height:22px;
	float:left;
	font-size:0.9em;
}

#responses #comments ul li .comment-meta a {
	font-size:0.7em;	
	font-style:italic;		
}

#responses #comments ul li .text {
	line-height:28px;
}

#responses #comments ul li.even {
	background-color:#223D47;
}

#responses #comments ul li.odd {
	background-color:#14232A;
}

#responses #comments li img.avatar {
	border:5px #fff solid;
}


#responses #comments blockquote {
}

#responses #comments .comment-author {
	float:left;
	width:380px;
}

#responses #comments .real-comment {
	float:left;
	font-size:0.8em;
	line-height:22px;
	width:400px;
}

#responses img.avatar {
	float:left;
	margin-right:10px;
}

#make-comment #respond {
	width:530px;
	*width:533px;
	_width:535px;
}

#make-comment #reply-back {
	float:right;
}

#make-comment label {
	width:90px;
	float:left;
}

#make-comment input.field {
	border: 1px solid #D4D4D4;
	width:250px;
	height:22px;
	font-size:16px;
}

#make-comment textarea {
	border: 1px solid #D4D4D4;
	width:438px;
	height:160px;
}

#make-comment #respond div {
	margin:0 0 20px 0;
}

#make-comment #logged-in-as {
	margin:0px 0 20px 0;
}

#archive h2.title{
	margin:15px 0;
}

#archive h4.title {
	font-size:0.8em;
}

.container #details .bar h4.date {
	font-size:1.0em;
	line-height:30px;
	font-style:italic;
}

#archive h4.date {
	font-style:italic;
	font-size:0.8em;
}

#archive #posts {
/*	line-height:60px;*/
	width:700px;
}

#archive #posts li {
	clear:both;
	line-height:65px;
	overflow:hidden;
	margin-bottom:10px;
	font-size:1.2em;
	padding:0px 10px;
}

#archive #posts li.lightblue {
	background-color:#223D47;
}

#archive #posts li.darkblue {
	background-color:#141D22;
}

#archive #posts li img {
	border:3px #fff solid;
	padding:0;
	margin:10px 10px 10px 0;
}

#archive #boxes .box {
	background-color:#223D47;
	width:200px;
	padding:5px 20px;
	margin-bottom:20px;
	line-height:32px;
}

#archive #boxes .box li {
	list-style-type:none;	
	font-size:12px;
}

#archive #boxes #categories ul.children {
	margin-left:15px;
}

#search #icon {
	float:left;
	position:relative;
	top:2px;
	left:4px;
}

#search input.field {
	width:260px;
	float:left;
	padding:2px;
	margin:0;
	border:2px solid #9F9F9F;
}

#search button.search-button {
	background:url('images/search_button.png') no-repeat;
	border:0;
	text-indent:-9999px;
	display:block;
	width:19px;
	height:17px;
	padding:0;
}

#navigation {
	float:right;
	width:75%;
	margin-top:7px;
}

#navigation a {
	color:#fff;
	padding: 0px 5px 1px 5px;
	display:block;
}

#navigation a:hover {
	text-decoration:none;
}

#navigation ul li {
	float:right;
	margin-left:10px;
/*	background-color:#111155;*/
	border-bottom: 1px dotted #000084;
}

#navigation ul li:hover {
	text-decoration;none;
	border-bottom: 1px dotted #FFFF33;
	color:#FFFF33;
}

.subnav .visibles {
	padding:10px; 
	line-height:20px;
	background-color:#003399;
	display:none;
	font-size:0.9em;
	margin:20px 0;
}

.subnav .visibles ul li {
	float:left;
	position:relative;
}

.subnav .visibles a{
	color:#fff;
}

