/*
Theme Name: Vaughn Gittin
Theme URI: http://wordpress.org/
Description: The 2010 Official Vaughn Gittin Wordpress theme.
Author: Nick Astroth
Version: 1.0
Tags: vaughn gittin
*/


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}
code {
	font-family: Arial, Helvetica, sans-serif;
}


/* =Global Elements
-------------------------------------------------------------- */

* {
    padding:0px;
	margin:0px;
}

html,body {
    width:100%;
	height:100%;
    padding:0px; 
	margin:0px;
}

body {
	font:12px Arial, Verdana, Helvetica, sans-serif; 
	cursor:default;
	background-color:#000000; 
	line-height:15px;
}

h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight:bold; 
	text-align:left;
	text-transform:uppercase;
	color:#FFFFFF; 
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 6px 0px;
}
h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight:bold; 
	text-align:left;
	text-transform:uppercase;
	color:#FFFFFF; 
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 6px 0px;
}
h2 a:link, h2 a:visited {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight:bold; 
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF; 
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 6px 0px;
}
h2 a:hover {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight:bold; 
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color:#D1DD26; 
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 6px 0px;
}

p {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	text-align:justify;
	color:#FFFFFF; 
	line-height:15px;
	margin:0px 0px 0px 0px;
	padding:0px 20px 12px 0px;
}
li {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal; 
	text-align:left;
	color:#FFFFFF; 
	line-height:15px;
	margin:0px 0px 10px 20px;
	padding:0px 10px 0px 0px;
}
a{outline: none;}
a:link, a:visited {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	text-decoration:none;
	color:#D1DD26; 
	line-height:15px;
}
a:hover {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	text-decoration:underline;
	color:#D1DD26; 
	line-height:15px;
}
img {
	border:0px;	
}

#top {
	position: absolute;
}

#page-wrap {
    min-height: 100%;
	margin-bottom: -63px;
}
* html #page-wrap {
	height: 100%;
}

#footer-spacer {
	height: 63px;
	clear:both;
}
#footer {
	height: 63px;
}

/*----------------------- Sponsor Rotator --------------------*/
#partners_box {
    width:244px;
	height:169px;
	padding:0px;
	margin:10px 0px 10px 0px;
	background-image: url(images/sidebar_ad_bkgnd.png);
	background-repeat:repeat-y;
	text-align:center;
}
#partners_box .sponsor-rotator {
    width:244px;
    height:169px;
	margin:0px;
	padding:0px 0px 0px 0px;
    background:none;
    overflow:hidden;
}

#partners_box .sponsor-rotator ul {
    width:2000px;
}

#partners_box .sponsor-rotator ul li {
    display: inline;
	float:left;
    width: 244px;
	height:169px;
	padding:0px 0px 0px 0px;
    margin:0px;
}

#partners_box .sponsor-rotator ul li a {
    width: 244px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access 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: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #D1DD26;
	text-decoration: none;
}
.navigation a:hover {
	color: #D1DD26;
	text-decoration: underline;
}
.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;
}


/* =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;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area ul ul {
	list-style: none;
	margin:0px;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	display:block;
	padding:10px 10px 10px 10px;
	text-align:left;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin: 0;
	padding: 0;
}
.widget-area ul li {
	margin: 0;
	padding:10px 10px 10px 10px;
}
#main .widget-area ul ul {
	border: none;
	margin: 0;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/*----------------------- Header --------------------*/
#vg_header {
	position:relative;
	width:964px;
	height:430px;
	margin-left:auto;
	margin-right:auto;
}
#header_content {
	position:absolute;
	width:964px;
	height:430px;
	z-index:5;
}
#header_video {
	position:absolute;
	width:800px;
	height:361px;
	left:92px;
	z-index:1;
}
#vg_logo {
	position:absolute;
	width:187px;
	height:196px;
	top:200px;
	left:98px;
	z-index:6;
}
#vg_logo_overlay {
	position:absolute;
	width:187px;
	height:196px;
	top:195px;
	left:98px;
	z-index:25;
}
#vg_champ {
	position:absolute;
	width:399px;
	height:93px;
	top:300px;
	left:445px;
	z-index:24;
}
/*----------------------- Header --------------------*/

/*------------------- Main Menu --------------------*/
#vg_menu {
	position:absolute;
	top:395px;
	left:85px;
	width:800px;
	height:14px;
	z-index:6;
}
#vg_menu a:link, #vg_menu a:visited {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	text-decoration:none;
}
#vg_menu a:hover {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#D1DD26;
	text-decoration:none;
}
.menu_item {
	float:left;
	margin-right:38px;
	height:14px;
}
/*----------------------- Main Menu --------------------*/

