/*
#header-wrapper
	#header
		#logo
		#tagline
		#menu-wrapper
			ul#menu
#container
	#page-wrapper
		#page
			#posts-wrapper
				#posts
			#sidebar-wrapper
				#sidebar
	#fold-wrapper
		#fold
	#footer-wrapper
		#footer
*/

/* ---------- Theme Styles ---------- */

	body {
		background: #e9eaec;
		color: #666665;
		}

/* ---------- Global Styles ---------- */

	a {
		color: #cc2414;
		text-decoration: none;
		}
		a:hover {
			color: #800b00;
			text-decoration: underline;
			}
	h3 a:hover {
		text-decoration: none;
		}
	
	h1, h2, h3 {
		color: #cc2414;
		}
	h4, h5, h6 {
		color: #666666;
		}
		
/* ---------- Container ---------- */

	#container {
		margin:60px auto 40px;
		padding:0 80px 0 86px;
		width:800px;
		background: #e9eaec;
		}
			
/* ---------- Header ---------- */

	#header-wrapper {
		background: #000000;
		position: relative;
		z-index:800;
		}
		#logo a {
			display: block;
			width: 285px; height: 70px;
			position: absolute;
			top: 0px; left: 0px;
			background: #000000 url(../../images/logos/davis-wince-architecture.gif) no-repeat scroll left top;
			text-indent: -9999px;
			z-index: 11;
			}
		#header {
			width: 960px; height: 70px;
			margin: 0 auto 0;
			position: relative;
			z-index:900;
			}
			#tagline {
				bottom:11px;
				color:white;
				display:none;
				left:280px;
				position:absolute;
				}
			
/* ---------- Main Navigation Drop Down ---------- */
	
	#menu-wrapper {
		position:absolute;
		right:66px;
		bottom:0;
		z-index:1000;
		}

		/* Javascript */
		ul.menu { list-style:none; margin:0; padding:0; }
		ul.menu * { margin:0; padding:0 }
		ul.menu a { display:block; text-decoration:none; color: #ffffff; padding:10px 8px; }
		ul.menu li { position:relative; float:left; margin-right:1px; }
		ul.menu ul { position:absolute; top:34px; left:0; display:none; opacity:0; list-style:none; background: #474747; width: 180px; }
		ul.menu ul li { position:relative; width:180px; margin:0; }
		ul.menu ul li a { display:block; padding: 6px 7px 5px; background-color: #2d2d2d; border:1px solid #474747; border-bottom:none; }
		ul.menu ul li a:hover { background-color:#000000; color:#ffffff; }
		ul.menu ul ul { left:179px; top:0px; }
		
		ul.menu .menulink,
		ul.menu .menulink:hover,
		ul.menu .menuhover,
		ul.menu a:hover,
		ul.menu li.current_page_ancestor > a:hover,
		ul.menu li.current_page_parent > a:hover,
		ul.menu li.current_page_item > a:hover { background: #474747; }
		/* ul.menu .has-sub-menu { background:transparent url(../../images/arrow.gif) 136px 8px no-repeat; } */
		
		ul.menu li.current_page_ancestor > a,
		ul.menu li.current_page_parent > a,
		ul.menu li.current_page_item > a { background: #474747; } /* 2d2d2d; */
		
		/* CSS Fallback */
		ul.menu li:hover > ul { display: block; opacity: 1;	}
		
		/* clearfix - If ul.menu this is needed so wrapping element background doesn't collapse. */
		ul.menu:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/* ---------- Page ---------- */

	#page-wrapper {
		border-bottom:1px solid #D5D6D8;
		overflow:hidden;
		padding-bottom:30px;
		margin-bottom:40px;
		}
		#page {
			/* margin-top: 40px; */
			width: 800px;
			}

			/* ---------- Posts ---------- */
			
				#posts-wrapper {
					}
					#posts {
						/* width: 800px; */
						/* float: left; */
						}
					#page.has-sidebar #posts {
						width: 560px;
						float: left;
						}
					
			/* ---------- Sidebar ---------- */
			
				#sidebar-wrapper {
					float: right;
					width: 220px;
					}
					#sidebar {
						}
						
