/*
	Theme Name: Honestexpressions
	Theme URI: http://www.freewordpresslayouts.com
	Description: Design by Makequick
	Version: 1.0
	Author: Makequick
	Author URI: http://www.makequick.com
*/


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/header-bg.gif) repeat-x;
	/*background:#FFF;*/
	/*background: #FFFFFF url(images/stripe.png) repeat;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#header-bottom {

/*background: url(images/header-bottom.gif);*/
height: 2px;
width: 100%;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.8em;
	font-weight:bold;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	color: #445788;
}

a:hover {
	border-bottom: none;
	text-decoration:underline;
	/*background-color:#DDE0E3;*/
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 100%;
	height: 88px;
	margin: 0 auto;
	/*padding: 0 10px;*/
	color: #E3F6FF;
	background: #FFFFFF url(images/header-bg.gif) repeat;
}

#logo h1 a {
	float: left;
	margin: 0;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	height: 30px;
	padding-top: 4px;
	
	/*background: url(images/h1-bg.gif);*/
	background-repeat: no-repeat;
	background-position: left; 
	padding-left: 20px;
	margin-right: 15px;
	
}



#logo h1 {
	padding: 10px 0 0 0;
	font-size: 3em;
}

#logo p {
	padding: 52px 0 0 3px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	/*padding: 0 10px;*/
	background: #FFFFFF url(images/header-bg.gif) repeat;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
color: #E6F8FF;
	background: url(images/nav-hover.gif);
	border-left: 1px solid #3186AC;
	border-right: 1px solid #3186AC;
}

#menu .current_page_item a {
	background: url(images/img02.gif) repeat-x;
	color: #840000;
}

/* Page */

#page {
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	
	
}

#page-bg {
	padding: 11px 24px;
	/*background: url(images/img03.jpg) no-repeat;*/
	
	
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 588px;
	_overflow-x:hidden;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
	/*background-image: url(images/post-bg.gif);
	background-repeat: no-repeat;*/
	padding-top: 15px;
	width: 562px;
	padding-left: 10px;
	padding-right: 0px;
	margin-left: -15px;
	background-color:#FFF;
	_overflow-x:hidden;
	overflow:hidden;
}

.title {
	margin: 0;
	font-weight: normal;
	overflow:hidden
}

.title a {
	border-bottom: none;
}

.title a:hover {

}

.byline {
	margin: 0 0 20px 0;
	display: block;
	padding-left: 20px;
	background-image: url(images/posted.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.entry {
	padding: 0 20px;
	_overflow-x:hidden;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {

}

/* Sidebars */

.sidebar {
	float: left;
	width: 210px;
	padding: 0 0 0 10px;
	_overflow-x:hidden;
	background-color:#FFF;
	overflow:hidden;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background: url(images/img04.gif) no-repeat 10px 9px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 6px 20px;
	display: block;
	width: 181px;
	height: 22px;
	background: url(images/h2-bg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFF;
}


/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}


/* Calendar */

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}

#calendar_wrap table {
	width: 90%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	padding: 30px 0 50px 0;
	background: #63B4D5;
	border-top: 4px solid #4198BE;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a: hover {
	color: #FFCF7B;
	text-decoration: none;
}
#flickr p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 3px;
	margin-top: 5px;
	color: #666;
}
code {
	background-color:#E2E2E2;
	display:block;
	padding:5px;
}
