/*

	Theme Name: Lady Suffolk Custom Child Theme

	Theme URL: http://computerdesigngraphics.com/web-design

	Description: Based on Freelance, a Widget-ready child theme created for the Genesis Theme Framework.

	Author: Computer Design Graphics

	Author URI: http://computerdesigngraphics.com

	Version: 1.0

	

	Template: genesis



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php

*/



body {

	background: #567067 url('images/pgbg.jpg');

	color: #000000;

	font-size: 1em;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	margin: 0 auto 0;

	padding: 0;

	line-height: 24px;

	}

	

/***** Hyperlinks ********************/



a, a:visited {

	color: #567067;

	text-decoration: none;

	}

	

a:hover {

	color: #567067;

	text-decoration: underline;

	}

	

a img {

	border: none;

	}

	

a:focus, a:hover, a:active {

	outline: none;

	}



/***** Wrap ********************/



#wrap {

	margin: 0 auto 20px;

	padding: 0;

	}

	

/***** TopNav ********************/



#topnav {

	width:1000px;
	
	background:#EEEBDB url('images/top-nav-bg.jpg') no-repeat;

	height: 45px;

	color: #FFFFFF;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-size: 16px;

	margin: 0 auto 0;

	padding: 0;
	
	text-transform:uppercase;

	}

	

#topnav a, #topnav a:visited {

	color: #567067;

	text-decoration: none;

	}
	

#topnav a:hover {

	color: #886c7d;

	text-decoration: underline;

	}
#topnav .nav {margin:0;padding:0;}

#topnav ul li {
	display:block;
	list-style-type:none;
	float:left;
	background:url('images/diamonds.png') no-repeat right;
	padding:0 50px 0 30px;
	margin:0;
	}	

#topnav p {

	padding: 0;

	margin: 0;

	}

	

.topnav-left {

	width: 500px;

	float: left;

	margin: 0;

	padding: 10px 0 0 0;

	}

	

	

/***** Header  ********************/



#header {

	width: 1000px; 

	height: 194px;

	margin: 0 auto 0;

	padding: 0;

	background: url(images/header.jpg) left top no-repeat;
	}

	

#header .wrap {

	}



#title-area {

	width: 480px;

	float: left;

	margin: 0; 

	padding: 20px 0 0 0;

	overflow: hidden;

	}

	

#title-area #title {

	font-size: 24px;

	font-weight: normal;

	line-height: 30px;

	margin: 0; 

	padding: 0;

	}

	

#title-area #title a {

	color: #333333;

	margin: 0; 

	padding: 0;

	text-decoration: none;

	}

	

#title-area #title a:hover {

	color: #333333;

	text-decoration: none;

	}

	

#title-area #description {

	color: #666666;

	font-size: 14px;

	font-style: italic;

	font-weight: normal;

	margin: 0; 

	padding: 0;

	}



#header .widget-area {
	width: 420px;
	float: right;
	margin: 0;
	padding: 0;
	position:relative;
	right: 20px;
	top:140px;
	text-align:right;
	}
	

#header .textwidget {

	margin: 0;
	color: #534c3b;
	font-size:18px;
	font-weight:bold;
	line-height:110%;

	}
	

#header .widget-area h4 {

	color: #333333;

	font-size: 16px;

	font-weight: normal;

	margin: 10px 0 0 0; 

	padding: 0;

	text-decoration: none;

	}

	

#header .widget-area ul {

	margin: 0;

	padding: 0;

	}

	

#header .widget-area ul li {

	list-style-type: square;

	margin: 0 0 0 20px;

	padding: 0;

	}

	

/***** Image Header - Partial Width ********************/



.header-image #header #title-area {

	background: url(images/header.jpg) left top no-repeat;

	}



.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {

	display: block; 

	float: left;

	width: 500px;

	height: 194px;

	margin: 0; 

	padding: 0;

	text-indent: -9999px;

	overflow: hidden;

	}

	

.header-image #title-area #description {

	display: block;

	width: 0; 

	height: 0;

	overflow: hidden;

	}



/***** Image Header - Full Width ********************/



.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {

	width: 960px;

	}

	

/***** Header Pages/Category Widget Menu ********************/



#header ul.nav {

	background: #222222;

	width: auto;

	float: right;

	list-style: none;

	color: #FFFFFF;

	text-transform: uppercase;

	margin: 20px 0 0 0;

	padding: 0 10px 0 10px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;	

	overflow: hidden;

	}

	

#header ul.nav li {

	float: left;

	list-style: none;

	margin: 0;

	padding: 0;

	}

	

