/*
Theme Name: Suzyq
Theme URI: http://wordpress.org/
Description: Theme for Pass with Suzy Q.
Version: 1
Author: Fluid Creativity
*/

* {
	margin:0;
	padding:0;
}

body {
	background: #c0c0c0;
	color:#252525;
	font-family:Verdana, Geneva, sans-serif;
	font-size:67%;
	margin: 0;
	padding: 0;
}

#wrapper {
	width:891px;
	margin:20px auto;
}

.header {
	border:5px solid #e4e4e4;
}

.phone {
	border:5px solid #e4e4e4;
	width:637px;
	background-image:url(/images/phone.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
	height:66px;
	padding:10px;
	margin:5px 0 0 0;
}

.phone address {
	text-align:right;
	font-weight:bold;
	color:#9b9b9b;
}


#content {
	float:left;
	width:637px;
	padding:10px;
	background:#FFFFFF;
	border:5px solid #e4e4e4;
	margin:5px 0 0 0;
}

#content ul {
	margin:20px 40px;
}

#content ul.promos {
	margin:0px;
}

#side {
	float:left;
	width:219px;
	margin:5px 5px 0 0;
}

#sidebar {
		  padding:10px;
	background:#FFFFFF;
	border:5px solid #e4e4e4;
	
}

#associations {
	padding:10px;
	background:#FFFFFF;
	border:5px solid #e4e4e4;
	margin:5px 0 0 0;
}

#footer {
	border:5px solid #e4e4e4;
	float:right;
	margin:5px 0 0 0;
}

/* End Typography & Colors */

.recentPosts {
	float:left;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#f8f8f8;
	padding:10px;
	margin:0 10px 0 0;
	width:400px;
	min-height:211px;
	font-size:0.9em;
}

.recentPosts h2 {
	font-size:1.2em;
	margin:0 0 10px 0;
}

.recentPosts p.date {
	margin:0;
	font-weight:bold;
}

.recentPosts p {
	margin:0;
}

.recentPosts h3 a {
	font-size:0.9em;
	color:#2cc5f7;
}

.recentPosts h3 {
	margin:8px 0 0 0;
}

.promos {
	list-style-type:none;
}

.promos li {
	float:left;
	margin:10px 10px 0 0;
}

.promos li.last {
	margin:10px 0 0 0;
}

.post {
	margin-bottom:10px;
}

.post small {
	font-weight:bold;
}

/* Begin Structure */

.widecolumn .postmetadata {
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	border-bottom:1px dotted #CCC;
	border-top:1px dotted #CCC;
	padding:10px 0;
}

.clear {
	clear: both;
}

/* End Structure */

#content a {
	color:#b20906;
}

#content a.location {
	color:#929292;
}

#content a:hover {
	color:#333;
}

#content table.prices {
	margin:0 0 20px 0;
	width:100%;
}

/*	Begin Headers */

h1 {
	color:#595b58;
	font-size:1.4em;
	margin:0 0 10px 0;
}
h2 {
	color:#b0070a;
	font-size:1.2em;
	margin:0 0 10px 0;
}

.recentPosts h2 {
	color:#595b58;
}

h3 {
	color:#595b58;
	font-size:1em;
	margin:0 0 10px 0;
}

#content h1 a {
	color:#595b58;
	text-decoration:none;
}

p {
	margin:0 0 10px 0;
	font-size:0.9em;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	margin:0px 15px 15px 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	margin:3px 0 0 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #CCC;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #CCC;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 -5px 5px 0;
	float: right;
	border:none;
	background:#b20906;
	color:#FFF;
	width:auto;
	padding:5px;
	
	}
	
.vcard {
	font-weight:bold;
	color:#333;
}
/* End Form Elements */



/* Begin Comments*/


.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 20px;
	list-style: none;
	border-bottom:1px dotted #CCC;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
hr {
	border:0px solid #FFF;
	margin:2px 0;
	display:block;
	clear:both;
	width:100%;
	
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* navigation */

#navigation {
	list-style-type:none;
	text-transform:uppercase;
	font-weight:bold;
}

#navigation a {
	text-decoration:none;
	color:#4b495e;
}

#navigation a:hover, #navigation li.current_page_item a {
	color:#b20906;
}

#navigation li {
	border-bottom:1px solid #e4e4e4;
	padding:8px 0;
}

#navigation li ul {
	list-style-type:none;
	margin:0 0 0 20px;
	font-size:0.8em;
}

#navigation li ul li {
	border:0px;
	padding:2px 0;
}

#navigation li ul li.current_page_item a, #navigation li ul li a:hover  {
	color:#b20906;
}

#navigation li ul li a {
	color:#8a8d9e;
}

#navigation li ul li a, #navigation li.current_page_item ul li a {
	color:#8a8d9e;
}

/* contact form */

div.wpcf7 {
	float:right;
	width:350px;
	margin:0 10px 0 0;
	padding:0 0 0 15px;
	border-left:1px dotted #dddddd;
	
}

div.wpcf7 form {
	text-align:left;
	
}

div.wpcf7 input  {
	width: 100%;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #CCC;
}

div.wpcf7 textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #CCC;
	}
	
div.wpcf7 input[type="submit"] {
	margin: 0 -5px 5px 0;
	float: right;
	border:none;
	background:#b20906;
	color:#FFF;
	width:auto;
	padding:5px;
}

#contact {
	float:left;
	width:250px;
}

table td {
	padding:0 15px 5px 0;
}
table th {
	text-align:left;
}

table.prices {
	width:80%;
}

.divider {
	clear:both;
	display:block;
	padding:15px 0 0 0;
	border-top:1px dotted #CCC;
}

p.footerLink {
	clear:both;
	display:block;
	padding:5px 0 0 0;
	text-align:right;
}

p.footerLink a {
	color:#4B495E;
}

p.footerLink a:hover {
	color:#FFF;
}

