/*
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;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background:url(../img/body-bg.jpg) top center no-repeat #6caac9;
	color: #333;
}
.right {
	float: right;
}
.left {
	float: left;
}
img.left {
	margin:0 15px 10px 0;
}
#wrapper {
	margin:auto;
	width:843px;
	position:relative;
}
#left-column {
	float:left;
	width:231px;
	background:url(../img/leftcolumn-bg.png) repeat-y;
	border-bottom:solid 4px #729bb7;
	margin-top:15px;
}
* html #left-column {
	background:url(../img/leftcolumn-bg.gif) repeat-y;
}
.clear {
	clear:both;
	height:10px;
	margin:0 0 10px 0;
	border-bottom:dotted 1px #ccc	;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #004d80;
	border-bottom:dotted 1px #004d80;
	text-decoration: none;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	color:#004d80;
	font-size:18px;
	margin:0;
	padding:0;
}
h2 {
	color:#000;
	font-size:15px;
	font-style: italic;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
}
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
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#page-info {
	height:59px;
	width:611px;
	background:url(../img/page-info.gif) no-repeat;
	position:absolute;
	left:-6px;
	top:173px;
}
#next {
	float:right;
	width:68px;
	height:24px;
	margin-top:7px;
}
#prev {
	float:left;
	width:68px;
	margin-top:7px;
	height:24px;
}
#page-number {
	clear:both;
	margin-left:60px;
	color:#FFF;
	padding-top:3px;
	font-family:"Rockwell", Georgia;
	font-weight:bold;
	line-height:16px;
}
* html #page-number,
*:first-child+html #page-number{
	padding-top:1px;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#left-column {
	color:#3a6ba6;
	font-family:Georgia, Garamond, Times;
	font-size:12px;
	font-weight:bold;
}
.padding {
	padding:12px;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#main {
	float:right;
	width:600px;
	font-family:Georgia, Garamond, Times;
	background:url(../img/page-btm.gif) no-repeat center bottom #fff;
	position:relative;
}
#main .padding {
	padding:65px 12px 12px;
}
p {
	margin:5px 0 20px 0;
	line-height:1.6em;
}
ul {
	margin:5px 0 20px 15px;
	list-style: disc	;
}
li {
	margin-bottom:5px;
	line-height:1.6em;
}
small {
	font-size:10px;
	color:#666;
	font-family: verdana, sans-serif;
	line-height:1.4em;
}
p.top {
	text-align: right;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.headshot {
	padding:1px;
	border:solid 4px #6caac9;
	float:left;
	margin-right:10px;
}
.column {
	float:right;
	width:280px;
	font-size:11px;
	border-left:dotted 1px #ccc;
	margin-left:10px;
}
.column .padding {
	padding:0 0 0 10px;
}
.column p {
	margin:5px 0 10px 0;
}
.column h2 {
	margin-bottom:0;
}
table.numbers td {
	padding:3px;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#bottom {
	font-size:7pt;
	background-color:#fcba63;
	height:65px;
	border:solid 4px #fff;
	font-family:Verdana;
}
#bottom p {
	margin:0;
	line-height:13px;
}
#bottom a {
	color:#333;
	text-decoration: underline;
	border:none	;
}
#footer {
	clear:both;
	float:right;
	width:600px;
	font-size:7pt;
	margin:15px 0 50px 0;
	
}
#footer p {
	text-align: center;
}