/*
Theme Name: Media Booty
Version: 1.0
*/

body {
	font-size: 14px;
	font-family: 'Roboto', Arial;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
a:link, a:visited {
	text-decoration: none;
	color: #6ac045;
}
a:hover {
	text-decoration: underline;
}
h1, h1 a:link, h1 a:visited, h1 a:hover {
	font-size: 230%;
	margin: 0px;
	padding: 0px;
	color: #6ac045;
	font-weight: normal;
	text-align: center;
    text-decoration: none;
	font-family: 'Boogaloo', Helvetica;
}
h2 {
	margin: 0px 0px 25px 0px;
	font-size: xx-large;
	text-align: left;
}
h3 {
	margin: 30px 0px 25px 0px;
	font-size: large;
	text-align: left;
	text-transform: uppercase;
}
h4{
	margin: 30px 0px 25px 30px;
	font-size: large;
	clear: both;
	text-align: left;
	text-transform: uppercase;
}
#container_bg {
	width: 100%;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	min-height: 750px;
}
#container {
	width: 1075px;
	margin: 0 auto;
}
#header_container {
	width: 100%;
	float: left;
	background: url(/images/header_bg.png);
	padding: 25px 0px 25px 0px;
}
#header {
	width: 1022px;
	margin: 0 auto;
}
.logo, a.logo:link, a.logo:visited {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border: 2px solid #6ac045;
	padding: 3px 6px 3px 6px;
	position: relative;
	border-radius: 5px;
	top: 3px;
	background: #6ac045;
}
a.logo:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid #6ac045;
}
#dropdown {
	z-index: 300;
	float: right;
	margin-left: -100px;
	margin-top: -8px;
	position: relative;
	top: 4px;
	right: 23px;
}
#dropdown ul {
	list-style: none;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}
#dropdown ul a {
	display: block;
	padding: 7px 11px 7px 11px;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
#dropdown ul a:hover {
    color: #fff;
	text-decoration: none;
	background: #393939;
}
#dropdown ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#dropdown ul li.current {
}
#dropdown ul li:hover {
	background: #393939;
}
#dropdown ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 200;
	background: #393939;
	padding-bottom: 13px;
}
#dropdown ul ul li {
	float: none;
	width: 150px;
}
#dropdown ul ul a {
	line-height: 120%;
	padding: 12px 0px 0px 12px;
}
#dropdown ul ul ul {
	top: 0;
	left: 100%;
}
#dropdown ul li:hover > ul {
	display: block;
}
#content {
	width: 100%;
	padding-bottom: 40px;
	text-align: left;
	float: left;
	min-height: 700px;
}
#contentpage {
	min-height: 700px;
	margin-top: 35px;
	margin-left: 27px;
	width: 750px;
	text-align: left;
	float: left;
	padding-bottom: 20px;
}
#postthumbmovie {
	float: left;
	margin-right: 34px;
	width: 175px;
	position: relative;
}
.postlinkmovie {
	margin-bottom: 25px;
	text-align: center;
	width: 185px;
	min-height: 42px;
	float: left;
	clear: right;
	margin-top: 0px;
	font-size: 13px;
}
#singlelink {
	background: #444;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px;
	margin-right: 10px;
}
#footer {
	width: 100%;
	text-align: center;
	clear: both;
	color: #888;
	padding: 1px 0px 1px 0px;
	background: url(/images/footer_bg.png);
}
#footer a:visited, #footer a:link {
	text-decoration: none;
	font-weight: normal;
	color: #6ac045;
}
#footer a:hover {
	text-decoration: underline;
}
#searchform_container {
	float: right;
	margin-right: 30px;
	margin-top: -4px;
}
#searchform {
	width: 150px;
}
input#s {
    width: 100%;
    border: 0;
    border-radius: 15px;
    background: #1d1d1d;
	padding: 10px 15px 10px 15px;
    height: 12px;
    color: #999;
	border: 1px solid #555;
}
input#s:focus {
    outline: none;
	background: #1d1d1d;
}
input#searchsubmit {
    width: 19px;
    height: 19px;
    background: url(/images/search-icon.png) no-repeat;
    border: 0;
	display: block;
	position: relative;
	margin: -25px 0px 0px 148px;
	z-index: 500;
    cursor: pointer;
}
#navi {
    margin-left: 15px;
}
a.more:link, a.more:visited {
	font-size: 20px;
	padding: 10px 14px 10px 14px;
	background: #4b8f2d;
	color: #fff;
	font-weight: bold;
	border-radius: 7px;
}
a.more:hover {
	text-decoration: underline;
}
.wp-pagenavi {
	clear: both;
	padding: 30px 0px 9px 0px;
	width: 100%;
	font-size: 20px;
	color: #6ac045;
	font-weight: bold;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
	text-decoration: none;
	padding: 10px 14px 10px 14px;
	margin-right: 10px;
	background: #222;
	border-radius: 7px;
}
.wp-pagenavi a:hover {
	text-decoration: none;
	background: #333;
}
.wp-pagenavi span {
	text-decoration: none;
	padding: 10px 14px 10px 14px;
	margin-right: 10px;
	background: #4b8f2d;
	color: #fff;
	border-radius: 7px;
}
.wp-pagenavi span.current {
	background: #4b8f2d;
}