
/* **********************
1. BEGIN RESET
*********************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* **********************
2. LAYOUT SETTINGS
*********************** */


*{ padding: 0px; }
body, html{ height: 100%; margin: 0; }
body{ background:#fff; font: 12px/20px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;}
a{ outline: none; text-decoration: none; }
a:hover{ text-decoration: underline; }
a img{ border: none; }

.clear {clear:both;}
.clearfix:after	{ content: "."; visibility: hidden; display: block; height: 0px; clear: both; }
* html .clearfix{ height: 1%; }
*+html .clearfix{ height: 1%; }

/* **********************
3. PAGE STRUCTURE
*********************** */
hr {clear:both; height: 1px; border:none; background: #EEEEEE; }

#contents .hrule {
	position:relative;
	clear:both;
	display:block;
	margin:20px 0;
	height: 1px; border:none; background: #EEEEEE;
}

#contents .hrule.top a {
	position:absolute;
	right:0;
	top:-20px;
	width:20px;
	font-size:10px;
	padding:0 2px;
	text-align:right;
	text-decoration:none;
	color:#A2A2A2;
}

#contents .hrule.top a:hover {
	color: #111;
}

#main-wrap { width: 960px; margin: 0px auto; }

#top-padding { padding-top:60px; }
.top-padding-min { padding-top:50px; }

/* **********************
4. TOP MENU
*********************** */
.topmenu ul{
	list-style:none;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#7d7d7d;
	}
	.topmenu ul li {
		text-align:center;
		display:inline-block;
	}
	.topmenu ul li a {
		padding-left:5px;
		text-decoration:none;
		color:#7d7d7d;
	}
	.topmenu ul li a:hover {
		text-decoration:none;
		color:#464646;
	}
	
/* **********************
5. TOGGLE
*********************** */
	
#contents h4.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(images/icons/plus_16x16.png) no-repeat 15px 5px;
	height: 46px;
	width: 400px;
	float: left;
}
	#contents h4.trigger a {
		text-decoration: none;
		display: block;
		}
	#contents h4.trigger a:hover { color: #000; }
	#contents h4.active {background: url(images/icons/minus_16x4.png) no-repeat 15px 11px;}
		#contents .toggle_container {
			margin: 0 0 5px;
			padding: 0;
			overflow: hidden;
			font-size: 1.2em;
			width: 100%;
			clear: both;
			}
			#contents .toggle_container .block {
				padding:0;
				margin:0;
				}
				
/* **********************
6. PRE
*********************** */

#contents pre {
	font-size:12px;
	line-height:1.68em;
	display:block;
	background: url(images/pre_background.png) repeat 0 0;
	margin:0 0 20px 0;
	padding:18px 18px;
	}

#contents pre strong { color:#111; }
	
/* **********************
7. PAGINATED NAVIGATION
*********************** */

#contents .navigation {
	color: #D1D1D1;
	font-size: 11px;
	line-height: 18px;
	letter-spacing:-1px;
	overflow: hidden;
	text-transform:uppercase;
	margin: 10px 0 0 0;
	background:#eee;
}
#contents .navigation a:link,
#contents .navigation a:visited {
	color: #7d7d7d;
	text-decoration: none;
	display:block; padding:10px 20px;
}
#contents .navigation a:active,
#contents .navigation a:hover {
	color: #fff;
	background:#5D5D5D;
	display:block;
}
#contents .nav-previous {
	float: left;
	width: 30%;
}
#contents .nav-previous a{
	float:left;
	}
#contents .nav-next {
	float: right;
	text-align: right;
	width: 30%;
}
#contents .nav-lightbox {
	float: left;
	text-align: center;
	width: 30%;
}
#contents #nav-above {
	margin: 0 0 18px 0;
}
#contents #nav-above {
	display: none;
}
#contents .paged #nav-above,
#contents .single #nav-above {
	display: block;
}
#contents #nav-below {
	margin: -18px 0 0 0;
}

#contents .attachment-main-image {
	margin:0 auto;
	display: block;
	}
	
		
/* **********************
8. FEATURED
*********************** */
#featured {
	width:730px;
}
#portfolioslides {
	list-style:none;
	margin:0;
	padding:0;
}
#portfolioslides li.featurecenter { width:730px; margin:0 auto; }
#portfolioslides li.featurecenter img { display:block; margin:0 auto; }	

/* **********************
9. GALLERY WRAPS
*********************** */

#gallerycontainer {
	width:760px;
}

#twocolumn {
	float:left;
	margin-right:20px;
	width: 730px;
}