#great-ideas {
	margin-bottom:30px;
	/* overflow:hidden; */
	}
		
/* ---------- Fold ---------- */
		
	#fold-wrapper {
		border-bottom:1px solid #D5D6D8;
		overflow:hidden;
		padding-bottom:30px;
		margin-bottom:40px;
		}
		#fold {
			}
				
/* ---------- Footer ---------- */

	#footer-wrapper {
		overflow: hidden;
		/* border-top:1px solid #D5D6D8; */
		/* padding-top:30px; */
		}
		#footer {
			font-size: 11px;
			}
			#copyright {
				width: 350px;
				height: 70px;
				float: left;
				border-right: 1px #d5d6d8 solid;
				padding-right: 20px;
				text-align: right;
				}
			#location {
				margin-left: 20px;
				width: 350px;
				height: 70px;
				float: left;
				}
					
/* ---------- Breadcrumb ---------- */

	#breadcrumb-wrapper {
		margin-bottom: 20px;
		margin-top: -10px;		
		text-transform: uppercase;
		color: #b1b1b3;
		font-weight: bold;
		}
		ul#breadcrumb {
			display: block;
			margin: 0;
			}
			#breadcrumb li {
				display: block;
				float: left;
				margin: 0 8px 0 0;
				padding: 0;
				}
				#breadcrumb li a {
					margin-right: 5px;
					text-decoration: none;
					color: #666666;
					}
				#breadcrumb li.current_page_item,
				#breadcrumb li.current_page_item a,
				#breadcrumb li.current_page_ancestor a {
					color: #b1b1b3;
					}
					#breadcrumb li a:hover {
						color: #cc2414;
						}

/* ---------- Post / Page Admin Links ---------- */

	.post-toolbar {
		bottom:4px;
		position:absolute;
		right:4px;
		z-index:1;
		}
		.post-toolbar a {
			background: #fcfdff;
			border: 1px solid #dbdcde;
			display: block;
			font-size: 10px;
			font-weight: bold;
			padding: 2px 6px;
			text-decoration: none;
			text-transform: uppercase;
			white-space: nowrap;
			float: right;
			margin-left: 4px;
			}
			.post-toolbar a:hover {
				color: #fcfdff;
				background-color: #cc2414;
				}
		a.post-edit-link {
			padding-right: 20px;
			background: #fcfdff url(../../images/navigation/edit-dark.png) no-repeat scroll right center;
			}
			a.post-edit-link:hover {
				background: #cc2414 url(../../images/navigation/edit-light.png) no-repeat scroll right center;
				}
		a.post-delete-link {
			padding-right: 20px;
			background: #fcfdff url(../../images/navigation/delete-dark.png) no-repeat scroll right center;
			}
			a.post-delete-link:hover {
				background: #cc2414 url(../../images/navigation/delete-light.png) no-repeat scroll right center;
				}

/* ---------- Subpage ---------- */

	ul#preview {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin: 0;
		}
	#preview li {
		margin: 0 0 40px 0;
		padding: 0;
		position: relative;
		width: 376px; /* height: 236px; */
		display: block;
		}
		#preview li img {
			border: 8px #ffffff solid;
			}
			#preview li {
				font-size: .9em;
				line-height: 1.4em;
				text-transform: uppercase;
				}

	ul#team {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin: 40px;
		/* 720 */
		}
	#team li {
		margin: 2px;
		padding: 0;
		position: relative;
		width: 140px;
		height: 140px;
		display: block;
		float: left;
		}
		#team li img {
			border: 0 none;
			opacity: .5;
			}
			#team li img:hover {
				opacity: 1;
				}
			#team li {
				font-size: .9em;
				line-height: 1.4em;
				text-transform: uppercase;
				}
			li.empty {
				background: #cacbcc; /* 999997 */
				}


