/*  
Theme Name: Clean Copy Reloaded
Author URI: http://whereelsetoputit.com/
Version: 0.9
Author: Greg Mulhauser, based heavily on the work of Cory Miller at http://corymiller.com
Description: Clean Copy Reloaded is an attempt to modernize the original two-column design by Cory Miller, with improved accessibility (no fixed point sizes, yuck!) and XHTML standards
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
Header photo by Ville Miettinen, used with permission
*/


body {
	background: #E0E0E0;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #2397E9;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
#container { 
	background: #ffffff;
	width: 860px;
	text-align: left; 
	margin: 20px auto 20px auto; 
	border: 1px solid #cccccc;
	overflow: hidden;
	}
#header {
	width: 860px;
	height: 150px;
	background: #2397E9 url(images/header.jpg) top center no-repeat;
	padding: 0px;
	margin: 0px;
	text-align: left;
	}	
#header h2 {
	color: #ffffff;
	font-size: 30px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	text-indent: 30px; 
	padding: 25px 0px 5px 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #006699;
	text-decoration: none;
	}

#header h3 {
	color: #ffffff;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-indent: 35px; 
	margin: 0px;
	padding: 0px;
	}

#menu { 
	background: #006699;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	border-bottom: 5px solid #888888;
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #ffffff;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	}

#menu ul li a:hover {
	color: #ffffff;
	background: #2397E9;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	}

* html #content { width: 490px; margin: 20px 20px; }

#content { 
	display: block;
	background: #ffffff;
	width: 500px; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	float: left; 
	position:relative;
	padding: 0px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
	}
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #2397E9;
	text-decoration: none;
	}

#content h2 {
	color: #333333;
	font-size: 18px;	
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content h2 a  {
	color: #333333;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #2397E9;
	background: none;
	text-decoration: underline;
	}

#content h3, #content h4 {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
	
#content h3 a, #content h4 a  {
	color: #333333;
	text-decoration: none;
	}

#content h3 a:hover, #content h4 a:hover {
	color: #2397E9;
	background: #ffffff;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #666666;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}


#sidebar { 
	display: block;
	color: #000000;
	width: 205px;
	float: right; 
	position:relative;
	margin: 20px 30px 20px 0px;
	padding: 20px 30px 20px 30px;
	text-align: left;
	border: 1px solid #cccccc;
	}

* html #sidebar { margin: 20px 20px 20px 10px; }

#sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
#sidebar ul li a {
	color: #2397E9;
	font-weight: bold;
	text-decoration: underline;
	}

#sidebar ul li a:hover {
	color: #000000;
	text-decoration: none;
	}
#sidebar ul li ul li {
	padding: 10px 0px 0px 15px;
}

#sidebar ul li ul li a {
	color: #2397E9;
}

#footer { 
	color: #ffffff;
	background: #666666;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
	height: 20px;
	text-align: center;
	clear: both;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

/*------ ADDITIONS ------*/

.ifloat1, .feat-float1 {
padding: 10px 10px 10px 0px;
float: left;
display:inline;
position:relative;
}

.ifloat2, .feat-float2 {
padding: 10px 0px 10px 10px;
float: right;
display:inline;
position:relative;
}

.ifloat1 p, .ifloat2 p {
padding:0;
margin:0;
}

#content .caption {
color: #4b4b4b;
font-weight: normal;
line-height: 1.4em;
margin: .3em 0 0;
padding: 0px;
text-align:center;
}

#content p.caption {
font-size:1em;
}

#akst_form ul li {
list-style-type:none;
}

dt {
font-weight:bold;
padding:1em 0 1em;
}

dd {
padding-left:1em;
}

body {
font-size: 87.5%;
}

#header h2 {
font-size:2 em;
}

#header h3 {
font-size:1.5 em;
}

#menu h2 {
font-size: 1.4em;
}

#menu ul li a {
	font-size: 1.4em;
}

#content p{
	line-height: 1.6em;
}

#content h1 {
	font-size: 1.8em;
}

#content h2 {
	font-size: 1.7em;
	padding-bottom:.5em;
}

