/*
Theme Name: Weston
Theme URI: http://www.heraghty.net/resources/
Description: Widget ready Wordpress theme
Version: 1.0
Author: Heraghty Web Design, Ireland
Last Update: 31/05/08
*/ 

* {
	padding:0;
	margin:0;
}
body {
	color: #3E4449;
	background: #ECEAE2;
	font: 0.9em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
}

a {
	outline: none;
	text-decoration: none;
} 

a:hover {
	color:#B22222;
	text-decoration: underline;
}
img, a img {
	border:none;
}
code {
	font-family: "Courier New", Courier, mono;
	color: #333333;
}
.clear {
	clear: both;
}


/*		
//////////////////////////////////////////////////////
		LAYOUT
//////////////////////////////////////////////////////
*/ 

#wrap {
	width: 970px;
	margin: 0px auto;
	background: #ECEAE2;
}

/*		
//////////////////////////////////////////////////////
		HEADER
//////////////////////////////////////////////////////
*/ 

#header {
	width: 900px;
	float: left;
	margin: 20px 0px 0px 15px;
}

#header h1{
	padding-bottom: 20px;
}

#header h1 a{
	color: #583408;
}

#header h1 a:hover{
	color: #583408;
	text-decoration: none;
}


ul#mainmenu{
	width: 900px;
	float: left;
	margin: 10px 0;
	list-style: none;
	padding: 10px 0;
	border-top: 1px dashed #6C5E5E;
	border-bottom: 1px dashed #6C5E5E;
}
ul#mainmenu li {
	display: inline;
 }
 
ul#mainmenu li:before {
	content: " | ";
	font-size: 18px;
	color: #583408;
}

ul#mainmenu li#first{
	padding-left: 5px;
}

ul#mainmenu li#first:before {
	content: "";
}

ul#mainmenu li a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
	color: #B22222;
}

ul#mainmenu li#first a{
	padding-left: 0;
}

ul#mainmenu li a:hover, ul#mainmenu li.current_page_item a{
	color: #583408;
}


/*		
//////////////////////////////////////////////////////
		MAIN
//////////////////////////////////////////////////////
*/ 

#main {
	width: 600px;
	float: left;
	margin: 20px 0px 0px 15px;
}
#main .navigation {
	width: 550px;	
}
#main .navigation .alignleft {
	float: left;
}
#main .navigation .alignleft a:link,
#main .navigation .alignleft a:visited {
	color: #B222222;
	font-weight: bold;
	text-decoration: underline;
}
#main .navigation .alignleft a:hover {
	color: #B222222;
	text-decoration: none;	
}
#main .navigation .alignright {
	float: right;
}
#main .navigation .alignright a:link,
#main .navigation .alignright a:visited {
	color: #B22222;
	font-weight: bold;
	text-decoration: underline;
}
#main .navigation .alignright a:hover {
	color: #B22222;
	text-decoration: none;
}
#main .entryBox {
	width: 547px;
	background: #E3E1D5 url(images/entry_bg_top.jpg) no-repeat -1px 0px;
	margin: 0px 0px 55px;
}
#main .entryBox .title h2 {
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 15px;
	padding-left: 15px;
	color: #3E4449;	
}
#main .entryBox .title h2 a:link,
#main .entryBox .title h2 a:visited {
	font-weight: normal;
	text-transform: uppercase;
	color: #3E4449;
}
#main .entryBox .title h2 a:hover {
	color: #000000;
}
#main .entryBox span.date {
	font-size: 0.8em;
	color: #583408;
	font-weight: bold;
	display: block;
	margin: 5px 0px 5px 18px;
}
#main .entryBox .entry {
	width: 510px;
	overflow: auto;
	margin: 0px auto;
	padding: 0px 0px 10px;
}
#main .entryBox .entry p {
	color: #000;
	font-size: 1.1em;
	padding: 10px 0px 15px;
}
#main .entryBox .entry a:link,
#main .entryBox .entry p a:link {
	text-decoration: none;
	color: #B22222;
}
#main .entryBox .entry a:hover,
#main .entryBox .entry p a:hover {
	text-decoration: underline;
	color: #B22222;
}
#main .entryBox .entry a:visited,
#main .entryBox .entry p a:visited {
	text-decoration: none;
	color: #B22222;
}
#main .entryBox .entry img {
	padding: 7px;
}
#main .entryBox .entry ol,
#main .entryBox .entry ul,
#main .entryBox .entry li  {
	list-style-type: none;
	padding: 2px;
}
#main .entryBox .entry ol li {
	list-style: decimal inside;
}
#main .entryBox .entry ul li {
	list-style: circle inside;
}
#main .entryBox .entry code {
	display: block;
	background-color: #DEDBD0;
	padding: 3px;
	margin: 10px 5px 10px 0px;
	font: 1em/1.5em "Courier New", Courier, mono;
}
#main .entryBox .entry blockquote {
	font-size: 0.9em;
	line-height: 1.5em;
	font-style: oblique;
	padding: 5px 10px;
	border-left: 3px solid #BFB8A3;
}
#main .entryBox .entry pre {
	width: 500px;
}
#main .entryBox .entryBottom {
	height:60px;
	background: url(images/entry_bg_bottom.jpg) no-repeat -1px 21px;
}
#main .entryBox .tags {
	clear:both;
	margin: 2px 0px 5px;
}
#main .entryBox .entryBottom span,
#main .entryBox .tags span {
	font-size: 0.8em;
	display:block;
	padding: 0px 7px 0px 17px;
}
#main .entryBox .entryBottom a:link,
#main .entryBox .entryBottom a:visited,
#main .entryBox .tags a:link,
#main .entryBox .tags a:visited {
	text-decoration: none;
	color: #77776B;
	font-weight: bold;	
}
#main .entryBox .entryBottom a:hover,
#main .entryBox .tags a:hover{
	text-decoration: underline;
	color: #583408;
	font-weight: bold;	
}

