/*  
Theme Name: SWD Theme
Theme URI: http://www.shaw-webdesigns.com
Description: A simple, clean and fresh blog design.
Date: 18th Jan 2010
Author: Leticia Shaw
Author URI: http://www.shaw-webdesigns.com
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/*font-weight:500;*/
	background-color:#fafafa;
}

#bodyBackground {
	background-image: url(images/bckgrnd-top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:760px;
	width:100%;
}

#footerBackground {
	/*background-image:  url(images/bckgrnd-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

/*--formatting--*/
a {
	color: #b63d13;
}

a:hover {
	text-decoration: none;
	color: red;
}

p {
	/*padding: 0 0 1.8em;*/
	padding: 0 0 15px;
	color:#190b0b;
}	

h2 {
	font-size:30px;
	/*font: 900 30px Arial, Helvetica, sans-serif;*/
	/*letter-spacing: -1px;*/
	padding-bottom: 10px;
}

h2 em {
	/*font: 400 30px "Times New Roman", Times, serif;*/
	font-size:30px;
	font-style: italic;
	letter-spacing: 0;
}

.pagetitle h2 {
	/*font: 400 24px "Times New Roman", Times, serif;*/
	font-size:23px;
	padding: 0px 12px 0px 15px;
	text-align: left;
	color:#FFFFFF;
	float:left;
	/*height:80px;*/
	background-image:url(images/page-title-bckgrnd.jpg);
	background-repeat:repeat-x;
	width:265px;
	background-color: #ffb50c;
	/*letter-spacing: 0;
	background-color: #e1dfb9;
	border-bottom: 1px solid #D7D39A;*/
}

h2.pagetitle strong {
	font-size: 24px;
	font-style: italic;
}

.sidebarTitle h2 {
	font-size:22px;
	padding-bottom: 8px;
	background-image:url(images/sidebar-h2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:10px;
	padding-left:30px;
	color:#494e51;
}

h2 a {
	color:#3f0b0c;
	/*color: #5d5b35;*/
	text-decoration: none;
}

h3 {
	/*font: 900 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;*/
	font-size:16px;
	color:#831d00;
	/*padding-right: 20px;*/
/*	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:5px;
	padding-left:25px;
	border-bottom:1px solid #831d00;
	font-weight:bold;
	background-image:url(images/h3-bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
*/}

h3 a {
	text-decoration: none;
}

h4 {
	/*font: 900 16px "Times New Roman", Times, serif;	*/
	/*font-style: italic;*/
	font-size:14px;
	/*padding: 5px 0;*/
	color:#1182FF;
	/*font-weight:bold;*/
}

h5 {
	/*font: 400 14px Arial, Helvetica, sans-serif;*/	
	font-size:14px;
	padding: 5px 0;
	color:#8E8B22;
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #D7D39A;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	/*_margin: 0 0 10px 50px;*/
	border-bottom: 1px solid #A6A371;
	border-top: 1px solid #A6A371;
	font: 400 16px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
	margin-left:45px;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

.clearBoth {
	clear:both;
}

.edit_post_link {
	float:inherit;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	/*padding-top: 4px;*/
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	/*border: 0 none;*/
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 0px 0px 0px;
	margin: 0;
}
/* End captions */

/*--container--*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 261px;
	float: left;
}

#content {
	width: 1000px;
	float: left;
	/*background: url(images/content-bckgrnd.jpg) repeat-y;*/
	padding-bottom:25px;
}

#content #left-col {
	width: 298px;
	float: left;
}

#content #right-col {
	width: 701px;
	float: left;
	background-image: url(images/post-bckgrnd.jpg);
	background-repeat: repeat-y;
	margin-top:10px;
}

#content #left-col #sidebar {
	width: 233px;
	float: left;
}

#footer {
	width: 100%;
	float: left;
	background: url(images/bckgrnd-bottom.jpg) repeat-x;
	/*height: 83px;*/
	background-color:#21517b;
	padding-bottom:10px;
	/*padding-top: 15px;
	padding-bottom: 20px;*/
}

/*--header--*/

#header #firstHeader {
	width: 1000px;
	height: 145px;
	float: left;
}

#header #firstHeader #logo {
	width: 402px;
	height: 145px;
	float: left;
}