#header ul.nav li a {

	color: #CCCCCC;

	display: block;

    margin: 0;

	padding: 10px 12px 10px 12px;

	text-decoration: none;

	border-right: 1px solid #333333;

	position: relative;

	}



#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {

	background: url(images/navhov.png) top right;

	color: #FFFFFF;

	}

	

#header ul.nav li a.sf-with-ul {

	padding-right: 20px;

	}	

	

#header ul.nav li a .sf-sub-indicator {

	background: url(images/arrow-down.png);

	display: block;

	width: 10px;

	height: 10px;

	text-indent: -9999px;

	overflow: hidden;

	position: absolute;

	top: 15px;

	right: 5px;

	}

	

#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {

	background: #000000;

	color: #FFFFFF;

	width: 158px; 

	font-size: 12px;

	margin: 0 0 0 -1px;

	padding: 6px 10px 6px 10px;

	border-left: 1px solid #333333;

	border-right: 1px solid #333333;

	border-bottom: 1px solid #333333;

	position: relative;

	}

	

#header ul.nav li li a:hover, #header ul.nav li li a:active {

	background: #222222;

	}



#header ul.nav li li a .sf-sub-indicator {

	background: url(images/arrow-right.png);

	top: 10px;

	}



#header ul.nav li ul {

	z-index: 9999;

	position: absolute;

	left: -999em;

	height: auto;

	width: 180px;

	margin: 0;

	padding: 0;

	}



#header ul.nav li ul a { 

	width: 160px;

	}



#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 

	}



#header ul.nav li ul ul {

	margin: -33px 0 0 179px;

	}



#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {

	left: -999em;

	}



#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {

	left: auto;

	}



#header ul.nav li:hover, #header ul.nav li.sfHover { 

	position: static;

	}



/***** Nav Menu ********************/



#nav {

	background: #567067;

	width: 1000px;

	color: #FFFFFF;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-size: 16px;
	
	text-transform:uppercase;

	margin: 0 auto 0;

	padding: 0;

	overflow: hidden;

	clear: both;

	}



#nav ul {

	width: 990px;

	float: left;

	list-style: none;

	margin: 0;

	padding: 0 0 0 10px;

	}

	

#nav li {

	float: left;

	list-style: none;

	margin: 0;

	padding: 0;

	}

	

#nav li a {

	color: #FFFFFF;

	display: block;

    margin: 0;

	padding: 8px 22px 8px 20px;

	text-decoration: none;

	position: relative;

	background: #567067 url('images/nav-divider.png') right no-repeat;
	

	}



#nav li a:hover, #nav li a:active {

	background: #7a6c7d url('images/nav-divider.png') right no-repeat;

	color: #FFFFFF;

	}



#nav li a .sf-sub-indicator {

	display: block;

	text-indent: -9999px;

	overflow: hidden;

	position: absolute;

	}

	

#nav li li a, #nav li li a:link, #nav li li a:visited {

	background: #444444;

	width: 158px; 

	color: #FFFFFF;

	font-size: 14px;

	margin: 0;

	padding: 6px 10px 6px 10px;

	border-left: 1px solid #222222;

	border-right: 1px solid #222222;

	border-bottom: 1px solid #222222;

	text-transform: none;

	position: relative;

	}

	

#nav li li a:hover, #nav li li a:active {

	background: #222222;

	color: #FFFFFF;

	}



#nav li ul {

	z-index: 9999;

	position: absolute;

	left: -999em;

	height: auto;

	width: 180px;

	margin: 0 0 0 -1px;

	padding: 0;

	}



#nav li ul a { 

	width: 160px;

	}



#nav li ul ul {

	margin: -37px 0 0 178px;

	}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {

	left: -999em;

	}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {

	left: auto;

	}



#nav li:hover, #nav li.sfHover { 

	position: static;

	}



#nav li.right {

	float: right;

	margin: 0;

	padding: 18px 30px 18px 0;

	}



#nav li.right a {

	display: inline;

	margin: 0;

	padding: 0;

	border: none;

	background: none;

	color: #FFFFFF;

	font-weight: normal;

	text-decoration: none;

	}

	

#nav li.right a:hover {

	color: #FFFFFF;

	text-decoration: underline;

	}

	

#nav li.date {

	}

	

#nav li.rss a {

	background: url(images/rss.png) no-repeat left center;

	margin: 0 0 0 10px;

	padding: 3px 0 3px 18px;

	}

	

#nav li.search {

	padding: 0 10px 0 10px;

	}

	

