/*
Theme Name:		MyCharityCrochet Theme
Theme URL: 		http://www.ageorgiaangel.com
Version: 		1
Description: 	Light WP theme with a 2 column layout, multiple widget-ready placement and easy to customize. Created by <a href="http://www.bromoney.com/">Bromoney</a>. Enjoy!
Author: 		Georgia Angel
Author URI:		http://www.ageorgiaangel.com
Tags:			threaded-comments, white

== Short-cuts for Joe ==
Link to to inside the image folder:  (Can only be used on the php files, not in CSS - DUH!
	<img src="<?php bloginfo('template_directory') ?>/images/headerbg.png">
*/

/* Reset Browser Defaults*/
@import url(library/styles/reset.css); 

/* Site Specific Styles */
@import url(css/screen.css);

/* Site Specific Styles */
@import url(css/wordpress-extras.css);

body {
background-image:url(images/bodybg.jpg);
background-position:top;
background-repeat:repeat-x;
font-family: Calibri, Georgia, Tahoma; 
}
#wrapper {
margin:0 auto;
width:900px;
margin-top:100px;
}
#header {
background-image:url(images/headerbg.gif);
height:175px;
}
#headertitle {
float:left;
margin:30px 0 0 30px;
}
h2 {
background-color:#ffffff;
color:#020468;
font-size:36px;
padding:0 5px 0 5px;
}
h2 a {
color:#020468;
text-decoration:none;
}
#headerdesc {
float:left;
margin: 5px 0 0 30px;
background-color: #ffffff;
color:#869cc8;
padding:0 5px 0 5px;
}
#headernav {
float:left;
margin:45px 0 0 10px;
font-size:18px;
}
#headernav a {
color:#869cc8;
font-weight:bold;
text-decoration:none;
padding-right:15px;
}
#headernav a:hover {
text-decoration:underline;
}
#contentwrapper {
background-image: url(images/contentwrapperbg.gif);
}
#contentwrapperfooter {
background-image: url(images/contentwrapperfooterbg.gif);
height:12px;
margin-bottom:10px;
}
#content {
float: left;
width:600px;
margin-left: 20px;
}
.post {
background: url(images/postbg.gif) top no-repeat;
background-color:#FFFFFF;
width:600px;
margin-bottom:15px;
}
.posttitle{
margin-bottom:15px;
padding-top:10px;
padding-left:10px;
padding-right:10px;
}
h1 {
color:#020468;
font-size:16px;
font-weight:bold;
text-align: left;
text-transform: capitalize;
padding-bottom:10px;
}
h1 a {
color:#020468;
text-decoration:none;
}
h1 a:hover {
text-decoration:underline;
}
.posttext {
margin-bottom:5px;
color:#000000;
font-size:12px;
padding-left:10px;
padding-right:10px;
line-height:18px;
}
.posttext p{
padding-bottom:10px;
}
.posttext a{
color:#020468;
font-weight:bold;
text-decoration:none;
}
.posttext a:hover{
text-decoration:underline;
}
.posttext ul {
padding-left:40px;
padding-right:40px;
color:#666666;
margin-top:20px;
margin-bottom:20px;
}
.posttext ul li {
list-style-type:disc;
list-style-position:inside;
color:#666666;
margin-bottom:5px;
}
.posttext ol {
list-style-type:decimal;
padding-left:40px;
padding-right:40px;
color:#666666;
margin-top:20px;
margin-bottom:20px;
}
.posttext ol li {
list-style-type:decimal;
list-style-position:inside;
color:#666666;
margin-bottom:5px;
}
.postmeta {
background-color:#020468;
color:#b6ceff;
padding:2px 5px 0 0;
text-align:right;
font-size:12px;
}
.postmeta a{
color:#f9ffd5;
font-weight:bold;
text-decoration:none;
}
.postmeta a:hover{
text-decoration:underline;
}
#sidebar {
float:right;
width: 250px;
margin-right:10px;
}
.sidebarwidgetbg {
background-image:url(images/sidebarbg.gif);
background-position:top;
background-repeat:no-repeat;
background-color:#ffffff;
margin-bottom:15px;
width:250px;
}
.sidebarwidget {
padding:10px 10px 5px 10px;
font-size:12px;
}
h3 {
color:#020468;
}
h3 a {
color:#020468;
font-decoration:none;
}

.sidebarwidget a {
color:#96b2ea;
font-weight:bold;
text-decoration:none;
}
.sidebarwidget a:hover {
color:#3a5ca0;
text-decoration:underline;
}
.sidebarwidget ul {
list-style:none;}
.sidebarwidget li {
list-style:none;
border-bottom:#6989cb dotted 1px;
padding: 10px 0 10px 0;
display:block;
}
.sidebarwidget ul li {
list-style:none;}
.sidebarwidget ul li ul {
list-style:none;}
.sidebarwidget ul li ul li {
list-style:none;}

#footer {
font-size:12px;
text-align:center;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}