/*  
Theme Name: Professional Look for Adam Weinstein
Theme URI: http://www.addicottweb.com/
Description: This theme was modified to fit the design of the Addicott Web website.
Version: 1.0
Author: Addicott Web
Author URI: http://www.addicottweb.com/

*/

/*----- Resets -----*/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:baseline;
}

tbody, tfoot, thead, table, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:22px;
	color:#000000;
}

table {
	border-collapse:separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*----- General Styles -----*/

body {
	color:#ffffff;
	background-color:#404040;
	font:13px/22px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0;
	padding:0;
	height:100%;
}

html {
	height:100%;
}

img {
	border:0;
}

a {
	color:#98C0FF;
	text-decoration:underline;
	font:13px/22px Georgia, "Times New Roman", Times, serif;
}

a:hover {
	text-decoration:none;
}

h1 {
	font:bold 28px Arial, Helvetica, sans-serif;
	color:#FFF098;
}

h2 {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	width:50%;
	padding:0 0 5px 15px;
	margin-top:20px;
}

p {
	margin-top:15px;
	font:13px/22px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
}

em {
	font:italic 13px/22px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
}

strong {
	font:bold 13px/22px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
}

ul, ol {
	margin-top:15px;
	margin-left:25px;
}

ul li {
	margin-left:10px;
	margin-bottom:10px;
	padding-left:10px;
	list-style:disc;
	font:13px/22px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
}

ol li {
	margin:0 0 10px 10px;
	padding-left:10px;
	list-style-type:decimal;
	font:14px/24px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
}

input, textarea {
	border:1px solid #c8c8c8;
	background-color:#ffffff;
	padding:5px;
	font:12px/20px Arial, Helvetica, sans-serif;
}

input.submit {
	height:40px;
	padding:0 10px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-image:url(images/submit-button.png);
	background-repeat:repeat-x;
	border:1px solid #c8c8c8;
}

input.submit:hover {
	background-image:url(images/submit-button-hover.png);
	background-repeat:repeat-x;
}

.floatRight {
	float:right;
	margin:0 0 15px 15px;
}

.floatLeft {
	float:left;
	margin:0 15px 15px 0;
}

#container {
	min-height:100%;
	margin-bottom:-60px;
	position:relative;
}

.clearfooter {
	height:30px;
	clear:both;
}

/*----- Header -----*/

#header {
	width:100%;
	height:220px;
	background-image:url(images/header_bkg.png);
	background-repeat:repeat-x;
	margin:0;
}

#header #header_content {
	width:880px;
	margin:0 auto;
	height:220px;
	background-image:url(images/Header.png);
	background-repeat:no-repeat;
}

#header #mainNavigation {
	width:425px;
	padding-top:150px;
	height:40px;
	float:right;
}

#header #mainNavigation ul {
	margin:0;
	float:left;
}

#header #mainNavigation ul li {
	list-style:none;
	display:inline;
	margin:0;
}

#header #mainNavigation ul li a {
	margin:0 10px;
	font:16px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
}

#header #mainNavigation ul li a:hover {
	text-decoration:underline;
}

#header #mainNavigation ul li a.last {
	margin-right:0;
}

/*----- Home Page -----*/

#homepage-top {
	width:880px;
	padding:0;
	margin:0 auto;
}

#homepage-bottom {
	width:880px;
	margin:30px auto 0 auto;
}

#homepage-bottom h1.blog {
	background-image:url(images/homepage-rss-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:50px;
}

#homepage-bottom ul {
	margin-top:15px;
	margin-left:0;
}

#homepage-bottom ul li {
	margin-left:0;
	margin-bottom:10px;
	padding:0 10px 10px 10px;
	list-style:none;
	border-bottom:1px dotted #8c8c8c;
}

#homepage-bottom ul li a {
	font:12px/22px Georgia, "Times New Roman", Times, serif;
	margin-bottom:0;
}

#homepage-bottom ul li small {
	font:italic 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0 0 0 15px;
}

/*----- Footer -----*/

#footer {
	width:100%;
	background-image:url(images/Footer.png);
	background-repeat:repeat-x;
	height:60px;
	position:bottom;
}

#footer #footer_content {
	width:880px;
	clear:both;
	margin:20px auto 0 auto;
	color:#ffffff;
	height:35px;
	padding-top:30px;
}

#footer #footer_content #footer_left {
	float:left;
}

#footer #footer_content #footer_right {
	float:right;
}

#footer #footer_content #footer_right img {
	margin-top:5px;
}

#footer #footer_content #footer_left ul {
	margin:0;
}

#footer #footer_content #footer_left ul li {
	display:inline;
	list-style:none;
	font:11px/22px Arial, Helvetica, sans-serif;
	padding:0;
}

#footer #footer_content #footer_left ul li.last {
	padding-right:0;
}

#footer #footer_content #footer_left ul li a {
	font:11px/22px Arial, Helvetica, sans-serif;
	padding-right:10px;
}

/*----- Pages -----*/

#page {
	width:880px;
	margin:20px auto 0 auto;
	padding:0;
	overflow:hidden;
	min-height:400px;
	height:1%;
}

#page #content-Left {
	width:600px;
	padding-right:20px;
	float:left;
}

#page #content-Right {
	width:230px;
	padding:0 10px;
	float:right;
}

#page #one-column {
	width:100%;
}

/*----- Blog styles -----*/

#page #content-Left .item_class {
	padding:0;
	width:100%;
	height:1%;
	overflow:hidden;
	margin-bottom:10px;
}