/*------------------- Page Content --------------------*/
#vg_content {
	width:964px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
#top_bend {
	position:absolute;
	top:0px;
	left:0px;
	width:964px;
	height:124px;
	z-index:-1;
}
#content_sides {
	position:absolute;
	top:124px;
	left:0px;
	width:964px;
	height:100%;
	z-index:-1;
}
#main_content {
	position:relative;
	width:964px;
	height:100%;
	margin:0px;
	padding:0px;
}
#content_left {
	width:450px;
	height:100%;
	padding:40px 0px 0px 105px;
	margin-right:10px;
	background-image: url(images/bkgnd_trans.png);
	background-repeat:repeat-y;
	background-position:90px 0px;
	float:left;
}
.entry-meta {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold; 
	text-align:left;
	color:#FFFFFF; 
	line-height:15px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 3px 0px;
}
.entry-photo {
	margin:0px 0px 0px 0px;
	padding:0px 0px 6px 0px;
}
.entry-utility {
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left;
	color:#FFFFFF; 
	line-height:15px;
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 0px;
}
.post {
	width:430px;
	margin-bottom:30px;
	border-bottom:1px solid #FFFFFF;	
}
.entry-summary p {
	padding-right:0px;	
}
/*------------------- Page Content --------------------*/

/*----------------- Sidebar Content -------------------*/
#content_right {
	width:244px;
	height:100%;
	float:left;
}
#sidebar_sponsors {
	width:214px;
	height:auto;
	padding:20px 15px 5px 15px;
	background-image: url(images/sidebar_bkgnd.png);
	background-repeat:repeat-y;
	text-align:center;
}
#primary {
	width:244px;
	height:auto;
	padding:0px;
	margin:10px 0px 10px 0px;
	background-image: url(images/sidebar_bkgnd.png);
	background-repeat:repeat-y;
	text-align:center;
}
.sidebar_ad {
	width:230px;
	height:auto;
	padding:7px;
	margin:10px 0px 10px 0px;
	background-image: url(images/sidebar_ad_bkgnd.png);
	background-repeat:repeat-y;
	text-align:center;
}

.sm-facebook {
	float:left;
	width:49px;
	margin-right:8px;
}
.sm-facebook a{
	    display:block;
		text-indent:-15000px;
		width:49px;
		height:49px;
		background-image:url(images/social_media/facebook_btn.png);
		background-repeat:no-repeat;
		cursor:pointer;
	}
#sm-facebook-link{background-position:0 0;}
#sm-facebook-link:hover,#sm-facebook-link.hover{background-position:0 -49px;}

.sm-twitter {
	float:left;
	width:49px;
	margin-right:8px;
}
.sm-twitter a{
	    display:block;
		text-indent:-15000px;
		width:49px;
		height:49px;
		background-image:url(images/social_media/twitter_btn.png);
		background-repeat:no-repeat;
		cursor:pointer;
	}
#sm-twitter-link{background-position:0 0;}
#sm-twitter-link:hover,#sm-twitter-link.hover{background-position:0 -49px;}

.sm-youtube {
	float:left;
	width:49px;
	margin-right:8px;
}
.sm-youtube a{
	    display:block;
		text-indent:-15000px;
		width:49px;
		height:49px;
		background-image:url(images/social_media/youtube_btn.png);
		background-repeat:no-repeat;
		cursor:pointer;
	}
#sm-youtube-link{background-position:0 0;}
#sm-youtube-link:hover,#sm-youtube-link.hover{background-position:0 -49px;}

.sm-myspace {
	float:left;
	width:49px;
}
.sm-myspace a{
	    display:block;
		text-indent:-15000px;
		width:49px;
		height:49px;
		background-image:url(images/social_media/myspace_btn.png);
		background-repeat:no-repeat;
		cursor:pointer;
	}
#sm-myspace-link{background-position:0 0;}
#sm-myspace-link:hover,#sm-myspace-link.hover{background-position:0 -49px;}

