/*
Theme Name: Dominique Edwards
Version: 2.0
*/

html, body {
	margin: 0px;
	padding: 0px;
}


.wrapper {
	width: 960px;
	margin: 0 auto;
}

.header {
	width: 100%;
	padding: 50px 0 30px 0;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.header h2 {
	margin: 0;
}

.header .textwidget {
	width: 80%;
	float: left;
}

/*** MENU ***/

.menuHolder ul {
	list-style: none;
	margin-left: 0px;
  	text-align: left;
}

.menuHolder ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #000;  
} 

.menuHolder ul li.menu-item-66 {
  	border-right: none;
  }
  
.menuHolder ul li.menu-item-68 {
  	padding-left: 0;
  }  

.menuHolder {
	clear: left;
	float: left;
	margin-top: 0px;
}

.menuHolder .menu {
	margin: 0px;
  /*-webkit-padding-start: 0px;*/
  padding: 0px;
  }

.menuHolder a {
	color: #333;
	text-decoration: none;
}


article.item {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 80px;
}

.left {
	width: 270px;
	float: left;
	position: relative;
}

.left h3 {
	margin-bottom: 0px;
}

.left p {
	margin-top: 5px;
}

.content {
	position: absolute;
}

.excerpt {
	margin-bottom: 20px;
}

.right {
	width: 660px;
	float: right;
}

.theCat a {
	text-decoration: none;
	color: #000;
}

.theCat a:hover {
	text-decoration: underline;
}

.theCatPage {
	margin: 50px 0 50px 0;
}

/*** GALLERY ***/

/*.gallery img {
	margin: 0 0 2px 0;
}*/

.gallery a {
	display: block;
	margin: 0 0 4px 0;
	padding: 0px;
	float: left;
  	border: none;
}

.gallery a img {
	display: block;
  	border: none;
}

/*** PAGE ***/

.page {
	width: 500px;
	font-size: 13px;
	line-height: 15px;
}

.page a {
	color: #000;
	text-decoration: none;
}

.page a:hover {
	text-decoration: underline;
}

table.exhibs td {
	vertical-align: top;
}

table.exhibs tr {
	padding-bottom: 5px;
}

/*** CONTACT FORM ***/

.wpcf7 input.wpcf7-text, .wpcf7 textarea {
 	width: 300px;
	border: 1px solid #ccc;
	background: #fff;
	height: 25px;
	font-size: 10px;
 }
  
.wpcf7 textarea {
	height: 100px;
}
	
span.wpcf7-not-valid-tip-no-ajax {
	font-size: 10px;
}

.wpcf7-validation-errors, .wpcf7-response-output {
	width: 280px;
	 text-align: center;
}
		
  

/*** TYPOGRAPHY ***/

body {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #333;
}

h1, h2, h3, h4 {
	color: #333;
}

h1 {
	font-size: 18px;
}

h3 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;

}

h3.no-italics {
	font-style: normal;
}

h1 a, h2 a, h3 a, h4 a {
	color: #111;
	text-decoration: none;
}

p {
	margin-bottom: 0px;
}

dt { float: left; width: 45px; }
dd { float: left; width: 455px; margin-left: 0 }
dl { overflow: hidden; }



