/*
Theme Name: Custom AM
Theme URI: 
Description: Two column blog, top menu, right menu, soft colors and rounded corners
Author: mm
Author URI: 
Tags: simple, clean, fixed width, widget ready, widgets, dropdown menu, right sidebar, two columns, gravatars, valid XHTML, valid CSS
Version: 1.1
*/
/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	color:#333333;
	background-color: #C8BCC0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color:#790840;
	text-decoration: none;
}
a:hover {
	color:#ffffff;
	text-decoration: bold;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#header {
	position:relative;
	width:1000px;
	height:140px;
	margin: 0 auto;
	background:url(img/bg-header.jpg) no-repeat;
}

#content {
	width: 990px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}

#content-left {
	float:left;
	width:660px;
	height:auto;
	padding: 20px 0 0 0;
	background-color: #CCCCCC;
	background-image: url(img/bg-content-line.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
#content-bottom {
	background-color: #CCCCCC;
	background-image: url(img/bg-content-bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 660px;
}
.banners {
	border: 2px solid #cccccc;
	margin-left: 50px;
}

.banners:hover {
	border: 2px solid #999999;
}


#content-right {
	height:auto;
	width: 300px;
	float: right;
	margin: 0;
}

#footer {
	width: 990px;
	margin: 0 auto;
	background-color: #D69EA9;
	height: 30px;
	background-image: url(img/menu-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	color: #C8BCC0;
	margin: 0;
	padding-top: 117px;
	padding-left: 50px;
	font-size: 18px;
	font-weight: bold;
}

#header h1 a {
	color: #C8BCC0;
         	text-decoration: none;
}

#header h2 {
	margin: 0px;
	color: #000000;
	position: absolute;
	bottom: 0px;
	left: 500px;
         font:12px/15px Verdana, Tahoma, sans-serif; 
	}

h2, h3, h4 {
	margin:0 0 20px 0;
         }



.box-left h2 {
	color:#790840;
	font:bold 16px/16px Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}

.box-left h2 a {
	text-decoration:none;
}

.box-left h2 a:hover {
	text-decoration:none;
}

.box-left h3 {
	margin: 0 0 20px 0;
	color:#790840;
	font-family: 'Trebuchet MS', Helvetica, sans-serif; font:bold 14px/14px;text-transform:uppercase;
}

.box-left h4 {
	color:#333333;
	font:bold 12px/12px Verdana, Tahoma, sans-serif;
}

.box-right h3 {
	color:#660033;
	font:bold 12px/12px Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}
.archive-title {
 margin: 0 0 10px 10px;
 color:#626061;  font:bold 14px/14px Verdana, Tahoma, sans-serif;text-transform:uppercase;
}

/*	##################################
   	HEADER
	################################## */

#menu {
	width: 990px;
	margin: 0 auto;
	background-color: #D89EAC;
	height: 30px;
	font-size: 16px;
	background-image: url(img/menu-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin: 0 15px 40px 15px;
	overflow: hidden;
}

p.tags {
		clear: both;
        font:11px/11px Verdana, Tahoma, sans-serif;
}

/** CONTENT RIGHT */

#box-rss {
	height: 60px;
	margin: 0 0 10px 0;
	background: url(img/box-rss-ccc.gif) no-repeat left top;
}

#box-rss a {
	display: block;
	height: 50px;
	padding: 20px 0 0 70px;
	background: url(img/rss_32x32.png) no-repeat 20px 12px;
	font:16px/16px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.box-right {
	margin:20px 0;
	background: url(img/box-round-line-ccc.gif) repeat-y;
	padding: 0px;
	font:12px/12px Verdana, Tahoma, sans-serif;}

.box-right h3 {
	padding: 20px 20px 0 20px;
	background: url(img/box-top-ccc.gif) no-repeat left top;
}

.box-right-content {
	margin: 0 20px;
}

.box-right-bottom {
	background: url(img/box-bottom-ccc.gif) no-repeat bottom;
	height: 20px;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:24px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}

/*	##################################
   	FORMS
	################################## */

label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

textarea {
	width: 500px;
	height: 150px;
	margin: 0;
	padding: 5px;
	border: 1px solid #ffffff;
	background-color: #CC9999;
}

.submit {
	width: auto;
	padding: 5px;
	color: #fff;
	background-color: #CC9999;
	border: 1px solid #ffffff;
}

/** SEARCH FORM */

#search {
	width: 190px;
	padding: 4px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}

#search-submit {
	width:auto;
	padding:4px;
	color:#F9F9F9;
	border:2px solid #F9F9F9;
	background-color: #D69EA9;
	font-weight: bold;
}

/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #ffffff;
	width: 90%;
	background-color: #C8BCC0;
}

.comment p {
	margin: 0px;
	width: 90%;
	overflow: hidden;
	height: auto;
}

.comment-details {

}

.comment img {
	float: none;
	vertical-align: baseline;
}

img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}

/*	##################################
   	FOOTER
	################################## */


/*  	FOOTER */

#footer {
margin-top:6px;  -extra rule to give footer a margin
}
#footer p {
	margin:0;
	padding:6px;
	color:#fff;
	text-align:center;
	font-size: smaller;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer p a {
	color: #fff;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 80%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 5px;
	color: #fff;
	background-color: #D89EAC;
}

#tag_cloud {
	line-height:normal;
}