/* ---------- Home Page Work ---------- */

#work-wrapper {
	width: 800px;
	height: 330px;
	margin-bottom: 40px;
	}	
	#work-menu {
		width: 120px;
		height: 310px;
		float: left;
		background: #ffffff;
		padding: 10px 2px 10px 10px;
		}
		ul#work-navigation {
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			background: #ffffff;
			padding: 0;
			margin: 0;
			}
			#work-navigation li {
				margin: 0;
				padding: 0;
				}
			#work-navigation a {
				display: block;
				color: #666666;
				border-top:1px solid #e3e4e5;
				margin:0;
				padding: 6px 0 4px 0;
				text-decoration: none;
				}
				#work-navigation a.selected,
				#work-navigation a:hover {
					color: #cc2414;
					}
				#work-navigation li:first-child a {
					border-top: 0 none;
					}
#work-large {
	padding: 0;
	margin: 0;
	width: 640px;
	height: 330px;
	float: left;
	background: #ffffff;
	}

/* ---------- Detail ---------- */

	#slideshow {
		width: 540px;
		float: left;
		}
	.detail {
		width: 220px;
		float: right;
		}
		#slide-large {
			margin-bottom: 10px;
			float: left;
			border: 6px #ffffff solid;
			width: 500px;
			height: 360px;
			background: #E9EAEC;
			}
			#slide-large img {
				}
				
/* ---------- Slide Nav ---------- */

		#slide-nav {
			width: 15px;
			float: right;
			}
			#slide-next {				
				background: transparent url(../../images/navigation/slide-next.gif) no-repeat scroll 0 0;
				width: 15px;
				height: 50px;
				display: block;
				margin-bottom: 5px;
				}
				#slide-next:hover {
					background-position: 0 -50px;
					}
			#slide-back {				
				background: transparent url(../../images/navigation/slide-back.gif) no-repeat scroll 0 0;
				width: 15px;
				height: 50px;
				display: block;
				}
				#slide-back:hover {
					background-position: 0 -50px;
					}
		#slide-thumbs img {
			border: 5px #ffffff solid;
			float: left;
			margin-right: 24px;
			margin-bottom: 15px;
			}
			#slide-thumbs img.selected,
			#slide-thumbs img:hover {
				border-color: #B1B1B3;
				}

/* ---------- The Latest ---------- */

.widget a.thumbnail {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	}
	.widget a.thumbnail img {
		border: 6px white solid;
		width: 180px;
		height: 180px;
		}
	.widget a.post-link {
		font-size:1.3em;
		margin:0 0 0.8em;
		text-transform:uppercase;
		font-weight: bold;
		text-decoration: none;
		}

