/*
Theme Name: Rose
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: use-this-to-define-a-parent-theme--optional
Version: a-number--optional
.
General comments/License Statement if any.
.

[Table Of Contents]

0- Reset
1- Global
2- Links
3- Headings
4- Header
5- Navigation
6- Middle
7- Forms
8- Extras
9- Footer

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* @import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	margin-top: 10px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-color: black;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.background {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 1360px;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.flat li {
	margin-left: -15px;
}
.flat li ul, .flat li ol {
	margin-left: 15px;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.flat li li {margin-left:0;
}
P {
	FONT-SIZE: 11px; MARGIN: 10px 0px; TEXT-ALIGN: left
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #006201;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #008e01;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
color: #008e01;
}
.botnav a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}
.botnav a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bfbfbf;
	text-decoration: none;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0px;
}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#navwrap
{
	padding: 0;
	margin: 0 0 0 0;
	background: url(images/nav/navBarBg1.gif) repeat-x 22px;
	text-align: center;
	width: 100%;
}
#menubar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	background: url(images/nav/navBarBg1.gif) repeat-x 20px;
	font: 10px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	width: 100%;
}
#menubar a
{
	color: #000;
	text-decoration: none;
	display: block;
	/*	width: 70px; */
	border-right: 1px solid #4F543D;
	border-top: 1px solid #4F543D;
	border-bottom: 1px solid #4F543D;
	padding-left: 3px;
	padding-right: 3px;
}
#navlist {
	margin: 0;
	padding: 0;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background: url(images/nav/navBarBg1.gif) repeat-x 20px;
}
#navlist a, #navlist a:visited {
	padding-left: 3px;
	padding-right: 3px;
	border-right: 1px solid #4F543D;
	border-top: 1px solid #4F543D;
	border-bottom: 1px solid #4F543D;
	background: url(images/nav/navBarBg1.gif) repeat-x 20px;
	color: black;
	text-decoration: none;
}
#navlist a:hover {
	background: url(images/nav/navBarBgHover.gif) repeat-x 20px;
	color: black;
}
#menubar #navlist .uberlink {
	background: url(images/nav/navBarBgHover.gif) repeat-x 20px;
	color: black !important;
	cursor: default;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.wrapper {
background-color: #FFF;
background-image: url(images/back.jpg);
color: #000;
}
.boxstyle {
	background-color: transparent;
	/*	border: 1px solid Black; */
	font-size: 12px;
	width: 850px;
}
.boxstyle p {
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.boxstyle h1 {
	font-size: 14px;
	color: White;
	background-image: url(assets/bkg/header_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	border-right-style: none;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: bold;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	font-family : Verdana;
}
.boxstyle p {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding : 4px;
	margin-right : 2px;
	margin-left : 2px;
}
.MainTable {
	background-color: #D5CEBB;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 10px;
}
.box {
	padding: 5px
}
.box p li {
	font-family: "Trebuchet MS";
	font-size: 10px;
}
.box H2 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
	line-height: normal;
	margin-bottom: 0px; 
	padding-bottom: 0px;
}
.box H3 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Boxes
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(images/box/box.png) no-repeat bottom right;
}
.cssbox { 
	width: 409px !important; /* intended total box width - padding-right(next) */ 
	width: 403px; /* IE Win = width - padding */ 
	padding-right: 6px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 5px auto; /* use to position the box */ 
}
/* set the top-right image */ 
.cssbox_head { 
	background-position: top right; 
	margin-right: -6px; /* pull the right image over on top of border */ 
	padding-right: 16px; /* right-image-gap + right-inside padding */ 
} 
/* set the top-left image */ 
.cssbox_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 10px 0 6px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-family: "Trebuchet MS";
	font-size: 15px;
} 
/* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: 16px; /* interior-padding right */
	padding: 10px 0 6px 20px; /* mirror .cssbox_head right/left */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.boxsq {
	border-left: 1px solid #b7bdba;
	border-bottom: 1px solid #b7bdba;
	border-right: 1px solid #b7bdba;
	border-top: 1px solid #b7bdba;
	margin-top: 6px;
	padding: 10px 10px 10px 10px;
	padding-bottom: 10px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.BoldTitleText {
	color: #596642;
	font-weight: bold;
}
.BodyText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 12px;
}
#left-column {
	BORDER-RIGHT: 1px solid black;
	BORDER-BOTTOM: 1px solid black;
	PADDING-RIGHT: 0px;
//*	DISPLAY: block;*/
	PADDING-LEFT: 0px;
//*	FLOAT: left;*/
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 75px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: center;
}
#box {
	BORDER-bottom: 1px solid black;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	}
#box-top {
	BORDER-top: 1px solid black;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
}

DIV.body-block {
	BORDER-RIGHT: 1px solid #a09d85;
	PADDING-RIGHT: 10px;
	BORDER-TOP: 1px solid #b4b19a;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	MARGIN: 10px 8px 10px 10px;
	BORDER-LEFT: 1px solid #b4b19a;
	PADDING-TOP: 10px;
	BORDER-BOTTOM: 1px solid #a09d85;
	BACKGROUND-COLOR: #cdc6b4;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}
DIV.body-block P {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}
DIV.body-block-special {
	BORDER-RIGHT: #e6ac3b 1px solid; BORDER-TOP: #e6ac3b 1px solid; DISPLAY: block; MARGIN: 10px 8px 10px 10px; BORDER-LEFT: #e6ac3b 1px solid; COLOR: #111111; BORDER-BOTTOM: #e6ac3b 1px solid; HEIGHT: 84px; BACKGROUND-COLOR: #7b8b64
}
DIV.body-block-special H2 {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; COLOR: #e6ac3b; PADDING-TOP: 2px; TEXT-ALIGN: center
}
DIV.body-block-special P {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; TEXT-ALIGN: center
}
DIV.album DIV.body-block {
	BORDER-RIGHT: #dddddd 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #dddddd 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 10px 8px 10px 10px; BORDER-LEFT: #dddddd 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: #dddddd 1px solid; HEIGHT: 179px; BACKGROUND-COLOR: #eeeeee
}
DIV.album DIV.body-block P {
	MARGIN-LEFT: 300px
}
DIV.album DIV.body-block H3 {
	MARGIN-LEFT: 290px
}
DIV.body-block IMG {
	BORDER-RIGHT: 1px solid #333333;
	BORDER-TOP: 1px solid black;
	DISPLAY: block;
	FLOAT: left;
	MARGIN: 10px 10px 10px 0px;
	BORDER-LEFT: 1px solid #333333;
	BORDER-BOTTOM: 1px solid #333333;
}
DIV.body-block-start {
	BORDER-RIGHT: #bbcba4 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #bbcba4 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: 10px 8px 10px 10px; BORDER-LEFT: #bbcba4 1px solid; PADDING-TOP: 10px; BORDER-BOTTOM: #bbcba4 1px solid; BACKGROUND-COLOR: #eeeeee
}
DIV.body-block-left {
	BORDER-RIGHT: #dddddd 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #dddddd 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #dddddd 1px solid; WIDTH: 148px; PADDING-TOP: 0px; BORDER-BOTTOM: #dddddd 1px solid; BACKGROUND-COLOR: #eeeeee
}
.alltext P {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	background-color: #D5CEBB;
	border-top: 1px solid #585858;
}