/* @override 
	http://yvrconnections.com/wp-content/themes/thesis/custom/custom.css?102709-115317
	http://yvrconnections.com/wp-content/themes/thesis/custom/custom.css?102809-155132
	http://yvrconnections.com/wp-content/themes/thesis/custom/custom.css?110309-114347
	http://yvrconnections.com/wp-content/themes/thesis/custom/custom.css?110309-131646
	http://yvrconnections.com/wp-content/themes/thesis/custom/custom.css?110409-104501
	http://yvrconnections.com/wp-content/themes/thesis/custom/custom.css?110409-124307
*/

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* Custom background */


body.custom { background: #fff url('images/yvrbackground_3.jpg') no-repeat scroll 50% 0;

}

	.custom #container { margin-top: 0em; margin-bottom: 2em; } 

		.custom #page { background: transparent;
	margin-top: 0em;
	padding-top: 0em;
}

		
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */

.custom #header #logo a { display: block; height: 0px; width: 960px; background: transparent none no-repeat -5px; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

.custom #header_area .page {
	padding-top: 0em;
}

/* Nav bar */


.custom .menu {
	background: white url(images/gradient-bar-grn.png) repeat-x;
}

.custom .menu a {

	font-weight: bold;
	font-size: 1.2em;
	background-image: none;
	background-color: transparent;
}

.custom .menu a:hover {
	background: white url(images/gradient-bar-dkblu.png) repeat-x;
	font-weight: bold;
	font-size: 1.2em;
}


.custom .menu .current a {
	background: white url(images/gradient-bar-ltblu.png) repeat-x;
	font-weight: bold;
	font-size: 1.2em;
}

.custom .menu .current-cat a {
	background: white url(images/gradient-bar-ltblu.png) repeat-x;
	font-weight: bold;
	font-size: 1.2em;
}

.custom .menu .children a, a:hover {
	background-color: #677DA5;
	background-image: none;
}

.custom .rss a {
	background: white url(images/gradient-bar-ltblu.png) repeat-x;

	font-weight: bold;
	font-size: 1.2em;
}

.custom .rss a:hover {
	background: white url(images/gradient-bar-ltblu.png) repeat-x;
	
	font-weight: bold;
	font-size: 1.2em;
}


/* Changing post styles */

input, textarea { background:#fff none repeat scroll 0 0; }

.custom .entry-title, .custom .entry-title a {color: #073b77;
	background-color: white;
	text-decoration: none;
}
.custom .entry-title a:hover{
	text-decoration: underline;
	background-color: white;
}
.custom .headline_meta, .custom .headline_meta a {
	color: #738fb6;
}

.custom .videobar {
	float: right;
}

.custom img.alignleft, img.left { float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

img.alignright, img.right { float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.custom #content, .hfeed {
	border-top: none;
    width: 53em;
	border-right: .25em dotted #738fb6;
}

.custom #content_box {
	background: #fff;
	border-top: .1em solid #738fb6;
	border-bottom: .1em solid #738fb6;
	border-right: .1em solid #738fb6;
	border-left: .1em solid #738fb6;
}
.custom .post_box, #feature_box .sticky {
	background-color: #fff;
	border-right: none !important;
	border-bottom: none !important;
}

.custom #feature_box {
	border: none;
	background-color: white;
}

.custom .post_box, .teasers_box {
border-top: 1px dotted #738fb6;
border-right: none;
border-bottom: 1px dotted #738fb6;
clear:both;
}

.custom .prev_next{
	border-top: none;
}
.custom .teaser_right {
	border-left: .1em dotted #738fb6;
	padding-left: 15px;
}

.custom .headline_meta a:hover {
	text-decoration: underline;
}


.custom li.pushed {
	text-align: center;
}

	
.custom .sticky .headline_meta { display: none; }
.custom .sticky .entry-title {
	font-size: 3.0em;
}
.custom .sticky .entry_content {
	font-size: 1.3em;
}

.custom .sticky .to_comments {
	display: none;
}

.custom div.yvr_p {
	text-align: center;
	border-top: .2em solid #859e29;
}

.custom #smalltext {
	font-size: .5em;
}



/* Sidebar ttles */

.custom .sidebar h3 { color: #073b77;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background: transparent url(images/gradient-bar-grn.png) repeat-x left bottom;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	font-variant: normal;
}


.custom #search_form form input { float: left; width: 170px; height: 18px;font-size: 9pt;
	margin-bottom: 25px;
	margin-left: 125px;
	background-color: white;
	text-align: center;
	border: 1px solid #738fb6;
	vertical-align: middle;
	top: 10px;
}

.custom #search_box {
	background: white url(images/search_background.gif) no-repeat;
	height: 25px;
	padding-bottom: 10px;
}


.custom #custom_box { background: white repeat;
	width: 383px;
	height: 311px;
	margin-left: 1em;
	overflow: visible;
}

.custom #sidebar_1 {
	border-right: .1em solid #738fb6;
}

.custom #sidebar {
	border-left: .1em solid #738fb6;
}

.custom li#flickr-badge.widget div {
	text-align: center !important;
}

.custom li#text-369725931.widget div {
	text-align: center;
}

/* Footer graphics */

.custom .logo_box {
	float: left;
	border-bottom: none;
	clear: both;
	text-align: left;
}

.custom #logo_vanoc {
	top: 50px;
}

.custom .logo_eyvrthing {
	float: right;
	border-bottom: none;

}


/* Header footer */
.custom #header { border-bottom: none; clear: both; }
.custom #footer { color: #888; border-top: none; text-align: right; clear: both; }