/*
Theme Name: dianamiller2
Theme URI: http://dianamiller.com/
Description: Custom Theme for Diana Miller
Author:  Bemis Promotions
Author URI: http://bemispromotions.com/
Version: 1.0
*/
@import url("links.css");
@font-face {
	font-family: gothic;
	src: url('font/Gothic.TTF');
}
body {
	background-color: #000000;
	margin:0;
	padding:0;
	font-family: gothic, 'Century Gothic', Tahoma, Verdana, Geneva, San Serif;
	color: #FFFFFF;
	font-size: 13px;
}
a {
	text-decoration: none;
	font-weight:normal;
	color: #075fc1;
}
a:hover {
	color: #ecd889;
}
h1 {
	color: #ecd889;
	font-weight: normal;
}
h1 a {
	color: #ecd889;
}
h1 a:hover {
	color: #075fc1;
}
h2 {
	font-weight: normal;
	color: #075fc1;
}
h2 a {
	color: #075fc1;
}
h2 a:hover {
	color: #ecd889;
}
h3 {
	font-weight: normal;
	color: #FFFFFF;
}
h3 a {
	color: #FFFFFF;
}
h3 a:hover {
	color: #075fc1;
}
p {
	line-height: 150%;
}
.leftside {
	background-image: url('images/leftside.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.rightside {
	background-image: url('images/rightside.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	height: 200px;
	width: 900px;
}
.menu {
	background-image: url('images/menu.png');
	background-repeat: no-repeat;
	height: 40px;	
}
ul.dropdown {
	margin: 0; padding: 0;
	width: 100%;
	list-style: none;
	z-index: 9000;
	font-size: 15px;
}
ul.dropdown li {
	float: left;
	margin: 0; 
	padding-left: 80px;
	position: relative;
}
ul.dropdown li a {
	color: #FFFFFF;
}
ul.dropdown li a:hover {
	color: #ecd889;
}
ul.dropdown ul { 
	width: 220px; 
	visibility: hidden; 
	position: absolute; 
	top: 120%; 
	left: 30; 
	padding: 0;
	background: #000000; 
	border:1px #ecd889 solid;
	color: #FFFFFF;
	z-index: 9000;
	
}
ul.dropdown ul li { 
	font-weight: normal;
	width:100%;
	float: left; 
	clear:both;
	list-style:none;
	padding-left: 5px;
}
ul.dropdown ul li a { 
	border-right: none; 
	width: 90%; 
	display: inline-block; 
	color: #075fc1;
	text-indent: 0;
	height: 22px;
	padding: 8px 5px 5px 5px;
	border-bottom: 1px solid #075fc1;
	font-weight: normal;
	text-decoration: none;
} 
ul.dropdown ul li:last-child a { 
	border-bottom: none; 
} 
ul.dropdown ul li a:hover { 
	color: #ecd889;
	text-indent: 0;
} 
.content {
	background-image: url('images/contenttop.png');
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0 10px 0 10px;
	margin: 0;
}
.footer {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
}
.copyright {
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.alignleft {
	float: left;
	padding: 10px;
	margin: 10px;
	border:0;	
}
.alignright {
	float: right;
	padding: 10px;
	margin: 10px;
	border:0;	
}
div.wp-caption {
	padding: 10px;
	background-color: #cccccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #111111 1px solid;
	text-align: center;
}
.aligncenter {
	display: block;
    margin: 5px auto 5px auto;	
}
.sidebar {
	background-image: url('images/sidebar_bkgrnd.png');
	background-repeat: no-repeat;
	padding: 30px 0 0 25px;
	width: 250px;
}
ul.publist {
	margin: 0; 
	padding: 0;
	width: 100%;
	list-style: none;
}
ul.publist li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
	padding-left: 10px;
}
ul.publist li a {
	float: left; 
	text-indent: -9999px;
	height: 25px;
	background-repeat: no-repeat;
}
ul.blocked {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.blocked li {
	margin: 3px;
	padding: 10px;
	border-bottom: #ecd889 1px dashed;
	color: #FFFFFF;
}
.mc_input {
	display: block;
	margin-bottom: 15px;
}
hr {
  border: 0;
  width: 80%;
  color: #ecd889;
background-color: #ecd889;
height: 2px;
}