/* Theme Independent Stylesheet (my.css) */

body {
	background: #ddd7f0 url(images/bg.gif) repeat-x;
	color: #202020;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	}

/* #wrap {
	background: #fff;
	width: 852px;
	margin: 15px auto 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #fe880d;
	} */


#footer {
	background: #ddd7f0;
	}

a, a:visited {
	color: #2255AA;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: underline;
	text-decoration: none;
	}

/* MAIN NAVIGATION */

#menu {
	background: #9a80ba;
}

#menu li a:hover {
	background: #441b77;
	color: #ffffff;
}

#nav a:hover {
	background: #441b77;
	color: #ffffff;
	}

/* SUB-NAVIGATION */

#menu li li a {
	background: #9a80ba;
	color: #FFF;
}

#menu li li a:hover {
	background: #441b77;
	color: #ffffff;
}

/* TYPOGRAPHY*/

#header h1 {
	font-family: Arial, Verdana, sans-serif;
        color: #502889;
	}

#header h1 a, #header h1 a:visited  {
	font-family: Arial, Verdana, sans-serif;
        color: #502889;
	}

#hometop {
	height: 290px;
	}

#hometop h1 {
	font-family: Arial, Verdana, sans-serif;
        color: #502889;
	}

#hometop h1 a, #header h1 a:visited  {
	font-family: Arial, Verdana, sans-serif;
        color: #502889;
	}

#content h1 {
	font-family: Arial, Verdana, sans-serif;
        color: #502889;
        padding-bottom: 10px;
	}

#r_sidebar {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 15px;
	}

#bottom h2 {
	color: #502889;
	font-size: 18px;
	font-family: Arial, Verdana, sans-serif;
	}
	
#bottom h2 a, #bottom h2 a:visited  {
	color: #502889;
	}

/* BOTTOM */

#bottom {
	border-top: 5px solid #fe880d;
	background: #f8f8f8;
	padding: 0px 0px 20px 0px;
	}

.bottommiddle {
	border-right: 1px dotted #fe880d;
	border-left: 1px dotted #fe880d;
	}

/* CAPTIONS, GALLERY */

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.wpGallery {
	border: 1px dotted #cc0000;
	background: #ffffcc url("plugins/wpgallery/img/gallery.png") no-repeat scroll center center;
	width: 99%;
	height: 250px;
}


