/*
	Theme Name: BlueCow
	Description: Default theme for BlueCowFrozenYogurt.com
	Theme URI: http://www.bluecowfrozenyogurt.com
	Version: 1.0
	Author: Cory Swanson - Spyder Technology
	Author URI: http://www.spydertechsolutions.com
*/

body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: center;
	/*background: #EDD3BC none;*/
	background: #4365a8;
}

stong{
	font-weight: bold;
}

italic{
	font-style: italic;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 5px auto;
	text-align: left;
	overflow: auto;
}

#header {
	width: 960px;
	height: 200px;
	background: url('images/bc_header_berries_2.jpg') no-repeat;
}

#header_nav {
	position: absolute;
	top: 170px;
	left: 350px;
}

#header_nav div.nav {
	float: left;
	margin: 0px 5px;
	padding-top: 3px;
	width: 140px;
	height: 25px;
	background: url('images/nav_bg.png') no-repeat;
	text-align: center;
}

#header_nav div.nav a {
	margin-top: 5px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#header_nav div.nav a:hover, a:active {
	color: #ff7800;
}

#main_index {
	width: 960px;
	height: 454px;
	background: #fff url('images/yogurt1.jpg') no-repeat top left;
}

#main_page {
	width: 960px;
	background: #fff;
	overflow: auto;
}

#footer {
	width: 960px;
	height: 115px;
	background: url('images/bc_footer.jpg') repeat-x top left;
}

.footer_div {
	float: left;
	width: 318px;
	/*w\idth: 319px;*/
	font-size: 80%;
	color: #FFF;
}

.footer_div p {
	margin: 0px 5px;
}

.footer_div a {
	color: #FFF;
}

.footer_div a:hover, a:active {
	color: #ff7800;
}

.footer_separator {
	float: left;
	width: 1px;
	height: 115px;
	background: url('images/separator.png') no-repeat;
}

#footer_nav_wrapper {
	position: relative;
	width: 318px;
	height: 115px;
}

#footer_nav {
	position: absolute;
	top: 100px;
	left: 200px;
}

#footer_nav a {
	color: #FFF;
	text-decoration: none;
}

#footer_nav a:hover, a:active {
	color: #ff7800;
}

/* Pseudo Tags */

h1, h2, h3, h4, h5 {
	text-align: left;
}

h1 {
	font-size: 18px;
	color: #0038A8;
	border-bottom: 1px blue solid;
}

h2 {
	font-size: 16px;
	margin: 5px;
}

h3 {
	font-size: 14px;
	color: #0038A8;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Index Page Specific Tags */

#index_text {
	position: absolute;
	top: 300px;
	left: 50px;
	color: #666;
	width: 570px;
}

/* Content Tags */

#content_wrapper {
	/*margin: 5px;*/	
}

.post_content {
	margin: 5px;
}

#page_title {
	display: block;
	text-align: left;
	margin: 5px;
}

/* Menu Page Tags */

#menu_page {
	float: left;
	width: 960px;
	height: 454px auto;
	background: #fff;
}

/* Nutrition Page Tags */

#nutrition_page {
	float: left;
	width: 960px;
	height: 454px auto;
	background: #fff;
}

/* Specials Page Tags */

#specials_page {
	float: left;
	width: 950px;
	height: 454px auto;
	background: #fff;
}

/* Franchise Page Tags */

#franchise_page {
	float: left;
	width: 960px;
	height: 454px auto;
	background: #FFF;
}

/* About Us Page Tags */

#aboutus_page {
	float: left;
	width: 960px;
	height: 454px auto;
	background: #fff;
}

/* Jobs Page Tags */

#jobs_page {
	float: left;
	width: 960px;
	height: 454px auto;
	background: #fff;
}

/* Contact Page Tags */

#contact_page {
	float: left;
	width: 960px;
	height: 454px auto;
	background: #fff;
}

/* Home Page Tags */

#homecontent {
	width: 760px;
	height: 600px;
	margin-top: 10px;	
	background: #FFF url('images/home_image.jpg') no-repeat;				
}
