/*   
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: 760px; 
}
	

/* Header */

#header {
	height: 180px;
	background: url(images/header.png) no-repeat top center;
	padding: 0 40px;
	width: 760px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 680px;
}

html>body #header {
  	width:680px;
}

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;
}

h2#description {
	width: 430px;
	font-size: 1.2em;
	padding-top: 15px;
        text-align: center;
}

/* Content */

#content {
	margin: 0 40px 20px;
}

/* Maintext and Entry */

#maintext {
	width: 430px;
	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 {
	padding-top: 40px;
	background: url(images/hd_sidebar.png) no-repeat top center;
}

#sidebar ul li h2 {
	margin: 10px 0 0;
	font-size: 1.2em;
}

#sidebar ul li ul {
	padding-top: 0px;
	margin: 0 5px 5px;
	background: none;
}

#sidebar ul li ul li {
	margin-left: 10px;
	padding-top: 0px;
	background: none;
	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: 760px;
	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;
}

/* ------ FLICKR ------ */
/* Thanks Ryan Prins (http://www.lazyi.net/) */
#flickrimg { margin: 5px 0 10px 0; }

#flickrimg a {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}
#flickrimg a:link, #flickrimg a:visited {
	text-decoration: none;
	border: none;
}

#flickrimg a img {
	border: 2px solid #000;
	height: 75px;
	width: 75px;
}
#flickrimg a:hover img { border: 2px solid #AA2727; }

#flickrmeta {
	clear: both;
	text-align: center;
}

/* Extended Live Archives template style sheet (fit a 510px wide or more page) */
/* Original structural credits go to Michael Heilenman */
.livearchive {
	background: #D6EAF5;
	}
#af-ela {
	margin-left: 0;
	}
#af-ela ul, #af-ela-category, #af-ela-year {
	padding: 0;
	}
#af-ela ul li {
	text-align: left;
	padding: 1px 8px;
	}
#af-ela ul li:hover, #af-ela .selected, #af-ela-post li:hover {
	background: #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 0;
	}
html>body .post #af-ela ul li {
	text-indent: 0;
	margin: 0;
	}
#af-ela-year, #af-ela-month, #af-ela-post{
	float: left;
	width: 105px;
	margin: 0;
	}
#af-ela-category{
	float: left;
	width: 210px;
	margin: 0;
	}
#af-ela-category, #af-ela-year, #af-ela-month{
	border-left: 1px solid #ccc;
	}
#af-ela-category, #af-ela-month, #af-ela-post{
	border-right: 1px solid #ccc;
	}
#af-ela-category li, #af-ela-year li, #af-ela-month li, #af-ela-post li{
	position: relative;
	font-weight: bold;
	}
#af-ela-post {
	width: 295px;
	}
#af-ela ul li span {
	position: absolute;
	right: 8px;
	font-weight: normal;
	color: #aaa;
	}
#af-ela.selected {
	background: #E6F4FC;
	border-top: 1px solid #148AD3;
	border-bottom: 1px solid #148AD3;
	}
#af-ela-menu {
	border-bottom: 1px solid #ccc;
	}
#af-ela-menu li {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: none;
	display: inline;
	}
#af-ela-menu li.selected, #af-ela-menu li:hover {
	border-bottom: 1px solid #FFFFFF !important;
	background: #FFFFFF !important;;
	}	


	