/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #a2825c;
	color: #a2825c;
	text-align: center;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #240613;
}
h2 {
	font-size: 130%;
	color: #240514;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;
	margin: 0;
	color: #240514;
}

p {

	color: #240514;
}


ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

li {
	list-style-type: circle;
}

/* images */

.contentimg {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

.simpleimg {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 20px;
	border: 1px solid #E0DBC9;
	color: #A89A6A;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 115%;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(../images/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	border-top-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #240514;
	border-right-color: #240514;
	border-bottom-color: #240514;
	border-left-color: #240514;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../images/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 790px;
	padding: 0;
	margin-left: 15px;
	display: inline;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#header {
	width: 790px;
	background-color: #fcfbe3;
	margin: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#logoCWC {
	padding-top: 10px;
	float: left;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 135px;
	width: 790px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../images/wedding-fayre-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Navigation */
#nav {
	clear: both;
	margin-top: 3px;
	background-color: #FCFBE3;
}
#nav ul {
	float: left;
	list-style: none;
	width: 790px;
	display: inline;
	background-color: #fcfbe3;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15px;
	height: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	color: #230613;
	text-decoration: none;
	letter-spacing: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #bea586;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background-color: #a2825c;
	padding-top: 0px;
	color: #FFFFFF;
}
#nav ul li#current a {
	background-color: #a2825c;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/* Main Column */
#main {
	float: left;
	width: 65%;
	padding: 20px 0 0 0; margin: 0 0 0 10px;
	display: inline;
}


#mainServices{
	float: left;
	width: 50%;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/*#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #85970C; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main h2 a {
	color: #85970C;
	text-decoration: none;	
}*/
/*#main ul li {
	list-style-image: url(images/bullet.gif);
}*/

/* Sidebar */	
#sidebar {
	float: right;
	width: 30%;
	padding: 20px 10px 0 0; margin: 0;		
}	





#sidebar p {
	font-size: 90%;
	line-height: 15px;
	margin-bottom: 3px;
	margin-top: 2px;
}	


#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	color: #8F8F8F;
}


* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }




#sidebarServices {
	float: right;
	width: 45%;
	margin: 0;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}	

#sidebarServices p {
	font-size: 90%;
	line-height: 15px;
	margin-bottom: 3px;
	margin-top: 2px;
}	



#sidebarServices h2 {
	margin-top: 10px;
}




#sidebarServices h3 {
	color: #674941;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebarServices ul {
	}


#sidebarServices li {
	list-style-type: circle;
	}


/*#sidebarServices ul.sidebarServices {
	text-align: left;
	padding: 0;
	text-decoration: none;
	background: url(images/dots.jpg) repeat-x left top;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0;
}
#sidebarServices ul.sidebarServices li {
	background: url(images/dots.jpg) repeat-x left bottom;
	color: #8F8F8F;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	list-style-type: circle;
}

* html body #sidebarServices ul.sidebarServices li {
	height: 1%;
	list-style-type: circle;
}
#sidebarServices ul.sidebarServices li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebarServices ul.sidebarServices li a:hover {	
	color: #1773BC;	
}
#sidebarServices ul.sidebarServices ul { margin: 0 0 0 5px; padding: 0; }
#sidebarServices ul.sidebarServices ul li { background: none; }



*/







/* footer */
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 0px;
	background-image: url(../images/footer-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fcfbe3;
	border-top-width: 1px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #230513;
	border-bottom-color: #240514;
	border-left-color: #240514;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(../images/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(../images/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #DCDCDC;
	margin: 0 auto;
	width: 820px;
	padding: 10px 0;
	text-align: center;
}

/* postmeta */
.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


.separator {
	clear: both;
}
