/*   
Theme Name: Angel
Theme URI: http://dev.coffeestained.com/wp-themes/themes/angel/
Description: A bold red fixed 2-column clean layout
Author: Boy Avianto
Author URI: http://avianto.com/
Version: 1.0
.
This theme is licensed with the Attribution-NonCommercial License from Creative Commons License.
http://creativecommons.org/licenses/by-nc/2.0/
.
*/

/* General Settings */

/* reseter */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	/* If you want to use sans-serif fonts, uncomment the line below */
	/*font: normal 75.5%/150% "Lucida Grande", "Bitstream Vera Sans", "Trebutchet MS", Tahoma, Verdana, sans-serif;*/ 
  	/* If you are uncommenting the line above, comment the line below */
	/*font: normal 85%/150% "Lucida Grande", "Bitstream Vera Sans", "Trebutchet MS", Tahoma, Verdana, sans-serif; */
	font: normal 75%/150% Verdana, Geneva, Arial, Helvetica, sans-serif; 

	color: #333;
	background: #AA2727 url(images/bg_body.png);
}

hr.clear
{
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

/* Global Links */

a:link, a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

a:hover {
/*	color: #FCB4B7;*/
	color: #FC4447;
	border-bottom-width: 0px;
}


/* Wrapper */

#wrapper {
	margin: 0 auto;
	background: url(images/bg2.png) repeat-y top center;
	text-align: left;
  	width: 800px; 
}
	

/* Header */

#header {
	height: 200px;
	padding: 0 0px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 800px;
}

#header_bg {
	float: left;
}

#clickable {
	position: relative;
	height: 140px;
	width: 195px;
	left: 76px;
	top: 30px;
	cursor: pointer;
}

#twitter_follow {
	position: relative;
	height: 30px;
	width: 30px;
	left: 495px;
	top: -65px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	text-align: center;
}

#facebook_follow {
	position: relative;
	height: 30px;
	width: 30px;
	left: 485px;
	top: -65px;
	cursor: pointer;
	float: left;
	text-align: center;
}

#stumbleupon_follow {
	position: relative;
	height: 30px;
	width: 30px;
	left: 505px;
	top: -65px;
	cursor: pointer;
	float: left;
	text-align: center;
}

#reddit_follow {
	position: relative;
	height: 30px;
	width: 30px;
	left: 515px;
	top: -65px;
	cursor: pointer;
	float: left;
	text-align: center;
}

html>body #header {
  	width:720px;
}

h1#headtitle {
	padding-top: 60px;
	width: 430px;
	font-size: 2.5em;
	line-height: 80%;
        text-align: center;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #AA2727;
        border: none;
}

h1 a:hover {
	/*color: #FCB4B7;*/
	color: #FC4447;


}

h2#description {
	width: 430px;
	font-size: 1.2em;
	padding-top: 15px;
        text-align: center;
}

.widebar {
	width: 90%;
	align: center;
	text-align: center;
	margin: auto;
}

.widebar hr {
	color: #c2112d;
}

/* Navigation */
.hovermenu {
	height: 30px;
	width: 720px;
}

.hovermenu ul{
	padding: 0 128px;
	margin: 0;
	list-style-type: none;
	/*background-color: #AA2727;*/
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	width: 464px;
	font: normal 100% arial, helvetica, sans-serif;
	text-align: center;
	height: 30px;
}

.hovermenu ul li{
	float: left;
	height: 16px;
	padding: 7px;
	width: 100px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.hovermenu ul li#active a{
	color: #AA2727;
	/*background-color: #FCB4B7;*/
}

.hovermenu ul li a{
	text-decoration: none;
	/*background-color: #AA2727;*/
	color: #FFF;
	padding: 0 15px;
}

.hovermenu ul li a:hover{
	/*background-image: url(images/nav_hover.jpg);
	background-repeat: repeat-x;*/
	color: #ffffff;
	text-decoration: underline;
}

.hovermenu ul li a:visited{
	color: #fff;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}


/* Content */

#content {
	margin: 0px 40px 20px;
}

/* Maintext and Entry */

#maintext {
	width: 500px;
	min-height: 800px;
	float: left;
	margin-top: 20px;
}

.postblock {
	float: left;
	width: 500px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: url(images/divider.png) no-repeat bottom center;
}

.postblock h3 {
	color: #AA2727;
}

.postblock h3 a:link, .postblock h3 a:visited {
	color: #AA2727;
	text-decoration: none;
        border: none;
}

.postblock h3 a:hover {
	/*color: #FCB4B7;*/
	color: #FC4447;
}

