/*
Theme Name: Royalty Theme
Theme URI: http://luckythemes.com/royalty-theme/
Description: Bright Grunge Wordpress Theme by <a href="http://luckythemes.com/">luckythemes.com</a>.
Version: 1.5
Author: http://luckythemes.com/
Author URI: http://luckythemes.com/
Tags: widget ready, valid html, valid css, two columns, fixed width, left sidebar, grunge, glamour, dark, black
*/

body{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0;
	padding: 0;
	background: #6A6A6A url(images/bg.gif);
	text-align: center;
}
img{border: 0;}
.clear{clear: both;}

#header{
	margin: 0 auto;
	width: 900px;
	height: 184px;
	background: #D04996 url(images/header_bg.jpg) no-repeat;
	text-align: left;
}

#header h1{
	padding: 65px 0 0 25px;
	font-weight: normal;
	font-size: 36px;
	margin: 0;
}
#header h4{
	padding: 0 0 0 25px;
	font-weight: normal;
	font-size: 12px;
	color: black;
	margin: 0;
}
#header a:link, #header a:visited, #header a:active, #header a:hover{
	color: white;
	text-decoration: none;
}
#header a:hover{ color: black;}

#menu{
	margin: 0 auto;
	padding: 5px 0 4px 0;
	width: 900px;
	background: #494949 url(images/menu_bg.gif) repeat-x;
	border-bottom: 1px solid black;
}
#menu ul{
	padding: 0;
	margin: 0;
	float: left;
	width: 250px;
	height: 18px;
	/*border: 1px solid red;*/
	overflow: hidden;
}
#menu ul li{
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 4px 12px;
	margin: 0 0 0 20px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: url(images/mi_bullet.jpg) no-repeat left center;
	float: left;
}

#menu a:link, #menu a:visited, #menu a:active, #menu a:hover{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#menu a:hover{text-decoration: underline;}

.search{
	float: right;
	width: 310px;
/*	border: 1px solid blue;*/
}
.search_form{
	margin: 0;
	padding: 0 0 0 40px;
}
.search_form input{
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;
}

#content{
	margin: 0 auto;
	width: 900px;
	background: black url(images/cont_bg.gif) repeat-y;
	text-align: left;
}
.left{
	float: left;
	width: 234px;
}
.left .lpadding{
	margin: 0;
}
.left .title{background: url(images/cat_bg.jpg) no-repeat; padding: 3px 5px 3px 20px;}
.left h1{
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}
.left ul li{
	list-style: none;
	padding: 2px 5px 2px 15px;
	margin: 0;
	background: url(images/lul_bullet.gif) no-repeat 3px 7px;
	font-size: 14px;
}
.left ul{
	padding: 0;
	margin: 10px;
}

.left a:link, .left a:visited, .left a:active, .left a:hover{
	color: #FF01AF;
	text-decoration: none;
}
.left a:hover{ text-decoration: underline;}

.right{
	float: right;
	width: 656px;
}
.right .rpadding{
	margin: 2px;
}
.right .title{
	background: #121212;
	padding: 5px;
}
.right h1{
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
.right h1 a:link, .right h1 a:visited, .right h1 a:active, .right h1 a:hover{
	color: white;
	text-decoration: none;
}
.right h1 a:hover{ text-decoration: underline;}

.right h4{
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	color: white;
	margin: 0;
}
.right .post{background: #1E1E1E; padding: 5px 10px; margin: 1px 0;}
.right .title h1{ width: 520px; float: left;}
.right .title h4{ width: 80px; float: right; text-align: right; padding-top: 5px;}
.right p{margin: 5px;}

.right a:link, .right a:visited, .right a:active, .right a:hover{
	color: #FF01AF;
	text-decoration: underline;
}
.right a:hover{text-decoration: none;}

.tags, .permalink{
	text-align: left;
	margin: 0 0 1px 0;
	padding: 3px 5px;
	color: #E8D3DF;
	font-size: 12px;
	background: #404040;
}
.tags a:link, .tags a:visited, .tags a:active, .tags a:hover{
	color: #E8D3DF;
	text-decoration: underline;
}
.tags a:hover{text-decoration: none;}
.permalink{
	margin: 0 0 5px 0;
	color: #E8D3DF;
	text-align: right;
	background: #242424;
	margin-bottom: 20px;
}
.permalink a:link, .permalink a:visited, .permalink a:active, .permalink a:hover{
	color: #E8D3DF;
	text-decoration: underline;
}
.permalink a:hover{text-decoration: none;}
.pre_footer{ background: url(images/prefooter_bg.gif) repeat-x; height: 9px; width: 900px; margin: 0 auto;}
#footer{
	font-family: Tahoma, Arial, Helvetica, Georgia, Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #FEFAFC;
	margin: 0 auto;
	width: 900px;
	font-size: 11px;
	background: #D04996 url(images/footer_bg.jpg) no-repeat;
	height: 84px;
}

#footer p{
	padding: 20px 0 0 235px ;
	margin: 0;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	font-weight: bold;
	color: #FEFAFC;
	text-decoration: underline;
}
#footer a:hover{text-decoration: none;}

#footer a.sec:link, #footer a.sec:visited, #footer a.sec:active, #footer a.sec:hover{
	color: #1E1E1E;
	font-weight: bold;
	text-decoration: underline;
}
#footer a.sec:hover{text-decoration: none;}

h2 {
	font-weight: normal;
	font-size: 18px;
}

h3 {
	font-weight: normal;
	font-size: 16px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 99%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0 auto 10px auto;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: white;
	font-size: 14px;
	text-align: center;
}

#wp-calendar td {
	color: white;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: black;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.left ul li ul li{border: 0;}
.left ul li ul li ul li{border: 0;}

.right ul li{ margin: 0 10px;}
.right ol li{ margin: 0 10px;}
