/*  
Theme Name: Eleni Sent Me
Theme URI: http://www.elenisentme.com
Description: Custom WordPress Theme for Eleni Sent Me
Version: 1.0
Author:  Fresh Karma
Author URI: http://www.freshkarma.com/
*/

/* Global Settings */

body {
	background: #343F53 url(img/bg.png) top left repeat-y;
	color: #DCE5FB;
	font-family: Verdana,sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 0;
}

h1 {
	margin: 25px auto auto 20px;
	text-transform: lowercase;
	font-weight: 500;
}

h2 {
	margin: 20px 0 0 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #495678;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.post-entry h2 {
	font-size: 1em;
}

h3 {
	border-bottom: 1px solid #495678;
	padding-bottom: 12px;
	margin-top: 10px;
}

h4 {
	background-color: inherit;
	color: #B0C4F8;
	font-size: 12px;
	margin-top: 20px;
	clear: both;
}

img { border: 0; }

strong { font-weight: 600; }

blockquote {
	border-left: 5px solid #495678;
	padding-left: 15px;
	font-style: italic;
	margin: 5px 0 5px 15px;
}

p {
	text-align: left;
	line-height: 1.7em;
}

input, textarea {
	background: #dce5fb;
	color: #2b313f;
	border: solid 1px #495678;
}

.clear { clear: both; }

/* Wrappers and containers */

#wrapper {
	width: 970px;
	margin: 0;
}

#rtcontainer {
	background: url(img/container.png) repeat-y;
	margin: 0;
	float: left;
}

/* Header Items */

#header {
	width: 770px;
	height: 180px;
	background: url(img/header.png) 0 0 no-repeat;
	float: left;
}

#header .about {
	background-color: inherit;
	color: #B0C4F8;
	width: 295px;
	margin: 20px 0 0 25px;
}

#title {
	width: 299px;
	height: 47px;
	text-align: left;
	position: relative;
}

#title span {
	background: url(title/title.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#title span a {
	display: block;
	height: 100%;
	width: 100%;
}

#travelpics { background: url(img/flickr.png) no-repeat; width: 340px; height: 120px; padding-left: 40px; margin: 30px 15px 0 0; float: right; display: inline; }

#travelpics img { float:left; margin:0 5px 5px; background:#303749; padding:5px; width:45px; height:45px; }

#travelpics a:focus img, #travelpics a:hover img, #travelpics a:active img, #travelpics a:hover { background: #fff; }

/* Left Sidebar Items */

#leftsidebar {
	width: 200px;
	background: #2B313F;
	color: #FFF;
	float: left;
}

#nav {
	margin-top: 2px;
	width: 200px;
	height: 25px;
	border-bottom: 1px solid #495678;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}

#nav li {
	padding: 0 2px;
	display: block;
	float: left;
}


#nav a {
	background: #2B313F;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
	border-left: 1px solid #495678;
}

#nav a.first { border-left: 0; }

#nav a:hover {
	background-color: #495678;
	color: #FFF;
}

#categories, #recent, #archives {
	width: 190px;
	height: 35px;
	text-align: left;
	position: relative;
}

#categories span {
	background: url(title/categories.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#recent span {
	background: url(title/recent.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#archives span {
	background: url(title/archives.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #495678;
}

#menu a {
	background: url(img/arw.gif) 0 10px no-repeat #2B313F;
	color: inherit;
	line-height: 34px;
	padding: 0px 2px 0px 25px;
	display: block;
	color: #B6C544;
	text-decoration: none;
}

#menu a:hover {
	color: #DBE865;
	background-color: #343F53;
}

/* Left Sidebar Items */

#search {
	background:#343F53;
 	color:inherit;
 	border-bottom:1px solid #495678; 
 	padding:10px;
 }

#searchform {
	margin: 0;
	padding: 0;
}

#search input {
	font-size: 0.9em;
	padding: 3px;
	width: 130px;
}

#search .button {
 	background: url(img/button.gif) 0 50% no-repeat;
 	border:0;
 	width:25px;
 	height:25px;
 	padding:0;
 	margin:0;
}

/* Content Items */

#content {
	width: 545px;
	margin: 0;
	float: left;
}

#content img {
	border: 5px solid #495678;
	margin: 0 10px 10px 0;
	float: left;
}

#about, #contact {
	text-align: left;
	position: relative;
}

#about span {
	background: url(title/about.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#contact span {
	background: url(title/contact.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#rss { color: #b0c4f8; background-color: inherit; margin-top: 20px; float: right; }

#rss a { background: url(img/rss.png) no-repeat right top; padding:0 25px 0 0; line-height: 16px; display: block; }

.post, .page { width: 510px; font-size: 12px; padding-top: 15px; margin: 35px 0 10px 25px; }

.post-title, .post-title a {
	background-color: inherit;
	color: #DBE865;
	font-size: 15px;
	text-decoration: none;
	margin: 0;
}

.post-title a:hover, #rss a:hover {
	background-color: inherit;
	color: #B0C4F8;
}

.post-title span {
	float: right; 
	color: #889fdc;
}

.post-subelement, #content .post-subelement a, #rss a {
	background-color: inherit;
	color: #B0C4F8;
	font-size: 11px;
	padding-bottom: 10px;
	text-decoration: none;
	margin: 0;
}

