* { margin: 0; padding: 0;} /* for sticky footer */
html, body { height: 100%; }  /*needed for sticky footer but breaks menus*/

img {border: 0;}

.clear { clear: both; }

/*
Layout
*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px ; /* the bottom margin is the negative value of the footer's height plus footer top border width*/

	max-width: 1000px;
	min-width: 850px;
}
#title
{
	position: relative;
	height: 104px;
	width: 100%;
	margin: 0px;
padding: 5px 0 0 0px;
text-align: left;
	background-color: #fff;
}


#footer {
	height: 30px; /* .push must be the same height as .footer wrapper bottom margin must also match*/
}
.push {
clear: both;
height: 40px;/* the .push height is the footer's height plus footer top border width plus any extra space required at the bottom of the content*/
}

#footer
{
	max-width: 1000px;
	min-width: 850px;
	text-align: center;
	background-color: transparent;
margin: 0 auto;
}

#footer p {
	border-top: 4px solid #DCB;
width: 460px;
margin: 0 auto;

}

/* Sticky Footer by Ryan Fait
http://ryanfait.com/ */

#wrapper
{
	background-color: #fff;
}


#container #secondary {
	float: left;
	margin: 20px 0 15px;
	width: 22%;
}

 
#container #content {
	float: right;
	width: 70%;
padding: 0 15px 0 15px;
margin: 0 25px 0px 0;
	background-color: #fff;

}

 
/* main and meta are available to create a right column within the content div */
#content .main, #BlogContent {
	float: left;
	width: 66%;
}

#content .meta, #Sidebar
{
	float: right;
	width: 28%;
	background-color: #FFF;
	background-image: url(/mysite/images/rightmenu.jpg);
	background-repeat: repeat-y;
padding: 8px 8px 8px 20px;
margin-top: 30px;
}

#col1 {
	float: left;
	width: 48%;
}
#col2
{
	float: right;
	width: 48%;
}

#title h1
{
	position: absolute;
	top: 32px;
	left: 50px;
	margin: 0;
	font-family: "Gill Sans",Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	color: #930675;
}

#title p
{
	color: #330693;
	padding-left: 20px;
width: 400px;
margin: 0;
font-style: italic;
}



.searchdiv {
position: absolute;
top: 20px;
right: 20px;
width: 220px;;
text-align: right;
}

div.searchdiv div.middleColumn{
margin: 0;
}

div.searchdiv div.middleColumn input.text{
	width: 150px;
}

div.searchdiv div.field {
float: left;
}

div.searchdiv legend {
display: none;
}

div.searchdiv .action {
float: right;
width: 50px;
margin-top: 0px;
}

.searchdiv label {color: #fff;}

/* Top menu */
#menu
{
	width: 100%;
	background-color: #826CAF;
	height: 20px;
}
#menu ul {
padding: 0 10px;
}

#menu li {
float: left;
display: block;
}
#menu li a
{
	display: block;
	padding: 2px 15px;
	text-decoration: none;
	border-right: 0;
	border-left: 0;
	margin-top: -2px;
	background-color: #826CAF;
	color: #fff;
font-weight: bold;
border-top: 2px solid #fff;
}

#menu li a:hover, #menu li a:focus
{
	background-color: #27016E;
	color: #fff;
	text-decoration: underline;
}

#menu li a.section, #menu li a.current {
background-color: #27016E;
border-top: 2px solid #27016E;
border-bottom: 2px solid #27016E;
}


#content .groupnav
{
	border-left: 3px #C12C2C solid;
	background-color: #d32d18;
	float: right;
	padding: 5px;
	width: 190px;
	background-image: url(/mysite/images/bricksbkgd.jpg);
	background-repeat: repeat;
	background-position: top left;
margin-left: 5px;
}

#content .groupnav ul
{
	text-align: left;
	margin: 6px 0;
	padding: 0px 0 6px 0;
	background-color: transparent;
}
#content .groupnav ul li {
	list-style-type: none;
	margin: 0;
	padding: 1px 8px;
font-size: 1.2em;
}

#content .groupnav h3 {color: #000;}

.articlepic {
float: right;
text-align: right;
margin-left: 5px;
}

.floatblock {
float:left;
width:42%;
margin: 0 30px 0 0;
overflow: hidden; 
background: transparent;
}

.shadow {
	-moz-box-shadow: -5px 5px 10px #630716;
	-webkit-box-shadow: -5px 5px 10px #630716;
	box-shadow: -5px 5px 10px #630716;
}

h1, h2, h3, h4 {
color: #930675;
color: #d5095a;
}


.typography h2 a, .typography h3 a,.typography h4 a, .typography h2 a:visited, .typography h3 a:visited,.typography h4 a:visited
{
color: #d5095a;
}

.typography h2 a, .typography h3 a,.typography h4 a
{
color: #d5095a;
text-decoration: none;
}
.typography h2 a:hover, .typography h3 a:hover,.typography h4 a:hover,.typography h2 a:focus, .typography h3 a:focus,.typography h4 a:focus, .typography h2 a:active, .typography h3 a:active,.typography h4 a:active
{
color: #d5095a;
text-decoration: underline;
}

.storylist, .reflist, .petlist {
	text-align: left;
	margin: 10px 0;
	padding:0 10px;
	background-color: transparent;
display: block;
float: left;
width: 28%;
}

ul.storylist li, ul.reflist li {
	margin: 0;
	padding: .5em 0px;
	list-style: none;
}
ul.petlist li {
	list-style: none;
}


.storylist a, .reflist a
{
color: #000;
padding: 3px;
font-weight: bold;
}

 .storylist a:visited, .reflist a:visited { color: #666;} 
.storylist a:hover, #secondary a:focus, .reflist a:hover, #reflist a:focus
{
	background-color: #BFB9FF;
	color: #000;
}
