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




/* Begin Typography & Colors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	line-height:1.4em;
	text-align:center;
	margin:0;
	padding:0;
}
#wrapper {
	margin: 0 auto;
	width: 850px;
	position:relative;
}
#featured {
	width:550px;
	float:left;
	text-align:center;
	padding-top:10px;
}
	#col-one, 
	col-two {
		width:255px;
		padding-right:10px;
		border-right:1px solid #CCC;
		float:left;
		height:430px;
	}
#content {
	padding: 0 40px 0 20px;
	text-align:left;
	float:left;
	width: 425px;
	}
body.home #content {
	width: 275px;
	padding:0 0 0 5px;;
	}
#photos {
	float:left;
	width:350px;
	margin-top:20px;
	}
#footer {
	clear:both;
	padding-top:25px;
	font-size:85%;
	}
h2 {
	font-size:125%;
	text-transform:uppercase;
	letter-spacing:0.2em;
	color:#780E0E;
	}
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 {
	font-style:italic;
	font-size:85%;
}
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 {
	list-style-type:none;
	margin:0 0 0;
	padding:0;
}
body.page-id-107 #content ul li{
	margin-bottom:10px;
	padding-left:15px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:850px; height:24px; position:relative; z-index:100; font-family:Georgia, "Times New Roman", Times, serif; text-align:center; margin:0; background:#780E0E;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {list-style-type:none; padding:0; margin:0;display:inline;}
.menu ul ul {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.menu_item {display:inline; position:relative; text-align:center; padding:0 15px;}
/*.menu ul ul li {display:block;}
/* 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.2em;}
/* a hack so that IE5.5 faulty box model is corrected */
/* * html .menu a, * html .menu a:visited {width:120px;} */

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 120px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 120px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 120px center;}


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

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


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

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

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

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

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.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;
}