#header #firstHeader #topInfoArea {
	width:598px;
	height:35px;
	float:left;
}

#header #firstHeader #topInfoArea .customerLogin a {
	padding-top:9px;
	/*padding-left:0px;
	padding-right:10px;*/
	font-size: 16px;
	font-weight:bold;
	color: #E8E8E8;
	width:165px;
	height:26px;
	float:left;
	background-color:#3a6388;
	text-decoration:none;
}

#header #firstHeader #topInfoArea .customerLogin a:hover{
	color:#ffc412;
}

#header #firstHeader #callTextArea {
	width:598px;
	height:27px;
	float:left;
	padding-top:8px;
	font-size:17px;
	color:#ffcf21;
	text-align:left;
}

#header #firstHeader #phoneArea {
	width:598px;
	height:68px;
	float:left;
	padding-top:8px;
}

#header #firstHeader #phoneArea .phoneNumber {
	font-size:32px;
	color:#FFFFFF;
	margin:0 0 -4px 0;
}

#header #firstHeader #phoneArea .phoneComment1 {
	color:#f5cf1b;
	font-size:17px;
}

#header #firstHeader #phoneArea .phoneComment2 {
	color:#6baade;
	font-size:17px;
}

#header #firstHeader #phoneArea #phone1 {
	background-image:url(images/phone-info-bckgrnd.jpg);
	background-repeat:repeat-x;
	height:68px;
	width:231px;
	float:left;
	text-align:center;
	padding-top:3px;
}

#header #firstHeader #phoneArea #phone2 {
	background-image:url(images/phone-info-bckgrnd.jpg);
	background-repeat:repeat-x;
	height:68px;
	width:231px;
	float:left;
	text-align:center;
	padding-top:3px;
}

#header #secondHeader {
	width: 1000px;
	height: 64px;
	float: left;
}

#header #secondHeader #logo2 {
	width: 166px;
	height: 64px;
	float: left;
}

#header #secondHeader #specialsArea {
	width: 828px;
	height: 64px;
	float: left;
	padding-top:12px;
	margin-top:2px;
}


#header #specialsArea #specialsTextArea {
	width: 610px;
	height: 45px;
	float: left;
	background-image:url(images/special-info-bckgrnd.jpg);
	margin-top:2px;
}

#header #specialsArea .specialsText {
	font-size:15px;
	color:#FFFFFF;
	padding-top:8px;
	padding-left:5px;
}

#header #menuArea { /* menu area */
	float: left;
	width: 1000px;
	height:52px;
	text-align: left;
	background-image: url(images/menu-bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:0px;
}



/*--content--*/
/*--page-menu--*/

#pageTitleArea {
	width:292px;
	/*background-image:url(images/page-title-bckgrnd.jpg);
	background-repeat:repeat-x;
	height:40px;*/
	margin-top:13px;
	margin-left:3px;
	padding-bottom:22px;
}

#phoneBckgrnd {
	width: 259px;
	height: 49px;
	background-image: url(images/phone-area-bckgrnd.jpg);
	background-repeat: no-repeat;
	/*float: left;*/
	background-position: left top;
	/*clear:right;*/
	padding-bottom:10px;
}

#phoneBckgrnd .phoneText {
	/*padding-top:15px;*/
	padding-left:32px;
	font-size:14px;
	font-weight:bold;
	color:#7b2e00;
}

#phoneBckgrnd .phoneNum {
	/*padding-top:15px;*/
	padding-left:32px;
	font-size:26px;
	/*font-weight:bold;*/
	color:#7b2e00;
	text-align:left;
}

#addressBckgrnd {
	width: 233px;
	height: 55px;
	float: left;
	padding-top:25px;
	padding-bottom:10px;
}

#addressBckgrnd .addressTitle {
	/*padding-top:15px;
	padding-left:32px;*/
	font-size:16px;
	font-weight:bold;
	color:#a0410d;
	text-align:center;
	background-color:#FFFF00;
}

#addressBckgrnd .addressText {
	/*padding-top:15px;
	padding-left:32px;*/
	font-size:14px;
	/*font-weight:bold;*/
	color:#272727;
	text-align:center;
}

#joinMailing {
	font-size: 16px;
	color: #cdca45;
	margin-left:13px;
	float:left;
}

#joinMailing p{
}