#nav li.twitter a {

	background: url(images/twitter-nav.png) no-repeat left center;

	padding: 3px 0 1px 20px;

	}

	

/***** SubNav Menu ********************/



#subnav {

	background: #222222;

	width: 960px;

	color: #FFFFFF;

	font-family: Arial, Tahoma, Verdana;

	font-size: 16px;

	margin: 0 auto 0;

	padding: 0;

	overflow: hidden;

	clear: both;

	}



#subnav ul {

	width: 950px;

	float: left;

	list-style: none;

	margin: 0;

	padding: 0 0 0 10px;

	}

	

#subnav li {

	float: left;

	list-style: none;

	margin: 0;

	padding: 0;

	}

	

#subnav li a {

	color: #FFFFFF;

	display: block;

    margin: 0;

	padding: 12px 15px 12px 15px;

	text-decoration: none;

	position: relative;

	}



#subnav li a:hover, #subnav li a:active {

	background: #444444;

	color: #FFFFFF;

	}

	

#subnav li a .sf-sub-indicator {

	display: block;

	text-indent: -9999px;

	overflow: hidden;

	position: absolute;

	}

	

#subnav li li a, #subnav li li a:link, #subnav li li a:visited {

	background: #444444;

	width: 158px; 

	color: #FFFFFF;

	font-size: 14px;

	margin: 0;

	padding: 6px 10px 6px 10px;

	border-left: 1px solid #222222;

	border-right: 1px solid #222222;

	border-bottom: 1px solid #222222;

	text-transform: none;

	position: relative;

	}



#subnav li li a:hover, #subnav li li a:active {

	background: #222222;

	color: #FFFFFF;

	}



#subnav li ul {

	z-index: 9999;

	position: absolute;

	left: -999em;

	height: auto;

	width: 180px;

	margin: 0;

	padding: 0;

	}



#subnav li ul a { 

	width: 160px;

	}



#subnav li ul ul {

	margin: -37px 0 0 178px;

	}



#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {

	left: -999em;

	}



#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {

	left: auto;

	}



#subnav li:hover, #subnav li.sfHover { 

	position: static;

	}



/***** Inner ********************/



#inner {

	width: 960px;

	background: #f3f0e3;

	margin: 0 auto 0;

	padding: 20px;

	overflow: hidden;

	}

	

.home #inner, .home-page #inner, .blog #inner {

	padding: 20px 20px 0 20px;

	}

	

/***** Inner Backgrounds ********************/



.content-sidebar #inner {

    }

   

.sidebar-content #inner {

    }

   

.content-sidebar-sidebar #inner {

    }

   

.sidebar-sidebar-content #inner {

    }

    

.sidebar-content-sidebar #inner {

    }



.full-width-content #inner {

    }

    

/***** Homepage ********************/

   

#home-top, #home-bottom {

	width: 640px;

	float: left;

	margin: 0;

	padding: 0;

	}

	

#content #home-top h2 {

	font-size: 22px;

	font-weight: bold;

	margin: 0 0 10px 0;

	padding: 0;

	border: none;

	}

	

#content #home-bottom h2 {

	font-size: 16px;

	font-weight: bold;

	margin: 0 0 5px 0;

	padding: 0;

	border: none;

	}

		

#content #home-top h4, #content #home-bottom h4 {

	font-size: 22px;

	font-weight: bold;

	margin: 0 0 20px 0;

	padding: 0 0 10px 0;

	border-bottom: 1px dotted #CCCCCC;

	}

	

#home-top .featuredpost, #home-top .featuredpage, #home-bottom .featuredpost, #home-bottom .featuredpage {

	margin: 0 0 20px 0;

	padding: 0;

	}

	


#home-top .featuredpost .post, #home-top .featuredpage .page, #home-bottom .featuredpost .post, #home-bottom .featuredpage .page {

	margin: 0;

	padding: 0;

	overflow: hidden;

	}

	

#home-top .featuredpost img, #home-top .featuredpage img, #home-top .featuredpost .avatar, #home-top .featuredpage .avatar, #home-bottom .featuredpost img, #home-bottom .featuredpage img, #home-bottom .featuredpost .avatar, #home-bottom .featuredpage .avatar {

	margin: 0 5px 20px 0;

	padding: 0;

	border: 10px solid #F3F3F3;

	}


/***** Breadcrumb ********************/



.breadcrumb {

	color: #333333;

	font-family: Arial, Tahoma, Verdana;

	font-size: 11px;

	text-transform: uppercase;

	margin: 0 0 30px 0;

	padding: 0 0 5px 0;

	border-bottom: 2px solid #333333;

	}



