/* 
Theme Name: Into the Ocean
Theme URI: http://www.designadaptations.com/themes
Description: Двухколононая резиновая тема с расширенным подвалом. Требует некоторой доработки. 
Version: .03
Author: Charity J. Ondriezek
Author URI: http://www.designadaptations.com
*/

	
/* -------------------------------------------------
     BASIC FORMATTING 
------------------------------------------------- */
* {margin: 0; padding: 0;}
	
body{
	color:#666;
	font-size:62.5%;
	line-height:2em;
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;}
	
h1,h2,h3,h4,h5,h6{font-family:"Book Antiqua", Palatino, "Times New Roman", Times, serif;}

h1{font-size:2em;}
h2{font-size: 1.6em;}
h3{font-size: 1.4em;}
h4{font-size: 1.2em;}
	
p img{border:solid 1px #ccc; padding:2px; margin:0 auto;}

ol{padding: 5px; margin-left:20px; list-style:upper-roman;}
ul{padding: 5px; margin-left:20px; list-style:circle;}
li{padding: 2px;}
	
a, a:active{ color: #3b5b81;}
a:visited{ color: #3b5b81;}
a:hover{ color: #000;}
a img{border:none;}

blockquote{ 
	padding: 5px 10px;
	width:80%;
	border-top: 4px double #acc5ef;
	border-bottom: 4px double #acc5ef;
	margin: 10px 5%;}

code{font-family:"Courier New", Courier, monospace;}

/* -------------------------------------------------
     WRAP 
------------------------------------------------- */
#wrap {font-size:1.2em;}

/* -------------------------------------------------
     HEADER 
------------------------------------------------- */
#header{
	width:100%;
	float:left;
	background:url(../into_the_ocean/images/banner_top.jpg) top repeat-x;}
	
#header h1{
	margin:50px 0 0 15px;
	padding:5px 0;}
	
#header h1 a {
	text-transform:uppercase;
	color:#3b5b81; 
	text-decoration:none;}

.tagline{
	font-size:1em;  
	color:#666;
	float:left;
	margin:0 0 10px 15px;
	padding:0;}
	
/* -------------------------------------------------
     NAV 
------------------------------------------------- */
#nav {
	width:100%;
	height:40px;
	background:#3b5b81 url(../into_the_ocean/images/nav_bg.png) bottom;
	border-bottom:solid 2px #000;}
	
#nav ul {
	float:right;
	width:60%;
	list-style: none;
	display: inline;}
	
#nav ul li {
	float:right;
	list-style: none;
	display: inline;}

#nav li a {
	padding: 5px 10px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;}
	
#nav li a:hover { 
	padding: 5px 10px;
	background: url(../into_the_ocean/images/nav_bg.png) top;
	color:#fff;}
	
#nav ul li ul{
	float:left; 
	border:none;
	margin-top:7px;}
	
#nav ul li ul li a{border:none;}
	
#nav ul li ul li a:hover{
	border:none;
	color:#acc5ef;
	background:#333;}

/* -------------------------------------------------
     SEARCH
------------------------------------------------- */
#search_form{
	float:left;
	margin:.2em 0 .4em 1%; 
	padding: 5px 10px;}

#text_input{
	background: #acc5ef url(../into_the_ocean/images/comment_bg.png) repeat-x top; 
	border:solid 1px #0b1d32;
	padding:1px 2px;
	color:#3b5b81;}
	
#search_submit{
	background: #acc5ef url(../into_the_ocean/images/comment_bg.png) repeat-x top;
	border:solid 1px #0b1d32; 
	color:#3b5b81;
	cursor:pointer;}

#search_results{
	float: left;
	width: 50%;
	margin-left:1%; 
	padding-left:1%;}
	
#search_results h3 a{font-weight:normal;}

#search_results p.meta	{padding: 2px 0; margin-bottom: 5px; }
		
#search_results .post {
	float: left;
	margin: 10px 0 10px 0;
	width: 100%;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #3b5b81;}

input#search_results {
	padding: 2px;
	margin: 0;
	border: 1px solid #ccc;}

