/*
Theme Name: Imogene
Theme URI: http://www.free-wordpress-theme.net/
Description: A simple, clean and elegant free wordpress theme. Featured gallery based on the sliding doors effect. See the readme file for theme usage and setup.
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: blue, 2 columns, widget ready, fixed width.
*/


/*============================================================
	General Specifications
==============================================================*/

body {
	background: #022752 url(images/bg.png) top repeat;
	font-size: 12px;
	color: #81b3d6;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	background: url(images/page.png) top repeat-x;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}

.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited, .sidebar h2 {
	font-size: 20px;
	margin-top: 5px;
    	text-decoration: none;
	color:#4b98ce !important;
	text-align: center;
	}
	
h1, h2, h3 {
	font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	margin: 0;
    	text-decoration: none;
	color:#4b97ce;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	margin: 0;
    	text-decoration: none;
	color:#4b97ce;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
    	padding: 0;
	margin:5px 0px;
	color: #4b97ce;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 14px;
	color:#4b97ce;
	margin: 5px;
	padding: 0;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	color:#4b97ce;
	margin: 5px;
	padding: 0;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	color:#4b97ce;
	margin: 5px;
	padding: 0;
	}

a, a:visited{
	color: #0286d9;
	text-decoration: none;
	}

a:hover {
	color: #efefef;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 10px 0 10px;
	padding: 1px 10px;
	background: #103356;
	font-style: oblique;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
  	display: block;
	text-align: center;
	float: left;
	font-weight: bold;
	position: relative;
	padding: 20px 0 0 0;
	margin: 0 0 -20px 0;
    	}

#searchh {
    	width:220px;
	background: none;
	color: #4b98ce;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	font-weight: normal;
	margin: 0px 0px 0px 5px;
	padding: 2px 2px 1px 2px;
	border:none;
	text-align: center;
	float: right;
	}

#searchform {
    	width:200px;
	background: #bad0e2;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 0px 0px 0px 2px;
	padding: 2px 2px 1px 2px;
	}

#submit {
	background: #023d70;
	color: #fff;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin-left: 5px;
	padding: 1px 4px;
	font-weight: bold;
    	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/*==========================================================
	Header
============================================================*/

#srch {
	background: url(images/src.png) bottom no-repeat;
	margin: 0px;
	width: 900px;
	height: 30px;
	padding: 0px;
	float: left;
	}

#header {
	background: url(images/header.png) top no-repeat;
	margin: 0;
	padding:0;
	height: 110px;
	width: 1000px;
	float: left;
	}

#description {
	width: 310px;
	float: left;
	margin:10px 10px 0 30px;
	}

#rss {
	width: 81px;
	height: 49px;
	float: right;
	margin: 0 10px 0 0;
	}

/*=======================================================================
	Pages menu
========================================================================*/

#catbar {
	width: 650px;
	height: 40px;
	margin: 13px 0 0 0;
	padding: 0px;
	float: right;
	}
	
#catbar ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0;
	}

#catbar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#catbar li a, #catbar li a:link, #catbar li a:visited {
	background: url(images/button.png) top no-repeat;
	width: 130px;
	height: 19px;
	color: #bad0e2;
	display: block;
	font-size: 14px;
    	font-weight: bold;
    	margin: 0px;
	padding: 17px 10px 3px 10px;
	text-align: center;
	}

#catbar li a:hover, #catbar li a:active {
	background: url(images/hover.png) top no-repeat;
	color: #2575b8;
	display: block;
	text-decoration: none;
    	}

/*==============================================================
	Positioning of the ad banners
================================================================*/

#ad160 /* banner in the sidebar*/ {
	width:160px;
	margin: 0 0 0 -5px;
	}

.ads_small {
	margin: 0;
	}

.ads_small img {
	padding: 5px 25px 0 25px;
	}

/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	width:1000px;
	margin:10px 0 0 0;
	background: url(images/middle.png) top repeat-y;
	float: left;
	padding: 0;
	}

#pbodytop {
	width: 1000px;
	height: 520px;
	float: left;
	background: url(images/top.png) top no-repeat;
	margin: -10px 0 0 0;
	}