#joinMailing h2 {
	padding: 3px 4px 0px 0px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #a77630;
	letter-spacing:normal;
}

#sidebarBottom {
	width: 235px;
	height: 107px;
	background-image: url(images/sidebar-bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: left top;
	padding-bottom:10px;
}

#content #menuNote {
	width:234px;
	color:#7b2e00; 
	font-size:12px;
	text-align:center;
	margin-left:5px;
	padding-top:20px;
	float:left;
}

#content #menuBottom {
	width:259px;
	height:32px;
	float:left;
}

#content #headerSpacer {
	width:765px;
	height:79px;
	float:left;
	background-image:url(images/header-spacer.jpg);
	background-repeat:no-repeat;
}

/*--featured-post--*/

#featured-post {
	width: 100%;
}

#featured-post h2 {
	font-size:19px;
	color: #0378fe;
	letter-spacing: -1px;
	padding-bottom: 5px;
	padding:0px;
	margin:0px;
	text-align:left;
}

#featured-post .featured {
	width: 725px;
	border: 1px solid #0378fe;
	float: left;
	padding: 0 10px;
	background-color: #fff;
	background-image: url(images/featured-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#featured-post .featured h3 {
	background:none;
	border:none;
	/*padding:0px;*/
	margin:0px;
	background-image: url(images/h3-featured.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#featured-post .featured h3 a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color: #eae8c6;
	color: #5d5b35;
	font-size: 10px;
}

#featured-post .featured span#f-date a {
	color: #5d5b35;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px solid #e5e3c2;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	border-top: 1px solid #eae8c6;
	width: 558px;
	background: url(images/tag.png) no-repeat center left;
	padding: 4px 0 4px 20px;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.jpg) no-repeat top left;
	width: 79px;
	height: 22px;
	text-indent: -9999em;
	margin: -10px 10px 0 0;
	display: inline;
}

/*--post--*/

#postTop {
	background-image:url(images/post-top.jpg);
	background-repeat:no-repeat;
	width:701px;
	height:13px;
	float:left;
}

#postBottom {
	background-image:url(images/post-bottom.jpg);
	background-repeat:no-repeat;
	width:701px;
	height:13px;
	float:left;
}

.post {
	width: 693px;
	float: left;
	padding-top: 5px;
	margin-left:10px;
}

.post p {
	margin-left:20px;
	margin-right:0px;
}

.post small {
	color:#aaa777;
	font-size:10px;
	padding-left:48px;
	padding-bottom:10px;
	float:left;
	/*font-weight:bold;*/
}