.keyword strong{
	font-style:italic; 
	color:#6f2422; 
	font-family:"Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;}
	
/* -------------------------------------------------
     CONTENT 
------------------------------------------------- */	
#content {
	padding: 0;
	margin:10px auto 0 auto;
	width: 100%;}

/* -------------------------------------------------
     ENTRIES 
------------------------------------------------- */
#latest {
	float: left;
	width: 45%;
	border-right: 1px dotted #ccc;
	padding-right:1%;
	margin: 0 0 30px 15px;
	min-width:405px;}
	
#latest h2 {
	padding: 2px 0;
	margin: 5px 0;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	color: #3b5b81;}
				
#latest h2 a {
	color: #acc5ef;
	text-decoration: none;}
	
#latest h2 a:hover {color: #3b5b81;}

#latest h3{margin-top:10px; color:#acc5ef;}

#latest p { 
	line-height: 1.4em; 
	padding: 10px 0 10px 0;}
 
.category{font-size: .9em;}

.latestdate {
	font-size:.9em;
	color: #fff;
	background: #acc5ef;
	padding: 1px 4px;
	margin: 2px 2px 4px 0;
	float:right;}
	
/* -------------------------------------------------
     RECENT 
------------------------------------------------- */
#recentposts {
	float: left;
	width: 40%;
	padding-left: 1%;
	margin: 0 0 20px 2%;
	font-size:90%;}

#recentposts h2{
	font-size:1.5em; 
	color:#acc5ef; 
	text-transform:uppercase;
	letter-spacing:.1em;}

#recentposts .entry {
	float: left;
	padding:1%;
	width: 100%;
	padding:10px 0;
	line-height:1.7em;}
		
#recentposts .entry a {color:#3b5b81; text-decoration:none; }
#recentposts .entry a:hover {color:#acc5ef;}
#recentposts .entry p{margin-top:5px;}

#recentposts .entry span{
	background: #dbe9f4; 
	padding: 1px 4px;
	margin: 2px 2px 4px 0;
	color:#3b5b81;}			

#recentposts .more {
	float:right;
	padding-right: 20px; 
	background:url(../into_the_ocean/images/page_white_go.png) right no-repeat;}

/* -------------------------------------------------
     SIDEBAR
------------------------------------------------- */
#sidebar {
	float: left;
	width: 27%;
	margin-left: 2%;
	color:#666;}

#sidebar h3{
	background: #acc5ef url(../into_the_ocean/images/comment_bg.png) top repeat-x;
	color:#3b5b81;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:2px 5px; 
	margin: 10px 0 5px 0;}
	
#sidebar ul {list-style: none; margin: 10px 0;}
	
#sidebar ul li{
	padding: 2px 5px;
	border-bottom: 1px dotted #acc5ef;}
	
#sidebar a{color: #3b5b81; font-weight:bold; text-decoration:none;}	
#sidebar a:hover{color:#acc5ef; font-weight:bold;}

#sidebar em{
	color:#3b5b81; 
	font-family:"Book Antiqua", Palatino, "Times New Roman", Times, serif; 
	font-size:1.2em;
	font-weight:bold;}
	
#sidebar small{margin-left:10px;}

/* -------------------------------------------------
     ARCHIVE 
------------------------------------------------- */
#archive {
	float: left;
	width: 50%;
	margin-left:1%; 
	padding-left:1%;}

h2.archive {color: #acc5ef;}

#archive h3 a {font-weight:normal;}

#archive p.meta{padding: 2px; margin-bottom: 5px;}
		
#archive .post {
	float: left;
	margin: 10px 0 10px 0;
	width: 100%;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #3b5b81;}

/* single pages, search results and archives */	
.navigation {
	float: left;
	width: 98%;
	padding: 1%;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: .9em;}
	
	.previous { 
		padding-left: 20px;  
		float: left; 
		width: 45%;  
		text-align: left;
		background:url(../into_the_ocean/images/arrow_left.png) left no-repeat;}
		
	.next { 
		padding-right: 20px; 
		float: right; 
		width: 45%; 
		text-align: right;
		background:url(../into_the_ocean/images/arrow_right.png) right no-repeat;}

/* -------------------------------------------------
     COMMENTS SECTION 
------------------------------------------------- */
#comments{
	float:left;
	width:100%;
	background: #acc5ef url(../into_the_ocean/images/comment_bg.png) top repeat-x;
	color:#3b5b81;
	padding:0;
	margin:0;
	border-top:solid 4px #acc5ef;}
	
#comments h3{
	font-size:1.5em;
	padding:10px 10px 12px 10px;
	text-transform:uppercase;}	

