/*
Theme Name: Aurora
Theme URI: http://voyageurweb.com
Description: Custom theme for Aurora Pharmaceuticals
Version: 3/6/2010
Author: Bryce @ Vweb
Author URI: http://voyageurweb.com
Tags: clean, basic
*/

/********************************************************************/
/*         Base Structure Style Sheet Edited 02.18.2010 BDM         */
/*           This sheet is designed for use in WordPress            */
/********************************************************************/


body, h3, ol, ul, li, a, .header, .footer, .navbar { margin: 0; padding: 0; } /* clear padding/margin browser defaults */

body { /* default fonts, and colors  */
	color: #4f4f4f;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/wp-content/themes/aurora/images/bg.jpg) top left repeat-x #904195;
}
.pagetitle { /* page titles used in the main content area - may be same as h1 */
	color: #343492;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.entrytitle { /* page titles used in the main content area - but for blogs when date under title */
	margin: 0;
	color: #343492;
}
.entrytitle a, .entrytitle a:visited, .entrytitle a:active {
	color: #343492;
	text-decoration: none;
}
.entrytitle a:hover {
	color: #904195;
	text-decoration: none;
}
p.post-date { /* date under entrytitle in index.php */	
	margin-top: 0px;
}
.searchbar { /* searchbar wrapper properties for width and height of searchbox  */
}
.wrapper { /*centers the page content */
	margin: 0 auto;
	width: 1032px;
	padding: 0 32px 0 35px;
	background: url(/wp-content/themes/aurora/images/bg-wrapper.png) top left repeat-y;
	position: relative;
}
.wrapper-inside-top {
	width: 1032px;
	background: url(/wp-content/themes/aurora/images/bg-top-inside.jpg) top left no-repeat;
}
.wrapper-index-top {
	width: 1032px;
	background: url(/wp-content/themes/aurora/images/bg-top-index.jpg) top left no-repeat;
}
.wrapper-bottom {
	width: 1032px;
	background: url(/wp-content/themes/aurora/images/bg-bottom.jpg) bottom left no-repeat;
	padding-bottom: 125px;
}
#header { /* header area */
	position: relative;
	width: 1032px;
	height: 245px;
}
.wrapper-index-top #header {
	height: 435px;
}
a.logo {
	display: block;
	width: 186px;
	height: 96px;
	position: absolute;
	top: 95px;
	left: 78px;
}
.wrapper-index-top a.logo {
	top: 116px;
	left: 80px;
	height: 126px;
	width: 257px;
	z-index: 9999;
}
#header h1, #header h2 {
	display: none;
}
#flash {
	position: absolute;
	top: 95px;
	left: 98px;
	height: 355px;
	width: 900px;
	z-index: 0;
}
.content-wrap {
	height: 100%;	/* height attribute fixes a repeating background bug in ie6 - can change to exact value but DO NOT REMOVE */
	min-height: 400px;
	width: 860px;
	padding: 0 20px;
	margin: 0 69px 30px 63px;
}
.content-wrap-flash {
	height: 100%;	/* height attribute fixes a repeating background bug in ie6 - can change to exact value but DO NOT REMOVE */
	min-height: 400px;
	width: 860px;
	padding: 15px 20px;
	margin: 0 69px 0 63px;
        z-index:9999;
}
#content { /* main content area*/
}

.contactinfo {  /* contact information area */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 5px;
	right: 74px;
}
.contactinfo a, .contactinfo a:visited, .contactinfo a:active {
	color: #fff;
	text-decoration: none;
}
.contactinfo a:hover {
	color: #fff;
	text-decoration: underline;
}

a { /* link properties */
	color: #904195;
	text-decoration: none;
}
a:visited { /* visited link properties */
	color: #904195;
	text-decoration: none;
}
a:hover { /* hover link properties */
	color: #343492;
	text-decoration: underline;
}
a:active { /* active link properties */
	color: #904195;
	text-decoration: none;
}
.alternatelink { /*alternate to the standard a tag*/
}
a.alternatelink:link { /*alternate to the standard a tag*/
}
a.alternatelink:visited { /*alternate to the standard a tag*/
}
a.alternatelink:hover { /*alternate to the standard a tag*/
}
a.alternatelink:active { /*alternate to the standard a tag*/
}
a img { border: 0px; }