#gallerycategories {
	float: right;
	width: 250px;
	color:#fff;
}


/* **********************
10. CONTENTS
*********************** */

	#contents-wrap-wide {
		float: right;
		width: 680px;
		margin: 0 40px 35px 0;
	}

	#contents-wrap {
		float: right;
		width: 500px;
		margin: 0 40px 35px 0;
	}

	.contents-area {
		width:100%;
		margin: 0 0 35px 0;
		padding:20px 0;
		
	}
		
	.float-left {
		float:left;
	}
	
	.float-right {
		float:right;
	}
	

#gallerycontents { margin-bottom:25px;}
#contents { font-size:12px; line-height:20px; color:#A2A2A2; padding-bottom:30px;}
#contents h1,#contents h2,#contents h3,#contents h4,#contents h5,#contents h6 {
		font-weight:bold;
		color:#8B8B8B;
		margin:35px 0 15px 0;padding:0;
			}
			
	#contents .title h1 { font-size:32px; font-weight:normal; color:#8B8B8B; }
	#contents .post-title h1 { 
		font-size:36px;  font-style:normal; font-weight:bold;letter-spacing:-1px; margin:63px 0 25px 0;
		line-height:36px;
		padding-bottom:20px;
		border-bottom:1px solid #eee;
	}
	#contents .post-title h1 a { text-decoration:none; color:#747474;}
	
	#contents .post-list-title h2 { font-size:26px;  font-style:normal; letter-spacing:-1px; margin:60px 0 15px 0;
		padding-bottom:20px;
		border-bottom:1px solid #eee; }
	#contents .post-list-title h2 a { text-decoration:none; color:#747474;font-weight:bold;}
	#contents .post-list-title h2 a:hover { text-decoration:none; color:#111;}
	
	#contents .categorytitle { margin-top:21px; font-size:14px; font-weight:bold; color:#8B8B8B; }
	
	#contents .blogseperator {border-bottom:1px solid #eee; padding-top:22px;}
	
	/* Post Info */
	.postinfo {font-size:12px; color:#7d7d7d; border-top:1px solid #E8E8E8;border-bottom:1px solid #E8E8E8;
				background:#F9F9F9; padding-left:10px; margin-top:25px;
				}
		.postinfo p {line-height:0.9;}
		.postinfo a, #contents .postinfo a {  color:#7d7d7d; font-weight:bold; text-decoration:none;}
		.postinfo a:hover, #contents .postinfo a:hover {color:#111;}
		
	.social-button { margin:6px 0 0 0; padding:0; }
		
	/* End Post Info */
	
/* **********************
11. PAGINATED POSTS
*********************** */