/***** Content-Sidebar Wrapper ********************/



#content-sidebar-wrap {

	width: 790px;

	margin: 0;

	padding: 0;

	float: left;

	}



.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {

	width: 960px;

	}



.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {

	float: right;

	}



/***** Content ********************/



#content {

	width: 470px;

	margin: 0;

	padding: 10px 0 0 0;

	float: left;

	}



.sidebar-content #content, .sidebar-sidebar-content #content {

	float: right;

	}



.sidebar-content #content, .content-sidebar #content {

	width: 640px;

	}

	

.full-width-content #content {

	width: 960px;

	}



#content blockquote {

	background: #F5F5F5;

	margin: 0 15px 15px 15px;

	padding: 15px 20px 0 20px;

	}



#content .post {

	margin: 0 0 40px 0;

	padding: 0;

	}



#content .page {

	margin: 0;

	padding: 0;

	}

	

#content .post p {

	margin: 0;

	padding: 0 0 15px 0;

	}

	

#content .post ul, #content .page ul {

	list-style-type: square;

	margin: 0;

	padding: 0 0 15px 0;

	}

	

#content .post ul li, #content .page ul li {

	list-style-type: square;

	margin: 0 0 0 20px;

	padding: 0;

	}

	

#content .post ul ul, #content .page ul ul {

	list-style-type: square;

	margin: 0;

	padding: 0;

	}

	

#content .post ol, #content .page ol {

	margin: 0;

	padding: 0 0 15px 0;

	}

	

#content .post ol li, #content .page ol li {

	margin: 0 0 0 20px;

	padding: 0;

	}

	

#content .post ol ol, #content .page ol ol {

	margin: 0;

	padding: 0;

	}

	

#content .post-image {

	margin: 0 10px 10px 0;

	padding: 4px;

	border: 1px solid #CCCCCC;

	}

	

#content .archive-page {

	float: left;

	width: 50%;

	margin: 0;

	padding: 20px 0;

	}



.clear {

	clear: both;

	}

	

/***** Post Info ********************/

	

.post-info {

	font-size: 11px;

	margin: 0 0 10px 0;

	padding: 0;

	text-transform: uppercase;

	}

	

.post-info p {

	margin: 0;

	padding: 0;

	}

	

/***** Post Meta ********************/

	

.post-meta {

	color: #333333;

	font-family: Arial, Tahoma, Verdana;

	font-size: 11px;

	text-transform: uppercase;

	margin: 0 0 30px 0;

	padding: 5px 0 0 0;

	border-top: 1px dotted #BBBBBB;

	}

	

/***** Author Box ********************/

	

.author-box {

	background: #F5F5F5;

	margin: 0 0 40px 0;

	padding: 10px;

	overflow: hidden;

	}

	

.author-box p {

	margin: 0;

	padding: 0;

	}

	

.author-box img {

	background: #FFFFFF;

	float: left;

	margin: 0 10px 0 0;

	padding: 4px;

	border: 1px solid #CCCCCC;

	}



/***** Headlines in Content ********************/



#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {

	color: #444444;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: bold;

	text-decoration: none;

	margin: 0 0 5px 0;

	}



#content h1 {

	font-size: 20px;

	padding: 0 0 5px 0;

	border-bottom: 1px dotted #BBBBBB;

	}

	

#content h2 {

	font-size: 20px;

	padding: 0 0 5px 0;

	border-bottom: 1px dotted #BBBBBB;

	}

	

#content h2 a, #content h2 a:visited {

	color: #333333;

	text-decoration: none;

	}

	

#content h2 a:hover {

	color: #567067;

	text-decoration: none;

	}

	

#content h3 {

	font-size: 18px;

	}

	

#content h4 {

	font-size: 16px;

	}

	

#content h5 {

	font-size: 14px;

	}

	

#content h6 {

	font-size: 12px;

	}

	

/***** Post Icons ********************/

	

.time {

	margin: 0;

	padding: 0;

	}

	

.post-comments {

	background: #FFFFFF url(images/icon-dot.png) no-repeat top left;

	margin: 0 0 0 3px;

	padding: 0 0 2px 10px;

	}

	

.categories {

	margin: 0;

	padding: 0;

	}

	

.tags {

	background: #FFFFFF url(images/icon-dot.png) no-repeat top left;

	margin: 0 0 0 3px;

	padding: 0 0 2px 10px;

	}



/***** Images ********************/



img.centered  {

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	padding: 0;

	}

	

