/* style.css -- stylesheet for noelleoxenhandler.com  */
/* General styles for pages */
html,body {
	background-color: #c0c0c0;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align:center;
	background-image : url(../img/buffstone.jpg);
}

/* Masthead Style */
div.header {
	width: 700px;
	height: 165px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/spiral2.jpg);
	/* image by Dan Shirley - http://www.sxc.hu/gallery/fishmonk */
	margin-bottom: 10px;
}
div.header h1 {
	font-size:24px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:right;
	padding-right:5px;
}

/* Navigation Styles */

a {
	color : Black;
}
a img {
	border-style: none;
}
div.nav {
	padding-top:115px;
	padding-left:5px;
	text-align:left;
}

.nav a, .nav a:hover, .nav a:visited {
	color:#FFF0E6;
	text-decoration:none;
	margin-right:10px;
	border-top:3px solid #333333;
}

.nav a:hover {
	border-top:3px solid #FFFFFF;
}
#selected {
	color: LightBlue;
}

div.footer {
	text-align:center;
	width:480px;
	height:23px;
	margin-left:100px;
	margin-right:auto;
	background : url(../img/footerbuff.png);
	clear: both;
}

/* Header Styles */
h1 {
	font-size: 1.8em;
	margin: 0%;
}
h2 {
	margin: 0%;
    font-size: 1.4em;
	font-style: italic;
	color: Maroon;
}

/* Layout Styles */

/* Body formatting for rounded corners */
div.main {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffcc55;
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
	padding: 10px 10px 10px 10px;
}

div.upperleft {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffcc55;
	background-image: url(../img/ul-buff.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
}

div.upperright {
	background-image: url(../img/ur-buff.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div.lowerleft {
	background-image: url(../img/ll-buff.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.lowerright {
	background-image: url(../img/lr-buff.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px 10px 10px 10px;
}

div.news {
	width: 700px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/news2.png);
	padding-top: 10px;
	margin-bottom: 5px;
	color:Maroon;
	font : bold 1.5em "Times New Roman", Times, serif;
	background-repeat : no-repeat;
}
 /* Column setup for News page - Content */
  #content {
    margin-right:34%;
    margin-bottom:10px;
    padding:10px;
  }
  
  /* Column setup for News page - Sidebar */
  #sidebar {
    float:right;
    width:27%;
    margin-bottom:10px;
    padding:40px 10px 10px 20px;
	border-left: #777 thin solid;
  } 
/* Other Formatting */
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
/* Formatting for News Page Thumbnails */
.image_float {
	float:left;
	margin:15px 40px 15px 15px;
}

.image_thumb {
	float:left;
	margin:0 40px 5px 25px;
}

.floatleft {
	float : left;
	padding-left : 10em;
}
.floatright {
	float : right;
	margin: 0.2em;
	clear: right;
}

/* Clearing Styles */
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}

.column .first {
	width:150px;
	float: left;
	overflow: auto;
}

.column.last {
    width:500px;
	float: right;
	padding: 35px 0 0 25px;
	overflow: auto;
}

/* Text Formatting */

acronym {
	cursor: help;
}

pre {
	margin: 0%;
}
.attrib {
	font-size : .8em;
	font-variant : small-caps;
	text-align : center;
}
.hilite {
	color:Maroon;
	text-align : center;
	font : bold 1.5em "Times New Roman", Times, serif;
}
.notice {
	color:Maroon;
	font : bold 1.5em "Times New Roman", Times, serif;
}
.ahilite {
	color:Maroon;
	text-align : center;
	font : bold 1em "Times New Roman", Times, serif;
}