#contents .page-link {
	font-size:12px;
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	padding: 10px 0;
	margin: 22px 0 22px 0;
	word-spacing: 0.5em;
	color: #333;
	font-weight:bold;
}
#contents .page-link a:link,
#contents .page-link a:visited {
	font-weight: normal;
	padding: 10px 0;
	margin: 22px 0 22px 0;
	text-decoration: none;
	color: #747474;
	font-weight:bold;
}
	
	/* -------- Headings -------- */
	
	#contents h1 {font-size:28px;}
	#contents h2 {font-size:24px;}
	#contents h3 {font-size:18px;}
	#contents h4 {font-size:16px;}
	#contents h5 {font-size:14px;}
	#contents h6 {font-size:12px; }
	
	#contents .postimage { margin: 0 0 10px 0;  }
	.post-fullimage { margin: 40px 0 10px 0;  }
	
	.videoembed { margin: 40px 0 10px 0; color:#7d7d7d; font-size:12px; margin-bottom:35px;}
	#contents .videoembed { margin: 0 0 10px 0; color:#7d7d7d; font-size:12px; margin-bottom:35px;}
	#contents .videoembed a, .videoembed a { color:#464646; text-decoration:none; }
	#contents .videoembed a:hover, .videoembed a:hover { color:#111; text-decoration:none; }
	
	#contents .readmore a { color: #747474; text-decoration:none;  float:right; padding:1px 8px;}
	#contents .readmore a:hover { color: #111; }

	/* -------- Blog Content Alignment -------- */
	
	#contents .alignright {float:right; margin-left:15px;}
	#contents .alignleft {float:left; margin-right:15px;}
	#contents .aligncenter { clear:both; display:block; margin:0px auto;  }
	
	/* -------- Blog Date, Comments and image styles -------- */
	
	#contents .datecomment { font-size:10px; font-weight:normal; text-transform:uppercase; letter-spacing:1px; margin:0 0 20px 0; padding: 6px 0 8px 0; }
	#contents .datecomment a { }
	
	#contents .thetags { background: url(images/tag.html) no-repeat left; padding: 0 0 0 15px; font-size:10px; text-transform:uppercase;color:#111; margin-bottom:20px;}
	#contents .thetags a { color:#7d7d7d; text-decoration:none; }
	#contents .thetags a:hover {  color:#111; }
	
	#contents .posted-date { background: url(images/icons/clock_8x8.png) no-repeat left; padding:8px 20px 10px 15px; margin:0;color:#8B8B8B;  }
	#contents .posted-date a { color:#111; text-decoration:none; }
	#contents .posted-date a:hover { color:#111; }
	
	#contents .postedin { background: url(images/icons/folder_stroke_8x8.png) no-repeat left; padding: 0 0 0 15px; margin: 0 0 0 20px;color:#8B8B8B; }
	#contents .postedin a {  color:#464646; text-decoration:none; }
	#contents .postedin a:hover {  color:#111; }
	
	#contents span.comments { color:#111; float:right; padding:2px 0 2px 6px;}
	#contents span.comments a { color:#464646; background: url(images/icons/comment_stroke_8x7.png) no-repeat left;padding: 0 0 0 15px; text-decoration:none;}
	#contents span.comments a:hover { color:#111; }


	#contents img.image {border:1px solid #A2A2A2;padding:3px;}
	#contents img.bigimage {border:none;padding:0;}
	#contents .imagecaption {margin-top:-6px;padding:5px 10px 5px 10px;background:#111;color:#fff;font-size:11px;}
	#contents em {font-style:italic;}
	#contents a {color:#111;text-decoration:underline;}
	#contents blockquote{
	margin:0 0 22px 5px;
	padding:0 15px;
	border-left: 5px solid #111;
	}
	
	#contents ul, #contents ol{
	list-style-position:inside;
	margin:0;padding:0;
	}
	
/* **********************
12. THUMBNAILS
*********************** */

	#contents .thumbnails-wrap { float:left; margin:0 0 60px 0;padding:0; }
		#contents .thumbnails-wrap .minishowcase { list-style:none; margin:0;padding:0;}
		#contents .thumbnails-wrap .minishowcase .tileimage { width:155px;height:155px; }
		#contents .thumbnails-wrap .minishowcase .tilevideo { width:155px;height:155px; }
		#contents .thumbnails-wrap .minishowcase .hoverimage-icon {position:absolute; width:155px;height:155px; margin-top:20px;}
		#contents .thumbnails-wrap .minishowcase li { float:left; margin:0 4px 8px 4px; }
		#contents .thumbnails-wrap .minishowcase li:hover { }
		
/* **********************
13. LIST
*********************** */

	#contents .postlist ul {
		color:#a3a3a3;
		font-size:12px; 
		line-height:1.6;
		list-style:none;
		padding:0;
		margin:0 0 5px 0;
		}
		#contents .postlist ul li { 
			
			padding:5px 0 0 0;
			}
		#contents .postlist ul li a {
			color:#a3a3a3;
			text-decoration:none;
			border-bottom: 1px solid #a3a3a3;
			}
			#contents .postlist ul li a:hover {
				color:#111;
			}

	#contents .checklist ul, #contents .playlist ul, #contents .musiclist ul, #contents .starlist ul, #contents .bulletlist ul {
		color:#a3a3a3;
		font-size:12px; 
		line-height:1.6;
		list-style:none;
		padding:0;
		margin:0 0 5px 0;
		font-weight:bold;
		}
		
	#contents .checklist ul li a, #contents .playlist ul li a, #contents .musiclist ul li a, #contents .starlist ul li a, #contents .bulletlist ul li a {
		color:#a3a3a3;
		border-bottom: 1px dotted #2E2E2E;
		text-decoration:none;
		}
		
	#contents .checklist ul li a:hover, #contents .playlist ul li a:hover, #contents .musiclist ul li a:hover, #contents .starlist ul li a:hover, #contents .bulletlist ul li a:hover {
		color:#111;
		}
		
		#contents .checklist ul li { 
			background: url('images/bullets/yes.png') no-repeat 0 0;
			padding:5px 0 0 25px;
			}
		#contents .playlist ul li { 
			background: url('images/bullets/play.png') no-repeat 0 0;
			padding:5px 0 0 25px;
			}
		#contents .musiclist ul li { 
			background: url('images/bullets/music.png') no-repeat 0 0;
			padding:5px 0 0 25px;
			}
		#contents .starlist ul li { 
			background: url('images/bullets/star.png') no-repeat 0 0;
			padding:5px 0 0 25px;
			}
		#contents .bulletlist ul li { 
			background: url('images/bullets/bullet.png') no-repeat 0 0;
			padding:5px 0 0 25px;
			}
			