#content {
	width:600px;
	margin: -520px 0 0 0;
	float:left;
	padding: 5px;
	}

.white {
	width:600px;
	float: left;
	margin: 0 0 10px 0;
	text-align: justify;
	font-size:14px;
	}


/*=====================================================================
	The actual Blog post look
======================================================================*/

.post {
	background: #023d70;
	width:598px;
	float: left;
	margin: 10px 0 0 0;
	text-align: justify;
	font-size:14px;
	border: 1px solid #022b5a;
	}

.ptitle{	
	background: url(images/ptitle.png) top no-repeat;
	width: 580px;
	height: 45px;
	padding: 11px 10px 0 10px;
	text-align: left;
	margin: 0;
	}

.entry {
	padding: 0px 15px;
	margin: 0px;
	}

.thumb{
	float:right;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 10px;
	}

.thumb img{
	border: 3px solid #4b98ce;
	}

.postmetadata {
	background: #4b97ce;
	border: 1px dashed #023d70;
	width: 560px;
	padding: 5px 10px;
	margin: 0 auto 10px auto;
	font-size: 11px;
    	clear: both;
	color: #023d70;
    	}

.postmetadata a, .postmetadata a:visited{
	color: #023d70;
	}

.postmetadata a:hover{
	color: #fff;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 5px 0px;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: square;
	padding-left: 10px;
	text-indent: 5px;
	}

.entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/*===================================================
	Sidebar
=====================================================*/

#one{
	float:left;
	margin: -520px 10px 10px 10px;
	min-height: 600px;
	}

#two{
	float:right;
	margin: -520px 5px 10px 10px;
	min-height: 600px;
	}
	
.sidebar{
	width: 175px;
	font-size: 12px;
	padding: 10px 0;
	}

#feed {
	background: url(images/email.png) top left no-repeat;
	width: 170px;
	height: 40px;
	padding: 0px;
	margin: 0 0 0 -10px;
	}

.sidebar h2 {
	width:171px;
	height: 40px;
	padding: 13px 5px 0 5px;
	background: url(images/stitle.png) top no-repeat;
	font-size:18px;
	text-align: center;
	color:#000;
	}

.sl{
	margin: 0px 0 -10px -6px;
	}

.sr{
	margin: 0px 0px -10px -5px;
	}
	
.sidebar a, .sidebar a:visited {
	color:#81b3d6;
	text-decoration: none;
	}

.sidebar a:hover {
	color:#fff;
	text-decoration:none;
	}

.sidebar form {
	margin: 0;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 10px;
	}

.sidebar li {
	list-style-type: none;
	}

.sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding:0px;
	}

.sidebar ul li li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
	} 

.sidebar ul li ul {
	margin-top: -5px;
	margin-bottom: -5px;
	}

.sidebar ul li ul li {
	padding: 0px;
	margin: 0;
	}


/*Sidebar search form*/

.sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}

/* Calendar */

#wp-calendar {
	width: 160px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	empty-cells: show;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	color:#efefef !important;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies {
	padding: 10px;
	margin: 0px 10px;
	}

h3.comments {
	padding: 0;
	margin: 10px auto;
	text-align: center;
	color: #4b98ce;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

#commentform input {
    	background: #bad0e2;
	color: #000;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
    	margin: 5px 10px 0 0;
	}

#commentform textarea {
    	background: #bad0e2;
	color: #000;
	width: 450px;
	padding: 2px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	background: #023d70;
	color: #fff;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	padding: 2px 4px 1px 4px;
	font-weight: bold;
    	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
    	font-weight: bold;
	}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
    	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li .avatar {
	float: right;
	padding: 2px;
	background: #4b98ce;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
    	}

.children {
   	padding: 0;
   	}

#commentform p {
	margin: 5px 0;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
    	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-variant: small-caps;
	}

.thread-alt {
	border: 1px dashed #022550;
	background: #103356;
	}

.thread-even {
	border: 1px dashed #022550;
	background: #022b5a;
    	}


/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: url(images/bottom.png) top no-repeat;
	margin: 0 auto;
   	width: 1000px;
	padding-top:45px;
	line-height:30px;
	clear: both;
    	text-align: center;
	}

/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

