/*
Theme Name: Calleiro
Description: A simple WordPress theme with cushy colors
Tags: white, blue, red, light, two-columns, fixed-width, right-sidebar
Version: 1.0
Author: Arcance
Author URI: http://www.arcance.net/
*/
	
* {
	border:0 none;
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
.aligncenter {
	margin: 0 auto;
	}
body {
	background: #bce6f1 url('images/bgBody.jpg') no-repeat 50% top;
}
#wrapper {
	width: 920px;
	margin: 0 auto 0 auto;
	}
#nav {
	/* float:left; */
	height: 40px;
	width: 920px;
	background: url('images/bgNav.png') no-repeat;
}
#nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#nav li {
	float:left;
	margin:0 15px;
}
#nav a {
	display:block;
	height: 37px;
	padding:0 7px 0 5px;
	border-top: 3px solid #fff;
}
#nav a:hover {
	border-top: 3px solid #5a666a!important;
}	
.current_page_item a {
	border-top: 3px solid #d92d34!important;
}
#header {
	height: 150px;
	width: 920px;
	}
#logo {
	margin: 40px 0 0 40px;
	float: left;
	}
#search {
	margin: 55px 40px 0 0;
	float: right;
	width: 180px;
	height: 26px;
	}
#searchform {
	width: 180px;
	height: 26px;
	}
#searchBar {
	float: left;
	height: 21px;
	width: 146px;
	background: url('images/searchBar.gif') no-repeat;
	}
#searchButton {
	float: right;
	width: 26px;
	}
#content {
	float: left;
	width: 670px;
	}
#commentboard {
	float: left;
	width: 670px;
	}
.avatar {
	margin: 10px 0 0 10px;
	}
.comment {
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	background: #fff url('images/commentFoot.gif') no-repeat left bottom;
	}
.comment-author {
	width: 670px;
	height: 52px;
	background: url('images/commentHead.png') no-repeat;
	border-bottom: 1px solid #efe7e1;
	}
.comment-meta {
	position: relative;
	left: 47px;
	bottom: 45px;
	}
.article {
	background: url('images/articleFoot.gif') no-repeat left bottom;
	padding: 0 0 5px 0;
	}
.articleHead {
	width: 670px;
	height: 46px;
	padding: 0 0 0 15px;
	line-height: 45px;
	background: url('images/articleHead.gif') no-repeat left bottom;
	}
.articleEntry {
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	}
.articleMeta {
	width: 670px;
	height: 65px;
	background: url('images/articleMeta.png') no-repeat left bottom;
	}
.metaUser {
	padding: 10px 0 0 25px;
	background: url('images/iconUser.gif') no-repeat 0 10px;
	}
.metaCat {
	padding: 10px 0 0 25px;
	background: url('images/iconCat.gif') no-repeat 0 10px;
	}
.metaRead {
	padding: 10px 25px 0 0;
	background: url('images/iconRead.gif') no-repeat right 14px;
	}
.metaComments {
	padding: 10px 25px 0 0;
	background: url('images/iconComments.gif') no-repeat right 10px;
	}
.articleMetaLeft {
	float: left;
	margin: 0 0 0 15px;
	}
.articleMetaRight {
	float: right;
	margin: 0 15px 0 0;
	text-align: right;
	}
#sidebar {
	float: right;
	width: 220px;
	}
.sidebarHead {
	width: 220px;
	height: 35px;
	background: url('images/sidebarHead.gif') no-repeat left bottom;
	}
#footCopy {
	width: 395px;
	height: 20px;
	margin: 25px auto;
	background: url('images/footCopy.gif') no-repeat ;
	}
	
	
	
	
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #d92d34;
	}
p {
	padding: 5px 0 10px 0;
	}
#sidebar a {
	color: #5a666a;
	}
h1, h1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #d92d34;
	text-decoration: none;
	}
h1 a:hover {
	color: #fff;
	}
h2, h2 a {
	font-size: 18px;
	font-weight: normal;
	color: #d92d34;
	text-decoration: none;
	}
h3, h3 a {
	font-size: 16px;
	font-weight: normal;
	color: #5a666a;
	text-decoration: none;
	}
#blogDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5a666a;
	}
#searchBar {
	padding: 5px 0 0 8px;
	font-size: 12px;
	color: #5a666a;
	}
#nav a {
	color: #5a666a;
	font-size: 13px;
	text-decoration: none;
	line-height: 30px;
}
#nav a:hover {
	color: #202b2e;
}
.current_page_item a {
	color: #202b2e!important;
	font-size: 13px;
	text-decoration: none;
}
.articleHead, .articleHead a {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
.articleEntry {
	font-size: 13px;
	line-height: 20px;
	color: #5a666a;
	}
.articleMeta {
	font-size: 12px;
	color: #5a666a;
	}
.articleMeta a {
	font-size: 12px;
	color: #d92d34;
	text-decoration: none;
	}
.articleMeta a:hover {
	color: #5a666a;
	}
#comments {
	margin: 20px 0 20px 0;
	}
#commentboard ol {
	list-style: none;
	}
.comment {
	font-size: 13px;
	color: #5a666a;
	padding-bottom: 15px;
	}
.comment p {
	padding: 0 15px 0 15px;
	}
.comment-author {
	font-size: 14px;
	color: #5a666a;
	}
.comment-meta, .comment-meta a {
	font-size: 12px;
	color: #5a666a;
	}
.comment-meta a:hover {
	font-size: 12px;
	color: #d92d34;
	}
#respond {
	font-size: 13px;
	color: #5a666a
	}
#respond textarea {
	width: 670px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5a666a;
	padding: 0 0 0 5px;
	background: #fff url('images/commentFoot.gif') no-repeat left bottom;
	}
.sidebarHead {
	font-size: 18px;
	color: #d92d34;
	padding: 10px 0 0 5px;
	}
#sidebar {
	font-size: 13px;
	color: #5a666a;
	}
#sidebar ul {
	list-style: none;
	}
#sidebar ul li ul {
	margin: 0 0 0 0;
	list-style: none;
	}
#sidebar ul li ul li {
	display: block;
	width: 195px;
	line-height: 26px;
	padding: 0 0 0 25px;
	border-bottom: 1px dotted #fff;
	background: url('images/bullet.gif') no-repeat 10px 50%;
	}
#footCopy {
	font-size: 12px;
	color: #5a666a;
	text-align: center;
	line-height: 18px;
	}
#footCopy a {
	font-size: 12px;
	color: #d92d34;
	text-decoration: none;
	}
	
