/*
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{
	background-image:url(http://www.verandaonhighland.com/images/university-club-ribbon.png);
	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: center;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-right: 20px;
	float: none;
}


.universityclub a {
	color: #ffffff;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
}


/* 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;
}