/*
THEME NAME: Wedgewood Wedding Blog
THEME AUTHOR: Nicasio
VERSION: 1.0
*/


body{
	background:url('images/bg.jpg') top left repeat-x #fff;
	font-family: georgia;
	font-size: 11px;
	padding: 0;
	margin: 6px 0 0 0;
}
a{
	color: #6C0A15;
}
a:hover{
	color: #000034;
}
p{
	line-height: 120%;
}
.clear{
	clear: both;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}


#wrapper{
	width:790px;
	margin:0 auto;
}

/*** Header ***/

#header{
	height: 138px;
	background: url('images/header.jpg') center top no-repeat;
	padding: 0;
}

/*** Menu ***/
#access{
	background: url('images/menubg.gif') center top no-repeat;
	text-align: center;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}

#access #menu ul{
	padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
}
#access li{
	list-style-type: none;
	float: left;
	padding: 7px 0;
	position: relative;
	right: 50%;
}

#access a{
	font-weight: bold;
	border-right: #000034 solid 1px;
	padding: 0 12px;
}
#access .page-item-10 a{
	border: 0px;
}
/*** Content ***/

#content-wrapper{
	background: url('images/mainshadow_fill.gif') top 778px repeat-y #F1E8DF;
	width:784px;
	margin-left: 2px;
}
#container{
	width: 503px;
	float: left;
	padding: 0 15px 0 15px;
}
.entry-title{
	color: #000034;
}
.contact-form{
	width: 350px;
}
.contact-form input, .contact-form textarea{
	width:163px;
}
.contact-form textarea{
	height: 100px;
}
.success-message{
	padding: 10px 3px;
	border: 2px solid green;
	margin-bottom: 20px;
	font-size: 12px;
}
.error-message{
	padding: 10px 3px;
	border: 2px solid red;
	margin-bottom: 20px;
	font-size: 12px;
}
/*** Side Bar ***/

#sidebar-wrapper{
	width:245px;
	float: right;
}
.sidebar{

}
.sidebar ul{
	margin: 0 45px 0 0;
	padding: 0;
}
.sidebar li{
	list-style-type: none;
	margin: 15px 0;
	padding: 8px;
	width: 184px;
	background: #FCF3EA;
}
.sidebar li li{
	background: transparent;
	padding: 0;
}
.sidebar li table{
}
.twitter-item{
}

/*** Footer ***/

#footer{
	height: 30px;
	background: url('images/footer-bg.png') top center no-repeat;
	text-align: center;
	padding-top: 29px;
}