img.alignnone {

	padding: 0;

	margin: 0 0 10px 0;

	display: inline;

	}

	

img.alignleft {

	padding: 0;

	margin: 0 10px 10px 0;

	display: inline;

	}



img.alignright {

	padding: 0;

	margin: 0 0 10px 10px;

	display: inline;

	}

	

.aligncenter {

	display: block;

	margin: 0 auto 10px;

	}

	

.alignleft {

	float: left;

	margin: 0 10px 0 0;

	}



.alignright {

	float: right;

	margin: 0 0 0 10px;

	}



.wp-caption {

	background: #F5F5F5;

	text-align: center;

	padding: 5px 0 0 1px;

	border: 1px solid #CCCCCC;

	}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0;

	}



.wp-caption p.wp-caption-text {

	margin: 0;

	padding: 0;

	font-size: 11px;

	font-weight: normal;

	line-height: 12px;

	}

	

img.wp-smiley, img.wp-wink {

	float: none;

	border: none;

	margin: 0;

	padding: 0;

	}



/***** Post Navigation ********************/



.navigation {

	width: 100%;

	margin: 0;

	padding: 20px 0 20px 0;

	overflow: hidden;

	}

	

.navigation ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

	}



.navigation li {

	display: inline;

	}



.navigation li a {

	color: #567067;

	padding: 5px 8px 5px 8px;

	border: 1px solid #CCCCCC;

	}



.navigation li a:hover {

	background: #567067;

	color: #FFFFFF;

	border: 1px solid #CCCCCC;

	text-decoration: none;

	}



.navigation li.disabled {

	margin: 0;

	padding: 5px 8px 5px 8px;

	border: 1px solid #CCCCCC;

	}



.navigation li.active a {

	background: #567067;

	color: #FFFFFF;

	font-weight: bold;

	border: 1px solid #CCCCCC;

	}



/***** Sidebar & Sidebar-Alt ********************/



#sidebar {

	width: 300px;

	float: right;

	margin: 0;

	padding: 0;

	display: inline;

	overflow: hidden;

	}

	

#sidebar-alt {

	width: 150px;

	float: left;

	margin: 0;

	padding: 0;

	display: inline;

	overflow: hidden;

	}



.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {

	float: left;

	}

	

.content-sidebar-sidebar #sidebar-alt {

	float: right;

	}



#sidebar .widget, #sidebar-alt .widget {

	margin: 0 0 15px 0;

	padding: 15px 15px 0 15px;

	}

	

#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {

	color: #333333;

	font-size: 18px;

	font-family: Arial, Tahoma, Verdana;

	font-weight: normal;

	margin: 0;

	padding: 0;

	}

	

#sidebar h2 a:hover, #sidebar-alt h2 a:hover {

	color: #567067;

	text-decoration: none;

	}



#sidebar h4, #sidebar-alt h4 {

	color: #333333;

	font-size: 16px;

	font-family: Arial, Tahoma, Verdana;

	font-weight: bold;

	margin: 0 0 10px 0;

	padding: 0 0 7px 0;

	border-bottom: 1px dotted #BBBBBB;

	}

	

#sidebar .widget p, #sidebar-alt .widget p {

	margin: 0;

	padding: 0;

	}

	

#sidebar .textwidget p, #sidebar-alt .textwidget p {

	margin: 0;

	padding: 0;

	}



#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {

	border: none;

	margin: 0;

	padding: 0;

	}



#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {

	list-style-type: square;

	margin: 0 0 0 20px;

	padding: 0;

	}



#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {

	margin: 0;

	padding: 0 0 0 10px;

	}



#sidebar li, #sidebar-alt li {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

	}



/***** Sidebar(s) Tag Cloud ********************/



#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {

	padding: 5px 0 0 0;

	}

	

/***** Sidebar(s) Category Dropdown ********************/

	

#cat {

	background: #FFFFFF;

	color: #333333;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	margin: 10px 0 5px 5px;

	padding: 3px;

	display: inline;

	border: 1px solid #CCCCCC;

	}

	

#sidebar #cat {

	width: 238px;

	}

	

#sidebar-alt #cat {

	width: 128px;

	}



/***** Sidebar(s) Featured Post/Page ********************/



#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {

	margin: 0 0 15px 0;

	padding: 15px 15px 0 15px;

	clear: both;

	}

	

#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {

	margin: 0;

	padding: 0;

	}

	

#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img, #sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {

	margin: 0;

	padding: 0;

	border: 5px solid #FFFFFF;

	}



/***** Sidebar(s) User Profile ********************/



