/*  
Theme Name: WalkDesign
Description: A theme for Walk Design.
License Info:
---
*/

/* reset
-------------------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* reset end
-------------------------------------------------*/


body {
	/* change it to (50%  50%) in order to center the BG img */
	background: #000000 url('img/bg.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #e3e3cc;
	word-wrap: break-word;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#secondary {
/* change it to (50%  50%) in order to center the BG img */
	background: #000000 url('img/third_bg.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	font: .93em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #453320;
	word-wrap: break-word;
}

#third {
/* change it to (50%  50%) in order to center the BG img */
	background: #000000 url('img/third_bg.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	//font: .93em/1.5em Georgia, "Times New Roman", Times, serif;
	//color: #453320;
	word-wrap: break-word;
}
	
	
p {
	margin: 0 0 1.2em;
	padding: 0;
}

a:hover {
	text-decoration: none;
}
small {
	font-size: .86em;
	color: #72614a;
}
em, i {
	font: italic 1.2em Baskerville, "Times New Roman", Times, serif;
	letter-spacing: .02em;
}
ul, ol {
	margin: 0 0 1.6em 24px;
	padding: 0;
	line-height: 120%;
}
li {
	margin: 0 0 .7em 0;
	padding: 0;
}
h2, h3 {
	line-height: 2em;
	color: #644527;
}
h1 {
	font-family: Georgia;
	font-size: 24px;
	font-weight: lighter;
	line-height: 24px;
	color: #ffd89d;
	padding-bottom: 10px;
}
h2 {
	font-size: 18px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #af8d5a;
	line-height: 30px;
	padding: 10px 0 0 0;
}
h3 {
	font-size: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: normal;
	color: #54301b;
	padding: 10px 0 0 0;
}
h4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-heigth: 24px;
	font-weight: normal;
	color: #ffd89d;
}

h5 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;
}

#third h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	line-height: 36px;
	color: #608e91;
	padding-bottom: 15px;
	text-transform: uppercase;
	padding: 10px 0 20px 0;
}
#third h2 {
	font-size: 18px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #af8d5a;
	line-height: 30px;
	padding: 10px 0 0 0;
}
#third h3 {
	font-size: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: normal;
	color: #54301b;
	padding: 10px 0 0 0;
}
#third h4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-heigth: 24px;
	font-weight: normal;
	color: #ffd89d;
}

#third h5 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;
}


input, textarea, select {
	font: normal 1em/1.4em Georgia, "Times New Roman", Times, serif;
}

input[type=text], input[type=password], textarea {
	background: #fffcd6;
	border: none;
	border-bottom: solid 1px #d1ad80;
	padding: 5px 7px;
	color: #666;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	background: #fff;
	outline: none;
	color: #000;
}
input[type=reset], input[type=submit] {
	background: #000;
	border: none;
	border-bottom: solid 2px #d1ad80;
	color: #fff;
	padding: 4px 15px;
}
input[type=reset]:hover, input[type=submit]:hover {
	background: #e50000;
}


#wrapper {
	width: 990px;
	margin: 0 auto;
	*margin-right: 0px;
}
/* header
-------------------------------------------------*/
#header {
	//background: url(img/bg.jpg) no-repeat center bottom;
	margin-top: 193px;
	margin-bottom: 50px;
	position: relative;
}
#header #logo {
	font: bold 3em/1em Arial, Helvetica, sans-serif;
	margin: 0;
	letter-spacing: -.05em;
	color: #74685c;
	text-shadow: 0 1px 0 #f7e4c8;
}
#header #logo, #header #logo a {
	text-decoration: none;
	color: #6c5c46;
}
#header #logo a:hover {
	text-decoration: none;
	color: #e50000;
}
#header .description {
	font: italic 1.3em/1em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 20px;
	color: #67543c;
}