/* -------------------------------------------------
     COMMENTS LIST
------------------------------------------------- */
#comment_list{
	float:left;
	width:50%;}

.comment, .commentalt {
	width: 80%;
	margin: 10px 0 10px 10px;
	padding: 0 0 10px 0;
	border:solid 1px #3b5b81;}

.comment a, .commentalt a{color:#3b5b81;}
.comment p, .commentalt p{margin:5px 0; padding:5px;}
	
.comment {background:#fff; color:#666;}

.commentalt {background:#dbe9f4 url(../into_the_ocean/images/comment_bg.png) bottom repeat-x; color:#333;}

cite{
	padding: 5px; 
	float:left; 
	font-weight:bold; 
	text-transform:uppercase; 
	font-style:normal;}	

.comment_meta {
	padding: 5px;
	margin: 2px;
	float:right;}

#no_comments {
	float: left;
	width: 45%;
	padding-right:1%;
	padding-bottom:25px;
	margin: 0 0 30px 15px;}

#no_comments p{margin:5px;}

/* -------------------------------------------------
     COMMENT FORM 
------------------------------------------------- */
#comment_form {
	float: right;
	width: 45%;
	padding: 0 1%;
	margin: 0 1%;}
	
#comment_form h3 {margin: 0; color:#3b5b81;}
#comment_form p{padding:5px;}
#comment_form a{color:#3b5b81;}

input#author, input#url, input#email {
	padding: 2px;
	margin: 2px 0;
	border: 1px solid #3b5b81;}
	
textarea {
	border: 1px solid #3b5b81;
	width: 70%;
	padding: 2px;}

#comment_form #submit{
	background: #3b5b81 url(../into_the_ocean/images/nav_bg.png) repeat-x top;
	border:solid 1px #0b1d32; 
	color:#acc5ef;
	padding:2px;
	cursor:pointer;}
				
/* -------------------------------------------------
     FOOTER 
------------------------------------------------- */
#footer {
	float: left;
	background: #0b1d32 url(../into_the_ocean/images/nav_bg.png) top repeat-x;
	width: 100%;
	padding: 25px 0;
	border-top: 4px solid #0b1d32;}

#footer h3 {
	color: #acc5ef;
	padding:2px 0 6px 0;
	margin-bottom: 5px;
	text-transform:uppercase;}

#footer a, #footer a:active, #footer a:visited {
	color: #acc5ef;
	font-weight:bold;
	text-decoration: none;}
	
#footer a:hover {color: #fff;}

.footercolumn {
	float: left;
	width: 30%;
	margin-left: 2%;}
	
#footer ul {
	float: left;
	width: 85%;
	padding: 0;}
	
#footer ul li {
	margin: 3px 0 3px 0;
	list-style: none;
	color: #fff;
	border-bottom:dotted 1px #3b5b81;}

#footer ul#links {width: 90%;}

.rss{padding-left: 20px; background:url(../into_the_ocean/images/rss.png) left no-repeat;}	

#copyright {
	float: left;
	width:100%;
	background: #0b1d32;
	padding:10px 0;
	margin:0;
	font-size: .9em;
	color: #fff;
	text-align:center;}
		
#copyright a {color: #fff;}

/* -------------------------------------------------
	 CLEARS
------------------------------------------------- */
.clear{clear:both;}

.cleartitle{margin-top:7px;}

.noborder{border:none !important;}

.left{float:left; margin:5px;}
.right{float:right; margin:5px;}

/* -------- COLORS ---------
	dk red: #6f2422
	lightest blue: #dbe9f4
	lt blue: #acc5ef
	mid blue: #3b5b81
	dk blue: #091B2F
	darkest blue: 0b1d32
--------------------------*/ 