#sidebar .user-profile, #sidebar-alt .user-profile {

	overflow: hidden;

	}



#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {

	background: #F5F5F5;

	float: left;

	margin: 0;

	padding: 4px;

	border: 1px solid #CCCCCC;

	}

	

#sidebar .user-profile p, #sidebar-alt .user-profile p {

	margin: 0;

	padding: 10px 10px 0 10px;

	}



#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {

	margin: 0;

	padding: 0 0 10px 10px;

	}

	

/***** Search Form(s) ********************/



.searchform {

	margin: 0;

	}



#header .searchform {

	float: right;

	padding: 40px 0 0 0;

	}

	

#sidebar .searchform {

	padding: 0 10px 5px 5px;

	}

	

#nav .searchform {

	float: right;

	padding: 10px 0 0 0;

	}

	

.s {

	background: #FFFFFF !important;

	color: #666666;

	font-family: Georgia, Times New Roman, Trebuchet MS;	

	font-size: 14px;

	font-style: italic;

	margin: 5px 5px 0 0;

	padding: 6px 0 6px 8px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	border: 1px solid #CCCCCC;

	}

	

#header .s, #nav .s {

	width: 200px;

	}

	

#sidebar .s {

	width: 160px;

	}



#sidebar-alt .s {

	width: 80px;

	}



.searchsubmit {

	background: url(images/button.png);

	color: #FFFFFF;

	font-family: Arial, Tahoma, Verdana;

	font-size: 14px;

	padding: 5px;

	margin: 0;

	text-transform: uppercase;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	border: 1px solid #427BAA;

	}



.searchsubmit:hover {

	background: url(images/button-hover.png);

	border: 1px solid #427BAA;

	}

	

#nav .searchsubmit {

	font-size: 14px;

	}



/***** eNews & Updates Widget ********************/



.enews {

	background: url(images/enews.png) top right no-repeat;

	margin: 0;

	padding: 0;

	}

	

#header .enews {

	float: right;

	width: 280px;

	margin: 10px 0 0 0;

	padding: 0;

	}

	

#sidebar .enews {

	margin: 0;

	padding: 0 0 5px 0;

	}

	

#sidebar .enews p {

	margin: 0;

	padding: 0;

	}



.enews #subscribe {

	margin: 0;

	padding: 0;

	overflow: hidden;

	}



.enews #subbox {

	background: #FFFFFF !important;

	width: 210px;

	color: #666666;

	font-family: Georgia, Times New Roman, Trebuchet MS;	

	font-size: 14px;

	font-style: italic;

	margin: 10px 8px 0 0;

	padding: 6px 0 6px 8px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	border: 1px solid #CCCCCC;

	}

	

#header .enews #subbox {

	margin: 0 5px 0 0;

	}

	

.enews #subbutton {

	background: url(images/button.png);

	color: #FFFFFF;

	font-family: Arial, Tahoma, Verdana;

	font-size: 14px;

	padding: 5px;

	margin: 0;

	text-transform: uppercase;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	border: 1px solid #427BAA;

	}

	

.enews #subbutton:hover {

	background: url(images/button-hover.png);

	border: 1px solid #427BAA;

	}



/***** Latest Tweets Widget ********************/



#header .latest-tweets {

	background: url(images/twitter.png) top right no-repeat;

	color: #333333;

	margin: 10px 0 0 0;

	padding: 0 20px 0 0;

	}

	

#header .latest-tweets a, #header .latest-tweets a:visited {

	color: #567067;

	text-decoration: underline;

	}

	

#header .latest-tweets a:hover {

	color: #567067;

	text-decoration: none;

	}



.latest-tweets {

	background: url(images/twitter-sidebar.png) top right no-repeat;

	margin: 10px 0 0 0;

	padding: 0;

	}



/***** Calendar ********************/



#wp-calendar {

	margin: 0;

	padding: 0;

	width: 100%;

	}



#wp-calendar caption {

	color: #333333;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	font-style: italic;

	font-weight: normal;

	margin: 0;

	padding: 2px 5px 0 0;

	text-align: right;

	}

	

#sidebar #wp-calendar caption {

	color: #333333;

	}



#sidebar #wp-calendar th {

	color: #333333;

	}



#wp-calendar th {

	color: #333333;

	}



#wp-calendar thead {

	margin: 10px 0 0 0;

	font-weight: bold;

	color: #F5F5F5 !important;

	}

	

#sidebar #wp-calendar thead {

	background: #F5F5F5 !important;

	color: #F5F5F5 !important;

	}