#header2 {
	padding: 0px 0 211px 0;
	position: relative;
}
#header2 #logo {
	font: bold 3em/1em Arial, Helvetica, sans-serif;
	margin: 0;
	letter-spacing: -.05em;
	color: #74685c;
	text-shadow: 0 1px 0 #f7e4c8;
}
#header2 #logo, #header #logo a {
	text-decoration: none;
	color: #6c5c46;
}
#header2 #logo a:hover {
	text-decoration: none;
	color: #e50000;
}
#header2 .description {
	font: italic 1.3em/1em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 20px;
	color: #67543c;
}

/* nav */


#nav {
	position: absolute;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	*width: 1020px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}


#nav ul {
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0px;
	background: #494f52 url(img/dropdown-bg.png) no-repeat;
	border: solid 1px #3c4144;
	margin: 0;
	padding: 5px 0 10px;
	list-style: none;
}
#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav ul ul {
	left: 200px;
	top: -5px;
}


#nav .rss a {
	font-size: .9em;
	background: url(img/nav-rss.png) no-repeat right  30%;
	padding-right: 20px;
}
#nav a {
	text-decoration: none;
}
#nav li.current_page_item a, #nav li a:hover {
	color: #e50000;
}
#nav ul li.current_page_item a {
	color: #fff;
}
#nav ul a, #nav li.current_page_item ul a {
	width: 180px;
	color: #f2edc1;
	display: block;

}
#nav ul a:hover, #nav li.current_page_item ul a:hover {
	color: #fff;
	text-decoration: none;
}

#searchform {
	position: absolute;
	bottom: 8px;
	right: 0;
	width: 266px;
}
#searchform #s {
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	width: 152px;
	background: #fff;
	border: none;
	padding: 4px 10px;
	margin: 0;
	float: left;
	border: 2px solid #fff;
}
#searchform #s:focus {
	outline: none;
	border-color: #e50000;
}
#searchform #searchsubmit {
	background: #000;
	border: none;
	width: 90px;
	height: 27px;
	padding: 6px 10px;
	margin: 0;
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
}
#searchform #searchsubmit:hover {
	background: #e50000;
}

/* content
-------------------------------------------------*/
#content {
	float: left;
	width: 990px;
	margin: 0px 0 0px;
}

#content3 {
	float: left;
	margin: 0px 0 0px;
	padding: 0px 30px 0px 30px;
}

#content5 {
	float: left;
	margin: 0px 0 0px;
	padding: 0px 30px 0px 30px;
}

#content5 p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #e3e3cc;
	font-weight: normal;
	font-style: italic;
}

#content5 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #608e91;
	text-transform: uppercase;
	padding: 10px 0 0px 0;
	margin-bottom: -25px;
}
#content5 h2 {
	font-size: 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #af8d5a;
}

#content6 {
	float: left;
	//width: 990px;
	margin: 0px 0 0px;
	padding: 0px 30px 0px 30px;
}

#content6 p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #e3e3cc;
	font-weight: normal;
	font-style: italic;
}

#content6 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #608e91;
	text-transform: uppercase;
	padding: 10px 0 0px 0;
}
#content6 h2 {
	font-size: 10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #af8d5a;
}



#content3 p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #e3e3cc;
	font-weight: normal;
}

#content3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	line-height: 36px;
	color: #608e91;
	padding-bottom: 15px;
	text-transform: uppercase;
	padding: 10px 0 20px 0;
}
#content3 h2 {
	font-size: 18px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #af8d5a;
	line-height: 30px;
	padding: 10px 0 0 0;
}
#content3 h3 {
	font-size: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: normal;
	color: #54301b;
	padding: 10px 0 0 0;
}
#content3 h4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-heigth: 24px;
	font-weight: normal;
	color: #ffd89d;
}

#content3 h5 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;
}

#content3 h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	line-height: 36px;
	color: #608e91;
	padding-bottom: 15px;
	text-transform: uppercase;
	padding: 10px 0 20px 0;
}

