/*  
Theme Name: eleo
Theme URI: http://www.euphorish.com
Description: A theme titled "eleo" enjoy.
Version: 1.0
Author: Alexander Stubbs
Author URI: http://www.euphorish.com/
*/

/* Global Styles */

* {
	padding:0;
	margin:0;
}

p, pre, blockquote, label, fieldset, address { margin:1em 0; }

img.floatLeft { 
    float: left; 
    margin: 10px;

}
img.moveDown {
position:relative;
top:3px;
}

/* Layout */

body{
	background:#FFF;
	color:#3d3d3d;
	font-size:12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
html {
background:#FFF;
}

#wrapper {
width: 100%;
		margin: 0 auto;
		padding: 0px 0;

 position: relative;
 min-height: 100%;
 height: auto !important;
 height: 100%;
}


a img{ border:none; }
a:link { text-decoration: none }

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;

}

#main {

     padding: 0px 0 0;

height:100%;
}


/* Main Content */

#content {
background:#FAFBFD;
color:#000;
padding-top:10px;
padding-left:10px;
padding-right:5px;
width:66%;
float:left;
margin-right:5px;
position: relative;
min-height: 980px;
height: 100%;
font-size:1.2em;
}

#contentbord {
float:right;
border-right:1px solid #848484;
position:relative;
height:100%;
min-height: 100%;

}
#content a, h1, h2, h3 {
color:#00285D;
}
#content a {
font-weight:bold;
}

#content a:hover {
color:#CC0000;
}
#content a:visited {
text-decoration:none;
}

#content p {
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
color:#3d3d3d;
text-align: justify;
}

#content .post {
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
width: 95%;
overflow: auto;
height: 1%;
}

#content .date {
margin-left:10px;
margin-right:5px;
color:#3d3d3d;
float:right;
position:relative;
top:-20px;
}

#content .metadata {
color:#888888;
font-weight:bold;
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
border-bottom:5px solid #FFF;
}


#content .posttitle {
padding-top:5px;
}
#content li {
margin-left:30px;
}

#posttitle a {
color:#0066CC;
}

/* Images */
#content img.alignright, #content img.alignleft, #content img.center, #content img[align="left"], #content img[align="right"], #content img[align="center"] {
	border: 1px solid #ccc;
	padding: 4px;
}
#content img.alignright, img[align="right"] {
	display: inline;
	margin: 3px 0 3px 9px;
}
#content img.alignleft, img[align="left"] {
	display: inline;
	margin: 3px 9px 3px 0;
}
#content img.center, img[align="center"] {
	display: block;
	margin: 3px auto;
}
#content a img, #content a:active img, #content a:link img, #content a:visited img {
	background: #fff;
	border: 1px solid #bbb;
	color: #000;
}
#content a:hover img {
	background: #eee;
	border: 1px solid #777;
	color: #000;
}
li a img {
	border: none !important;
}
img.noborder {
	border: none !important;
	}
	
/* Sidebars */

#sidebar {
padding-left:5px;
}

.sidebar li {
list-style-type: none;
padding-left:5px;
font-weight:bold;
font-size:1em;
}

.sidebar a {
color:#AF0000;
}
.sidebar a:hover {
color:#EF4A4A;
}
.sidebar a:visited {
text-decoration:none;
}

.sidebar h2 {
font-size:1.3em;
padding-bottom:6px;
}
.sidebar_a h1,h2,h3 {
color:#00459F;
position:relative;
margin-left:10px;
}
.sidebar_b h2 {
top:-3.5px;
position:relative;
color:#00459F;
}
.sidebar_c h2 {
top:-6.0px;
position:relative;
color:#00459F;
}

.sidebar_a {
background:url("img/boxbg.png") repeat-x;
border:1px solid #f2f2f2;
width:25%;
height:100%;
margin-top:10px;
float:left;
position:relative;
padding:5px;
font-size:1em;
color:#027ec8;

}
.sidebar_b {
background:url("img/boxbg.png") repeat-x;
line-height: 0.6cm; 
border:1px solid #f2f2f2;
width:25%;
height:100%;
margin-top:10px;
position:relative;
padding:5px;
float:left;
font-size:1em;
color:#027ec8;
}

.sidebar_c {
background:url("img/boxbg.png") repeat-x;
border:1px solid #f2f2f2;
width:25%;
height:100%;
margin-top:10px;
position:relative;
padding:10px;
float:left;
font-size:1em;
color:#027ec8;
}

.sidebar_wm {
position:relative;
width:9px;
float:left;
}


/* Links & Page Menu */

#pages {
margin-left:20px;
color:#FFF;
font-weight:bold;
font-size:1.1em;
}
#pages a {
color:#CCC;
float: left; 
padding: 0px 30px 2px 5px; 
text-decoration:none;
}
#pages a:hover {
color:#FFF;
}

#pages li
{ 
display: inline; 
list-style-type: none; 
}

/* Header Styles */

#header {
	background:#000;
        background: url("img/headerbg-2.png") repeat-x;
        height:146px;
}

#header .inside {
        top:-150px;
        position:relative;
	padding:1.5em 0;
margin-left:20px;
}

#header .logo {
       height:118px;
        position:relative;
}

#header h2 {
line-height: 0.8cm;
font-family: Verdana, Arial;
font-size:1.5em;

width:240px;
margin-left:10px;
}

#header h1 {
border-bottom:1px solid #FFF;
border-bottom-width: thin;
line-height: 1cm;
font-size:3em;
width:240px;
}

/* Footer */
#footer {
margin-top:60%;
position:relative;
border-top:1px solid #fcfcfc;
float:left;
color:#3d3d3d;
}


/* Comments */

.comments-template{
	margin: 10px 0 0;
	border-top: 10px solid #FFF;
	padding: 10px 0 0;
}

.comments-template h3 {
position:relative;
margin-left:-3px;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-top: 5px solid #FFF;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}

/* Forms */
.search {
position:relative;
top:11.5px;
margin-left:40px;
}

#searchform{
	margin:1em 0;
}
.searchimg {
position:relative;
top:-36px;
margin-right:10px;
width:16px;
height:16px;
float:right;
}

.texta {
 font-size: 10px;
 background-color: #F2F7FB;
 border: 1px solid #00285D;
}

.textb {
font-size: 16px;
background-color: #F2F7FB;
border: 1px solid #00285D;
width:95%;
position:relative;
margin-left:-35px;
}

/* The Rest */

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:1.5px solid #0066CC;
	color:#3d3d3d;
}

#topphoto {
position:relative;
margin-top:-120px;
margin-left:68%;
}

.archives {
padding-top:10px;
border-top:10px solid #FFF;
}

.btitle {
font-size:2.3em;
position:relative;
top:30px;
height:auto;
margin-left:50px;
color:#fafafa;
}
.descript {
color:#fff;
font-size:1.2em;
position:relative;
top:34px; 
margin-left:200px;
}
/* Tables */
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 510px;
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.datatable td {
	border: 1px solid #D6DDE6;
	text-align: center;
	padding: 4px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #CC0000;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 4px;
}
.datatable caption {
	font: bold 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #003399;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #789AC6;
}
.datatable tr:hover, .datatable tr.hilite {
	background-color: #FFFFCC;
	color: #000000;
}
/* Bye */