#wp-calendar td {

	font-weight: normal;

	text-align: center;

	margin: 0;

	padding: 2px;

	}



#wp-calendar tfoot td {

	background: none;

	margin: 0;

	padding: 0;

	}

	

/***** Contact Form ********************/

	

.gform_footer .button {

	background: url(images/button.png);

	color: #FFFFFF;

	font-family: Arial, Tahoma, Verdana;

	font-size: 14px;

	padding: 5px;

	margin: 0;

	text-transform: uppercase;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	border: 1px solid #427BAA;

	}

	

.gform_footer .button:hover {

	background: url(images/button-hover.png);

	border: 1px solid #427BAA;

	}

	

.gform_footer input.button {

	color: #FFFFFF !important;

	}

	

.gform_wrapper .gform_footer {

	border: none!important;

	}



/***** Footer ********************/



#footer {

	width: 1000px;

	color: #FFFFFF;

	font-family:Arial, Helvetica, sans-serif;

	font-size: 10px;

	margin: 0 auto 0;

	padding: 0;

	overflow: hidden;

	clear: both;

	}



#footer a, #footer a:visited {

	color: #FFFFFF;

	text-decoration: none;

	}

	

#footer a:hover {

	color: #FFFFFF;

	text-decoration: underline;

	}

	

#footer p {

	margin: 0;

	padding: 0;

	}



#footer .gototop {

	width: 215px;

	float: left;

	margin: 0;

	padding: 10px 0 10px 0px;

	}

	

#footer .gototop a {

	margin: 0;

	padding: 2px 20px 0px;

	background: url(images/footer-top.png) no-repeat left center;

	}

	

#footer .creds {

	width: 700px;

	float: right;

	margin: 0;

	padding: 10px 0px 10px 0;

	text-align: right;

	}



/***** Comments ********************/



.comments {

	font-size: 12px;

	margin: 0;

	padding: 0;

	}

	

#respond {

	margin: 0 0 15px 0;

	padding: 0;

	}



#author, #email, #url {

	background: #F5F5F5 !important;

	width: 250px;

	color: #333333;

	font-family: Arial, Tahoma, Verdana;

	font-size: 12px;

	padding: 3px 0 3px 3px;

	margin: 5px 5px 0 0;

	border: 1px solid #CCCCCC;

	}

	

#comment {

	background: #F5F5F5 !important;

	width: 98%;

	height: 150px;

	color: #333333;

	font-family: Arial, Tahoma, Verdana;

	font-size: 12px;

	padding: 3px 0 3px 3px;

	margin: 5px 0 5px 0;

	border: 1px solid #CCCCCC;

	}

	

#submit {

	background: url(images/button.png);

	color: #FFFFFF;

	font-family: Arial, Tahoma, Verdana;

	font-size: 14px;

	padding: 5px;

	margin: 0;

	text-transform: uppercase;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	border: 1px solid #427BAA;

	}

	

#submit:hover {

	background: url(images/button-hover.png);

	border: 1px solid #427BAA;

	}

	

.comment-list {

	margin: 0;

	padding: 0;

	}

	

.ping-list {

	margin: 0 0 40px 0;

	padding: 0;

	}

	

.comment-list ol, .ping-list ol {

	margin: 0;

	padding: 10px;

	}



.comment-list li, .ping-list li {

	font-weight: bold;

	margin: 15px 0 5px 0;

	padding: 10px 5px 10px 10px;

	list-style: none;

	}

	

.comment-list li ul li { 

	margin-right: -6px;

	margin-left: 10px;

	}



.comment-list p, .ping-list p {

	font-weight: normal;

	text-transform: none;

	margin: 10px 5px 10px 0;

	padding: 0;

	}



.comment-list li .avatar { 

	background: #F5F5F5;

	float: right;

	border: 1px solid #CCCCCC;

	margin: 0 5px 0 10px;

	padding: 4px;

	}



.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {

	font-weight: bold;

	font-style: normal;

	}



.commentmetadata {

	font-size: 11px;

	font-weight: normal;

	}



#respond:after {

	content: "."; 

	display: block; 

	height: 0; 

	clear: both; 

	visibility: hidden;

	}

	

.alt {

	margin: 0;

	padding: 10px;

	}

	

.children { 

	margin: 0;

	padding: 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



#comments .navigation {

	display: block;

	margin: 10px 0 0 0;

	}



.thread-alt, .thread-even {

	background: #F5F5F5;

	margin: 0;

	padding: 0;

	}



.depth-1 {

	border: 1px dotted #BBBBBB;

	margin: 0;

	padding: 0;

	}



