/*
Theme Name: Hilary Grist
Description: Default Hilary Grist theme
Author: Wes DeBoer
Version: 1.0
*/

/* CSS Document */
/*body	{ 
 * 	background: #CECEB2 url(images/background-salmon.jpg) repeat-x; 
 * 		
 * 		}*/

body, html { 
margin: 0 0 0 0; 
	background: #e7e0ce url(images/nav-tile.jpg) repeat-x;
	background-position:center top;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
body { padding-bottom: 40px; }

p {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	
}
h1 {
	font-family: serif;
	font-style: italic;
	font-size: 26px;
	line-height: 10px;
	color: #3b977c;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	line-height: 17px;
	color: #727274;	
	font-weight: normal;
}
img {
	border:0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	padding:10px;
	color: #000000;
	text-align:center;
	
	
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif; 

	font-size: 10px;
}

.bordertd{
border:thin solid #cccccc;
}
.textBold{
	font-weight:bold;
}
.entry-italic { 
	font-size: 19px;
	line-height: 16px;
	font-style:italic;

}
.entry-date {
	font-size: 12px;
	line-height: 16px;
	font-style:italic;

}

.entry-header {
	background: #e7e0ce url(images/entry-tile.jpg) no-repeat;
	font-size: 14px;
	color: #ffffff;
	height: 16px;
	width: 415px;
	border-bottom:thin dotted #000000;
	padding-top: 14px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.floatimg	{ 
float: left; 
padding-right:10px;
padding-bottom:10px;
}


ul 
{
    list-style: list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 18px;
	padding-right:20px;
	color: #333333;
}

.album_container {  
float: left; 
width: 50%;
height: 300px;
}


/* main containers
 * ----------------------------------------------- */

#header-wrapper	{ 
margin: 0 auto; 
width: 900px; 

}

#header	{ 
width: 900px; 
height: 220px; 
float: left;
}


#header-nav	{ 
width: 900px; 
height: 60px; 
float: left;
}

ul.menu {
width: 725px;
height: 25px;
margin: 5px 0 0 85px;
padding: 0;
}

ul.menu li {
background: #E7E0CE;
float: left;
list-style-type: none;
padding: 0 10px;
position: relative;
height: 20px;
}

ul.menu li a {
	font-family: serif;
	font-size: 20px;
	text-decoration: none;
	display: block;
}

ul.menu li.current_page_item a {
	color: black;
}

.menu .sub-menu {
	position: absolute;
	top: 20px;
	left: 0;
	padding: 0;
	display:none;
	width: 200px;
}

.menu .sub-menu li {
	margin: 0;
float:none;
}

ul.menu li.current_page_item .sub-menu li a {
	color: #667261;
}
ul.menu li.current_page_item .sub-menu li a:hover {
	color: #333333;
}

#content-wrapper	{ 
margin: 0 auto; 
width: 700px; 

}

#music	{ 

width: 300px; 
height: 45px;
	position:absolute; 
	top:211px; 
	left:50%; 
	margin:0px auto auto 140px;
	z-index:2;
}
#full-width { 
width: 700px; 
float:left;
}

#col1	{ 
width: 425px; 
float:left;
padding-right:20px;
border-right:thin dotted #000000;
}

#col1-noborder	{ 
width: 700px; 
float:left;
padding-right:20px;
}


#col2	{ 
width: 232px; 
float:left;
padding-left:20px;

}

#gallery	{ 
width: 400px; 
/*width: 600px;*/ 
min-height:200px;
}

#footer-spacer { 
width: 282px; 
height: 45px; 
float:left;
}

#footer	{ 
width: 578px; 
height: 45px; 
float:left;
background-color:#c46407;
}




/* columns and information sections
 * ----------------------------------------------- */




#copyright	{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
width: 601px; 
margin: 0 auto; 
padding: 10px 0;
background: #2C363A; 
height: 22px;
}


/*  links and nav */

a			{ color: #667261; text-decoration: underline; } 
a:active	{ text-decoration: underline; } 
a:hover		{ color: #333333; text-decoration: underline; }

.textwidget .wpcf7-text { width: 220px; }
.textwidget { margin-top: 15px; }
#col2 img {margin-bottom: 15px; display: block; }
#col2 .textwidget img { display: inline; }

.socialmedia-buttons a { float: left; display: block; width: 55px; height: 55px; }
.socialmedia-buttons img { width: 55px; height: 55px; }


.clear { clear: both; }

#content-wrapper .wp-caption {
	background: #EDE8DA;
	line-height: 18px;
	text-align: center;
	margin: 0 10px 20px;
	padding: 4px;
border: 1px solid #D9CDB2;
float: left;
}
#content-wrapper .wp-caption img {
	margin: 5px 5px 0;
}
#content-wrapper .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