#content4 {
	float: left;
	width: 990px;
	margin: 0px 0 0px;
}


#content2 {
	float: right;
	width: 740px;
	margin: 0px 0 0px;
	margin-top: -53px;
}

#content2 ul li {
	display: inline;
}

.post {
	clear: both;
	//padding: 0 0 0 107px;
	margin-bottom: 60px;
	min-height: 100px;
}
.post-date {
	position: absolute;
	margin-left: -107px;
	margin-top: -26px;
	width: 95px;
	font: 1em/1em Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #5c462e;
	text-shadow: 0 1px 0 #f7e4c8;
}
.post-date span {
	display: block;
}
.post-date .day {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -.05em;
	padding: 0 0 6px;
	margin-top: -23px;
}
.post-date .month {
	font-size: .9em;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-date .year {
	font-size: .9em;
	line-height: .9em;
}
.post-date a {
	color: #5c462e;
	text-decoration: none;
}
.post-date a:hover {
	text-decoration: underline;
}
.post-date .postcomment {
	//border-top: solid 1px #483f32;
	margin-top: 8px;
	padding-top: 5px;
	font: .86em Arial, Helvetica, sans-serif;
}
.postcomment a {
	//font-weight: bold;
	//color: #6e5539;
}

.post-data {
	font-size: .9em;
	line-height: 1.2em;
	color: #9a8770;
	font-style: italic;
	margin: -20px 0 10px;
}
.post-data span {
	margin-right: 10px;
}
.post-data a {
	color: #0099CC;
	text-decoration: none;
	font-style: normal;
}

.post-data h2 a {
	color: #0099CC;
}

.post-data a:hover {
	text-decoration: underline;
}

.post-title {
	color: #453320;
	font: bold 1.8em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.04em;
	margin: 0 0 5px;
}
.post-title a {
	color: #453320;
	text-decoration: none;
}
.post-title a:hover {
	color: #e50000;
	text-decoration: none;
}

.post-title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	line-height: 36px;
	color: #608e91;
	padding-bottom: 15px;
	text-transform: uppercase;
	padding: 10px 0 20px 0;
}

.more-link {
	background: url(img/more.png) no-repeat 0 0;
	font: 10px/100%  Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 2px 18px 3px 12px;
	margin-left: 5px;
	color: #baad9d;
}
a.more-link:hover {
	background-position: 0 -83px;
	color: #fbcfcf;
}


/* post nav */
.post-nav {
	margin: 50px 0 35px;
	background: url(img/post-nav-rule.png) no-repeat center 7px;
	xwidth: 540px;
	overflow: hidden;
	position: relative;
	margin-left: 107px;
}
.post .post-nav {
	margin-left: 0;
}
.post-nav span em {
	font: 10px/1.1em Arial, Helvetica, sans-serif;
	color: #baad9d;
	text-transform: uppercase;
	width: 80px;
	text-align: center;
	position: absolute;
	top: 4px;
}
.post-nav .previous em {
	left: 2px;
}
.post-nav .next em {
	right: 0;
	letter-spacing: 1px;
}
.post-nav a {
	display: block;
	background: url(img/post-nav-bg.png) no-repeat;
	width: 246px;
	padding: 28px 0 4px;
	font: bold 115%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	color: #453320;
	text-decoration: none;
}
.post-nav a:hover {
	color: #e50000;
	text-decoration: none;
}
.post-nav .next {
	float: right;
	text-align: right;
}
.post-nav .next a {
	background-position: right -430px;
	padding-left: 20px;
}
.post-nav .next a:hover {
	background-position: right -645px;
}
.post-nav .previous {
	float: left;
	text-align: left;
}
.post-nav .previous a {
	background-position: left -0;
	padding-right: 20px;
}
.post-nav .previous a:hover {
	background-position: left -215px;
}

