/*
Theme Name: OG Design Redesign 2010
Theme URI: http://ogd.co/
Description: Redesign of the DVCRA website, by OG Design
Author: Olivier Grandguillot
Author URI: http://ogd.co
Version: 1.0
Tags: green, red, white, two-columns, fixed-width, custom-header
*/

@import "screen.css";

/*

	-------///--------
	Made by OG Design
	http://ogdesign.ca
	Sept.2010
	-------///--------
	
*/

.blogroll a {font-size:1.1em!important;}

.thankyou {text-align:center;}

.header {
	background:#2E4916 url(images/headers/rotate.php) no-repeat top center;
	height:270px;
}

.header img.logo {margin-top:23px; }

.nav-box {
	background: url(images/bg-nav.jpg) repeat-x top left;
	 height:70px;
	 margin-top:15px;
	 padding-bottom:10px;
	 border-top:1px solid rgba(255,255,255, 0.5);
}

.menu ul {width:990px; margin:0 auto; }

div.menu li {
	float:left;
	position: relative;
}

.menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
.menu ul ul li {
	min-width: 180px;
}
.menu ul ul ul {
	left: 100%;
	top: 0;
}

.menu ul li {display:inline;}
.menu ul li a {font-size:1.3em; font-weight:400; color:#ccc; display:inline-block; padding:12px 20px;}
.menu ul li a:hover {
	background: #2E4916; /* old browsers */
	background: -moz-linear-gradient(top, #2E4916 0%, #182B04 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E4916), color-stop(100%,#182B04)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E4916', endColorstr='#182B04',GradientType=0 ); /* ie */
	color:#fff;
}

.menu ul li.current_page_item a {
	background: #182B04; /* old browsers */
	background: -moz-linear-gradient(top, #182B04 0%, #2E4916 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#182B04), color-stop(100%,#2E4916)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182B04', endColorstr='#2E4916',GradientType=0 ); /* ie */
	color:#fff;
	font-weight:800;
}

.menu ul li.current_page_item ul.children li a {
	font-weight:400;
}

.menu ul ul a {
	background: #182B04!important;
	line-height: 1em;
	padding: 12px 25px;
	width: 160px;
	height: auto;
}

.menu ul ul a:hover {
	background: #2E4916!important;
	line-height: 1em;
	padding: 12px 25px;
	width: 160px;
	height: auto;
}

.menu li:hover > a,
.menu ul ul :hover > a {
	background: #2E4916; /* old browsers */
	background: -moz-linear-gradient(top, #2E4916 0%, #182B04 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E4916), color-stop(100%,#182B04)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E4916', endColorstr='#182B04',GradientType=0 ); /* ie */
	color: #fff;
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul li.current_page_item > a,
.menu ul li.current-menu-ancestor > a,
.menu ul li.current-menu-item > a,
.menu ul li.current-menu-parent > a {
	color: #fff;
}
* html .menu ul li.current_page_item a,
* html .menu ul li.current-menu-ancestor a,
* html .menu ul li.current-menu-item a,
* html .menu ul li.current-menu-parent a,
* html .menu ul li a:hover {
	color: #fff;
}

.slider {float:left; }
.content-main { padding-bottom:40px; }

.event { padding-bottom:30px;}

p.center {text-align:center; }


.content-nav {border-right:1px solid #bbb; height:600px; margin-right:50px; text-align:right; padding-right:40px; }
.content-nav ul li {padding:5px 0; }
.content-nav ul li a {font-weight:800; color:#000; }
.content-nav ul li a:hover {color:#2E4916; text-decoration:underline; }

.content-nav ul li.on a  {color:#2E4916; text-decoration:none; }

a:hover, a:active {color:#b10909;}

label.radio {font-weight:400; font-size:1.2em;}


.footer {background: #000 url(images/bg-footer.jpg) repeat-x top left; height:73px; }
.footer img { margin-bottom:-3px; height:73px; float:right; }


/*
* Wordpress Specific Styles
* Last updated: 11/12/10 by og
*/

.post {border-bottom:1px solid #ddd; padding:10px 0 30px;}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	line-height: 18px;
	overflow: hidden;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 18px 0 0 0;
	border:0;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-container {padding-bottom:30px;}
#searchform label {width:100px; display:none;}
#searchform input[type="text"] {height:15px; padding:5px; width:150px;}
#searchform input[type="submit"] {height:25px;}

.widget_links li {padding:0 0 15px;}


/* =Footer
-------------------------------------------------------------- */
#site-info {width:990px; margin:0 auto; padding-top:30px; text-align:center;}
#site-info a {color:#ddd; }
#site-info a:hover {color:#fff; }

/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
#slider {
    position:relative;
    width:712px; /* Change this to your images width */
    height:177px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a {
    border:0;
    display:block;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev)
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
} */
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position:relative;
	left:13px;
	top:155px;
	z-index:99999;
}
.nivo-controlNav a {
    display:block;
    width:18px;
    height:18px;
    background:url(images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
		cursor:pointer;
}
.nivo-controlNav a.active {
    background-position:0 -22px;
}


/*
.nivo-controlNav {
	position:relative;
	top:171px;
	z-index:99999;
}
.nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:url(images/bullets.png) no-repeat;
	border:0;
	text-indent:-9999;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
} */



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/*social sharing buttons*/
.social a{
    display:inline-block;
    margin:5px 5px 3px 0;
    padding:4px 6px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -webkit-border-radius:3px;
    -ms-border-radius:3px;
}
/*Twitter*/
.twitter{
    background:#4099ff;
}
/*Facebook*/
.facebook{
    background:#3B5998;
}
/*Google Plus*/
.google-plus{
    background:#D34836;
}