/* ---------- Post and Page ---------- */
	
	.post {
		border-bottom:1px solid #D5D6D8;
		margin-bottom:30px;
		padding-bottom:30px;
		position:relative;
		}
	.page {
		margin-bottom: 15px;
		position: relative;
		}
	.comments-wrapper {
		margin-bottom: 15px;
		}
		.comments-wrapper h3,
		.form-wrapper h3 {
			margin-top: 0;
			}
		
		/* ----- post title ----- */
		
		.post-header {
			margin: 0 0 15px; /* 20px 0 15px */
			}
			.post-header a {
				color: #666666;
				color: #b1b1b3;
				text-decoration: none;
				}
				.post-header a:hover {
					color: #cc2414;
					}
					
		a.post-header-image img {
			display: block;
			margin-right: 15px;
			float: left;
			border: 1px #dbdcde solid;
			}
		
		/* ----- post footer block ----- */
		
		.post-footer {
			font-size:12px;
			line-height:14px;
			margin: .8em 0 0 0;
			}
			.post-footer a {
				}
				span.post-comments a {
					display:inline-block;
					padding-right:13px;
					background:transparent url(../../images/navigation/comment-arrow-right-dark.png) no-repeat scroll right center;
					display:inline-block;
					font-size:10px;
					font-weight:bold;
					padding:2px 20px 2px 6px;
					text-transform:uppercase;
					white-space:nowrap;
					border:1px solid #dbdcde;
					text-decoration: none;
					}
					span.post-comments a:hover {
						color: #fcfdff;
						background:#cc2414 url(../../images/navigation/comment-arrow-right-light.png) no-repeat scroll right center;
						}
				
		/* ----- post interior formatting ----- */
		
		.post-inside {
			position: relative;
			overflow: hidden;
			}
			.post-inside ul {
				list-style-image: url(../../images/elements/tick-right-black.png);
				list-style-position: outside;
				list-style-type: none;
				}
			.post-inside ul, .post-inside ol {
				/* A root-level list. Not nested. */
				display: block;
				margin-bottom: .8em; /* Bottom margin is same as 'p' tag. */
				margin-left: 20px; /* Indent it so it stands out. */
				}
				.post-inside ul li ul, .post-inside ol li ol {
					/* A nested list. */
					margin-top: 4px;
					margin-bottom: -4px; /* Remove bottom margin. */
					margin-left: 0; /* Remove extra left margin. */
				}
				.post-inside li {
					margin-top: 0;
					margin-bottom: 0;
					margin-left: 15px; /* Amount of indentation */
					padding-bottom: 4px;
					padding-top: 6px;
					}
			a.more-link {
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				white-space: nowrap;
				display: block;
				overflow: hidden;
				text-align: right;
				}

/* ---------- Page Navigation ---------- */

	.page-navigation {
		background:#dbdcde none repeat scroll 0 0;
		margin:10px 0 15px;
		padding:6px 3px 5px 6px;
		text-align:right;
		}
		.page-navigation a {
			font-weight: normal;
			background: #cc2414;
			color: #fcfdff;
			margin:0 2px;
			padding:3px 6px;
			text-decoration: none;
			}
			.page-navigation a:hover {
				background: #800b00;
				}

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

.post-navigation {
	font-size: 14px;
	line-height: 16px;
	margin: 20px 0;
	clear: both;
	}
	.post-navigation a {
		text-decoration: none;
		}
		.post-navigation a:hover {
			background-color: #00A0EE;
			}
	.post-navigation .nav-both {
		text-align: left;
		}
	.post-navigation .nav-back {
		}
		.post-navigation .nav-back a {
			background:transparent url(../../images/navigation/older.png) no-repeat scroll left 0;
			display:block;
			float:left;
			height:25px;
			line-height:25px;
			overflow:hidden;
			padding:0 10px 0 30px;
			}
			.post-navigation .nav-back a:hover {
				background-position: left -25px;
				}
	.post-navigation .nav-next {
		}
		.post-navigation .nav-next a {
			background:transparent url(../../images/navigation/newer.png) no-repeat scroll right 0;
			display:block;
			float:right;
			height:25px;
			line-height:25px;
			overflow:hidden;
			padding:0 30px 0 10px;
			}
			.post-navigation .nav-next a:hover {
				background-position: right -25px;
				}

/* ---------- Section Title ---------- */

.section-title {
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:15px;
	font-weight: normal;
	}
	.section-title strong {
		font-weight: bold;
		}
	.section-title span {
		float: right;
		}

/* ---------- Comments ---------- */

form#comment-form label, .fake-label {
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
form#comment-form textarea {
	width: 330px;
	}
form#comment-form input[type="text"] {
	width: 180px;
	}


.form-wrapper {
	background:#ffffff;
	border:1px solid #dbdcde;
	margin:5px 0 0;
	padding:15px;
	}	
ol.commentlist {
	list-style:none; margin:0;
	}