.post h2 {
	font-size:22px;
	padding-bottom: 8px;
	background-image:url(images/post-h2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:20px;
	padding-left:30px;
	/*border-bottom:1px solid #831d00;*/
	color:#494e51;
	/*font-weight:bolder;
	margin-bottom:18px;
	letter-spacing:normal;*/
}

.post h3 {
	font-size:18px;	
	background-image:url(images/post-h3.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:20px;
	padding-left:30px;
	color:#FF9900;
	font-weight:bold;
}

.incoming h3 {
	background-image:none;
}

.incoming {
	margin:0px;
	padding:0px;
}

.post h4 {
	font-size:14px;	
	background-image:url(images/post-h4.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:20px;
	padding-left:30px;
	font-weight:bold;
	color:#000000;
}

.post a img, .post img {
	padding: 0px;
	/*border: 3px solid #3f0b0c;
	margin: 10px;*/
}

.post ul .bulletGrey { 
	list-style : url(images/bullet-grey.jpg) disc;
	vertical-align:bottom;
	margin-bottom: 5px;
	padding-left: 10px; 
	margin-left: 45px;
}

.post ul .bulletFolder {
	list-style: url(images/bullet-folder.jpg) disc;
	vertical-align:bottom;
	margin-bottom: 5px;
	padding-left: 10px;
	margin-left: 45px;
}

.post ul .bulletOrange, .ul li span .bulletOrange {
	list-style: url(images/bullet-orange.jpg) disc;
	vertical-align:bottom;
	margin-bottom: 5px;
	padding-left: 10px;
	margin-left: 45px;
}

.post-info {
	float: left;
	width: 563px;
	margin-left:20px;	
	padding-right: 10px;
	padding-top:3px;
	/*margin-bottom:5px;*/
	border-top: 1px solid #839f2a;
	/*height:23px;*/
	/*border-top: 1px solid #b5b38f;*/
	/*border-bottom: 1px solid #839f2a;*/
}

.post-info a img, .post-info img {
	padding: 5px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.post-info em {
	/*display: block;*/
	font-size: 9px;
	/*border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;*/
}

.more-link {
}

a.more-link {
	float: right;
	display: block;
	background: url(images/readmore.jpg) no-repeat top right;
	width: 92px;
	height: 23px;
	text-indent: -9999em;
	/*padding-left:526px;*/
	margin-top:10px;
	margin-right:5px;
	/*margin-top: 5px;*/
	/*display: inline;*/
	/*clear:both;*/
}

.post-edit-link {
	margin-left:25px;
}

.post-tag {
	/*display: block;*/
	/*border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;*/
	float: left;
	width: 618px;
	margin-left:35px;	
	/*padding-right: 10px;
	padding-top:3px;
	margin-bottom:5px;
	height:23px;
	margin-top:-35px;*/

	font-size: 13px;
	color:#aaa777;
	background-image:url(images/post-info.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.post-tag .postmetadata {
	border-bottom: 1px solid #839f2a;
	/*margin-top:30px;*/
	padding-bottom:3px;
	padding-left:45px;
	margin-bottom:20px;
}

.post-tag a {
	text-decoration: none;
	font-weight: 900;
	color:#aaa777;
}

.entry {
	float: left;
	width: 660px;
	padding-left: 5px;
}

p.metadata {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	margin-top: 15px;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--feed--*/
#feed {
	width: 330px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
	width: 32px;
	height: 27px;
	background: url(images/rss.png) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

/*--search--*/
#searchform {
	width: 289px;
	float: left;
	/*background-color:#efc944;
	border:2px solid #FFFFFF;*/
	/*height: 41px;
	*/
	/*margin-left: 23px;*/
	margin-top: 3px;
	background-color:#3a6388;
	height:33px;
}

#searchform form {
	float: left;
	/*width: 289px;*/
	/*margin: 0px 0px 10px 14px;*/
	height:25px;
	/*display: inline;*/
	background-color:#3a6388;
}

#searchform form label {
	display:none;
}

#searchform form input#s {
	width: 246px;
	background: url(images/search-bckgrnd.jpg) no-repeat top left;
	height:27px;
	/*border: 1px solid #7f9db9;*/
	float: left;
	border: 0;
	color: #999999;
	/*margin-right: 15px;*/
	/*padding: 3px 0 0 10px;
	*/
	font-size:16px;
	padding-top:3px;
	padding-left:18px;
}

#searchform form input#searchsubmit {
	width: 25px;
	background: url(images/search-go.jpg) no-repeat center left;
	height: 27px;
	border: 0;
	float:left;
}

/*--sidebar1--*/

#sidebar h3 {
	text-align: center;
	border-top: 1px solid #a6a371;
	border-bottom: 1px solid #a6a371;
	background-color: #dedcb9;
	margin-bottom: 15px;
}

#sidebar ul {
	list-style-image: none;
	list-style-type: disc;
	padding-left:30px;
	margin-bottom:40px;
	clear:both;
}

#sidebar ul li {
	float: left;
	/*width: 100%;*/
	font-size:11px;
	/*margin-bottom: 10px;*/
	color:#993300;
	font-weight:normal;
}

#sidebar ul li h2 {
	padding: 3px 4px 6px 15px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #a77630;
	letter-spacing:normal;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 100%;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	float: left;
	/*font-size:16px;*/
	text-decoration: none;
	/*color: #454545;*/
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom:3px;

	font-size:11px;
	color:#993300;
	font-weight:normal;
}

#sidebar ul li ul li a:hover {
	color: #b63d13;
	/*background-color: #bbb875;*/
}

#sidebar1 {
	float: left;
	width: 90%;
}

#sidebar2 {
	float: left;
	width: 292px;
}

#sidebar2 .staffTitleArea {
	float: left;
	width: 218px;
	height:48px;
	background-image:url(images/staff-titles.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}

#sidebar2 .staffTitleArea .staffName {
	font-size:15px;
	font-weight:bold;
	color:#638e18;
	margin-left:18px;
	margin-top:5px;
}

