/*
Theme Name: Captured
Theme URI: http://wordpress.org/
Description: Version 2.5 of Christian Bautista Online.
Version: 2.5
Author: Mark Collado
Author URI: http://www.makspot.com/
Tags: brown, custom header, fixed width, widgets, two columns
*/

body {
	background-attachment: scroll;
	background-color: #160e07;
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
a {
	color: #5f3a12;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}
a:focus {
    -moz-outline-style: none;
}
p {
	margin-top: 10px;
	margin-bottom: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #44290D;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}



#banner {
	background-image: url(images/bannerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;}
center {
	text-align: center;
}
ul {
	margin: 0px;
	padding-left: 15px;
}
li {
	color: #999999;
}
#main ul {
	margin: 0px;
	padding-left: 30px;
}
#main li {
	color: #000000;
}
li.categories {
	list-style-type: none;
	color: #000000;
}
.top {
	background-color: #191919;
	background-attachment: fixed;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #444;
	font-size: 11px;
}
#top a {
	color: #666666;
	text-decoration: none;
}
#top a:hover {
	color: #888888;
	text-decoration: underline;
}
.notepad {
	background-image: url(images/announcementsbg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	height: 162px;
}
div.scroll {
	margin-top: 0px;
	overflow: auto;
	height: 158px;
}
#notepad p {
	margin-top: 5px;
	margin-bottom: 0px;
}
#notepad a:hover {
	text-decoration: none;
}
.main {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 10px;
}
.side {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 5px;
	padding-left: 10px;
}
.sidebar2 {
	background-color: #ede5c1;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.adbar {
	background-color: #ede5c1;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sidebar li {
	color: #444;
}
.page {
	color: #FFFFFF;
	background-image: url(images/pagebg.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
}

.breadcrumb {
	border-bottom-width: 1px;
	border-bottom-color: #ffcc66;
	border-bottom-style: solid;
	margin-top: 10px;
	font-size: 11px;
	padding-bottom: 2px;
}
#main .breadcrumb {
	font-size: 11px;
}
.postmetadata {
	font-size: 11px;
	color: #555555;
	border-bottom-width: 1px;
	border-bottom-color: #caa97d;
	border-bottom-style: solid;
	margin-bottom: 20px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 0 none;
	text-align: center;
	margin: 4px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	padding: 0 4px 4px;
	margin: 0;
}
/* End captions */

/* Begin Comments*/

.commentlist {
	text-align: justify;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50;
	}
	
.avatar {
	float:left;
	margin-right: 5px;
}

cite {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}
.commentlist li {
	background-color:#F3EED8;
	list-style-type:none !important;
	margin:0 0 10px -40px;
	padding:10px 10px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
.career {
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.tracklist {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C6B093;
	padding: 2px;
	font-size: 12px;
}
.recordlabel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6B093;
	padding: 2px;
	font-size: 11px;
	color: #616161;
}