/* -------- Text Highlight Marker -------- */

#contents .highlight {
	background:#FFFF99;
}

/* **********************
14. TABLE
*********************** */
	
table.styletable {
	font-size:11px; text-align:center;
	color:#5D5D5D;
	border: 1px solid #fff;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.styletable th {
	background:#D1D1D1;
	border: 1px solid #fff;
	padding: 8px; width:100px;
}
table.styletable tr {
	background:#E8E8E8;
}
table.styletable tr:hover {
	background:#E2E2E2;
}
table.styletable td {
	border: 1px solid #fff;
	padding: 8px; width:100px;
}


/* **********************
15. DROP CAPS
*********************** */

#contents .dropcaps {
float:left;
font-size: 300%;
color:#111;
line-height: 0.85em;
margin-right: 0.13em;
margin-bottom:-0.25em;
}

#contents .dropcaps-2 {
float:left;
font-family:Georgia, serif;
font-size: 300%;
color:#111;
line-height: 0.85em;
margin-right: 0.13em;
margin-bottom:-0.25em;
}

#contents .dropcaps-3 {
float:left;
font-family:Georgia, serif;
font-size: 600%;
color:#111;
line-height: 0.85em;
margin-right: 0.13em;
margin-bottom:-0.25em;
}
		

/* **********************
16. TYPOGRAPHY
*********************** */

#contents-wrap .last { clear:both;}
#contents-wrap .column1 , #contents-wrap .column2, #contents-wrap .column3, #contents-wrap .column4, #contents-wrap .column32 { padding-bottom:20px; }
#contents-wrap .column1 {width:100%;}
#contents-wrap .column2 {width:46%; padding-right:20px;float:left; }
#contents-wrap .column3 {width:29%; padding-right:20px;float:left;}
#contents-wrap .column4 {width:21%; padding-right:20px;float:left;}
#contents-wrap .column32 {width:63%; padding-right:20px;float:left;}

#contents-wrap-wide .column1 , #contents-wrap-wide .column2, #contents-wrap-wide .column3, #contents-wrap-wide .column4, #contents-wrap-wide .column32 { padding-bottom:20px; }
#contents-wrap-wide .column1 {width:100%;}
#contents-wrap-wide .column2 {width:47%; padding-right:20px;float:left; }
#contents-wrap-wide .column3 {width:30%; padding-right:20px;float:left;}
#contents-wrap-wide .column4 {width:22%; padding-right:20px;float:left;}
#contents-wrap-wide .column32 {width:63%; padding-right:20px;float:left;}

/* **********************
17. FLEXIBLE BUTTONS
*********************** */

#contents a.graybutton,
#contents a.downloadbutton,
#contents a.tickbutton,
#contents a.plusbutton,
#contents a.magnifybutton,
#contents a.playbutton {
    background: transparent url('images/buttons/end-button-a.png') no-repeat scroll top right;
    color: #fff;
    display:inline-block;
    height: 32px;
    margin-right: 6px;
	margin-bottom:6px;
	margin-top:0;
    padding-right: 28px; /* sliding doors padding */
    text-decoration: none;
	text-transform:uppercase;
	font-size:10px;
	text-shadow: 1px 1px #747474;
	letter-spacing:2px;
	font-weight:bold;
}

		#contents a.graybutton:hover,
		#contents a.downloadbutton:hover,
		#contents a.tickbutton:hover,
		#contents a.plusbutton:hover,
		#contents a.magnifybutton:hover,
		#contents a.playbutton:hover {
			background-position: bottom right;
			color:#fff;
			cursor:pointer;
		
		}
		
		#contents a.graybutton:hover span,
		#contents a.downloadbutton:hover span,
		#contents a.tickbutton:hover span,
		#contents a.plusbutton:hover span,
		#contents a.magnifybutton:hover span,
		#contents a.playbutton:hover span	{
			background-position: bottom left;
			color:#fff;
			cursor:pointer;
		}
		
		#contents a.graybutton span,
		#contents a.downloadbutton span,
		#contents a.tickbutton span,
		#contents a.plusbutton span,
		#contents a.magnifybutton span,
		#contents a.playbutton span {
		color: #fff;
		display: block;
		line-height: 12px;
		padding: 10px 0 10px 28px;
		}