#sidebar2 .staffTitleArea .staffTitle {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-right:13px;
	margin-top:6px;
	text-align:right;
}

#sidebar2 .staffDescription {
	font-size:12px;
	margin-left:20px;
	margin-top:10px;
	text-align:left;
	float:left;
	padding-bottom:10px;
}

#sidebar2 .sfwifiName {
	color:#2e3192;
	font-weight:bold;
}

#sidebar3 {
	float: left;
	width: 292px;
	margin-left:10px;
	margin-top:10px
}

#sidebar3 h2 {
	font-size:18px;
	color:#a77630;
}

#sidebar3 ul {
	list-style-image: none;
	list-style-type: none;
	padding-left:30px;
	/*margin-bottom:40px;*/
	clear:both;
}

#sidebar3 ul .children {
	/*margin:0px;
	padding-bottom:0px;*/
}

#sidebar3 ul .children a:hover {
/*	margin:0px;
	padding-bottom:0px;
*/	color:#FF0000;
}


#sidebar3 ul a {
	margin:0px;
	padding-bottom:0px;
}

#sidebar3 li {
	list-style-image: none;
	list-style-type: none;
/*	padding-left:30px;*/
	/*margin-bottom:10px;*/
	clear:left;
	padding-bottom:10px;
}

#sidebar3 li a {
	padding-bottom:10px;
}



#sidebar4 {
	float: left;
	width: 292px;
	margin-left:10px;
	margin-top:10px
}

#sidebar4 h2 {
	font-size:12px;
	color:#a77630;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom:0px;
}

#sidebar4 .post small {
	padding-left: 0px;
	padding-bottom: 3px;
}

#sidebar4 .entry {
	width: 280px;
	float:left;
	padding-left: 0px;
}

#sidebar4 .post {
	width: 250px;
	clear:both;
	font-size:12px;
}

#sidebar4 .post p {
	margin-left: 0px;
}

#sidebar4 ul {
	list-style-image: none;
	list-style-type: none;
	padding-left:30px;
	/*margin-bottom:40px;*/
	clear:both;
}

#sidebar4 ul .children {
	/*margin:0px;
	padding-bottom:0px;*/
}

#sidebar4 ul .children a:hover {
/*	margin:0px;
	padding-bottom:0px;
*/	color:#FF0000;
}


#sidebar4 ul a {
	margin:0px;
	padding-bottom:0px;
}

#sidebar4 li {
	list-style-image: none;
	list-style-type: none;
/*	padding-left:30px;*/
	/*margin-bottom:10px;*/
	clear:left;
	padding-bottom:10px;
}

#sidebar4 li a {
	padding-bottom:10px;
}



/*--comments--*/

#comments {
	margin-top: 15px;
	margin-left: 25px;
	margin-bottom:0px;
	float: left;
	width: 600px;
}

h4#comment-title {
	background: url(images/comments.jpg) no-repeat top left;
	width: 600px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
}

#comments ol {
	margin-left:0px;
	float: left;
	width: 635px;
	list-style: none;
	padding:5px 5px 0 5px;
	background-color: #F8F8F8;
	border: 1px solid #D6D6D6;
}

#comments ol li {
	float: left;
	width: 625px;
	list-style: none;
	/*padding: 10px;*/
	/*background-color: #d7d39a;
	border: 1px solid #c1bd85;*/
}


#comments ol li .comment-data {
	float: left;
	width: 575px;
	margin-right: 10px;
	padding: 5px 10px;
	/*min-height: 120px;*/
	/*_height: 120px;
	overflow: visible;*/
}

#comments ol li.alt .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	background-color: #eae8c6;
	padding: 5px 10px;
	/*min-height: 120px;*/
	border: 1px solid #c1bd85;
	/*_height: 120px;*/
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	border: 2px solid #f3f3f3;
	padding: 8px;
	margin-top: 20px;
	margin-left: 0px;
	float: left;
	width: 625px;
}

#respond h3 {
	background: url(images/respond.jpg) no-repeat top left;
	float: left;
	text-indent: -9999em;
	width: 600px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}

/*--footer--*/

#footer #footerSpacer {
	/*width:1024px;*/
	margin: 0 auto;
	/*margin-left:27px;*/
	padding-bottom:15px;
	/*width: 1024px;
	float: left;*/
}