#content .post-subelement a:hover {
	text-decoration: none;
	background: none;
}

.post-entry {
	border-bottom: 1px solid #495678;
	padding: 10px 0;
}

.post-entry ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

.post-entry li {
	background: url(img/bullet.png) 0 50% no-repeat;
	padding-left: 20px;
	margin: 5px 0 5px 15px;
}

.post-comment {
	border-bottom: 1px solid #495678;
	padding: 10px;
}

.post-comment1 {
	background-color: #343F53;
	color: inherit;
	border-bottom: 1px solid #495678;
	padding: 10px;
}

#commentform {
	margin: 0;
	padding: 0;
}

#content .post-comment img, #content .post-comment1 img { border: none; }

/* .post-comment .post-subelement, .post-comment1 .post-subelement {
	font-weight: bold;
} */

.post-entry a, .post-comment a, #form .left a {
	background-color: inherit;
	color: #DBE865;
	text-decoration: none;
	padding: 2px;
}

.post-entry a:hover, .post-comment a:hover, #form .left a:hover {
	background-color: #DBE865;
	color: #343F53;
	text-decoration: none;
}

/* share this */

#akst_form, #akst_form a { color: #343f53; }

/* Right Sidebar Items */

#rightsidebar {
	background: url(img/rightsb.png) 0 0 no-repeat;
	width: 225px;
	float: left;
}

#rightsidebar .contents {
	width: 198px;
	padding: 10px 0 0 15px;
}

#newsletter, #swag, h2#blogroll {
	width: 185px;
	height: 35px;
	text-align: left;
	position: relative;
	border: none;
}

#newsletter span {
	background: url(title/newsletter.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#swag span {
	background: url(title/swag.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#blogroll span {
	background: url(title/blogroll.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

#subscribe {
	background:#343F53;
 	color:inherit;
 	border-bottom:1px solid #495678; 
 	padding:10px;
	margin: 0 -1px;
	width: auto !important;
	width: 181px;
}

#subscribe #hidden { display: none; margin: 0; padding: 0 }

#subscribe form { margin: 0; padding: 0; }

#subscribe input { font-size: 0.9em; padding: 3px; width: 140px; }

#subscribe .button  {
 	background:url(img/button.gif) 0 50% no-repeat;
 	border:0;
 	height:25px;
 	width:25px;
 	padding:0;
 	margin:0;
}

#swag1 {
	background-color: #343F53;
	color: inherit;
	border-bottom: 1px solid #495678;
	padding: 10px;
	margin: 0 -1px;
	width: auto !important;
	width: 181px;
	overflow: hidden;
}

#adsense-160x600 { margin: 20px 0 0 20px; padding: 0; }

#link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#link li h2 {
	font-size: 1em;
	background-color: #3F4B66;
	color: #DBE865;
	font-weight: 600;
	border-bottom: 1px solid #495678;
	padding: 10px;
	margin-top: 15px;
}

#link li li {
	background-color: #3F4B66;
	color: #B0C4F8;
	border-bottom: 1px solid #495678;
	display: block;
}

#link li li:hover {
	background-color: #343F53;
	color: #DCE5FB;
}

#link a {
	background-color: inherit;
	color: #B0C4F8;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	line-height: 33px;
}

#link a:hover {
	background-color: #343F53;
	color: #DCE5FB;
}

#link .category {
	background-color: #3F4B66;
	color: #DBE865;
	font-weight: 600;
	border-bottom: 1px solid #495678;
	padding: 10px;
	margin-top: 15px;
}

/* Form Settings */

#form {
	background-color: #343F53;
	color: inherit;
	border-bottom: 1px solid #495678;
	font-size: 11px;
	line-height: 2.2em;
	padding: 10px 0 10px 5px;
}

#form strong {
	background-color: inherit;
	color: #DBE865;
	font-weight: 500;
}

#form span {
	background-color: inherit;
	color: #DBE865;
	margin-left: 120px;
}

#form .note {
	width: 300px;
	line-height: 1.2em;
	font-size: 10px;
	letter-spacing: -1px;
	padding-top: 5px;
}

#form input {
	font-size: 0.9em;
	padding: 3px;
}

#form .button {
	background-color: #495678;
	color: #DBE865;
	font-weight: 600;
	font-size: 12px;
	width: 170px;
	padding: 2px 0;
	margin-top: 10px;
	border: 1px solid #B0C4F8;
}

#form .left {
	margin: 0;
	float: left;
}

#form .right {
	margin-right: 5px;
	float: right;
}

#footer {
	background: #343f53 url(img/footer.png) 0 0 no-repeat;
	height: 68px;
}

#bottom-text {
	color: #B0C4F8;
	padding: 10px 15px;
	background:  #272D3B;
}

#bottom-text a {
	background-color: inherit;
	color: #B0C4F8;
	text-decoration: none;
}

#bottom-text a:hover {
	background-color: inherit;
	color: #DBE865;
}

/* wordpress styles */

.navigation {
	font-size: 12px;
	margin: 10px 10px 0px 27px;
}

.navigation a {
	color: #DBE865;
	text-decoration: none;
}

.navigation a:hover {
	color: #B0C4F8;
}

.alignright { 
	float: right;
}

.alignleft {
	float: left;
}

.pagetitle {
	margin: 15px 10px 0 27px;
	padding-left: 0;
}