ol.commentlist li {
	/* border:1px solid #dbdcde; */
	margin:0 0 5px;
	padding: 10px 10px 10px 60px;
	position:relative;
	background: #DBDCDE;
	}
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard {
	font-weight:bold;
	margin-bottom: 5px;
	}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard cite.fn a.url:hover {}
ol.commentlist li div.vcard img.avatar {
	background: #ffffff;
	/* border:1px solid #dbdcde; */
	padding: 5px;
	left:7px;
	position:absolute;
	top:7px;
	}
ol.commentlist li div.comment-meta { font-size: 10px; font-weight:bold; position:absolute; right:10px; text-align:right; top:9px; }
ol.commentlist li div.comment-meta a { }
ol.commentlist li ul { list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply {}
ol.commentlist li div.reply a { 
background:#ffffff url(../../images/navigation/comment-arrow-right-dark.png) no-repeat scroll right center;
border:1px solid #dbdcde;
display:inline-block;
font-size:10px;
font-weight:bold;
padding:2px 20px 2px 6px;
text-decoration:none;
text-transform:uppercase;
white-space:nowrap; }
ol.commentlist li div.reply a:hover {
color: #ffffff;
background:#cc2414 url(../../images/navigation/comment-arrow-right-light.png) no-repeat scroll right center;}
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-1 { background:#DBDCDE; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-2 { background:#ffffff; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-3 { background:#DBDCDE; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-4 { background:#ffffff; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-5 { background:#DBDCDE; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-6 { background:#ffffff; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-7 { background:#DBDCDE; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-8 { background:#ffffff; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-9 { background:#DBDCDE; margin: 0 0 5px; }
ol.commentlist li ul.children li.depth-10 { background:#ffffff; margin: 0 0 5px; }
ol.commentlist ul.children li.odd {}
ol.commentlist ul.children li.even {}
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }

/* ---------- Forms ---------- */
			
	fieldset {
		border: 1px solid #DBDCDE;
		}	
	legend {
		}
		
		input, textarea {
			background: #DBDCDE;
			color: #666666;
			border: 1px solid #DBDCDE;
			}
			input:focus,
			textarea:focus {
				background: #ffffff;
				}
		input[type='text'],
		input[type='password'],
		textarea {
			background: #DBDCDE;
			color: #666666;
			border: 1px solid #DBDCDE;
			}
			input:focus,
			input[type='text']:focus,
			input[type='password']:focus,
			textarea:focus {
				background: #ffffff;
				}
				
	input[type='submit'] {
		font-weight: normal;
		display: block;
		font-size:12px;
		line-height:14px;
		text-transform: uppercase;
		text-decoration:none;
		padding: 5px 20px 5px 8px;
		margin: 0;
		border: 1px #DBDCDE solid;
		background: #E9EAEC url(../../images/elements/nav-right-dark.png) no-repeat scroll right center;
		color: #666666;
		}
		input[type='submit']:hover {
			background-color: #cc2414;
			background: #cc2414 url(../../images/elements/nav-right.png) no-repeat scroll right center;
			color: #ffffff;
			}

/* ---------- Widgets ---------- */

.widget {
	background: #dbdcde;
	margin-bottom: 15px;
	padding: 30px;
	}
	#fold .widget { float: left; margin-right: 10px; margin-bottom: 10px; width: 330px; overflow: hidden; }
	#sidebar .widget { padding: 15px; margin-bottom: 10px; }
	#sidebar .widget-title { color: #B1B1B3; }
	
	.widget-title {
		margin: 0 0 10px;
		padding: 0;
		}
		.widget a {
			}
			.widget a:hover {
				}	
		#fold .widget a:hover { }
		#sidebar .widget a:hover { }

		.widget ul {
			list-style-image: none;
			list-style-position: inside;
			list-style-type: none;
			}
		.widget>ul, .widget>ol, .textwidget>ul, .textwidget>ol {
			/* A root-level list. Not nested. */
			display: block;
			margin-bottom: .8em; /* Bottom margin is same as 'p' tag. */
			margin-left: 0; /* Indent it so it stands out. */
			border-bottom: 1px #cdced0 solid;
			}
			.widget ul li ul, .widget ol li ol {
				/* A nested list. */
				margin-top: 4px;
				margin-bottom: -4px; /* Remove bottom margin. */
				margin-left: 0; /* Remove extra left margin. */
			}
			.widget li {
				border-top: 1px #cdced0 solid;
				margin-top: 0;
				margin-bottom: 0;
				margin-left: 0; /* Amount of indentation */
				padding-bottom: 4px;
				padding-top: 6px;
				padding-left: 15px;
				background: transparent no-repeat url(../../images/elements/tick-right-black.png) 0 6px;
				}

.widget_pages .current_page_item > a,
.widget_pages .current_page_ancestor .current_page_item > a,
.widget_pages .current_page_ancestor .current_page_ancestor .current_page_item > a { font-weight: bold; color: black; }

.widget_pages .current_page_ancestor > a,
.widget_pages .current_page_ancestor .current_page_ancestor > a,
.widget_pages .current_page_ancestor .current_page_ancestor .current_page_ancestor > a { font-weight: bold; color: black; }

	.widget select {
		font-size: 10px;
		margin: 0;
		padding: 0;
		}
	.widget p {
		margin-bottom: .6em;
		}

.share-posts {
	}
	.share-posts li {
		float: left;
		margin: 0 5px;
		display: block;
		}
		.share-posts a:hover img {
			opacity: .5;
			}
	
.widget_tag_cloud {
	}
	.widget_tag_cloud > div {
		text-align: justify;
		line-height: 2em;
		}
		.widget_tag_cloud > div a {
			vertical-align: baseline;
			}
	
.about-author img.avatar {
	float: left;
	margin: 0 10px 10px 0;
	}

#searchform {
	overflow: hidden;
	}
#searchform #s {
	border:1px solid #CACBCC;
	background: #CACBCC;
	float:left;
	margin:0 10px 10px 0;
	width:178px;
	}
	#searchform input#s[type='text']:focus {
		background: #ffffff;
		}