#footer .footer-text {
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}

#footer .footer-text a {
	color: #ffffff;
}

#footer .footer-text span {
	float: left;
	width: 1000px;
	padding-bottom:3px;
	font-weight:normal;
	font-size:14px;
	padding-top:10px;
	color: #ffffff;
}

#footer .footer-text em {
	float: left;
	width: 360px;
	text-align: right;
}

/*--widget-formatting*/
.textwidget {
	/*padding: 5px;*/
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
	list-style-type:none;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0 0 25px;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--portfolio--*/
.clearing {
    clear: both;
}

.portfolio .portfolio-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.portfolio .portfolio-item:last-child {
    padding: 0;
    border: 0;
}

.portfolio-image-container {
    width: 150px;
    height: auto;
 
    float: left;
    margin: 10px 15px 15px 0;
    border: 2px solid #ddd;
    overflow: hidden;
}

.portfolio-image-container-sidebar {
    width: 150px;
    height: auto;
 
    /*float: left;*/
    margin: 15px 0px 0px 0;
    border: 2px solid #ddd;
    overflow: hidden;
}


.portfolio a.visit-link {
    background: #BCCAD1;
    padding: 5px 7px;
    border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
    text-decoration: none;
    color: #0D557D;
}
 
.portfolio a.visit-link:hover {
    background: #9BC2D6;
}

.portfolio-desc {
    width: 150px;
    height: 35px;
    padding: 4px;
 
    position: absolute;
    bottom: -43px;
    left: 0;
 
    background: #295873;
    background: rgba(41, 88, 115, 0.85);
 
    color: #ddd;
    font-size: 85%;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a img {
	/*padding: 3px;*/
	padding: 0px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

.lg_slideshow { /* Need to change this style in lazyest-style.css file. Comment out all of the lines. */
	position:relative;
  /*margin: 10px auto;*/
  margin: 0;
  z-index:99;
}

.slideshowLeft .lg_gallery {
	float: left;
	border: 3px solid #3f0b0c;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

.slideshowRight .lg_gallery {
	float: right;
	border: 3px solid #3f0b0c;
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

/* Portfolio Selector */
.entry #jh-portfolio-selector { overflow: hidden; clear: both; border: 1px solid #E7E7E7; padding: 10px; background: #F9F9F9; margin: 5px 0; }
.entry #jh-portfolio-selector ul { width: 410px; float: left; margin: 0; padding: 0; list-style: none; text-indent: 0; clear:both; }
.entry #jh-portfolio-selector ul li { margin: 3px 0; overflow: hidden; }
.entry #jh-portfolio-selector ul li:first-child {  }
.entry #jh-portfolio-selector ul li a { outline: none; }
.entry #jh-portfolio-selector ul li a.active { color: #FD6400; }
.entry #jh-portfolio-selector #main-image-holder { float: right; }

/* Brief */
.entry #jh-portfolio-brief { border: 1px solid #E7E7E7; padding: 10px; background: #F9F9F9; margin: 5px 0; }
.entry #jh-portfolio-brief h4 { margin: 0 0 10px 0; }
.entry #jh-portfolio-brief p { margin: 0; }

/* Additional Images */
.entry #jh-portfolio-additional-images { border: 1px solid #E7E7E7; padding: 10px; background: #F9F9F9; overflow: hidden; margin: 5px 0; }
.entry #jh-portfolio-additional-images a img { margin: 0 10px 5px 0; }

/* Content */
.entry #jh-portfolio-content { margin: 20px 0; }

.entry #jh-portfolio-main-image { margin: 10px 0; text-align: center; }
.entry #jh-portfolio-main-image img { border: 1px solid #E7E7E7; padding: 5px; }

/* hide unwanted content on defaults */
.jh-portfolio .postmetadata { display: none; }

/* Custom Styles for Index page */
.seperatorB {
	height:10px;
	border-top-style:solid;
	border-top-color: #666666;
	border-top-width: 1px;
	width:1000px;
}

.newbullet1 {
	list-style:square;
	list-style-position:inside;
	vertical-align:bottom;
	margin-bottom: 20px;
	padding-left: 5px; 
	margin-left: 0px;
	font-size:12px;
	text-align:left;
}

.services {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:18px 0px 0px 0px;
	height:45px;
}
