/*
Theme Name: AllSurfPDX Theme
Theme URI: http://www.webfadds.com
Description: A 2-column business style theme customized for All Surface Cleaning Company
Author: WebFadds (Scott Frangos)
Author URI: http://www.webfadds.com
*/

/* IE6 css fixer v0.4: Fri, 12 Jun 2009 17:40:04 +0200 */

/* ============================================= */

/* safe settings                                 */

/* add display:inline to floated elements */

#headerpic,
#content,
.alignleft,
.alignright,
.entry-date,
.avatar,
#sidebar {
	display: inline;
}



/* :::::::: Structure :::::::::::: */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: 20px 0px 0px;
	color: #555555;
	background-color: #100E0E;
	margin: 0 0px 0px;
}

#wrapper {
	width: 800px;
	margin: 0 auto 20px;
	padding: 0px;
	background: url(images/mainbg.gif) repeat-y;
}

#main {
	width: 800px;
}

/* :::::::: Header :::::::::::: */

#header {
	height: 100px;
	width: 800px;
	margin: 0 0px 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background: #006e90 url(images/BackgroundhouseD.jpg) no-repeat left top}

#headerpic {
	float: left;
	width: 190px;
}

#header h1 {
		width: 590px;
	font-size: 1.9em;
	margin: 0px;
	padding: 25px 0 0 5px;
	color: #b6a986;
	float: right;
	text-align: left;
}

.description {
	width: 590px;
	padding: 0 0 0 5px;
	color: #ff8900;
	letter-spacing: 1px;
	font: italic bold .95em Arial, Helvetica, Geneva, sans-serif;
	float: right;
	text-align: left;
}

/* -- Menu -- */

#menu {
	padding: 0 0 0 210px;
	white-space: nowrap;
	margin: 0;
	width: 590px;
	height: 23px;
	top: 120px;
	position: absolute;
	background: #C7B299;
}

#menu ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	padding-top: 1px;
	position: relative;
	margin: 0;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#menu a {
	padding: 2px 10px 5px;
}

#menu li a:link, #menu li a:visited {
	color: #fff;
	background-color: #9a9072;
	text-decoration: none;
}

#menu li a:hover {
	color: #e6e6e6;
	background-color: #ff7b00;
	text-decoration: none;
}

/* :::::::: Content :::::::::::: */

#content {
	width: 590px;
	padding: 10px;
	float: right;
	line-height: 1.3em;
	margin-top: 2em;
}

#content a:link, #content a:visited {
	padding: 2px;
	color: #08005e;
}

#content a:hover {
	text-decoration: underline;
	color: #800000;
}

/* -- Headings -- */

#content h1 {
	color: #055f7a;
	font: bold 1.85em Verdana, sans-serif;
}

#content h2 {
	margin-top: 2em;
}

.post h2 {
	font: bold 1.55em Verdana, sans-serif;
	margin: 9px 0 5px;
	padding: 0;
	color: #004f8c;
}

.post h3 {
	font-size: 1.2em;
	font: Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

/* -- Posts -- */

.navigation {
	margin: 1em;
	clear: both;
}

.post {
	padding: 5px;
	font-size: .9em;
}

.entry-content, .entry-excerpt {
	clear: left;
}

.entry-meta {
	margin: 0 0 10px 0;
}

.underpost {
	font-size: .9em;
}

#content .underpost a {
	text-decoration: underline;
}

blockquote {
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 350px;
	padding: 0 10px 0 30px;
	text-indent: -30px;
}

blockquote p:first-letter {
	padding: 0 0 0 30px;
	font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}

/* -- Images -- */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}

img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

/* -- Captions -- */

.wp-caption-text {
	font-size: .85em;
	line-height: 1.1em;
	margin: 0 0 2em;
	font-weight: bold;
	font-style: italic;
}

#attachment {
	margin-top: 1em;
}

/* -- Entry Dates -- */

.entry-date {
	height: 53px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #00595a;
}

.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 18px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
	color: #fff;
}

.entry-day {
	font-size: 18px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 10px;
	color: #ffc188;
}

/* -- Comments -- */

.avatar {
	float: right;
	margin: 0 0 3px 5px;
}

#respond p {
	font-size: .9em;
}

#commentform input {
	
}

#commentform textarea {
	
}

#commentform {
	padding: 10px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ol.commentlist li {
	margin: 15px 0 0 0;
}

#content ol.commentlist li a {
	text-decoration: underline;
}

li.author {
	padding: 5px;
}

/* :::::::: Sidebar :::::::::::: */

#sidebar {
	width: 166px;
	float: left;
	margin: 0;
	padding: 35px 12px 12px;
	font-size: .9em;
	background-color: #312F2d;
	color: #e6e6e6;
}

#sidebar h1 {
	font-size: 1.4em;
}

#sidebar h2 {
	font-size: 1.1em;
	height: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 8px;
	background-color: #666;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #fff;
	font-weight: bold;
}

#sidebar li a:hover {
	text-decoration: underline;
	color: #ff7b00;
}

#sidebar ul ul {
	margin-left: 10px;
}

#sidebar ul ul li, #sidebar ul ul li {
	font-size: .9em;
	margin-left: 10px;
}

/* :::::::: Footer :::::::::::: */

#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 6px;
	background-color: #e7e7e7;
}

#footer a:link, #footer a:visited {
	color: #474200;
}

#footer a:hover {
	text-decoration: none;
}

/* :::::::: Widgets :::::::::::: */

#calendar_wrap {
	text-align: center;
	margin-left: 18px;
}

#wp-calendar #today {
	color: #fff;
	background-color: #ff7b00;
	text-align: center;
	padding: 1px;
}


/* vCard Styling */
.vcard {font-size: large; text-align: center;}

.vcard p,
.vcard div,
.vcard a {margin: 4px;}

#sidebar .vcard {font-size: small;}
#sidebar .vcard p,
#sidebar .vcard div,
#sidebar .vcard a {margin: 2px;}

.vcard.url {}
.vcard.fn {}
.vcard.n {}
.post .vcard .org {font-size: x-large; font-weight:bold;}
.vcard.org {}
#sidebar .vcard .email {font-size: x-small;}
.post .vcard .email {font-weight: bold;}
.vcard .adr {margin-top: 10px;}
.vcard .street-address {}
.vcard .locality {}
.vcard .region {}
.vcard .postal-code {}
.vcard .tel {margin-top:10px; font-weight:bold;}



