/*
Theme Name: Artwalk
Theme URI: http://www.vastgraphics.com/
Description: Custom theme developed for Alpine's Artwalk.
Author: Chris Ruggia
Author URI: http://www.vastgraphics.com/
*/


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	line-height:1.4em;
	text-align:center;
	margin:0;
	padding:0;
}


/* LAYOUT */
#wrapper {
	margin: 0 auto;
	width: 850px;
	position:relative;
}
#featured {
	width:500px;
	float:left;
	text-align:center;
	padding-top:10px;
}
	#col-one {
		width:450px;
		padding-right:10px;
		border-right:1px solid #CCC;
		float:left;
		height:430px;
	}
		#col-one .homepic,
		#col-one .caption {
			margin:0;
		}
#content {
	position:relative;
	padding: 0 40px 0 20px;
	text-align:left;
	float:left;
	width: 425px;
}
/* .page-id-11 #content {
	width:850px;
}*/
body.home #content,
.page-id-613 #content {
	width: 325px;
	padding:25px 0 0 5px;
}
.page-id-613 #col-one {
	width:550px;
	border-right:none;
	padding-right:0;
}
.page-id-613 #content {
	margin-left:60px;
	width:250px;
	padding-top:15px;
}
.attachment #content {
	width:100%;
}
p.attachment {
	text-align:center;
}
.wp-caption-text {
	font-size:0.85em;
	font-style:italic;
}
.aligncenter {
	margin:0 auto;
}
#photos {
	float:left;
	position:relative;
	width:350px;
	margin-top:0px;
	padding-top:40px;
}
		.fb {
			position:absolute;
			right:-35px;
			top:10px;
			text-align:right;
			width:200px;
		}
		.page-id-613 .fb {
			/* test page to show 2009 home */
			display:none;
		}
		.page-id-613 .fb-visit,
		.page-id-613 .menu-item-395 {
			display:none;
		}
		.fb-visit {
			font-family: "lucida grande", tahoma, verdana, arial, sans serif;
			font-size: 11px;
			float:left;
			line-height:20px;
			height:20px;
		}
		.fb-visit a:link,
		.fb-visit a:hover {
			text-decoration:none;
			font-weight:normal;
		}
		.fb-visit img {
			vertical-align:middle;
		}
		.fb iframe {
			float:right;
			padding-top:1px;
		}
	ul.recent-posts {
		margin-bottom:3em;
	}
	ul.recent-posts li {
		list-style-type: square;
		text-align:left;
	}
	#content h3.news-header {
		margin-bottom:0;
	}
	.home ul.recent-posts {
		padding-left:1.3em;
		padding-top:0;
		margin-top:0;
	}
#footer {
	clear:both;
	padding-top:25px;
	font-size:85%;
	}
	
/* TYPOGRAPHY */
h2 {
	font-size:125%;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#780E0E;
	clear:both;
	}
a:link {
	text-decoration:none;
	color:#663300;
	font-weight:bold;
}
a:visited {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#480000;
	text-decoration:underline;
	}
.caption,
.gallery-caption{
	font-style:italic;
	font-size:85%;
	text-align:center;
}
body.page-id-70 h3 {
	font-size:110%;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
body.page-id-70 #content ul {
	list-style-type:none;
	margin: -30px 0 30px 40px;
}
body.page-id-107 #content ul,
.location-list {
	list-style-type:none;
	margin:0 0 0;
	padding:0;
}
body.page-id-107 #content ul li,
.location-list li {
	margin-bottom:10px;
	padding-left:15px;
}
.alignleft,
.alignright {
	margin-bottom:0.75em;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.alignleft a {
	margin-right:20px;
}
#footer li {
	display:inline;
}


/* NAVIGATION */
.menu-header {
	width:850px; 
	height:24px; 
	position:relative; 
	z-index:100; 
	font-family: 'Droid Serif', arial, serif;; 
	text-align:center; 
	margin:0; 
	background:#780E0E;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu {
	list-style-type:none; 
	padding:0; 
	margin:0;
	display:inline;
}
.sub-menu {
	width:120px;
	padding:0;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	display:inline; 
	position:relative; 
	text-align:left; 
	padding:0 12px;
}

/* style the links for the top level */
.menu a:link, 
.menu a:visited {
	display:inline-block;
	font-size:11px;
	text-decoration:none; 
	color:#EDE0BE; 
	height:24px; 
	line-height:24px; 
	font-weight:normal; 
	text-transform:uppercase;
	letter-spacing:0.1em;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.sub-menu {
	visibility:hidden;
	position:absolute;
	height:0;
	top:20px;
	left:-15px; 
	width:120px;
}

/* position the third level flyout menu */
.sub-menu ul{
	display:none;
}


/* style the second level links */
.sub-menu a, .sub-menu a:visited {
	background:#780E0E; 
	color:#EDE0BE; 
	height:20px; 
	line-height:1em; 
	padding:3px 0 3px 15px; 
	width:120px; 
}

/* style the top level hover */
.menu a:hover, 
.sub-menu a:hover {
	color:#fff;
}
.menu :hover > a, 
.sub-menu :hover > a {
	color:#fff;
}

/* make the second level visible when hover on first level list OR link */
.menu li:hover ul,
.menu a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */


/* .menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

.menu ul li.menu_item_107 ul {
	display:none;
} */