/* Normal Button  */

	#contents a.graybutton span {
		background: transparent url('images/buttons/gray-button-span.png') no-repeat top left;
	}
			
/* Download Button  */

	#contents a.downloadbutton span {
		background: transparent url('images/buttons/download-button-span.png') no-repeat top left;
	}
			
/* Tick Button  */

	#contents a.tickbutton span {
		background: transparent url('images/buttons/tick-button-span.png') no-repeat top left;
	}
	
/* Plus Button  */

	#contents a.plusbutton span {
		background: transparent url('images/buttons/plus-button-span.png') no-repeat top left;
	}
	
/* Magnify Button  */

	#contents a.magnifybutton span {
		background: transparent url('images/buttons/magnify-button-span.png') no-repeat top left;
	}
	
/* Play Button  */

	#contents a.playbutton span {
		background: transparent url('images/buttons/play-button-span.png') no-repeat top left;
	}
	
/* **********************
18. NOTICES
*********************** */

#contents .info_normal {
	background: #eee;
	color:#A2A2A2;
	padding:35px;
	margin:15px 0 10px 0;
	font-size:12px;
	text-shadow:1px 1px #fff;
	line-height:18px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;

}
	#contents .info_normal a {
		color:#c8ac6f;
	}
	
#contents .info_thick {
	background: #eee;
	color:#A2A2A2;
	padding:35px;
	margin:15px 0 10px 0;
	font-size:12px;
	text-shadow:1px 1px #fff;
	line-height:18px;
	border:12px solid #D1D1D1;

}
	#contents .info_thick a {
		color:#c8ac6f;
	}
	
#contents .info_double {
	background: #eee;
	color:#A2A2A2;
	padding:35px;
	margin:15px 0 10px 0;
	font-size:12px;
	text-shadow:1px 1px #fff;
	line-height:18px;
	border:6px double #D1D1D1;

}
	#contents .info_double a {
		color:#c8ac6f;
	}
	
#contents .info_dotted {
	background: #eee;
	color:#A2A2A2;
	padding:35px;
	margin:15px 0 10px 0;
	font-size:12px;
	text-shadow:1px 1px #fff;
	line-height:18px;
	border:2px dotted #D1D1D1;

}
	#contents .info_dotted a {
		color:#c8ac6f;
	}
	
	
#contents .info_yellow {
	background: #FFFFE3;
	color:#c8ac6f;
	padding:35px;
	margin:15px 0 10px 0;
	font-size:12px;
	text-shadow:1px 1px #fff;
	line-height:18px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;

}
	#contents .info_yellow a {
		color:#c8ac6f;
	}
	
#contents .info_red {
	background: #c46161;
	color:#fff;
	padding:35px;
	margin:15px 0 10px 0;
	font-size:12px;
	text-shadow:1px 1px #464646;
	line-height:18px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #8B8B8B;
	border-right:1px solid #8B8B8B;

}
	#contents .info_red a {
		color:#fff;
	}
	
#contents .info_green {
	background: #7ba872;
	color:#fff;
	padding:35px;
	margin:15px 0 10px 0;
	font-size:12px;
	text-shadow:1px 1px #464646;
	line-height:18px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #8B8B8B;
	border-right:1px solid #8B8B8B;

}
	#contents .info_green a {
		color:#fff;
	}
		
#contents .info_blue {
	background: #7297a8;
	color:#fff;
	padding:35px;
	margin:15px 0 10px 0;
	font-size:12px;
	text-shadow:1px 1px #464646;
	line-height:18px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #8B8B8B;
	border-right:1px solid #8B8B8B;

}
	#contents .info_blue a {
		color:#fff;
	}
	
/* **********************
19. PULL QUOTES
*********************** */
	
	#contents .pullquote-right {
		padding:5px 0 5px 70px;
		margin:10px 0 5px 10px;
		float:right;
		width:250px;
		font-family: georgia,serif;
		font-size:18px;
		line-height:24px;
		font-style:italic;
		background: url('images/icons/quotation.png') no-repeat 0 0;
	}
	
	#contents .pullquote-left {
		padding:5px 0 5px 70px;
		margin:10px 15px 5px 0;
		float:left;
		width:250px;
		font-family: georgia,serif;
		font-size:18px;
		line-height:24px;
		font-style:italic;
		background: url('images/icons/quotation.png') no-repeat 0 0;
	}

	#contents .pullquote-center {
		padding			:15px 70px;
		margin			:10px 0;
		font-family		:georgia,serif;
		text-align		:center;
		font-size		:18px;
		line-height		:24px;
		font-style		:italic;
		background: url('images/icons/quotation.png') no-repeat 0 0;
	}

	#dropcaps {
		font-size   	:62px;
		font-weight		:bold;
		display     	:block;
		float       	:left;
		margin-top  	:-28px;
		margin-right	:10px;
		height			:72px;
		text-shadow		:1px 1px #fff;
	}