#searchsubmit {
	display:block;
	float:left;
	float: right;
	}
	#searchsubmit:hover {
		background-color: #cc2414;
		color: #fcfdff;
		}


/* ---------- Feedback ---------- */

#feedback {
	margin-bottom:40px;
	overflow:hidden;
	position: relative;
	}
#feedback .widget {
	margin: 0;
	padding: 0;
	width: 800px;
	background: none;
	overflow: hidden;
	}
	#feedback #feedback-left {
		width: 160px;
		float: left;
		margin-right: 10px;
		}
		#feedback-left h3 {
			margin: 0 0 5px 0;
			}
	#feedback #feedback-right {
		width: 610px;
		float: left;
		}
		#feedback-right h5 {
			font-size:1em;
			font-weight:normal;
			margin:0 0 5px;
			}
			
	#feedback input {
		width: 150px;
		margin-bottom: 6px;
		}
		#fold input:focus,
		#fold textarea:focus {
			background: #ffffff;
			}
		#feedback input[type="text"],
		#feedback input[type="password"] {
			width: 150px;
			margin-bottom: 6px;
			}
		.wpcf7-checkbox input {
			margin-right:5px;
			padding:0;
			vertical-align:text-top;
			background: none;
			width: auto !important;
			border: 0 none;
			}
		input[type="checkbox"] {
			margin-right:5px;
			padding:0;
			vertical-align:text-top;
			}
	#feedback textarea {
		width: 600px;
		height: 130px;
		margin-bottom: 5px;
		}
		#feedback input[type="submit"] {
			float: right;
			margin: 0;
			}
	#fold input {
		width: 150px;
		margin-bottom: 6px;
		margin-right: 4px;
		background: #cacbcc;
		}
		#fold input[type="text"],
		#fold input[type="password"] {
			width: 150px;
			margin-bottom: 6px;
			margin-right: 4px;
			background: #cacbcc;
			}
	#fold textarea {
		width: 325px;
		height: 130px;
		margin-bottom: 5px;
		background: #cacbcc;
		}
		#fold input[type="submit"] {
			margin: 5px 0 0 0;
			float: right;
			}
			#fold input[type='text']:focus,
			#fold input[type='password']:focus,
			#fold textarea:focus {
				background: #ffffff;
				}
	

