/*
Site by April Rodmyre
http://www.rodmyre.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../images/img1.jpg) no-repeat center top;
	font: normal 13.7px "Myriad Pro", Myriad, Tahoma, Verdana, Arial;
	color: #410260;
}

h1, h2, h3 {
	color: #B71488;
}

h2 {

}

h3 {

}

p, blockquote, ul, ol {
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 0em;
}

ul li {
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 li {
	padding: 8px 0;
}

.list1 .first li {
	background: none;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #B61986;
	border-bottom: 1px dotted #B61986;
	padding: 2px 2px 2px 2px;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B61986;
	padding: 2px 2px 2px 2px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	padding: 30px 0px 0px 17px;
	background: url(../images/img5.gif) repeat-x left bottom;
}

.boxed .title h2 {
	background: url(../images/img2.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 125%;
}

.boxed .content {
	padding: 15px 0px 33px 18px;
}

/* Post */

.post {
}

.post .title {
	padding: 18px 0;
	background: url(../images/img5.gif) repeat-x left bottom;
}

.post .title h2 {
	background: url(../images/img2.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 150%;
}

.post .date {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: url(../images/img5.gif) repeat-y right top;
	text-align: center;
	font-size: 9px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	width: 300px;
	height: 12px;
	padding: 0px 0 0 20px;
	font-size: 9px;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 12px;
	background: url(../images/img5.gif) repeat-x;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 12px;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 700px;
	height: 220px;
	margin: 0 auto;
}

#logo h1 {
	margin: 0;
	padding: 60px 0 0 325px;
	text-transform: uppercase;
	letter-spacing: -5px;
	font-size: 72px;
	font-weight: normal;
}

#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 325px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	background: url(../images/img9.jpg) no-repeat center bottom;
}

#extra {
}

/* Content */

#content {
	float: right;
	width: 490px;
	padding: 0 33px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	margin: 42px 0 0 0;
	padding: 10px 0x 0 5px;
	
}


/* Content > Sidebar > Menu */

#menu {
	width: 850px;
	height: 95px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding-left: 110px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 17px 17px 0 33px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	font-size: 19px;
	color: #660099;
}

#menu a:hover {
	background: #C58BE4 url(../images/img2.gif) no-repeat 18px 50%;
	color: #FFFFFF;
}

#menu .first a {
	border: none;
}

#menu .active a {
	background: #B71488 url(../images/img2.gif) no-repeat 18px 50%;
	color: #FFFFFF;
}




/* Footer */

#footer {
	clear: both;
	width: 850px;
	margin: 0 auto;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}


/*Form*/


form {  /* set width in form, not fieldset */
  margin: 0px 0px 0px 20px;
  padding: 0;
  min-width: 325px;
  max-width: 425px;
  width: 415px; 
}

form fieldset {  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #B778D1;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}


form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 75%;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -65px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 145px;
	height: 109px;
}

.hoverbox li
{
	background: #FFDEFF;
	border: none;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #663399;
	width: 300px;
	height: 225px;
}