#page #content-Left .item_class .item_class_title {

}

/*---------- The top of the blog posting (date, title, etc.) ----------*/

#page #content-Left .item_class .item_class_title_text {
	min-height:52px;
}

#page #content-Left .item_class .item_class_title_text .date {
	float:left;
	width:62px;
	height:75px;
	background:url(images/calendar_icon.png) no-repeat top left;
	margin-right:20px;
}

#page #content-Left .item_class .item_class_title_text .titles {
	float:left;
	display:block;
	padding-bottom:5px;
	margin-bottom:20px;
	width:500px;
}

#page #content-Left .item_class .item_class_title_text .date_month {
	color:#ffffff;
	font:bold 12px/22px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:center;
	padding-top:5px;
}

#page #content-Left .item_class .item_class_title_text .date_day {
	font:28px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-align:center;
}

#page #content-Left .item_class .item_class_title_text .top_title_top {
	padding:0;
	font:italic 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#page #content-Left .item_class .item_class_title_text .top_title {
	padding:0;
	font:bold 28px Arial, Helvetica, sans-serif;
	color:#FFF098;
}

#page #content-Left .item_class .item_class_title_text .top_title a {
	font:bold 28px Arial, Helvetica, sans-serif;
	color:#FFF098;
	text-decoration:none;
	border-bottom:1px solid #FFF098;
}

#page #content-Left .item_class .item_class_title_text .top_title a:hover {
	text-decoration:none;
	border-bottom:none;
}

#page #content-Left .item_class .item_class_title_text .end_title {
	font:12px Arial, Helvetica, sans-serif;
	padding:0;
	color:#ffffff;
	margin-top:10px;
}

#page #content-Left .item_class .item_class_title_text .end_title a {
	font:12px Arial, Helvetica, sans-serif;
}

/*---------- The blog posting itself ----------*/

#page #content-Left .item_class .item_class_text {
	color:#ffffff;
	font:13px/22px Arial, Helvetica, sans-serif;
	padding:10px 0 5px 60px;
	margin-top:35px;
	background-image:url(images/title_line.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#page #content-Left .item_class .item_class_text img {
	margin:5px 15px 5px 0;
	float:left;
}

/*---------- The links panel on the blog index page ----------*/

#page #content-Left .item_class .item_class_panel {
	height:21px;
	padding:10px;
	margin:30px 0 25px 60px;
	float:left;
	width:400px;
	border-top:1px dotted #8c8c8c;
}

#page #content-Left .item_class .item_class_panel a.panel_read {
	background:url(images/read.png) no-repeat left center;
	padding-left:25px;
	font:12px Arial, Helvetica, sans-serif;
}

#page #content-Left .item_class .item_class_panel span.panel_comm a {
	background:url(images/comments.png) no-repeat left center;
	padding-left:25px;
	font:12px Arial, Helvetica, sans-serif;
}

/*---------- Blog navigation ----------*/

#page #content-Left .navigation {
	padding-bottom:40px;
	text-align:center;
}

/*---------- Blog comments ----------*/

#page #content-Left #blog_comm {
	margin:30px 0 0 60px;
}

#page #content-Left #blog_comm h2 {
	font:bold 20px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	color:#FFF098;
	background-image:url(images/comments-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:40px;
	border-bottom:3px solid #FFF098;
}

#page #content-Left #blog_comm .comm_panel {
	padding:5px 10px 0 0;
	font:13px/22px Georgia, "Times New Roman", Times, serif;
	width:460px;
	margin-top:5px;
}

#page #content-Left #blog_comm .comm_text {
	padding:0 5px 0 20px;
	margin-left:15px;
	border-left:1px dotted #8c8c8c;
}

/*---------- The actual blog comment form ----------*/

#page #content-Left #comments_from_bg {

}

#page #content-Left #comments_from_bg h2 {
	font:bold 20px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	color:#FFF098;
	width:50%;
	border-bottom:3px solid #FFF098;
	background-image:url(images/write-comments-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:40px;
}

#page #content-Left #blog_comm #comm_post_form {
	padding:0;
}

#page #content-Left #comm_post_form table td {
	list-style:none;
	font:13px/22px Arial, Helvetica, sans-serif;
	padding:0 10px 20px 0;
	color:#ffffff;
}

#page #content-Left #comm_post_form td.right {
	text-align:right;
	vertical-align:top;
}

/*---------- Blog sidebar ----------*/

#page #content-Right #sidebar {
	width:100%;
	margin:0 auto;
}

#page #content-Right #sidebar h2 {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#ffffff;
	border-bottom:3px solid #ffffff;
	width:220px;
	padding:0 0 5px 10px;
	margin-top:25px;
}

#page #content-Right #sidebar h2.subscribe {
	margin:0 0 15px 0;
	width:100%;
	border-bottom:none;
	padding:0 0 0 32px;
	color:#ffffff;
	background:url(images/rss_icon.png) no-repeat 2px 3px;
}

#page #content-Right #sidebar ul {
	margin-top:15px;
	margin-left:0;
}

#page #content-Right #sidebar ul li {
	margin-left:0;
	margin-bottom:10px;
	padding:0 10px 10px 10px;
	list-style:none;
	border-bottom:1px dotted #8c8c8c;
}

#page #content-Right #sidebar ul li a {
	font:12px/22px Georgia, "Times New Roman", Times, serif;
	margin-bottom:0;
}

#page #content-Right #sidebar ul li small {
	font:italic 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-top:0;
}