.cc_input {
	float:left;
	width: 150px;  
	height: 26px;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#000000;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	color:#343434;
}
.sidebar_label {
	padding:0px 0px 5px 0px;	
}
.twitter_box {
	width:220px;
	height:auto;
	text-align:left;
	background-image: url(images/twitter_box.jpg);
	background-repeat:repeat-y;
}
.twitter_box .entry-meta {
	margin-bottom:12px;	
}
.twitter_box .entry-meta a:link, .twitter_box .entry-meta a:visited {
	font-size:11px; 
	font-weight:normal; 
	color:#D1DD26;
	text-decoration:none;
	line-height:15px;
}
.twitter_box .entry-meta a:hover {
	font-size:11px; 
	font-weight:normal; 
	color:#D1DD26; 
	text-decoration:underline;
	line-height:15px;
}
.twitter_box .entry-content a:link, .twitter_box .entry-content a:visited {
	font-size:11px; 
	font-weight:normal; 
	color:#D1DD26;
	text-decoration:none;
	line-height:15px;
}
.twitter_box .entry-content a:hover {
	font-size:11px; 
	font-weight:normal; 
	color:#D1DD26; 
	text-decoration:underline;
	line-height:15px;
}
.video_box {
	width:225px;
	height:180px;
}
.photos_box {
	width:225px;
	height:76px;
}
.photos_box .ngg-gallery-thumbnail {

	float: left; 
	background-image: url('images/thumbnail_bkgnd.png');
	background-repeat:no-repeat;
	width:103px;
	height:73px;
	padding:0px;
	margin: 0px 7px 10px 0px !important;

}
.photos_box .ngg-gallery-thumbnail img {

	width:91px; 
	height:61px;
	padding:6px;
	margin:0px;
	display:block; 

}

/*------------------- Footer --------------------*/
#vg_footer {
	width:964px;
	height:63px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/content_footer_foreground.png);
	background-repeat:no-repeat;
}
.footer_content {
	width:885px;
	padding-top:6px;
	margin-left:auto;
	margin-right:auto;
}
#footer_left {
	width:555px;
	height:63px;
	margin-right:10px;
	float:left;
}
#footer_right {
	width:244px;
	height:58px;
	padding-top:5px;
	float:left;
}
.footer_links {
	padding:33px 0px 0px 107px;
}
.footer_links a:link, .footer_links a:visited {
	float:left;
	margin-right:30px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#FFFFFF;
}
.footer_links a:hover {
	float:left;
	margin-right:30px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#D1DD26;
}
.footer_logos {
	padding:17px 0px 0px 10px;
}
.footer_logos a {
	float:left;
	margin-right:15px;
}
/*------------------- Footer --------------------*/

/*----------------------- Background --------------------*/
#posterwall_wrapper,
#posterwall {
    top:0px;
    left:0px;
    position:fixed;    
    width:100%;
    height:100%;
    overflow:hidden;
}
#posterwall_wrapper {
    z-index:-3;
}
#posterwall {
    z-index:-2;
}
/*----------------------- Background --------------------*/

/*----------------------- Schedule Page --------------------*/
.eme_events_list {
	width:450px;
	list-style:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.eme_events_list ul {
	margin:20px 0px 0px 0px;
	padding:0px;
}
.eme_events_list li {
	display:block;
	margin:10px 0px 0px 0px;
	padding:0px;
	clear:both;
}
.event_date {
	float:left;
	width:50px;
	font-size:12px;
	font-weight:bold;
	color:#D1DD26;
	margin-right:30px;
	vertical-align:top;
}
.event_name {
	float:left;
	width:230px;
	font-size:12px;
	font-weight:bold;
	margin-right:30px;
	vertical-align:top;
	padding-bottom:15px;
}
.event_name_subtitle {
	font-size:11px;
	font-weight:normal;
}
.event_location {
	float:left;
	width:100px;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
}
.social_media_buttons {
	display:block;
	width:450px;
	margin:0px 0px 30px 0px;
	text-align:right;
}

/* Blog Posts Pagination */
.wp-paginate {padding:0; margin:0;}

.wp-paginate li {display:inline; list-style:none; padding:0px; margin:0px;}

div.navigation {
    padding: 3px;
    margin: 0px 15px 0px 3px;
    text-align:right;
    clear: both;
}

div.navigation a {
    border: 1px solid #FFFFFF;
    margin-right:3px;
    padding:2px 6px;
    background-position:bottom;
    text-decoration: none;
    color: #D1DD26;
    cursor: pointer;        
}

div.navigation a:hover, div.navigation a:active {
    border: 1px solid #FFFFFF;
    background-image:none;
    background-color:#D1DD26;
	color: #000000;
	text-decoration:none;
}

div.navigation span.current {
    border: 1px solid #FFFFFF;
	margin-right:3px;
    padding:2px 6px;    
    font-weight: bold;
    background-color:#D1DD26;
	color: #000000;
}
div.navigation span.disabled {
    border: 1px solid #FFFFFF;
	margin-right:3px;
    padding:2px 6px;    
    font-weight: bold;
    color: #D1DD26;
}