.clear { /* Must stay to work with height attribute in .content-wrap - div is right before closing tag in source */
	height: 1px;
	clear: both;
}
#footer{ /* footer area */
	clear:both;
}

.legal {
        position: absolute;
	bottom: 53px;
	left: 172px;
	color: #c0bee8;
}

.legal a, .legal a:visited, .legal a:active {
	color: #c0bee8;
	text-decoration: none;
}

.legal a:hover {
	color: #c0bee8;
	text-decoration: underline;
}


.weaver{ /* VoyageurWeb weaver link */
	position: absolute;
	bottom: 53px;
	right: 172px;
	color: #c0bee8;
}
.weaver a, .weaver a:visited, .weaver a:active {
	color: #c0bee8;
	text-decoration: none;
}
.weaver a:hover {
	color: #c0bee8;
	text-decoration: underline;
}

h1 {
}
h2 {
color: #343492;
text-transform:uppercase;
}
h3 {
color: #343492;
margin: 30px 0 5px;
border-bottom:1px solid #EEEEEE;
padding-bottom:5px;
text-transform:uppercase;
font-size:16px;
}
h4 {
color: #343492;
font-size:14px;
}
h5 {
}
h6 {
}

#content ul, #content ol {
	list-style-position: outside;
	margin-left: 25px;
}



/**********************************************/
/*     Programming Styles Listed Below        */
/*      Used with forms and databases         */
/**********************************************/

.error{ /* error messages */
	color: #FF0000;
	font-weight: bolder;
}
.success{ /* success messages */
	color: green;
	font-weight: bolder;
}
.instructions{ /* general instructions on the page */
	color: #999966;
	font-size: 8pt;
}
.required{  /* required fields */
	color: #FF0000;
	font-weight: bolder;
}
.fieldlabel{ /*labels that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}
.fieldinstructions{ /*instructions that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}



/**********************************************/
/*       Wordpress Styles Listed Below        */
/*        styles placed by the editor         */
/**********************************************/

.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	float: left;
}

/* ### blog styles ### */

textarea#comment {
	width: 100%;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 849px;
	height: 55px;
	position: absolute;
	top: 35px;
	left: 90px;
	z-index: 99999;
}
.menu ul li a, .menu ul li a:visited {
	display: inline-block;
	text-decoration: none;
	height: 38px;
	padding: 17px 14px 0 14px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 99999;
}
.menu ul li {
	position: relative;
    float:left;
	background: url(/wp-content/themes/aurora/images/bg-nav-divide.jpg) top left no-repeat;
    display: block;
}
.menu ul li:first-child {
	background: none;
}
.menu ul li ul {
	display: none;
}

.menu ul li:hover a {
	color: #242481;
	background: url(/wp-content/themes/aurora/images/bg-nav-hover.jpg) top left repeat-x;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #242481;
	background: url(/wp-content/themes/aurora/images/bg-nav-hover.jpg) top left repeat-x;
	text-decoration: none;
}

/*** DROP DOWN MENU ***/

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 56px;
	left: 0;
	width: 170px;
	z-index: 99999;
}
.menu ul li:hover ul li a.hide {
	background: #a6469f;
	background: url(/wp-content/themes/aurora/images/bg-nav-drop-down.jpg) top left repeat-x;
	padding: 0 5px 0 14px;
	margin: 0;
	color: #000;
}
.menu ul li:hover ul li:hover a.hide {
	background: #a6469f;
	background: url(/wp-content/themes/aurora/images/bg-nav-drop-down.jpg) top left repeat-x;
	margin: 0;
	color: #fff;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block;
	background: #a6469f;
	background: url(/wp-content/themes/aurora/images/bg-nav-drop-down.jpg) top left repeat-x;
	color: #000;
	width: 170px;
	padding: 0 5px 0 14px;
	line-height: 32px;
	text-align: left;
	height: 34px;
	margin: 0;
}
.menu ul li:hover ul li a:hover {
	background: #a6469f;
	background: url(/wp-content/themes/aurora/images/bg-nav-drop-down.jpg) top left repeat-x;
	padding: 0 5px 0 14px;
	line-height: 32px;
	margin: 0;
	color: #fff;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 190px;
	top: 0;
}
.menu ul li:hover ul li:hover ul.left {
	left: -105px;
}
