/*
THEME NAME: Dark Atlantica
THEME URI: http://makedesignnotwar.com
DESCRIPTION: Dark Atlantica Portfolio Theme
VERSION: 1.3
AUTHOR: Brandon Jones
AUTHOR URI: http://makedesignnotwar.com
TAGS: portfolio, classic, simple, modern, gallery, image
*/

/* Stylesheet RESET */
@import url(library/styles/hacks/reset.css);

/* Atlantica Styles */
@import url('core.css');
@import url('typography.css');

/* Stylesheet JCAROUSEL */
@import url(library/styles/jcarousel/jquery.jcarousel.css);
@import url(library/styles/jcarousel/skins/atlantica/skin.css);

/* Stylesheet for DROPDOWN NAVIGATION */
@import url(library/styles/dropdown.css);

/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url(library/styles/prettyPhoto.css);

/* Stylesheet for CONTACT FORM */
@import url(library/styles/form.css);

#flag{
	float: right;
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-right: 0;
}
.universityclub {
	color: #ffffff;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	padding-left: 30px;
	text-align: right;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-right: 30px;
	background: transparent url(http://www.verandaonhighland.com/images/university-club-ribbon.png) top right no-repeat;
}
.universityclub a {
	color: #ffffff;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
}
.watch-chef{
	margin-top: 10px;
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}


.logo{
	width: 940px;
	display: block;
	margin-left: 24px;
}

.logo a img {
margin-left: 134px;
}

/* Menus ---
---------------------------------------------------------------*/

#access .menu-header,
div.menu{
	margin: 0 auto;
	width: 940px;
	clear: both;
}

#access {
	background: url(http://www.verandaonhighland.com/wp-content/themes/dark-atlantica/library/img/navigation/nav-background.jpg) repeat-x;
	display: block;
	height: 75px;
	position:absolute;
	text-align:center;
	margin-bottom: 24px;
	margin-left: 12px;
	z-index: 2001;
}
#access .menu-header,
div.menu {
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	top: 22px;
	text-align: left;
	background: url(http://www.verandaonhighland.com/wp-content/themes/dark-atlantica/library/img/navigation/navigation_dot.png) -2px 11px no-repeat;
}

#access .menu-header li.first,
div.menu li.first {
	background: none;
}
#access a {
	color: #514F4F;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#access ul{display:inline-block;}

#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access .menu-header ul ul li {
	min-width: 180px;
	top: 0px;
	background: none;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #ECECE1;
	border-left: 1px white solid;
	border-right: 1px white solid;
	border-bottom: 1px white solid;
	-moz-box-shadow: 0px 3px 8px #ABABAB;
	-webkit-box-shadow: 0px 3px 8px #ABABAB;
	box-shadow: 0px 3px 8px #ABABAB;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #514F4F;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #514F4F;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #514F4F;
}

/* =Video Page overrides
-------------------------------------------------------------- */

#content .content_wrap .entries.wide, #content .content_wrap .full-entry.wide {
	width: 825px !important;
	border-right: 0px;
	padding: 20px;
	float: left;
}

#content .content_wrap .full-entry.wide .post{
	margin-top: 0px;
	margin: 0 auto;
	width: 700px;
}

#content .content_wrap .full-entry.wide .post h2.entry-title{
	width: 100%;
	float: none;
	margin: 48px 0px 12px;
}

#vid-nav .prev,
#vid-nav .next{
	width: 50%;
	float: left;
}
#vid-nav .next{
}


