/*   
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 62.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% "Hoefler Text", "Bitstream Vera Serif", "Times New Roman", Times, 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;
	border-bottom-width: 0px;
}


/* Wrapper */

#wrapper {
	margin: 0 auto;
	background: url(images/bg.png) repeat-y top center;
	text-align: left;
  	width: 960px; 
}
	

/* Header */

#header {
	height: 180px;
	background: url(images/header.png) no-repeat top center;
	padding: 0 40px;
	width: 960px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 880px;
}

html>body #header {
  	width:880px;
}

h1#headtitle {
	padding-top: 60px;
	width: 630px;
	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;
}

h2#description {
	width: 630px;
	font-size: 1.2em;
	padding-top: 15px;
        text-align: center;
}

/* Content */

#content {
	margin: 0 40px 20px;
}

/* Maintext and Entry */

#maintext {
	width: 600px;
	float: left;
	margin-top: 20px;
}

.postblock {
	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;
}

.postblock p a:link, .postblock p a:visited {

	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

.postblock p a:hover {
	color: #FCB4B7;
	border-bottom-width: 0px;
}

#maintext h3 {
	font-size: 1.6em;
	margin: 0 0 10px;
}

#maintext h4 {
        font-size: 1.2em,
        margin: 10px 0;
}

p.date {
	font-size: 0.9em;
	margin: 0 0 10px;
}

#maintext p {
	margin: 0 0 10px;
}

#maintext ul, #maintext ol, #maintext blockquote {
	margin: 0 30px 0;
}

#maintext ul, #maintext ol {
	margin-bottom: 10px;
}

#maintext blockquote {
	font-size: 0.9em;
	background-color: #f0f0f0;
	padding: 10px 10px 0;
	font-style: italic;
}

#maintext h2.pagetitle {
	font-size: 1.2em;
	margin-bottom: 20px;
}

p.postmetadata {
	font-size: 0.9em;
	margin: 0 0 10px;
}

p.navigation {
	font-size: 0.9em;
	text-align: center;
}

.navigation a:link, .navigation a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

.navigation a:hover {
	color: #FCB4B7;
	border-bottom-width: 0px;
}

.left {
	float: left;
	margin-left: 50px;
}

.right {
	float: right;
	margin-right: 50px;
}

/* Sidebar */

#sidebar {
	float: left;
	margin-left: 40px;
	margin-top: 5px;
	padding-top: 50px;

	width: 190px;
	background: url(images/hd_sidebar.png) no-repeat top center;
	font-size: 0.9em;
}

#sidebar ul {
	margin: 0 10px 0;
        list-style-type: none;
}

#sidebar ul li h2 {
	margin: 10px 0 0;
	font-size: 1.2em;
}

#sidebar ul li ul {
	margin: 0 5px 5px;
}

#sidebar ul li ul li {
	margin-left: 10px;
        list-style-type: circle;
}

#sidebar a:link, #sidebar a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

#sidebar a:hover {
	color: #FCB4B7;
	border-bottom-width: 0px;
}

input#s {
	width: 150px;
	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: 960px;
	background: url(images/footer.png) no-repeat bottom center;
	text-align: center;
	padding-top: 10px;
	height: 90px;
}

#footer p {
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
	color: #AA2727;
	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}

#footer a:hover {
	color: #FCB4B7;
	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;
}
	