/*
Theme Name: Custom Template for Reindeer
Theme URI: http://voyageurweb.com
Description: Basic theme to begin building a designed theme
Version: [date]
Author: Laura @ 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            */
/********************************************************************/
* {
margin:0;
padding:0;
}
table {
	width:800px;
}
body, h3, ol, ul, li, a, .header, .footer, .navbar { margin: 0; padding: 0; } /* clear padding/margin browser defaults */

body { /* default fonts, and colors  */
	color: #3f3f3f;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fe9759 url(/wp-content/themes/reindeer/images/bg-repeat.jpg) repeat-x;
}
.pagetitle { /* page titles used in the main content area - may be same as h1 */
	font-size:18px;
	color:#1a1aa4;
	font-style:italic;
	padding: 10px 0 20px 0;
}
.entrytitle { /* page titles used in the main content area - but for blogs when date under title */
	margin: 0;
}
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;
	padding: 0;
	width: 969px;
}
#header { /* header area */
	height:111px;
	width: 901px;
	margin: 0 auto;
	padding:0;
}

#header h1, #header h2 {
	display:none;
}
.content-wrap {
	height: 100%;	/* height attribute fixes a repeating background bug in ie6 - can change to exact value but DO NOT REMOVE */
	background:url(/wp-content/themes/reindeer/images/content-repeat.jpg) repeat-y bottom center;
}
#content { /* main content area*/
	background:url(/wp-content/themes/reindeer/images/content-bg.jpg) no-repeat;
	min-height: 608px;
	padding: 2px 66px 0 66px;
	width:837px;
	position: relative;
}
.post {
	width:800px;
}
.headline {
	text-align:center;
}
.logo {
	float:left;
	width: 481px;
	padding: 0 0 0 19px;
}
.contactinfo {  /* contact information area */
	float:left;
	width:141px;
	padding-top: 0;
}
.header-image {
	float:right;
	width: 257px;
}

.flash {
	/*padding: 10px 0 20px 0;*/
	text-align:center;
	border: 2px solid #08009a;
	width: 813px;
	height: 398px;
	margin: 15px auto 20px auto;
	position: relative;
}
.flash object {
	position: absolute;
	top: 0;
	left: 0;
	height: 398px;
	width: 813px;
}

.menu {
	height:30px;
	position:relative;
	width:880px;
	z-index:9999;
	letter-spacing:0;
	overflow:hidden;
	text-align:center;
	padding: 0 90px 0 40px;
}
.menu ul li a, .menu ul li a:visited {
	color:#FFFFFF;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding:7px 20px;
	text-align:center;
	text-decoration:none;
	/*background:transparent url(/wp-content/themes/reindeer/images/navbar-line.jpg) no-repeat;*/
}

/*
.menu ul li {
	background:transparent url(/wp-content/themes/reindeer/images/navbar-line.jpg) no-repeat;
}
*/

.menu ul li.homeLink a {
	background: none;
}
.menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display:inline-block;
	text-align:center;
}

.menu ul li {
 	float:left;
/*	position:relative;
	text-align: center;*/
	/*display:inline;*/
	background:transparent url(/wp-content/themes/reindeer/images/navbar-line.jpg) top left no-repeat;
}
.menu ul li:first-child {
	background: none;
}
.menu ul li ul {
	display:none;
}
.menu ul li:hover a {
	background:transparent url(/wp-content/themes/reindeer/images/navbar-hover.jpg) repeat-x scroll right top;
	color:#000099;
}
.menu ul li a:hover {
	background:transparent url(/wp-content/themes/reindeer/images/navbar-hover.jpg) repeat-x scroll right top;
	color:#000099;
}
/*.menu ul li:hover ul {
	background:#FFFFFF none repeat scroll 0 0;
	display:block;
	left:0;
	margin-top:8px;
	position:absolute;
	top:21px;
	width:175px;
	z-index:1000;
}
.menu ul li:hover ul li a.hide {
	background:#66AA33 none repeat scroll 0 0;
	color:#FFFFFF;
}
.menu ul li:hover ul li:hover a.hide {
	background:#66FFCC none repeat scroll 0 0;
	color:#000000;
}
.menu ul li:hover ul li ul {
	display:none;
}
.menu ul li:hover ul li a {
	background:#18463C none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:normal;
	margin:2px 0 0;
	padding:5px 5px 5px 16px;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	width:154px;
	z-index:1000;
}
.menu ul li:hover ul li a:hover {
background:#08392E none repeat scroll 0 0;
color:#FFFFFF;
text-decoration:none;
}
.menu ul li:hover ul li:hover ul {
display:none;
left:175px;
position:absolute;
top:-8px;
}
.menu ul li:hover ul li:hover ul.left {
left:-105px;
}*/


a { /* link properties */
	color:#000099;
}
a:visited { /* visited link properties */
}
a:hover { /* hover link properties */
	color:#fea25e;
}
a:active { /* active link properties */
}
.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;
	background:url(images/content-repeat.jpg) repeat-y bottom center;
	text-align:center;
	color:#3f3f3f;
	padding: 0 48px 0 78px;
}

#footer hr {
	text-align:center;
	width:825px;
/* 	margin-left:70px; */
	margin-bottom: 10px;
	border-top:#3f3f3f 1px solid;
	border-bottom: #fefeea 1px solid;
	border-right: #fefeea 1px solid;
	border-left: #fefeea 1px solid;
}
.weaver{ /* VoyageurWeb weaver link */
	float:right;
	padding: 0 0 5px 0;
	font-size:11px;
/* 	background:url(images/content-repeat.jpg) repeat-y bottom right; */
/* 	width: 969px; */
	text-align:right;
	font-style:italic;
	font-weight:bold;
	color:#000099;
}

h1 {
	font-size:15px;
	color:#1a1aa4;
	font-style:italic;
}
h2 {
	font-size:15px;
	color:#1a1aa4;
	font-style:italic;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

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

#content p {
	padding:0 0 10px 0;
}




/**********************************************/
/*     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%;
}
#content p.wp-caption-text {
	padding: 10px 0;
}