/*		
//////////////////////////////////////////////////////
		SINGLE/COMMENT PAGE
//////////////////////////////////////////////////////
*/ 

#main .entryBox .entryDescription,
#main .entryBoxAlt .entryDescription {
	width: 510px;
	overflow: auto;
	margin: 0px auto;
}
#main .entryBox .entryDescription p,
#main .entryBoxAlt .entryDescription p {
	padding: 15px 8px 0px;
	line-height: 1.5em;
}
#main .entryBox .entryDescription p a:link,
#main .entryBoxAlt .entryDescription p a:link,
#main .entryBoxAlt .entryDescription p a:visited,
#main .entryBox .entryDescription p a:visited {
	text-decoration: none;
	color:#B22222;
}
#main .entryBox .entryDescription p a:hover,
#main .entryBoxAlt .entryDescription p a:hover {
	text-decoration: underline;
	color: #B22222;
}
#main .entryBox p.who,
#main .entryBoxAlt p.who {
	padding: 5px 0px 5px 15px;	
}
#main .entryBox p.who img,
#main .entryBoxAlt p.who img {
	padding-top:5px;
}
#main .entryBox p.who a:link,
#main .entryBox p.who a:visited,
#main .entryBox .entryBottom p.commentmetadata a:link,
#main .entryBox .entryBottom p.commentmetadata a:visited,
#main .entryBoxAlt p.who a:link,
#main .entryBoxAlt p.who a:visited,
#main .entryBoxAlt .entryBottom p.commentmetadata a:link,
#main .entryBoxAlt .entryBottom p.commentmetadata a:visited {
	text-decoration: none;
	color: #928771;
}
#main .entryBox .entryBottom p.commentmetadata a:hover,
#main .entryBoxAlt .entryBottom p.commentmetadata a:hover,
#main .entryBox p.who a:hover,
#main .entryBoxAlt p.who a:hover {
	text-decoration: underline;
	color: #928771;
}
#main .entryBox .entryBottom p.commentmetadata,
#main .entryBoxAlt .entryBottom p.commentmetadata {
	font-size: 0.8em;
	color: #928771;
	padding: 15px 0px 5px 15px;
}
#main .entryBoxAlt {
	width: 547px;
	background: #D4CFC1 url(images/entry_bg_top_alt.jpg) no-repeat -1px 0px;
	margin: 0px 0px 55px;
}
#main .entryBoxAlt .entryBottom {
	height: 40px;
	background: url(images/entry_bg_bottom_alt.jpg) no-repeat -1px 1px;
}
#main #commentForm {
	width:550px;
}
#main #commentForm p.tags {
	padding: 10px;
	width: 530px;
}
#main #commentForm p {
	padding:5px;
}
#main #commentForm p a:link,
#main #commentForm p a:visited {
	color:;
	text-decoration: none;
}
#main #commentForm p a:hover {
	color:#B22222;
	text-decoration: underline;
}
#main #commentForm input#submit {
	border:none;
	font-size: 1em;
	padding: 5px;
	cursor:pointer;
}
#main #commentForm input#author,
#main #commentForm input#email,
#main #commentForm input#url,
#main #commentForm textarea#comment {
	padding: 8px 5px;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	font: normal 1em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
}
#main #commentForm input#author:hover,
#main #commentForm input#email:hover,
#main #commentForm input#url:hover,
#main #commentForm textarea#comment:hover {
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#main h3.respond {
	padding: 10px 5px 10px;
}

/*		
//////////////////////////////////////////////////////
		SIDEBAR
//////////////////////////////////////////////////////
*/ 

#sidebar {
	float: right;
	width: 280px;
	margin-top: 20px;
}
#sidebar h2,
#sidebar h3 {
	font-size: 1.5em;
	color: #583408;
	margin: 15px 0px;
}
#sidebar ul,
#sidebar li {
	list-style-type: none;
}
#sidebar ul li {
	padding: 3px 3px 3px 8px;
	list-style-type: none;
	color: #6C5E5E;
}
#sidebar a:link,
#sidebar ul li a:link,
#sidebar a:visited,
#sidebar ul li a:visited {
	color: #B22222;
	text-decoration: underline;
}
#sidebar a:hover,
#sidebar ul li a:hover {
	text-decoration: none;
	color:#583408;
}
#sidebar form input#s {
	padding: 8px 5px;
	margin:0px 0px 5px;
	background-color: #fafafa;
	border: 1px solid #E5E2D9;
	font: normal 1.3em "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
}

#sidebar form input#s:hover {
	background-color: #F7F7F3;
	border: 1px solid #E5E2D9;
}
#sidebar form input {
	border:none;
	padding:5px;
}
/*		
//////////////////////////////////////////////////////
		FOOTER
//////////////////////////////////////////////////////
*/ 

#footer {
	clear: both;
	height: 35px;
	margin: 25px 0px 0px;
	border-top: 1px solid #6C5E5E;
}
#footer p {
	padding: 5px 0px 0px 15px;
	font-size: 0.8em;
}
#footer p a:link,
#footer p a:visited {
	color: #B22222;
	text-decoration: underline;
}
#footer p a:hover {
	color: #6C5E5E;
	text-decoration: none;
}


