/*CSS RESET*/
html{
box-sizing: content-box;
-moz-box-sizing: content-box;
}
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	behavior:url("/styles/csshover2.htc");
}

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
b{font-weight:bold;}
p{font-weight:normal;margin:8px 0 8px 0;}
/*END CSS RESET*/

/*
Theme Name: Serenity
Theme URI: http://frostpress.com/themes/serenity
Description: Sleek square design that radiates serenity.
Version: 1.0.1
Author: Frostpress
Author URI: http://frostpress.com
Tags: White, two-columns, right-sidebar, fixed-width, threaded-comments, light

This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)

Picture "Mountains" by Midnight-digital on Flickr (http://flickr.com/photos/midnight-digital/2482022677/)
*/

/* basic */
	body { width:100%; background-color:#FFF; margin:0px; padding:0px; font:13px/150% Arial, Helvetica, Tahoma, sans-serif, Geneva; color:#333333; }
	a { color:#4b4e35; text-decoration:none; outline:none; }
	a:hover { color:#8a8d5c; text-decoration:none; }
	a img { border:0; }
	blockquote { padding:5px 10px 5px 10px; margin:10px; background-color:#F2F3F4; line-height:160%; }
		blockquote blockquote { background-color:#E3E6E8; display:inline-block; }
		blockquote blockquote blockquote { background-color:#D2D8DB; display:inline-block; }
		blockquote blockquote blockquote blockquote { background-color:#BFC8CC; display:inline-block; }
	pre { padding:5px 10px 5px 10px; margin:10px; background-color:#F2F3F4; line-height:160%; overflow:scroll; }
	ul { list-style-image:url('images/dot.gif'); }
	.post ul{ list-style-image:none; }
	input, select, textarea { font:8pt Verdana, Arial, sans-serif; color:#333333; }
	form { margin:0px; padding:0px; }
	p { margin:11px 0px 11px 0px; }
	acronym, abbr { cursor:help; border-bottom:1px dashed #999; }
	code { font:1.1em 'Courier New', Courier, Fixed; }
	h1, h2, h3, h4, h5, h6 { font-family:Tahoma, Verdana, Arial, sans-serif; line-height:130%; }
	h1 { font-size:19px; }
	h2 { font-size:16px; }
	h3 { font-size:14px; }
	h4 { font-size:12px; }
	h5 { font-size:11px; }
	h6 { font-size:10px; }

/* layout */
	#wrap { width:1024px; margin:0px auto 0px; padding:0px; overflow:hidden; background:url('images/bg.gif') left top repeat-y; }
	#c1 { width:762px; float:left; padding:5px; margin:0px 0px 0px 2px; overflow:hidden; }
	#c2 { width:250px; float:left; padding:342px 0px 0px 0px; margin:0px 0px 0px 0px; overflow:hidden; /*background:url('images/subscribe.gif') 2px top no-repeat;*/ }

div.post {
  margin:3em 4em 3em 4em;
}
p{
 text-align:justify; 
}
strong{
 font-weight:bold; 
}
/* header */
	/* menu */
	#menu, #bottombar { overflow:hidden; background-color:#555d67; color:#FFFFFF; padding:5px 5px 0px 5px; margin-bottom:5px; font:8pt Verdana, Arial, sans-serif; }
		#menu ul, #bottombar ul { list-style:none; list-style-image:none; padding:0px; margin:0px; }
		#menu li, #bottombar li { display:inline; }
		#menu li a, #bottombar li a { float:left; padding:5px 5px 5px 5px; background-color:#68727D; margin:0px 5px 5px 0px; color:#FFFFFF; }
		#menu li a:hover, #bottombar li a:hover { background-color:#76808D; text-decoration:none; }
		#menu li.current_page_item a, #menu li.current_page_item a:hover { background-color:#555d67; }

	/* logo */
	#logo { overflow:hidden; height:125px; display:block; background:#FFFFFF url('images/logo.jpg') right top no-repeat; text-align:right; margin-bottom:5px; }
		#logo:hover { text-decoration:none; }
		#logo h1 { padding:55px 10px 0px 0px; margin:0px; font:normal 32px Georgia, "Times New Roman", Times, serif; letter-spacing:1px; color:#FFCC99; }
		#logo h4 { padding:5px 10px 0px 0px; margin:0px; font:11px Verdana, Arial, sans-serif; color:#FFFFFF; }

	/* bar with subscribe and search field */
	#bottombar input { width:175px; padding:4px 4px 4px 20px; background:#68727D url('images/dot.gif') 6px 6px no-repeat; border:solid 1px #68727D; color:#FFFFFF; }
	#bottombar input:hover { background-color:#76808D; border:solid 1px #76808D; }
	#sub { background:url('images/sub.png') left bottom no-repeat; padding-left:25px !important; color:#FFCC99 !important; }

/* posts */
	.post { margin:10px; padding:0px; overflow:hidden; line-height:160%; color:#333333; }

	#submenu { float:right; border:dashed 1px #D0D5D9; border-top:0; border-right:0; margin:0px 0px 10px 10px; padding:0px 0px 10px 10px; }
	#submenu ul { margin:0px; padding:0px 0px 0px 20px; }
	#submenu ul li { padding:5px 0px 0px 0px; }

	/* post title */
	.post-title h1 { margin:0px; padding:10px 0px 10px 0px; font:normal 26px Georgia, "Times New Roman", Times, serif; line-height:120%; }
	.post-title h1 a { color:#333333; }
	.post-title h1 a:hover { color:#666666; text-decoration:none; }

	/* post date, author, category, comments */
	.post-sub { overflow:hidden; width:100%; font:11px Verdana, Arial, sans-serif; }
	.post-sub span { width:8px; height:8px; overflow:hidden; background-color:#A6ACB5; float:left; padding:0px; margin:3px 5px 0px 0px; }
		.post-date, .post-author, .post-cat, .post-tags, .post-edit { float:left; overflow:hidden; padding:5px 15px 5px 0px; }
		.post-author { display:none; }
		.post-comments, .post-edit { float:right; overflow:hidden; padding:5px 0px 5px 5px;  }
		.post-comments-name { float:left; padding-top:2px; }

	/* post text */
	.post-text { overflow:hidden; color:#333333; padding:0px; margin:0px; }

	.print-link { display:none; }

	/* dots that seperate the posts */
	.sep { overflow:hidden; height:8px; width:100%; display:block; background:url('images/sep.gif') center top no-repeat; margin:20px 0px 20px 0px; }

/* comments */
	.commentlist { padding:0px; margin:0px; overflow:hidden; }
	.commentlist ul { margin:0px; padding:0px; list-style:none; list-style-image:none; }
	.commentlist li { margin:0px 0px 0px 30px; padding:0px; list-style:none; overflow:hidden; }
	.commentlist .depth-1 { margin:0px !important; }
	
	.comment-arrow { background:url('images/bg_comments.gif') 20px top no-repeat; height:8px; margin-top:10px; overflow:hidden; }
 	.comment-text { overflow:hidden; background-color:#ECEFF2; padding:10px 10px 10px 10px; }
		.avatar { float:left; border:1px solid #EEEEEE; padding:2px; margin:0px 10px 0px 0px; background:#FFFFFF; }
		.comment-author cite, .comment-author cite a { font-weight:bold; font-style:normal; }
		.comment-meta a { font-size:8pt; color:#999999; }
		.comment-reply { font-size:8pt; float:right; }
			.comment-reply a { background-color:#F8F9FA; padding:3px 7px 3px 7px; color:#333333; margin-left:5px; }
			.comment-reply a:hover { background-color:#FFFFFF; }

	.trackbacklist { padding:0px 0px 0px 20px; overflow:hidden; }
	.trackbacklist .comment-author cite, .trackbacklist .comment-author cite a { font-weight:normal; }

	#respond input, #respond textarea { background-color:#F8F8F8; padding:4px; border:solid 1px #CCCCCC; }
	#respond input { background:#F8F8F8 url('images/dot.gif') 6px 6px no-repeat; padding-left:20px; }
	#respond input:hover, #respond textarea:hover { border:solid 1px #AEAEAE; }
	#respond #comment { width:98%; max-width:98%; }
	#respond #submit { background-color:#E3E4E6; }
	#respond #submit:hover { background-color:#D7D8DB; }

/* widgets */
	#widgets { list-style:none; margin:0px; padding:0px; color:#333333; }
	.widget { margin:0px 0px 20px 0px; padding:0px 0px 0px 10px; }
	.widget ul { margin:0px; padding:0px 0px 0px 20px; }
	.widget ul li { padding:5px 0px 0px 0px; }
	.widget h2 { margin:0px 0px 5px 0px; padding:0px; color:#000; font:italic 11pt Georgia, "Times New Roman", Times, serif; }

/* footer 
	#footer { overflow:hidden; background-color:#555d67; padding:10px 5px 10px 5px; margin-top:30px; text-align:center; color:#FFFFFF; font:8pt Verdana, Arial, sans-serif; }
		#footer a { color:#FFCC99; }
*/
#footer{
height:3em;font-size:.8em
}
/* Wordpress defaults */
	.navigation { overflow:hidden; width:98%; display: block; text-align: center; margin:auto; padding:10px; }
	p img { padding: 0; max-width: 100%; }
	img.centered { display: block; margin-left: auto; margin-right: auto; }
	img.alignright { padding:0px; margin:0px 0px 2px 7px; display: inline; }
	img.alignleft { padding:0px; margin:0px 7px 2px 0px; display: inline; }
	.alignright { float: right; }
	.alignleft { float: left }

	/* Begin Calendar */
	#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
	#wp-calendar a { text-decoration: none; }
	#wp-calendar caption { font-weight:bold; text-align: center; }
	#wp-calendar th { font-style:normal; font-weight:normal; text-transform: capitalize; }
	#wp-calendar { empty-cells: hide; width: 200px; }
	#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; background-color:#D3CFBE; }
	#wp-calendar #today { background-color:#BDC6D5; }
	#wp-calendar caption { text-align: center; width: 100%; }
	#wp-calendar td { text-align: center; background-color:#EAE8DF; }
	#wp-calendar .pad { background-color:#F5F4F1; }
	/* End Calendar */

	/* Captions */
	.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
	.wp-caption { border: 1px solid #F4F5F7; text-align: center; background-color: #F4F5F7; 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 */
	
#header{
 margin:0; padding:0;
 position:relative;
 width:752px;
 height:80px;
 overflow:hidden;
 font-size:.95em;
}
#header h1, #header p{
  float:left;
}
#header span{
 display:block;
 position:absolute;
 left:0;
 top:0;
 z-index:2;
 width:752px; 
 height:76px;
 margin:0;
 padding:0;
 background:url("http://www.vopenhouse.ca/images/v2_header.png") top left no-repeat;
}
#header-text{
position:relative;
margin-left:auto;
top:53px;
right:10px;
z-index:10;
position:relative;
width:455px;
text-align:right;
font-size:1.1em;
font-weight:bold;
text-transform: uppercase;
}
#header2{
 margin:0; padding:0;
 position:relative;
 background: url("http://www.vopenhouse.ca/images/v2_header2.jpg") no-repeat;
 width:752px;
 height:202px;
 overflow:hidden;
 font-size:.95em;
}
#main-menu{
display:block;
margin: 0;
height:59px;
padding:0;
background: transparent;
overflow:hidden;
font-size:14px;
clear:both;
float:right;
width:463px;
position: absolute;
right: 0;
bottom: 0;
}
#main-menu ul{
list-style-type:none;
margin:0;
padding:0;
}
#main-menu ul li{
display:block;
float:left;
margin:1px 0px 0 5px;
width:71px;
height:59px;
border:0;
text-align:center;
}
#main-menu ul li a{
display:block;
float:left;
width:71px;
height:59px;
border:0;
text-align:center;
text-decoration:none;
}
#main-menu a span{
display:block;
position:relative;
font-weight:bold;
background:url("http://www.vopenhouse.ca/images/translucent.png") top left repeat;
position:relative;
bottom:-34px;
}
#main-menu a{
opacity:0.70;
filter: alpha(opacity=70); 
-moz-opacity: 0.7;
color:#FFF;
}
#main-menu a:hover{
opacity:1.0;
filter: alpha(opacity=100); 
-moz-opacity: 1.0;
}
#main-menu a:hover{
color:#FFF;
text-decoration:underline;
}

#button1{
background:url("http://www.vopenhouse.ca/images/v2_button1.png") top left no-repeat;
}
#button2{
background:url("http://www.vopenhouse.ca/images/v2_button2.png") top left no-repeat;
}
#button3{
background:url("http://www.vopenhouse.ca/images/v2_button3.png") top left no-repeat;
}
#button4{
background:url("http://www.vopenhouse.ca/images/v2_button4.png") top left no-repeat;
}
#button5{
background:url("http://www.vopenhouse.ca/images/v2_button5.png") top left no-repeat;
}
#button6{
background:url("http://www.vopenhouse.ca/images/v2_button6.png") top left no-repeat;
}
.stButton{
 margin-top:3em; 
}
.footerLinks{
margin-right:1em;
}
.post ul, .post ol{
 padding-left:1.1em; 
}
.post a{
 color:#00f; 
}


iframe{
  display:block;
  margin:auto;
  width:500px;
  height:281px;
}

.wp-caption-text{
 text-align:center;
}