.even, .alt {

	border: 1px dotted #BBBBBB;

	margin: 0;

	padding: 0;

	}
	
#keywords {
	width:960px;
	margin: 0 auto;
	padding:10px 20px;
	background:#7a6c7d;
	color:#FFF;
	font-size:70%;
	line-height:120%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}
#sitefooter {

	background: #567067;

	width: 960px;

	color: #FFFFFF;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-size: 12px;

	margin: 0 auto 0;

	padding: 0 20px 10px 20px;

	overflow: hidden;

	clear: both;
	text-align:center;

	}
#sitefooter .widget_page_link_manager ul {
	margin:0;
	padding:0;
	}
	
#sitefooter .widget_page_link_manager ul li {
	display:block;
	list-style-type:none;
	float:left;
	padding:0 5px 0 5px;
	text-transform:uppercase;
	margin:0;
	line-height:120%;
	}
	
#sitefooter #text-3 {
	clear:both;
	}

#sitefooter a, #sitefooter a:visited {

	color: #FFFFFF;

	text-decoration: none;

	}

#sitefooter a:hover {

	color: #FFFFFF;

	text-decoration: underline;

	}

#sitefooter p {

	margin: 0;

	padding: 0;

	}
#weddingrates {
	width:425px;
	float:left;
	padding-top:15px;
}
#regularrates {
	padding-top:15px;
	margin-left:12px;
	float:left;
	width:520px;
	padding-bottom:24px;
}
#ratetable {
	font-size:14px;
	font-family:'Times New Roman', Times, serif;
	border:0;
	color: #455E54;
	border-collapse:collapse;
	background:#f5f0e3;
}
#ratetable td {padding-top:5px;}
.ratetimes {
	padding-left: 12px;
}
.datesplit {
	font-weight:bold;
	font-size:150%;
	border-bottom: 1px solid #577067;
	padding-top;24px;
	padding-bottom:0;
}

#featured-post-3 {
	background: url('images/fpbg.jpg') repeat-y;
	color:#534c3b;
	font-size:80%;
	font-style:italic;
	margin:0;
	padding:0;
	}
	
#featured-post-3 .widget-wrap {
	padding-bottom:10px;
	}
#featured-post-3 h2 a {
	font-family:'Times New Roman', Times, serif;
	font-style:italic;
	font-size:90%;
	font-variant: small-caps;
	color:#423545;
	font-weight:bold;
	line-height:110%;
	}
#featured-post-3 .category-customer-testimonials p {
	background: url('images/quotedivider.jpg') no-repeat bottom center;
	padding:0 0 5px;
	margin-bottom:5px;
	}
#featured-post-3 .category-customer-testimonials p .quote {
	padding-top:5px;
	}
#featured-post-3 .category-customer-testimonials p .quotesource {
	margin:0 0 5px 75px;
	}
	
#home-top {
	padding-bottom:20px;}
	
#sidebar #gdm-plm-1  {
	margin:0 0 15px;
	padding:10px 0 0;
	}
	
#gdm-plm-1 h4 {display:none;}

#gdm-plm-1 ul {
	margin:0 0 20px 0;
	list-style-type:none;
	}
	
#gdm-plm-1 ul li a {
	display:block;
	padding:38px 20px;
	margin:0 0 10px 0;
	background:#7a6c7d url('images/hp-btn.jpg') no-repeat center center;
	color:#FFF;
	text-decoration:none;
	font-size:150%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	}
.post-info {display:none;}

#contact td {
	font-size:125%;
	line-height:115%;
	}
#menuitems {width:60%;float:left;}
ul.menulist {width:100%;margin-bottom:20px;}
ul.menulist li {
	line-height:120%;
}
ul.menulist ul li {
	margin:0 0 0 20px;display:block;padding:0 0 0 20px;font-size:90%;font-style:italic;
}
.menuprice {width:35%;float:right;font-size:18px;font-weight:bold;text-align:right;font-style:italic;}
.menupricemult {width:35%;float:right;font-size:18px;font-weight:bold;text-align:right;font-style:italic;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dotted #829890;}
.menuextra {clear:both;display:block;border-top:1px dotted #829890;margin-top:20px;padding-top:20px;}

#content .post .sociable ul li, #content .page ul li {
	margin:0 0 0 4px;
	}
.linkcat {
	margin-left:30px;!important
}
#content h2.linkcattitle {
	border:0;!important
	color:#567067;!important
	}
#content ul.blogroll {
	padding-left:30px;
	}