/* **********************
20. SEARCH FORM
*********************** */

	/*------ Search ------*/
	#s {
		margin: 0;
		height: 16px;
		padding: 5px;
		border:none;
		border-bottom:1px solid #EEEEEE;
		color:#7d7d7d;
		font: 12px/20px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:12px;
		width:120px;
	}
	#searchbutton {
		border:0;
		padding:5px;
		height:16px;
		width:16px;
		background:url(images/icons/magnifying_glass_12x12.png) no-repeat 0 0;
		cursor:pointer;
		}
	
	.search-terms { font-weight:bold; color:#000; }

/* **********************
21. SIDEBAR
*********************** */

	.sidebartitle { font-size:14px; font-style:normal; font-weight:bold; text-transform:uppercase; color:#161711; letter-spacing:0px; margin-bottom:15px;}
	.sidebartextbox { font-size:10px; line-height:20px; color:#7d7d7d; padding-bottom:30px;}
	.sidebaropts { font-size:12px; line-height:18px; color:#7d7d7d; margin-top:-8px; margin-bottom:10px;padding-top:5px; padding-bottom:30px;}
	.sidebaropts a { color:#7d7d7d;}
		.sidebaropts a:hover { color:#111; text-decoration:none;}
			.sidebaropts ul { font-size:12px; list-style:none; line-height:18px; color:#7d7d7d; padding:0;margin:0; }
			.sidebaropts ul li {  color:#7d7d7d; }
			.sidebaropts ul li a { color:#7d7d7d;padding:6px 0 5px 0;border-bottom:1px dotted #D1D1D1; display:block;}
			.sidebaropts ul li a:hover { color:#111; text-decoration:none;}
				.sidebaropts ul ul li a { color:#7d7d7d; padding-left:15px; }
					.sidebaropts ul ul ul li a { color:#7d7d7d; padding-left:30px; }
						.sidebaropts ul ul ul ul li a { color:#7d7d7d; padding-left:55px; }
						

	#sidebar-blog {
		width:158px;
		float:left;
		padding:20px;
		margin-top:80px;
	}

			
/* **********************
22. PHOTO MENU
*********************** */
.photomenu ul {
	list-style:none;
	background: #F7F7F7;
	width:200px;
	margin:10px 0 0 0;
}
	.photomenu ul li {
		text-align:left;
		display:block;
		text-decoration:none;
		color:#7d7d7d;
	}
	.photomenu a {
		border-bottom:1px dotted #D1D1D1;
		padding-left:20px;
		display:block;
		color:#7d7d7d;
		font-size:12px;

	}
	.photomenu ul.sub-menu {
		
	}
	.photomenu ul.sub-menu li a {
		margin-left:20px;
	}
	.photomenu li.menu-item a {
		color:#7d7d7d;
		font-weight:normal;
		padding-top:8px;
		padding-bottom:8px;
	}
	.photomenu li.menu-item a:hover {
		text-decoration:none;
		color:#111;
		background:#E8E8E8;
	}
	.photomenu li.current-menu-item > a {
		font-weight:bold;
		background:#DEDEDE;
	}
	
	.photomenu ul.sub-menu {
		border-bottom:1px solid #D1D1D1;
		margin:0;padding:0;
	}
	
	.photomenu li.current-menu-item ul.sub-menu li {
		display:block;
	}
	.photomenu li.current-menu-parent ul.sub-menu li {
		display:block;
	}


#photo-sidebar {
	float:right;
	font-size: 10px;
	color:#D1D1D1;
	width:200px;
}
.photomenu-title {
		text-transform:uppercase;
		text-align:center;
		letter-spacing: 10px;
		padding-top:10px;
		padding-bottom:5px;
		padding-left:5px;
		width:195px;
		text-decoration:none;
		color:#161711;
		font-weight:bold;
		font-size:10px;
}
	
						
/* **********************
23. CALENDAR
*********************** */
				
#wp-calendar {
	width:100%;
	color:#8B8B8B;
	font-size:9px;
	}
	
#wp-calendar td {
	padding:1px; text-align:center;
	}
	
#wp-calendar td a{
	color:#111; text-decoration:none;
	}

#wp-calendar td a:hover {
	color:#111;text-decoration:none;
	}
	
#wp-calendar #today {
	font-weight:bold;
	color:#fff;
	background:#3C3C3C;
	}
	
#wp-calendar #today a{
	font-weight:bold;
	color:#fff;
	}
	
#wp-calendar caption {
	font-weight:bold;
	padding-bottom:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	}
	
#wp-calendar thead tr th{
	background: #A2A2A2;
	color: #fff;
	font-weight:normal;
	padding:1px;
}

#wp-calendar tfoot tr td a {
	background: #eee; padding: 1px;
}

#wp-calendar tbody tr td {

}

#wp-calendar .pad {
	background:none;
}

