/*
Theme Name: Clean Blue Vision
Theme URI: http://rombeca.com/demos/clean-blue-vision
Description: Clean and simple WordPress theme. Designed by <a href="http://rombeca.com" target="_blank">rombeca</a>.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Author: rombeca
Author URI: http://rombeca.com
Tags: two-columns, blue, fixed-width, right-sidebar
Text Domain: wp-clean-blue-vision
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #3DABFF;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	clear: both;
	color: #fff;
	margin-left: 10px;
}

header {
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 15px 10px -10px #333, 0 1px 4px #333, 0 0 40px r#333 inset;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 15px 10px -10px #333, 0 1px 4px #333, 0 0 40px #333 inset;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 15px 10px -10px #333, 0 1px 4px #333, 0 0 40px #333 inset;
    background: none repeat scroll 0 0 #3B90FF;
    float: left;
    margin: 2em 10px 4em;
    padding: 1em;
    position: relative;
    width: 660px;
}

header h1 {
    font-size:24px; 
	line-height: 150%; 
	font-family: Georgia, serif;
}

header h2 {
    font-size:18px; 
	line-height: 150%; 
	font-family: Georgia, serif;
	color:#E8DAB3;	
}

header a {
    color:#fff;
	text-decoration:none;
}
#wrapper {
	margin: 20px auto;
	width: 960px;
	background-color: #CEC7AA;
	-moz-box-shadow: 0 0 3px 3px #333;
   -webkit-box-shadow: 0 0 3px 3px #333;
    box-shadow: 0 0 3px 3px #333;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}


.clear { 
	clear:both; 
	display:block; 
	overflow:hidden; 
	visibility:hidden; 
	width:0px; 
	height:0px;
}
.hide  { display:none}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}

.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


a {
	color:#81FF78;	
	}
a:hover {
    text-decoration:none;
 }





/* custom select color  */
::selection {
	background: #fff; /* Safari */
	}
::-moz-selection {
	background: #fff; /* Firefox */
	color:#000;
}



/* ** ** forms ** ** */
form fieldset {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius:5px; padding-top:5px; padding-left:5px; border:1px solid #ccc; }
form fieldset legend {font-size:1.4em; padding:0 5px;}
form input[type=text], form input[type=email], form input[type=url] {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius:4px;
	display: block;
	height:20px; 
	margin-left:5px;
	border:1px solid #ccc; 
	padding:4px 0 1px 5px;
	margin-bottom:10px;
}

form label {
	 height:10px; 
	 font-size:16px;
	 margin-left:10px;
 }
 
#submit {
    height:25px;
	width: auto;
	border: 1px;
    -moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius:3px;
    margin-top: 10px;
    margin-bottom: 20px;
	padding: 3px;
}
 
#textarea {
    margin:20px;
    -moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius:4px;

}

/* layout styling */
.col {
	margin-left:10px; margin-right:10px;
	display: inline;
	overflow: hidden;
	float: left;
	position: relative;
}

.main{
	width: 960px;
	margin: 0 auto;
	background: none repeat scroll 0 0 #3B90FF;
	overflow: hidden;
}

.left{
    width:700px; 
 }
.right {
    width:220px; 
 }



.widget {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 15px 10px -10px #333;
	-webkit-box-shadow: 0 15px 10px -10px #333;
	box-shadow: 0 15px 10px -10px #333;
    background: none repeat scroll 0 0 #3B90FF;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 10px;
    position: relative;
    width: 200px;

}


.widget h3 {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


p.widget img{
	 vertical-align: middle;
	 padding-left: 10px;
}

.widget a {
    text-decoration: none;
}

.widget ul, li{
    list-style-type:none;

}

.post {
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 15px 10px -10px #333, 0 1px 4px #333, 0 0 40px r#333 inset;
    -webkit-border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 15px 10px -10px #333, 0 1px 4px #333, 0 0 40px #333 inset;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 15px 10px -10px #333, 0 1px 4px #333, 0 0 40px #333 inset;
    background: none repeat scroll 0 0 #3B90FF;
    float: left;
    margin: 15px 10px 4em;
    padding: 1em;
    position: relative;
    width: 660px;
}

.post h2,h3,h4,h5 {
    line-height: 150%; 
	font-family: Georgia, serif;
	margin-left: 20px;
}

.post h1{
 font-size: 26px;
 color:#fff;
}

.post h2{
 font-size: 24px;
 color:#81FF78;
}

.post h3{
 font-size: 20px;
 color:#fff;
}

.post ul, ol, p {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.reply {
    margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
}

.comment-reply-link {
	display:inline-block;
	font-size:14px;
	color:#000;
	text-decoration:none;
	background:url(images/bg_button.gif) top repeat-x #d6d6d6;
	border:1px solid #bfbfbf;
	height:25px;
	line-height:24px;
	padding:0 16px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	margin-top:4px;
}


.postinfo {
   margin: 20px;

}

.small {
    color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin: 5px;

}



.commentform {
	margin-left: 20px;
	margin-bottom: 20px;
}




.navigation {
	padding: 15px;
	text-align: center;
}

.navigation a {
	display: inline-block;
	width: 25px;
	margin: 0 2px 0 0;
  	background-color: #3B90FF;
	-moz-box-shadow: 0 0 3px 3px #333;
   -webkit-box-shadow: 0 0 3px 3px #333;
    box-shadow: 0 0 3px 3px #333;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-decoration: none;
    text-align: center;
}

.navigation a:hover {
    border: 1px #333;
	color: #81FF78;
	background: #333;
}
.navigation span {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
    text-align: center;
}

.navigation span.current {
    width: 25px;
    border: 1px #fff;
	background-color: #3B90FF;
	color: #81FF78;
	-moz-box-shadow: 0 0 3px 3px #333;
    -webkit-box-shadow: 0 0 3px 3px #333;
    box-shadow: 0 0 3px 3px #333;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-decoration: none;
    text-align: center;
}
.navigation.first {
	background: none;
	padding: 0;
}
 
.prevlink {
	margin-right:20px;
}

.nextlink 
{
	margin-left:20px;
}

.wp-caption {
	margin-top: 10px;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}

.sticky {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.bypostauthor {
   margin-right:20px;

}

.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}

.gold {
color: #E8DAB3;
}

blockquote{
	margin: 20px 20px 20px 20px;
	padding: 5px 5px 5px 5px;
	background : #B0F7FF;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

table{
	margin: 10px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
}

tr, th, td {
	padding: 3px;
	border: 1px solid #fff;
}

footer {
	margin: 20px auto;
	width: 960px;
	background-color: #3B90FF;
	-moz-box-shadow: 0 0 3px 3px #333;
   -webkit-box-shadow: 0 0 3px 3px #333;
    box-shadow: 0 0 3px 3px #333;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

footer p {
   margin: 10px 10px 10px;
   padding: 20px;
   list-style-type:none;
}