#content h3, #content h4 {
	font-size: 1.5em;
	padding:.5em 0;
}

#content h4 {
font-size: 1.3em;
}

#content p, #content ul, #content dl, #content ol {
font-size:1.1em;
line-height:1.6em;
}

#sidebar {
	line-height: 1.5em;
}

#sidebar h2 {
	font-size: 1.5em;
	line-height:1.4em;
}

.description {
font-size:.9em;
padding:.5em 1em 0;
margin:.5em 0 1em;
background-color:#e0e0e0;
}

#rposts fieldset {
margin:.4em 0 .8em;
padding:.5em;
clear:both;
}

#rposts fieldset ul {
margin-left:2em;
padding-left:0;
}

#rposts fieldset ul li {
list-style:disc outside;
margin-left:.5em;
padding-left:.5em;
}

#rposts fieldset li a, #rposts fieldset li a:visited {
	color: #2397E9;
}

#rposts legend {
color: black;
background: url(http://whereelsetoputit.com/new-look/pages.gif) left top no-repeat;
padding-left: 21px;
font-size:1.2em;
line-height:1.4em;
}

#sidebar ul li form {
width:205px;
overflow:hidden;
padding-top:7px;
}

#sidebar ul li form table {
text-align:center;
}

#sidebar ul li form input {
display:inline;
}

#sidebar ul li form label font {
font-size:.9em;
}

#sidebar ul li form input#sbb {
text-align:center;
margin:2px auto 5px;
display:block;
}

#sidebar ul li form input#ss1 {
margin-left:7px;
}

#content #akst_social ul li a, #content #akst_social ul li a:visited {
color: #2397E9;
text-decoration:none;
}

#content #akst_social ul li a:hover {
color:black;
text-decoration:underline;
}

#content .akst_share_link {
font-size:1.1em;
}

li div#translation_bar img {
border:none;
padding:0;
margin:0;
}

li div#translation_bar {
line-height:20px;
}

li div#translation_bar a:link {
padding:3px;
margin:3px;
border:1px solid white;
}

li div#translation_bar a:hover {
border:1px solid #2397E9;
}

.posttags {
color:#4b4b4b;
text-transform:uppercase;
font-size:.9em;
}

.posttags a {
color:#4b4b4b;
text-decoration:none;
}

/* ------------- Social Links ------------------ */

#socials ul {
display:inline;
margin:0;
padding:0;
}

#socials li {
display: inline;
list-style-type: none;
margin: 0;
padding: 2px;
}

#socials img {
width: 16px;
height: 16px;
border: 0;
padding:2px;
}

#socials a:link {
opacity: .4;
-moz-opacity: .4;
filter: alpha(opacity=40);
}
#socials a:hover {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
#socials p{font-weight:bold}

/* YAWASP */
.catenasirpowotyp, .locktross  {display:none;}

/*-- Post Images --*/
.post_image {
padding:0;
overflow:hidden;
}

.post_image img {
display:block;
}

.post_image_attr {
font-size:8px;
line-height:9px;
margin:0;
padding:0;
white-space:normal;
color:#ccc;
}

.post_image_attr a{
text-decoration:none;
color:#ccc;
white-space:normal;
}

/* PageNavi */

div.wp-pagenavi{clear:left;padding:1.5em 0 1em 0;}
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:active{padding:2px 4px 2px 4px;margin:2px;text-decoration:none;border:1px solid #0066cc;color:#0066cc;background-color:#FFFFFF}
.wp-pagenavi a:hover{border:1px solid #114477;color:#114477;background-color:#FFFFFF}
.wp-pagenavi span.pages{padding:2px 4px 2px 4px;margin:2px 2px 2px 2px;color:#000000;border:1px solid #000000;background-color:#FFFFFF}
.wp-pagenavi span.current{padding:2px 4px 2px 4px;margin:2px;font-weight:bold;border:1px solid #000000;color:#000000;background-color:#FFFFFF}
.wp-pagenavi span.extend{padding:2px 4px 2px 4px;margin:2px;border:1px solid #000000;color:#000000;background-color:#FFFFFF}
