/*
Theme Name: Clean Purple
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Design by <a href="http://imanto.com">imanto.com</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;

}
#header {
 color: #fff;
 width: 800px;
 padding: 0;
 height: 93px;
 margin: 0;
 background: url(images/header_bg.png) #2d2d2d repeat-x;
}

#header h1{
 position:relative;
float:left;
padding-left:77px;
padding-top:20px;
}

#header h1 a {
 color: #fff;
 text-decoration:none;
}

#header p {
 position:relative;
float:left;
padding-left:147px;
}

#header form {
 float: right;
 margin: 34px 47px 0 0;
}

#header input {
 background-color: #3b3b3b;
 border: 1px #c0c0c0 solid;
 color: #fff;
}

#header #s {
 float: left;
 height: 15px;
 width: 205px;
 padding: 5px;
}

#header #searchsubmit {
 float: left;
 height: 27px;
 width: 72px;
 text-transform: uppercase;
 font-weight: bold;
 font-size:10px;
}

#logo {
 background: url(images/logo.png) #2d2d2d no-repeat;
 height: 93px;
 width: 124px;
}

#nav {
 width:780px;
 background-color: #880083;
 color: #fff;
 font-weight: bold;
 padding:10px;
}

#nav li {
 display: inline;
}

#nav a {
 color: #fff;
 text-decoration: none;
 padding:10px;
}

#nav a:hover {
 background-color: #a640a2;
}

#content { 
 color: #333;
 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 13px 13px 0 13px;
 min-height: 350px;
 width: 535px;
 float: left;
}


#content .heading {
 background: #f0f0f0;
 padding: 13px;
 height: 35px;
}

#content .heading h2 {
 font-size: 18px;
}

#content .heading h2 a {
 color: #222;
 text-decoration: none;
}

#content .post-info {
 font-size: 10px;
}

#content .comment-bubble {
 background: url(images/comment-bubble.png) #f0f0f0 no-repeat;
 width:51px;
 height: 36px;
 font-family: georgia;
 padding:5px 0 0 19px;
}

#content .comment-bubble a {
 color: #FFF;
 text-decoration: none;
 font-weight: bold;
}

#content .post {
 border:1px #f0f0f0 solid;
 margin:5px 0 15px 0;
}

#content p {
 padding: 10px;
 font-family: georgia;
}

#content a, #footer a {
 color: #880083;
 text-decoration: none;
}

#sidebar { 
 float: right;
 color: #333;
 background: #FFF;
 margin: 0;
 padding: 10px 26px 0 0;
 min-height: 350px;
 width: 213px;
 display: inline;
 font-family:georgia;
}

#sidebar h3 {
 text-transform: uppercase;
 font-size: 20px;
 font-weight: bold;
 border-bottom: 1px #c0c0c0 dotted;
 margin-top:10px;
}

#sidebar ul {
 list-style: none;
}

#sidebar a {
 color: #404040;
 font-weight: bold;
 text-decoration: none;
}


#footer { 
 width: 780px;
 clear: both;
 color: #404040;
 background: #EEE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#comments {
 padding-bottom:10px;
}

.commentlist {
 padding-left: 20px;
}

.f-left {
 float: left;
}

.f-right {
 float: right;
}

.clear {
 clear:both;
}

/* WordPress CSS */

img.avatar {
 float: left;
 margin-right: 5px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