/* commentlist */
#comments, #respond h4 {
	font: bold 1.6em/1em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 25px 0 15px;
	letter-spacing: -.04em;
	color: #453320;
	
	text-shadow: 0 1px 0 #f7e4c8;
}
#comments em, #respond h4 em {
	font-size: .9em;
	text-shadow: none;
}
#comments {
	border-bottom: 4px double #483f32;
	margin: 35px 0 5px;
	padding-bottom: 10px;
}

.comment-nav {
	font: .8em/1.4em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.comment-nav a {
	text-decoration: none;
	color: #70604c;
	font-weight: bold;
}
.comment-nav a:hover {
	color: #000;
}
.comment-nav .previous {
	margin-right: 10px;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist li {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
}

.commentlist .timestamp {
	position: absolute;
	top: 68px;
	left: -117px;
	width: 105px;
	font: 75%/100% Helvetica, Arial, sans-serif;
	text-align: right;
	color: #7c7164;
	padding: 0;
	margin: 0;
}
.commentlist .timestamp strong {
	display: block;
	padding: 0 0 2px;
	color: #625545;
}
.comment-author {
	padding: 0;
	margin: 0 0 8px;
}
.commentlist ul .comment-author {
	padding: 0 0 5px;
}
.comment-author small {
	font: .8em/1.3em Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
.comment-author cite {
	font: bold 1.3em/1.3em Helvetica, Arial, sans-serif;
}
.comment-author cite a {
	text-decoration: none;
}
.comment-author cite a:hover {
	text-decoration: underline;
}
.comment-author .avatar {
	position: absolute;
	top: 14px;
	left: -62px;
	background: #000;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 1px;
	border-bottom: 2px solid #ceab80;
}
.commentlist ul .avatar {
	position: relative;
	left: auto;
	top: auto;
	width: 38px;
	height: 38px;
	float: left;
	margin: 0 10px 0 0;
}
.commententry {
	clear: both;
	font-size: 95%;
	border-bottom: solid 1px #483f32;
}
.commententry p {
	margin: 0 0 .8em;
	padding: 0;
}

.commentlist .reply {
	position: absolute;
	top: 14px;
	right: 0;
}
.commentlist .comment-reply-link {
	background: url(img/reply.png) no-repeat;
	display: block;
	width: 50px;
	height: 17px;
	text-align: center;
	color: #fff;
	font: 10px/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px 0 0 6px;
	text-decoration: none;
	color: #baad9d;
}
.commentlist .comment-reply-link:hover {
	background-position: 0 -43px;
	color: #fff;
}

.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist ul ul {
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
}

/* commentform */
#respond {
	position: relative;
	margin-bottom: 40px;
}
.commentlist #respond {
	border-top: solid 1px #483f32;
	margin-top: 2px;
}
#respond .cancel-comment-reply {
	position: absolute;
	top: 5px;
	right: 0;
}
#respond #cancel-comment-reply-link {
	font: .8em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(img/cancel-reply.png) no-repeat right center;
	padding: 4px 16px 2px 0;
	text-decoration: none;
	color: #000;
}
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

#commentform input[type=text] {
	width: 210px;
	margin-right: 5px;
	padding: 5px 7px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	width: 97%;
	height: 180px;
	padding: 10px 7px;
}

#commentform input#submit {
	background: url(img/submit-btn.png) no-repeat;
	width: 172px;
	height: 32px;
	font: small-caps 1em/1em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border: none;
	padding: 2px 0 6px;
}
#commentform input#submit:hover {
	background-position: 0 bottom;
}


/* content end
-------------------------------------------------*/

/* sidebar
-------------------------------------------------*/
#sidebar {
	float: left;
	width: 246px;
	height: 1261px;
	margin: 45px 0 70px;
	font-size: .9em;
	line-height: 1.4em;
	background-image: url(img/sidebar_bg.gif);
	background-repeat: no-repeat;
	color: #7b6043;
}

