/*  
Theme Name: Elegant Dark
Theme URI: http://www.myrelaxplace.com/
Description: Elegant Dark WordPress theme by My Relax Place
Version: 1.0
Author: My Relax Place
Author URI: http://www.myrelaxplace.com/

	The Elegant Dark is a black color theme by My Relax Place.
	
	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font: 70%/150%   Tahoma, Arial;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 30px;
	background-color: #000000;
	background-image: url('images/bg.gif');
	background-position: top center;
}
a, a:visited {
	color: #5BDEFF;
	text-decoration: none;
}
a:hover {
	color: #5BDEFF;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 10px;
	height: 50px;
	font: 35px/100% Tahoma, Arial;
	color: #FFFFFF;
}
h1 a, h1 a:visited{
	color: #5BDEFF;
	text-decoration: none;
}
h1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	color: #AAAAAA;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 170%/100%  Verdana, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #AAAAAA;
	text-decoration: none;
}
h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h3 {
	font: normal 140%/100% Verdana, Arial;
	color: #AAAAAA;
}
h4 {
	font: normal 130%/100% Verdana, Arial;
	color: #AAAAAA;
	/*margin: 10px 0px 5px;*/
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 850px;
	background: #000000;
}

/* header area */
#header {
	background: #000000;
	height: 70px;
	position: relative;
	padding-left: 20px;
}
#headerimg {
    background: #000000;
	position: relative;
	height: 60px;
	top: 10px;
}

/* content area */
#content {
	padding: 10px 0px 10px 30px;
	float: left;
	width: 550px;
}
#content ul {
	margin: 0 0 0 15px;
	padding: 0;
}
.post {
	clear:both;
	padding-top: 15px;
	text-align:left;
}
.entry {
	float: right;
	width: 548px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
	margin-bottom: 30px;
}
.post-cat {
	background: url(images/postcat.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 98%;
	color: #0000CC;
}
.post-comments {
	background: url(images/comments.png) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
/*	background: url(images/mini-calendar.gif) no-repeat left center;*/
	padding-left: 20px;
	float: left;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
	font: 100%/160% Verdana, Arial, Helvetica;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #0000CC;
}

/* navigation area */
#menu {
	height:45px;
	float: right;
	padding: 5px 10px;
	width:60%;
}

#menu h2{
	display: none;
}

#menu ul { 
	list-style: none;
	margin: 5px;
	padding: 0px;
	width: 100%;
	height: 40px;
}

#menu li {
	float: left;
	padding: 10px 5px 10px 5px;
	background: url(images/btnSide.gif) no-repeat top right;
	font: bold 90%/120% Tahoma, Arial;
	text-transform: uppercase;
}

#menu li a {
	color: #AAAAAA;
	padding: 010px 10px 5px;
	font: bold 100%/120% Tahoma, Arial;
}

#menu li a:hover {
	text-decoration: underline; 
}

.previous-entries a, .previous-entries a:hover, .previous-entries a:visited {
	padding-left: 18px;
	color:#00CCFF;
}
.next-entries a, .next-entries a:hover, .next-entries a:visited {
	padding-right: 18px;
	color:#00CCFF;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #333333;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #AAAAAA;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#CCEBFF;
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin-top: 1px;
}
#commentform textarea{
	width: 485px;
	height: 115px;
	background:#CCEBFF;
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/search-btn.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 20px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 240px;
	color: #00CCFF;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: bold 130%/140% Arial;
	color: #FFFFFF;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #333333;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #00CCFF;
	text-decoration: none;
}
#sidebar a:hover{
	color: #00CCFF;
	text-decoration: underline;
}
/*sidebar list level1 */
#sidebar ul {
	font: normal 105%/140% Tahoma;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 0px 0 2px 0px;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/bullet.gif) no-repeat !important;
	padding: 0 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/postcat.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-calendar.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-recent-posts li, ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/bullet.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 160px;
	height: 16px;
	padding: 2px 2px 0px 2px;
	background: #ffffff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn.gif) no-repeat;
	border: none;
	width: 57px;
	height: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

#searchform input[type="submit"] {
	cursor:pointer;
}

#footer a, #footer a:visited {
	color: #000000;
}

/* credits */
#credits {
	margin: 0px auto;
	width: 800px;
	color: #777777;
	font: normal 90%/180%  Verdana, Arial;
	border-top: 1px solid #333333;
	padding-bottom: 10px;
}
#credits a, #credit a:visited {
	color: #777777;
}
#credits a:hover {
	color: #777777;
	decoration: underline;
}
.rss {
	background: url(images/rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
	padding-right:10px;
}

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/* Others */
.postmetadata{
	text-align: center;
	color: #777;
	padding-top: 5px;
	clear: left;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
}
	
.alt {
	background-color: #111111;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}

/* Below Header */
#below_header {
	height:120px;
	position:relative;
	background-color:#000000;
	padding: 5px 0 0 0;
	text-align:center;
}

#box {
	margin: 0 25px 0 25px;
	clear: both;
	height:110px;
	text-align:center;	
	padding-bottom:25px;
}

.description {
	margin:0px;
	padding-left: 12px;
}