/*  
Theme Name: Clover
Description: The clover wordpress theme, modified for Alleanza Bridal.
Version: 1.1
Author: Ori Pearl
Author URI: http://oripearl.110mb.com
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
*/

body
{	
	margin: 0;
	padding: 0;
	color: #5A3D1C;
	font: 13px/18px Garamond, Georgia, Times, serif;
        font-style: normal;	
	background: #ffffff url('/images/pagebg.jpg') no-repeat center top;
	text-align:center;
}

a {color: #5A3D1C;}

/*** Header ***/
#header {		
	margin: 30px auto 10px auto;
	padding-left: 5px;
	width: 785px;
	height: 90px;
	text-align: left;
	vertical-align: middle;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 18px;
	line-height: 0.9;
	color: #5A3D1C;
}

#header img {border:none;}

/*** Alleanza Menu ***/
#menu2 {
	margin: 20px 0 0 0;
	width: 545px;
	height: 38px;
	background: url('/images/menubg.jpg') top left repeat-x;
	float: right;
}

#menu2, #menu2 ul li a, #menu2 ul li a:visited {
	font-family: Garamond, Georgia, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5A3D1C;
}
	
#menu2 ul {
	width: 545px;
	margin: 15px 0 0 0;
        padding: 0;
	text-align: center;
        float: left;
}

#menu2 ul li, #menu2 ul li a, #menu2 ul li a:visited {
	display: inline;
	width: 60px;
	/*height: 25px;*/
	padding: 3px 9px;
	margin: 0;
}

#menu2 ul li a:hover, #menu2 ul li a.current {
	text-decoration: none;
	color: #857568;
	padding: 3px 9px;
	background: url('/images/blt2.jpg') no-repeat;
	background-position: -4px 0px;
}

/*** Main ***/
#main {
        margin: 0 auto;
	width: 790px;
	text-align: left;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 16px;
	color: #5A3D1C;
	vertical-align: top;
}

#content
{
	float: left;
	width: 500px;
	padding-left: 20px;
}

.post
{
	margin-bottom: 70px;
	line-height: 20px;
}

.post .postheader h2
{
	font-size: 21px;
	margin-bottom: 3px;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #5A3D1C;
        font-weight: bold;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	width: 480px;
	font-size: 11px;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}

.post img
{
	padding: 5px;
	border: solid 1px #ababab;
}

/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 205px;
	/*line-height: 23px;*/
	margin-top: 20px;
	padding: 10px 0 0 20px;
	border-left: solid 1px #ababab;
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	margin-top: 0;			
	white-space: nowrap;
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;
        font-size: 14px;
        line-height: 1.15;
}

#sidebar .sidebarbox
{
	margin-bottom: 40px;
}

#sidebar .sidebarbox h3
{
	color: #99CBCC;
	font-size: 16px;
	margin-bottom: 5px;
}

#sidebar a:hover {color: #857568; text-decoration: none; }

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 180px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Footer ***/
#footer
{
	width: 100%;
	background: #ffffff;
	font-size: 11px;
	overflow: hidden;
	text-align: center;
}

/*** Wordpress ***/
.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;
}





