/*  
Theme Name: Basic Layout
Theme URI: 
Description: Theme Start
Version: 1.0
Author: Matt Dean
Author URI:

*/


/* Body starts */

body,h1,h2,h3,h4,h5,h6,blockquote,p{
	margin:0;
	padding:0;
}

body{
	margin:0;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #D6709D;
	font-size:15px;
	background: url(images/bgTile.jpg) repeat-y;
}
h1 {
	font-size: 17px;
	line-height: 25px;
	margin: 0px 0px 10px;
	color: #6D4480;
}
h2 {
	margin-bottom: 20px;
	font-size: 18px;
}
p {
	padding: 0px 0px 10px;
	line-height: 20px;
}

/* Body ends */


/* Wrapper starts */

#wrapper{
	margin: 0 auto;
	width: 100%;
	width: 880px;
	position: absolute;
}

/* Wrapper ends */


/* rightWrapper starts */

#rightWrapper {
	float: right;
	margin: 0px auto;
	position: absolute;
	left: 230px;
	width: 100%;
}

/* rightWrapper ends */


/* Header starts */

#header {
	float: left;
	clear: none;
}
h1#angelsHeader {
	position:relative;
	width:650px;
	height:260px;
	font-size: 9px;
	text-align:center;
}
h1#angelsHeader span {
	position:absolute;
	left:0;
	z-index:1;
	height: 100%;
	width: 100%;
	background: #FFFFFF url(images/angels-logo.jpg) no-repeat 50px top;
}

/* Header ends */


/* Container starts */

#container{
	float:left;
	clear:left;
	text-align:center;
	margin: 0px 0px 0px 75px;
	border-top: 1px solid #EFC7D9;
	padding: 0px 0px 50px;
	width: 550px;
}

/* Container ends */


/* Sidebar starts */


.sidebar{
	color: #D26C9D;
	float:left;
	display:inline;
	padding:10px 0px 0px;
	width: 230px;
	height: 100%;
}
.sidebar a {
	color: #D06497;
}
.sidebar ul {
	list-style-type:none;
}
.sidebar li {
	list-style-type:none;
	font-size: 14px;
}
.sidebar h2 {
	list-style-type:none;
	font-size: 16px;
	margin: 10px 0px 5px;
}
li#search {
	margin-bottom: 50px;
}

/* Sidebar ends */


/* Footer starts */

#footer{
	clear:both;
	float:left;
	width:550px;
	text-align:center;
	font-size: 11px;
	line-height: 25px;
	width:550px;
	margin: 0px 0px 0px 75px;
	padding: 15px 0px;
}

/* Footer ends */


/* Links start */

a {
	color: #D06497;
	text-decoration: underline;
}
a:hover {
	color: #A01B61;
	text-decoration: none;
}

/* Links End */


/* Posts Start */

.post {
	border-bottom: 1px solid #EFC7D9;
	padding: 25px 0px;
}
p.postmetadata {
	font-size: 12px;
}

/* Posts Start */


/* For the 404 page only */

.404{
	width:700px;
	margin:30px 0 0 0 ;
	padding-top: 25px;
	padding-bottom: 25px;
}

.404 h2{
	font-size:100px;
}


.404 h3{
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.404 p{
	padding:20px 0 0 0;
	font-size:14px;
}

.404 p a{
	color:#EEEEEE;
	text-decoration:underline;
}

.404 p a:hover{
	text-decoration:none;
}	

/* For the 404 page only (ends) */


/* For category pages only */

ul.post-categories {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.post-categories li {
	font-size: 24px;
}
.post-categories li a {
	font-size: 28px;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: normal;
}

/* For category pages only (ends) */


/* For the comments page only */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px dashed #EFC7D9;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #D6709D;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.navigation {
	margin-top: 15px;
}

/* For the comments page only (ends) */


/* Forms */

input, textarea {
	border: 1px solid #EFC7D9;
	color: #6D4480;
	padding: 1px 5px;
	background: #FEFCFD;
}
input#submit, input#searchsubmit {
	color: #FEFCFD;
	background: #6D4480;
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}

/* Forms */