/* ---------- Contact Form 7 ---------- */

	.wpcf7-response-output {
		position: absolute;
		left: 0;
		bottom: 0;
		margin: 0 !important;
		padding: 4px 7px !important;
		}
	span.wpcf7-not-valid-tip {
		top: 10px !important;
		left: 10px !important;
		padding: 3px 5px !important;
		border:1px solid #f18da1 !important;
		background: #eecace !important;
		width: 200px !important;
		}
	#feedback span.wpcf7-form-control-wrap {
		display: block;
		}
	div.wpcf7-validation-errors {
		border:1px solid #f5d65a !important;
		background: #f2efb5 !important;
		}
	div.wpcf7-mail-sent-ok {
		border:1px solid #9baf8f !important;
		background: #bfe1ab !important;
		}

/* ---------- Tables ---------- */

table {
	}
	caption {
		}
	th, td {
		}
	th {
		}
			
			
table.work-table {
	text-transform: uppercase;
	margin-bottom: 30px;
	}
	table.work-table a {
		color: #666666;
		text-decoration: none;
		}
		table.work-table a:hover {
			color: #cc2414;
			}
	table.work-table td {
		text-align: left;
		padding: 0;
		}
		

.widget_calendar h3 {
	display: none;
	}
	table#wp-calendar {
		color: #666666;
		background: #fcfdff;
		border: 1px #989891 solid;
		width: 280px;
		margin: 0 auto;
		}
		table#wp-calendar caption {
			background: #B3B3AA;
			border: 1px #989891 solid;
			padding: 4px 7px;
			margin-left: -1px;
			}
		table#wp-calendar th,
		table#wp-calendar td {
			border: 1px #989891 solid;
			text-align: center;
			padding:4px;
			}
		table#wp-calendar th {
			background: #dbdcde;
			font-weight: normal;
			}
		table#wp-calendar .pad {
			background: #dbdcde;
			}

	/* ---------- Images / Captions ---------- */
	
	.wp-caption {
		background: #fcfdff;
		border: 1px solid #dbdcde;
		margin: 5px 0 10px;
		padding: 10px 10px 0;
		text-align: center;
		max-width: 778px;
		height: auto;
		}
		.post-inside img { /* All images */
			max-width: 800px;
			height: auto;
			}
		.wp-caption img { /* Images with captions */
			margin: 0;
			padding: 0;
			border: 0 none;
			max-width: 778px;
			height: auto;
			}
		.wp-caption p.wp-caption-text {
			padding: 3px 10px 5px;
			margin: 0;
			}
		.wp-caption.alignleft {
			margin-left: 0;
			}
		.wp-caption.alignright {
			margin-right: 0;
			}
		.wp-caption.aligncenter {
			margin-bottom: 10px;
			}
			
	/* ---------- Gallery ---------- */
	
	#nav-images {
		}
		.previous-image {
			float: left;
			}
		.next-image {
			float: right;
			}
	
	div.gallery {
		border: 1px solid #dbdcde;
		margin: 5px 0 10px !important;
		}
		dl.gallery-item {
			}
			dt.gallery-icon {
				}
				dt.gallery-icon a {
					}
					dt.gallery-icon img {
						border: 1px solid #dbdcde !important;
						}
			dd.gallery-caption {
				}