/*
Theme Name: ellev 3.0
Theme URI: http://ellev.com
Description: Theme for ellev.com
Version: 3.0
Author: William Scheer
Author URI: http://ellev.com/
Tags: blue, tropic, travel, custom header, fixed width, three columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* ========== css reset ========== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ========== end css reset ========== */

#page {width:950px;}
#content {float:left; width:690px; margin-left:60px;}
.post {margin-bottom:60px; clear:both;}

.entry p {line-height:150%; margin-bottom:1em;}



a {color:#b7d3ea; font-weight:bold; font-size:12px;}
a:hover {color:#fff;}

.postmetadata, #footer p, {color:#c7c7c6; font-size:12px;}
#content h1, #content h3 {border-bottom:1px #7f9bb0 solid;}

#footer {clear:both; border-top:10px #aaaaaa solid; padding:20px; margin-top:30px;}
#footer p {text-align:center;}

#sidebar {float:left; width:180px;}

body {
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#8e8e8d;
	}
	


#sidebar {
	text-align:right;
	color:#fff;
	width:180px;
}

ul li.page_item {
	text-decoration:none; 
	padding:10px 0 10px 0; 
	border-bottom:1px #7f9bb0 solid;
}

ul li.page_item a {
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	}
	
ul li.page_item a:hover {
	color:#b57865;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
	font-weight:normal;
	}
	
h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:14px;}

h1 a {color:#fff; text-decoration:none; font-size:16px;}
h1 a:hover {color:#b57865;}

.navigation {
	padding:20px 0 20px 0;
	}
	
ul li ul li.page_item a:after {
	content:' \00AB ';
	}
	
ul li ul li.page_item a {
	font-size:12px;
		}
		
ul li ul {
	margin-top:5px;
	}
	
ul li ul li.page_item {
	border:none;
	padding:5px 0 5px 0;
	}