#sidebar h4, #sidebar .widgettitle {
	color: #644c33;
	font: bold 1.35em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	margin: 0 0 7px;
	padding: 0 0 7px;
	position: relative;
	border-bottom: double 4px #b09370;
	text-transform: none;
	text-shadow: 0 1px 0 #f7e4c8;
}
#sidebar h4 a, #sidebar .widgettitle a {
	text-decoration: none;
	color: #58422b;
}
#sidebar h4 a:hover, #sidebar .widgettitle a:hover {
	text-decoration: none;
	color: #e50000;
}


#sidebar ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
#sidebar ul ul {
	margin: 0 0 0 15px;
	list-style: circle;
}
#sidebar ul li {
	margin: 8px 0;
	padding: 0;
}
#sidebar ul ul li {
	margin: 5px 0;
}
#sidebar ul a {
	text-decoration: none;
}
#sidebar ul a:hover {
	color: #e50000;
}

#sidebar2 {
	float: left;
	width: 246px;
	height: 1261px;
	margin: 0px 0 70px;
	font-size: .9em;
	line-height: 1.4em;
	background-image: url(img/sidebar_bg.gif);
	background-repeat: no-repeat;
	color: #7b6043;
}










/* widgets */
#sidebar .widget {
	margin: 0 0 35px;
}
#sidebar #searchform {
	position: relative;
	margin: 0;
	right: auto;
	bottom: auto;
}
#sidebar #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
#sidebar #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}
/* sidebar end
-------------------------------------------------*/

/* footer
-------------------------------------------------*/
#footer {
	clear: both;
	background: url(img/footer.gif) no-repeat center bottom;
	padding: 0;
	position: relative;
	width: 100%;
	height: 427px;
	overflow: hidden;
	font: .9em/1.4em Arial, Helvetica, sans-serif;
	color: #685138;
}

#footer2 {
	clear: both;
	background: url(img/footer.gif) no-repeat center bottom;
	padding: 50px 0 0 0;
	position: relative;
	width: 100%;
	height: 427px;
	overflow: hidden;
	font: .9em/1.4em Arial, Helvetica, sans-serif;
	color: #685138;
}
#footer .footer1 {
	float: left;
	width: 270px;
	margin-right: 30px;
}
#footer .footer1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer1 ul li {
	padding: 0 0 15px;
	margin: 0;
}
#footer .footer1 em {
	font: italic 1em/1em "Times New Roman", Times, serif;
	color: #72614a;
}
#footer .footer2 {
	float: left;
	width: 270px;
}
#footer .footer2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer2 ul li {
	width: 100%;
	padding: 0 0 10px;
	margin: 0;
	overflow: hidden;
}
#footer .footer2 cite {
	font: italic 1em/1em "Times New Roman", Times, serif;
	display: block;
	float: right;
	color: #72614a;
}
#footer .footer3 {
	float: right;
	width: 360px;
	margin-bottom: 20px;
	margin-left: -10px;
}
#footer .footer3 .widget {
	margin-bottom: 20px;
}

#footer h4 {
	font: bold 1.5em/1em Arial, Helvetica, sans-serif;
	margin: 10px 0;
	color: #453320;
}

#footer .socialmedia a {
	margin-right: 10px;
	text-decoration: none;
	font-size: .9em;
	color: #70604c;
}
#footer .socialmedia a:hover {
	color: #333;
}
#footer .socialmedia img {
	vertical-align: bottom;
	margin-right: 5px;
}

#footer .credits {
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: 10px;
	margin: 0;
	padding: 0;
	color: #72614a;
}
#footer .credits a {
	color: #453320;
}
#footer .credits span {
	margin: 0 6px;
}