/* **********************
24. COMMENTS
*********************** */

#comments {
	font-size:24px;
	margin:0;
	margin-top:45px;
}

#contents #comment {
	width:100%; border:1px solid #D1D1D1;
	}

#contents ol.commentlist {
	margin:20px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;
}
	#contents ol.commentlist li {
		margin:10px 0;
		line-height:18px;
		padding:10px;
	}
		#contents ol.commentlist li .comment-author {
			
		}
			#contents ol.commentlist li .comment-author a {
				text-decoration:none;
			}
			#contents ol.commentlist li .comment-author .fn {
				color:#000;
			}
			#contents ol.commentlist li .comment-author .avatar{
				float:right;
				border:1px solid #dddddd;
				background:#ededed;
				padding:3px;
				margin:5px;
			}
		#contents ol.commentlist li .comment-meta{
			font-size:12px;
		}
			#contents ol.commentlist li .comment-meta a {
				color:#a7a7a7;
				text-decoration:none;
			}
		#contents ol.commentlist li p {
			line-height:22px;
			margin-top:5px;
		}
		#contents ol.commentlist li .reply{
			font-size:12px;
		}
			#contents ol.commentlist li .reply a{
				background:#5D5D5D;
				color:#fff;
				text-decoration:none;
				padding:5px 10px;
				-moz-border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border: 5px;
				-webkit-border: 5px;
			}
			#contents ol.commentlist li .reply a:hover{
				background:#000;
				color:#fff;
			}
		#contents ol.commentlist li.odd {
			border:1px solid #D1D1D1;
			background:#EEEEEE;
		}
		#contents ol.commentlist li.even {
			border:1px solid #e5e5e5;
			background:#fff;
		}
			
#contents #comment-form {
	margin-top:20px;
	width:490px;
}
	#contents #comment-form #respond {
	
	}
		#contents #comment-form #respond h3 {
			font-size:24px;
		}
		#contents #comment-form #respond #commentform {
			margin:0;
		}
			#contents #comment-form #respond #commentform label{
				margin-left:10px;
				display:inline;
			}
				#contents #comment-form #respond #commentform label small {
					font-size:12px;
					color:#a0a0a0;
				}
			#contents #comment-form #respond #commentform textarea,#comment-form #respond #commentform input {
				font: 12px/20px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
				margin-bottom:10px;
				padding:5px; 
				margin:0 10px 10px 0;
				background:#f8f8f5;
				border-left:1px solid #d1cec6;
				border-top:1px solid #d1cec6;
				border-right:1px solid #edede8;
				border-bottom:1px solid #edede8;
			}
			#contents #comment-form #respond #commentform input{
				font: 12px/20px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
				width:490px;
			}
			#contents #comment-form #respond #commentform textarea{
				font: 12px/20px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
				width:490px;
			}
			#contents #comment-form #respond #commentform input#commentSubmit {
				width:100px;
				padding:5px;
				background:#474747;
				border:1px solid #D1D1D1;
				color:#fff;
				font-weight:bold;
				cursor:pointer;
				-moz-border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border: 5px;
				-webkit-border: 5px;
			}
			#contents #comment-form #respond #commentform input#commentSubmit:hover {
				background:#111;
			}
			


/* **********************
25. CONTACT FORM
*********************** */

.contactinfo { width:300px; float:right; padding: 35px 0 50px 0;}

