/*  
Theme Name: Hide Ever Free version 1.0
Theme URI: http://manda.deadeyes-star.com
Description: Designed by <a href="http://manda.deadeyes-star.com.com">Manda</a> with much love for Kai <3
Author: Manda DS
Author URI: http://manda.deadeyes-star.com
*/

/* 
   * Default HTML tags 
   */

body {
background:url(images/main_background.jpg) repeat top center;
color:#464646; font-family: verdana;  font-size:10px;

}

#main_table {
width:auto;
}

#content_table {
background:#FFFFFF; color:#464646; font-family: verdana; font-size:10px; width:750px; 
}

#side_bar {
-webkit-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color:#FFFFFF; width:200px; color:#464646; font-family:verdana; font-size:10px;
}

h2 {
font-size:14px; border-bottom:solid 1px #e07b7c;
}

h3 {
font-size: 12px
}

h4 {
font-size: 14px; color:#FFFFFF; font-family:verdana;
} 

#post {
border-bottom:#fed766 solid 1px
}

#recent {
background:#60626a; color:#FFFFFF; font-family:verdana; font-size:10px;
}

.extra {
color:#fed766
}

#copy {
color:#c36b6c;
}

#copy a, #copy a:visited, #copy a:active {
color:#666666; font-family:Verdana; font-size:10px;
}

#copy a:hover {
color:#fed766; font-family:verdana; font-size:10px; text-decoration:blink
}


#bottombar {
background:#111111; color:#FFFFFF; font-family:verdana; font-size:10px;
}

.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }

#searchbox {
  padding: 1px;
  width: 120px;
  }

/*Main Navbar */

#nav {
color: #fed766; font-family: verdana; font-size:12px;
}

#nav a, #nav a:visited, #nav a:active {
color: #e07b7c; font-family: verdana; font-size:12px; text-decoration:none;
	}

#nav a:hover {
color:#333333; font-family: verdana; font-size:12px; text-decoration:line-through;
}


.style1 {font-size: small}

/*list */

#side_bar_2 ul li 
{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 4px 20px;
	background:url(images/starbutton.jpg) no-repeat;
	background-position:top left;
}

#recent ul li {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 4px 20px;
}

#recent a, #recent a:active, #recent a:visited {
color:#ffffff; font-family:verdana; font-size:10px; text-decoration:none;
}

#recent a:hover {
color:#CCCCCC; font-family:verdana; font-size:10px; text-decoration:underline;
}

.date {
color:#c1bbd1
}

/* links */
a, a:visited, a:active {
color:#c36b6c; font-family:verdana; font-size:10px; text-decoration:none;
}
a:hover {
color:#666666; font-family:verdana; font-size:10px; text-decoration:line-through;
}

/* Comments*/
.author {
font-weight:bold; font-size:14px;
}

.author a, .author a:visited, .author a:active {
font-weight:bold; font-size:14px
}

.author a:hover {
font-weight:bold; font-size:14px; text-decoration:underline;
}

.comment {
background:#CCCCCC
}

.gravatar {
float:right; margin-left:10px; display:block; width:70px; border:#999999 soild 5px;
}

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	background-color:#CCCCCC;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font-family:verdana;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	
.mycomments 
{
	background:url(images/comments.gif) no-repeat left center;
	padding-left:20px;
}

gravatar {
background:#333333; padding:5px;
}
/*posting icon*/	
.myposts 
{
	background:url(images/posting.gif) no-repeat left center;
	padding-left:16px;
}

.myedits
{
/*	background:url(images/edit.gif) no-repeat left center;*/
	padding-left:10px;
}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