#footer2 .footer1 {
	float: left;
	width: 270px;
	margin-right: 30px;
}
#footer2 .footer1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer2 .footer1 ul li {
	padding: 0 0 15px;
	margin: 0;
}
#footer2 .footer1 em {
	font: italic 1em/1em "Times New Roman", Times, serif;
	color: #72614a;
}
#footer2 .footer2 {
	float: left;
	width: 270px;
}
#footer2 .footer2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer2 .footer2 ul li {
	width: 100%;
	padding: 0 0 10px;
	margin: 0;
	overflow: hidden;
}
#footer2 .footer2 cite {
	font: italic 1em/1em "Times New Roman", Times, serif;
	display: block;
	float: right;
	color: #72614a;
}
#footer2 .footer3 {
	float: right;
	width: 360px;
	margin-bottom: 20px;
	margin-left: -10px;
}
#footer2 .footer3 .widget {
	margin-bottom: 20px;
}

#footer2 h4 {
	font: bold 1.5em/1em Arial, Helvetica, sans-serif;
	margin: 10px 0;
	color: #453320;
}

#footer2 .socialmedia a {
	margin-right: 10px;
	text-decoration: none;
	font-size: .9em;
	color: #70604c;
}
#footer2 .socialmedia a:hover {
	color: #333;
}
#footer2 .socialmedia img {
	vertical-align: bottom;
	margin-right: 5px;
}

#footer2 .credits {
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: 10px;
	margin: 0;
	padding: 0;
	color: #72614a;
}
#footer2 .credits a {
	color: #453320;
}
#footer2 .credits span {
	margin: 0 6px;
}
/* footer end
-------------------------------------------------*/

/* wordpress post formating, etc.
-------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 20px;
}
img.alignleft {
	padding: 5px;
	background: #fff;
	border-bottom: solid 2px #d1ad80;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
img.alignright {
	padding: 5px;
	background: #fff;
	border-bottom: solid 2px #d1ad80;
	margin-left: 15px;
	margin-bottom: 15px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
}
.wp-caption img {
	padding: 5px;
	background: #fff;
	border-bottom: solid 2px #d1ad80;
}
.wp-caption-text {
	font: italic 1.2em/1.1em Baskerville, "Times New Roman", Times, serif;
	margin: 3px 0 10px;
	color: #584d3f;
}


.image {
	margin: 0 0 1.8em;
	padding: 0;
}
.image em, .caption {
	font: italic 110%/110% Baskerville, "Times New Roman", Times, serif;
	color: #584d3f;
	text-align: right;
	display: block;
	padding-right: 15px;
}


/* wordpress post formating end
-------------------------------------------------*/

.latestnews2 {
	width: 300px;
	padding-top: 45px;
}

.latestnews2 li {
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 23px;
	background-position: 0px 2px;
}

.latestnews2 li a:link, a:hover, a:visited {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	//line-height: 16px;
	color: #0099cc;
	text-decoration: none;
}

.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

.style3 a:link {
	color: #666666;
}
.style3 a:visited {
	color: #666666;
}
.style3 a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
.style3 a:active {
	color: #666666;
	text-decoration: underline;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}


.portfolio img {
	padding: 3px;
	background-color: #222222;
}



.portfolio {
	margin-left: 0px;
	margin-bottom: 0;
	margin-top: -10;
	*margin-top: 20px; /* For IE7 */
	float: right;
	width: 750px;
	margin-right: -10px;
}

.portfolio ul {
	list-style: none; /* Remove the bullet points from the list */
	display: block;
}
		
.portfolio ul li {
	float: left; /* Float the lists to the left, laying them out side by side */
	margin: 0 0 0px 0;
	width: 215px;
	padding-right: 27px;
	margin-bottom: 50px;
	display: block;
}

.thumbModule {
	display: block;
	height: 200px;
	width: 224px;
}
		
.thumbnailHolder {
	display: block;
}	
		
.thumbnailHolder img{
	border: 1px solid #222;
}

.thumbTitle {
	font-size: 11px;
	font-family: arial;
	color: #cfc8c1;
	font-weight: bold;
	margin: 10px 0 0 4px;
	display: block;
}
		
