/*
Theme Name: Veritas
Theme URI: http://www.veritasdc.com/
Description: Default design for the Veritas Wine Bar website.
Version: 1.0
Author: Beveridge Seay
Author URI: http://www.bevseay.com/
Tags: 
*/

html, body {
	background-color: #000;
	color: #fff;
	margin: 0;
	font: 16px Arial, Helvetica, sans-serif;
	height: 100%;
}

img {
	border: none;
}

a {
	color: #f1bd1d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, table, form, ul, ol {
	margin-top: 0;
}

form, fieldset, table, table td {
	padding: 0;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#page_container {
	background: url('/wp-content/themes/veritas/images/page_container_bg.jpg') top repeat-y;
	width: 930px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

#header_home {
	height: 360px;
	position: relative;
}

	#header_home object {
		position: absolute;
		top: 25px;
	}

#main_content {
	position: relative;
}

	#logo {
		position: absolute;
		top: 55px;
		left: 40px;
	}

	#sidebar {
		position: absolute;
		top: 240px;
		left: 100px;
		width: 240px;
		font-size: 12px;
		line-height: 18px;
	}
	
	
	
/*******************************************************
Home page nav menu styles.
*******************************************************/

	#nav_menu_home {
		position: absolute;
		top: 45px;
		left: 475px;
	}
	
		#nav_menu_home ul, #nav_menu ul {
			list-style-type: none;
			font-size: 18px;
			line-height: 30px;
			margin: 0;
			padding: 0;
		}
		
		#nav_menu_home ul a, #nav_menu ul a {
			color: #fff;
		}

	#sidebar_home {
		position: absolute;
		top: 255px;
		left: 180px;
		width: 240px;
		font-size: 12px;
		line-height: 18px;
	}

	#logo_home {
		position: absolute;
		top: 45px;
		left: 120px;
	}

	
/*******************************************************
Nav Menu styles.
*******************************************************/

	#nav_menu {
		margin-top: 50px;
	}
	
		#nav_menu ul li ul {
			display: none;
		}
		
		#nav_menu ul li.current_page_parent a, #nav_menu ul li.current_page_item a {
			color: #f1bd1d;
		}
		
			#nav_menu ul li.current_page_parent ul {
				position: absolute;
				top: -190px;
				left: 240px;
				display: inline !important;
				text-align: left;
				width: 600px;
				text-transform: lowercase;
			}
			
			#nav_menu ul li.current_page_parent ul li {
				display: inline !important;
				margin-right: 25px;
			}
			
			#nav_menu ul li.current_page_parent ul li a {
				color: #fff;
			}
			
			#nav_menu ul li.current_page_parent ul li.current_page_item a {
				color: #f1bd1d;
			}



/*******************************************************
Home page styles.
*******************************************************/

	#news_home {
		padding: 227px 90px 50px 475px;
		/*font: 13px "Times New Roman", serif;*/
		background: url('/wp-content/themes/veritas/images/page_container_bg_top.jpg') top no-repeat;
		min-height: 460px;
		line-height: 20px;
		font-size: 13px;
	}
	
		#news_home h2 {
			color: #f1bd1d;
			font-weight: bold;
			text-transform: lowercase;
			font-size: 15px;
			margin-top: 26px;
		}
		
		#news_home a {
			color: #f1bd1d;
		}



/*******************************************************
Main text styles.
*******************************************************/


	#main_text_block {
		padding: 100px 90px 50px 342px;
		/*font: 14px "Times New Roman", serif;*/
		background: url('/wp-content/themes/veritas/images/page_container_bg_top.jpg') top no-repeat;
		min-height: 760px;
	}
	
		#main_text_block h2 {
			color: #f1bd1d;
			margin: 35px 0 10px 35px;
			text-transform: lowercase;
			font-weight: bold;
			font-size: 15px;
		}
		
		#main_text_block p {
			font-size: 13px;
			margin-bottom: 11px;
		}