.contactmap { color:#111; font-size:11px; background:#E8E8E8; padding:10px;}
	.contactmap a { color:#111; font-size:11px; }

#contactForm { width:550px; float:left; margin:10px 0 20px 0;padding:0;}

	#contactForm .screenReader { left: -9999px; position: absolute; top: -9999px; }
	.thanks {  border: 1px dotted #FFECDA; margin:50px 50px 50px 0;padding:10px; background:#FFFFE3; width:365px; float:left; }

	/*****Forms*****/
	#contactForm ol.forms { float: right; list-style: none; margin: 0; width: 545px; padding:25px 0 40px 0; list-style-position:inside;}
	#contactForm ol.forms li { 
		clear: both; 
		float: left; 

		position: relative;

	}
	#contactForm ol.forms li.inputbar { 
		margin-bottom:20px;
	}
	#contactForm ol.forms label {
		cursor: pointer;
		display: block;
		float: left;
		width: 100px;
	}
	#contactForm ol.forms input, #contactForm ol.forms textarea {
		font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans','DejaVu Sans Condensed', Tahoma, Arial,sans-serif;
		border-bottom: 1px solid #F4F4F4;
		border-right: 1px solid #F4F4F4;
		border-top: 1px solid #EAEAEA;
		border-left: 1px solid #EAEAEA;
		color:#7d7d7d;
		font: inherit;
		padding: 5px;
		width: 414px;
		font-size: 13px;
		-moz-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border: 5px;
		-webkit-border: 5px;
	}
	#contactForm ol.forms textarea { height: 200px;}
	#contactForm ol.forms input:focus, #contactForm ol.forms textarea:focus { border: 1px solid #D1D1D1; }
	.error
	{ 
	color: #ff0000; text-shadow: 1px 1px #fff;
	}
	#contactForm ol.forms li .contactform-error { 
		font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans','DejaVu Sans Condensed', Tahoma, Arial,sans-serif;
		font-size: 11px;  position:absolute; bottom:10px;  right:0;
		background:#ffcc00; padding: 1px 8px 4px 8px; border:1px solid #fff;
		-moz-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border: 5px;
		-webkit-border: 5px;
		}
	#contactForm ol.forms li.textarea .contactform-error {

	}
	#contactForm ol.forms li.screenReader { margin-bottom: 0; }
	#contactForm ol.forms li.buttons button {
		background: #5D5D5D;
		border: none;
		color: #fff;
		cursor: pointer;
		font-size:13px;
		font-weight:bold;
		overflow: hidden;
		padding: 6px 3px 6px 3px;
		width: 100px;
		-moz-border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border: 10px;
		-webkit-border: 10px;
		text-shadow: 1px 1px #000;
		font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans','DejaVu Sans Condensed', Tahoma, Arial,sans-serif;
	}
		#contactForm ol.forms li.buttons button:hover { color: #fff; background: #111; }
		#contactForm ol.forms li.buttons button:active { color: #fff; }
		#contactForm ol.forms li.buttons, ol.forms li.inline {  width: 460px;  }
		#contactForm ol.forms li.inline input { width: auto; }
		#contactForm ol.forms li.inline label { display: inline; float: none;  }
	
	/* -------- Address -------- */
	
	.addressbox { 
		float:right;
		font-size:18px;
		line-height:22px;
		position:relative;
		right:148px; top:40px;
		margin-bottom:100px;
		}
	.addresstitle {
		font-size:18px;
		font-weight:bold;
		margin-bottom:10px;margin-left:-5px;
	}
	
	.fulladdress {
		color:#464646;
		font-size:14px;
		margin-bottom:10px; 
	}
	
		.fulladdress ul {
			list-style:none;
		}
			.fulladdress ul li {
			}
			
/* **********************
25. AUTHOR INFO
*********************** */


#entry-author-info {
	background: #E8E8E8;

	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 12px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #111;
	font-weight: bold;
	font-size: 18px;
	margin-top:0;
	margin-bottom: 10px;
}

#author-link {
	color: #111;
	font-size:11px;
	margin-top:10px;
	}
	
#author-link a { text-decoration:none; }
	
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}

/*
****************************
26. Picture Frame
*****************************
*/

.pictureframe { 
	padding:10px;
	border-top:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-bottom:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;
	background:#F2F2F2;
	display:block;
	}

.img-align-left { float:left; margin-right:10px; }
.img-align-right { float:right; margin-left:10px; }
.img-align-center { margin:0 auto;}

/* **********************
27. FOOTER
*********************** */

.footer ul {
	list-style:none;
	padding:10px 0;
	border-top:1px dotted #DEDEDE;
	border-bottom:1px dotted #DEDEDE;
	margin:20px 0 0 0;
	color:#D1D1D1;	
}
	.footer ul li {
	text-decoration:none;
	color:#5D5D5D;
	font-size:9px;
	border-bottom:none;
	text-transform: uppercase;
	letter-spacing:0px;
	text-align:center;
	}
		.footer ul li a {
		padding:0;
		text-decoration:none;
		color:#464646;
		}