.thumbCaption {
	font-size: 10px;
	color: #444; 
	margin: 0 0 0 4px;
	display: block;

}

.thumbText {
	background-color: #141414;
	margin-top: -14px;
	*margin-top: -34px; /* For IE7 */
	padding: 3px;
}

.role {
	color: #ea0028;
	margin-right: 1em;
}

.empty {
	display: block;
	margin-right: 10px;
}

.sidebarPortfolio{
	font-family: Arial;
	font-size: 18px;
	line-height: 36px;
	color: #b4b478;
	text-transform: uppercase;
	padding: 20px 0px 0px 30px;
}

.sidebarPortfolio a:link, .sidebarPortfolio a:visited {
	font-family: Arial;
	font-size: 18px;
	line-height: 36px;
	color: #b4b478;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}
.sidebarPortfolio a:active {
	color: white;
	text-decoration: none; 
	background-image: url(img/sidebar_navbg.gif);
	background-repeat: no-repeat;
}
.sidebarPortfolio a:hover {text-decoration: none;}

.tweets {
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #0099cc;
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-left: 80px;
	height: 100px;
}

.tweets ul li {
	list-style-type: none;
}

.tweets p {
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #0099cc;
}

.tweets a:link, .tweets a:visited, .tweets a:active {color: #0099cc;text-decoration: none;}
.tweets a:hover {color: #0099cc;text-decoration: none;}

#content3 h6 a:link, #content3 h6 a:visited, #content3 h6 a:active {
	color: #608e91; 
	text-decoration: none; 
	font-size: 24px; 
	line-height: 36px; 
	text-transform: uppercase; 
	font-weight: normal; 
	padding: 10px 0 20px 0;
}

#content3 h6 a:hover {
	color: #608e91;
	text-decoration: none; 
	font-size: 24px; 
	line-height: 36px; 
	text-transform: uppercase; 
	font-weight: normal; 
	padding: 10px 0 20px 0;
}

.testimonial-box {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom:1px dotted #999999;
}

.client-box {
	padding: 0 0 40px 0;
	font-style: normal;
}

.client-box p {
	font-style: bold;
}

.subhd-copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	padding: 0 0 40px 0;
}

.story-container1 {}

.story-container2 {
	width: 656px;
	float:right;
	padding: 0 30px 0 0;
}

.story-container2 td {
	line-height: 20px;	
}

.story-container2 h1 {
	font-size: 24px;
}

#content13 {
	float: left;
	margin: 0px 0 0px;
	padding: 0px 60px 0px 60px;
}

#content13 p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #e3e3cc;
	font-weight: normal;
}

#content13 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	line-height: 36px;
	color: #608e91;
	padding-bottom: 15px;
	text-transform: uppercase;
	padding: 10px 0 20px 0;
}
#content13 h2 {
	font-size: 18px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #af8d5a;
	line-height: 30px;
	padding: 10px 0 0 0;
}
#content13 h3 {
	font-size: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: normal;
	color: #54301b;
	padding: 10px 0 0 0;
}
#content13 h4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-heigth: 24px;
	font-weight: normal;
	color: #ffd89d;
}

#content13 h5 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;
}

#content13 h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	line-height: 36px;
	color: #608e91;
	padding-bottom: 15px;
	text-transform: uppercase;
	padding: 10px 0 20px 0;
}



#content13 h6 a:link, #content13 h6 a:visited, #content13 h6 a:active {
	color: #608e91; 
	text-decoration: none; 
	font-size: 24px; 
	line-height: 36px; 
	text-transform: uppercase; 
	font-weight: normal; 
	padding: 10px 0 20px 0;
}

#content13 h6 a:hover {
	color: #608e91;
	text-decoration: none; 
	font-size: 24px; 
	line-height: 36px; 
	text-transform: uppercase; 
	font-weight: normal; 
	padding: 10px 0 20px 0;
}