.postblock p a:link, .postblock p a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

.postblock p a:hover {
	/*color: #FCB4B7;*/
	color: #FC4447;
	border-bottom-width: 0px;
}

#maintext h3 {
	font-size: 1.8em;
	margin: 0 0 10px;
}

#maintext h4 {
        font-size: 1.1em;
        margin: 10px 0px;
}

p.date {
	font-size: 0.8em;
	margin: 0px 0px 10px;
}

#maintext p {
	margin: 0px 0px 10px;
}

#maintext ul, #maintext ol, #maintext blockquote {
	margin: 0 30px 0;
}

#maintext ul, #maintext ol {
	margin-bottom: 10px;
}

#maintext blockquote {
	font-size: 0.8em;
	background-color: #f0f0f0;
	padding: 10px 10px 0;
	font-style: italic;
}

#maintext h2.pagetitle {
	font-size: 1.1em;
	margin-bottom: 20px;
}

p.postmetadata {
	font-size: 0.8em;
	margin: 0 0 10px;
}

p.navigation {
	font-size: 0.8em;
	text-align: center;
}

.navigation a:link, .navigation a:visited {
	color: #AA2727;
	text-decoration: none;
	/*border-bottom: 1px dotted #AA2727;*/
	font-size: 12px;
	font-weight:bold;
	border-bottom-width: 0px;
}

.navigation a:hover {
	/*color: #FCB4B7;*/
	color: #FC4447;
	border-bottom-width: 0px;
}

.left {
	float: left;
	margin-left: 50px;
	margin-top:30px;
	margin-bottom:30px;
}

.right {
	float: right;
	margin-right: 50px;
	margin-top:30px;
	margin-bottom:30px;
}

/* Sidebar */


#sidebar {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 30px;
	width: 190px;
	/*background: url(images/hd_sidebar.png) no-repeat top center;*/
	font-size: 0.8em;
}

#rant_button {
	height: 130px;
	width: 130px;
	cursor: pointer;
}	

#sidebar ul {
	margin: 0 10px 0;
        list-style-type: none;
}

#sidebar ul li h2 {
	margin: 10px 0px 0px;
	font-size: 1.1em;
}

#sidebar ul li ul {
	margin: 0 5px 5px;
}

#sidebar ul li ul li {
	margin-left: 10px;
    list-style-type: circle;
}

#sidebar ul li ul li select {
	font-face: Verdana;
	font-size: 1em;
	color: #aa2727;
}

#sidebar a:link, #sidebar a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

#sidebar a:hover {
	/*color: #FCB4B7;*/
	color: #FC4447;
	border-bottom-width: 0px;
}

input#s {
	width: 100%;
	border: 1px solid #333;
	font-size: 1em;
}

input#searchsubmit {
	width: 50px;
	border: 1px solid #333;
	font-size: 0.9em;
	background-color: #AA2727;
	color: #fff;
}

/* Footer */

#footer {
	width: 800px;
	background: url(images/footer.png) no-repeat bottom center;
	text-align: center;
	padding-top: 10px;
	height: 90px;
}

#footer p {
	font-size: 0.8em;
}

#footer a:link, #footer a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

#footer a:hover {
	/*color: #FCB4B7;*/
	color: #FC4447;
	border-bottom-width: 0px;
}

/* Comment Form */

form input {
	border: 1px solid #333;
	background-color: #f0f0f0;
	border-width: 0 0 1px;
	font-size: 0.9em;
}

textarea#comment {
	width: 400px;
	border: 1px solid #333;
	background-color: #f0f0f0;
}

input#submit {
	background-color: #AA2727;
	color: #fff;
	width: 150px;
	border-width: 1px;
}

/* Not Found */

#error {
	text-align: center;
	color: #AA2727;
}

.error {
	color: #AA2727;
}

.success {
	color: #27A327;
}
	
#login {
	margin:0 auto 0 auto;
	width:350px;
}

.leaderboard_ad {
	width: 468px;
	height: 60px;
	position: relative;
	left: 15px;
	padding-bottom: 30px;
}

#skyscraper_ad {
	width: 160px;
	height: 600px;
	margin-top: 20px;
}

#newpost {
	width: 500px;
	/*height: 214px;
	padding: 7px;
	background-image: url(/wp-content/themes/angel/images/post_anon.jpg);
	background-repeat: no-repeat;
	color: #ffffff;*/
}
/*
#newpost h3 {
	color: #ffffff;
}*/

.commentlist {
	list-style-type: none;
	border: 1px solid #999999;
	padding: 5px;
}

