/*  
Theme Name: Winter at Westminster
Theme URI: http://gowinteratwestminster.com/
Description: Winter at Westminster Wordpress Theme
Version: 2.9.2
Author: Dustin Pfeifer for Right Source Marketing.

Theme last updated: June 17, 2010
*/


/* Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; 
	padding:0; 
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset, img { 
	border:0; 
}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style:normal; 
	font-weight:normal; 
}

caption, th { 
	text-align:left;
}

h1, h2, h3, h4, h5, h6 { 
	font-size:100%; 
	font-weight:normal; 
}

q:before, q:after { 
	content:'';
}

strong { 
	font-weight:bold;
}

em { 
	font-style:italic;
}

a img { 
	border:none 
}

abbr {
	color:#ee1c24; 
	border-bottom:1px dotted #ee1c24;
}

div {
	position:relative;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

	#intro p {
		color:#fff;
		font-size:16px;
	}
	
	#summary {
		position:absolute;
		top:40px;
	}
	
	#summary span {
		background:#f58220;
		color:#0d0e1b;
		font-weight:bold;
		padding:5px;
		line-height:2.25;
		font-size:16px;
	}
	
a {
	color:#3a6eaf;
}
	
h1 {

}

	h1.logo a {
		display:block;
		width:1000px;
		height:200px;
		margin:0 auto;
		text-indent:-9999px;
	}

h2 {
	background:url(images/background_h2.jpg) no-repeat left center;
	font-size:36px;
	color:#fff;
	letter-spacing:-1px;
	line-height:1;
	padding:0 200px 5px 20px;
	margin:0 0 0 -20px;
	
}

	h2 a {
		color:#fff;
		text-decoration:none;
	}

	.even h2 {
		background:url(images/background_h2_alt.jpg) no-repeat left center;
	}
	
h3 {
	font-size:20px;
	color:#3a6eaf;
	font-weight:bold;
	margin:0;
}
	
ul, ol {
	margin:0 20px;
	line-height:1.5;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background:#89b4df url(images/background4.jpg) no-repeat center top;
	text-align:center;
	margin:0 auto;
	font:12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

	body.test {
		background:#89b4df url(images/background_test.jpg) no-repeat center top;
	}

#header {
	height:350px;
}

#content {
	width:1000px;
	min-height:1115px;
	margin:0 auto;
	text-align:left;
}

#main {
	width:600px;
	float:left;
	padding:0 0 0 100px;
}

	#main .offer {
		background:url(images/stoked.jpg) no-repeat left center;
		width:435px;
		height:65px;
		padding-left:151px;
		font-size:18px;
		color:#fff;
		font-weight:bold;
	}
	
	#main .offer a {
		color:#000;
	}

#sidebar {
	width:265px;
	float:right;
	padding:1130px 0 130px;
	margin:50px 0 0;
}

	#form {
		position:absolute;
		top:30px;
	}
	
	#form h3 {
		color:#fff;
		margin:0 0 30px;
	}
	
	#form p.offer {
		background:url(images/arrow_offer.png) no-repeat 200px center;
		padding:0 75px 0 20px;
		margin:10px 0 30px;
		font-size:18px;
		color:#0d0e1b;
		font-weight:bold;
	}
	
	#data {
		width:600px;
		height:400px;
		background:#fff;
	}
	
	.widget {
		margin:20px 0;
	}
	
	.widget_categories {
		background:url(images/background_categories.jpg) no-repeat bottom right;
		padding:0 0 20px;
		color:#3a6eaf;
	}
	
	.widget_categories ul {
		margin:10px 0 10px 30px;
	}
	
	.widget_categories ul li a{
		font-size:14px;
		color:#fff;
		text-decoration:none;
	}

#footer {
	background:url(images/background_footer.jpg) no-repeat bottom;
	height:235px;
	color:#fff;
}

	#footer .westminster a {
		background:url(images/logo_westminster.jpg) no-repeat;
		display:block;
		width:226px;
		height:145px;
		position:absolute;
		top:-90px;
		right:0;
		text-indent:-9999px;
	}
	
	#footer .slopes {
		background:url(images/logos_slopes.jpg) no-repeat;
		display:block;
		width:187px;
		height:43px;
		position:absolute;
		top:85px;
		right:15px;
		text-indent:-9999px;
	}

#copyright {
	width:900px;
	text-align:left;
	margin:0 auto;
	padding:45px 0 0 100px;
}

.disclaimer {
	font-size:11px;
}


/* Posts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.post {
	margin:40px 0;
}

.titlebar {
	border-bottom:4px solid #9fc6ec;
	padding:0 0 0;
	margin:0 0 20px;
}

.meta {
	position:absolute;
	width:160px;
	right:0;
	bottom:5px;
	margin:0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.addtoany_list {
	position:absolute;
	right:0;
	bottom:0;
}

.postcontent {
	padding:0 160px 0 0;
}

#pagednav {
	margin:40px 0 20px;
}

#pagednav #prev a, #pagednav #next a {
	display:block;
	width:199px;
	height:50px;
	color:#fff;
	text-decoration:none;
	font-size:18px;
}

#pagednav #prev a {
	background:url(images/background_button_prev.jpg) no-repeat;
	float:left;
	text-align:right;
	padding:15px 20px 0 0;
}

#pagednav #next a {
	background:url(images/background_button_next.jpg) no-repeat;
	float:right;
	text-align:left;
	padding:15px 0 0 20px;
}


/* Flickr
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#photo-gal {
	position:absolute;
	top:600px;
	margin:0;
	padding:0;
}
	
.photo-container {
	width:265px;
	height:175px;
	margin:0;
	padding:0;
}

#images { 
	height:175px;
	width:265px; 
	margin:0; 
	overflow:hidden;
}

	#images img { 
		border:none; 
		min-height:175px;
		max-width:265px;
	}
	
#photo-gal #flickrNav {
	padding:10px 0 0 81px;
}
	
#photo-gal .prev, #photo-gal .next {
	float:left;
	display:block;
	width:41px;
	height:30px;
	padding:0 5px;
	text-indent:-9999px;
}
	
	#photo-gal .prev {
		background:url(images/background_gallery_prev.jpg) no-repeat top right;	
	}
	
	#photo-gal .next {
		background:url(images/background_gallery_next.jpg) no-repeat top right;	
	}
	

/* YouTube
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body.video {
	background:url(images/background_video.jpg) no-repeat fixed;
	width:640px;
}

#video {
	width:640px;
	margin:0 auto;
}

.tubepress_embedded_title {
	background:#f78222;
	color:#fff;
	padding:5px;
}

.tubepress_meta_group {
	display:none;
}

.tubepress_thumb {
    width:25% !important;
    height:95px !important;
}

.tubepress_thumbs {
	padding:10px 0 !important;
	margin:0 !important;
	text-align:left;
}

.tubepress_container div.pagination a {
    border:none !important;
    background-color:#f78222 !important;
    color:#000 !important;      
}

.tubepress_container div.pagination a:hover, div.meneame a:active {
    border:none !important;
    background-color:#f78222 !important;
    color:#fff !important;
}

.tubepress_container div.pagination span.current {
    background-color:#f78222 !important;
    color:#fff !important;
}
.tubepress_container div.pagination span.disabled {
    background-color:#f78222 !important;
    color:#fff !important;
}

#video-gal {
	position:absolute;
	top:925px;
}


/* Form Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#comment {
	width:100%;
}

.failure {
	background:#d98cc8;
	width:224px;
	margin:0 0 0 15px;
	padding:2px 5px;
	color:red;
}

.cform {
	margin:0 0 0 15px;
	width:220px;
}

.cform ol {
	list-style-type:none;
	margin:0;
}

.cform ol li {
	margin:0 0 5px;
	padding:0;
}

.cform input, .cform textarea {
	border:2px solid #9fc6ec;
	background:#2b6cbb;
	color:#fff;
	padding:5px;
	width:220px;
}

.cform textarea {
	height:100px;
}

.cform .cf-sb {
	margin:0;
}

.cform .cf-sb input {
	background:url(images/submit.jpg) no-repeat;
	width:78px;
	height:31px;
	float:right;
	color:#fff;
	border:none;
	cursor:pointer;
}

.linklove {
	display:none;
}


/* Comment Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.commentlist {
	margin:20px 0;
}
	
.commentlist li {
	list-style-type:none;
	margin:10px 0;
	background:#9fc6ec;
	padding:20px;
	font-size:12px;
}

.commentlist p {
	margin:10px 0 0;
}

.commentlist p.postmetadata {
	margin:0;
}

.commentlist p.author {
	margin:0;
}

.commentlist .avatar {
	float:left;
	margin:0 10px 0 0;
}


/* Thanks Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.thanks #main p {
	color:#fff;
	font-size:14px;
}

.thanks #main .wp-caption {  
	padding:10px;
	width:260px !important;
	height:80px !important;
	text-align:left;
	display:block;
	float:left;
	margin:20px 20px 0 0;
}

.thanks #main .wp-caption img {
	width:75px;
	float:left;
}

.thanks #main p.wp-caption-text {
	float:right;
	width:170px;
	padding:0;
	margin:0;
}
			

/* Wordpress Defaults
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.aligncenter { 
	display:block; 
	margin:0 auto;
}

.alignleft { 
	float:left;
	margin:0 20px 0 0;
}

.alignright { 
	float:right;
	margin:0 0 0 20px;
}

.wp-caption { 
	text-align:center; 
	background:#9fc6ec; 
	padding:10px; 
	margin:10px 
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
