/*
	Theme Name: Campus Life 2.0
	Description: This is a 2 Column Widget ready Wordpress theme.
	Author: Argyll Studios
	Author URI: http://www.argyllstudios.com
	Tags: two columns, widget ready, fixed width
	
	The CSS, XHTML and design is copyrighted Argyll Studios
	
*/
/* Custom Font */
@font-face {
	font-family: 'Tertre';
	src: url('lib/tertre-xbol.eot');
	src: local('Tertre Extra Bold'), local('Tertre Extra Bold'), url('lib/tertre-xbol.ttf') format('truetype');
}


/* Default Styles */
body { background:#e4ea8e url(images/bg.jpg) center top no-repeat; color: #000; font: normal 62.5%/15px Arial; margin: 0; padding: 0; }
a { color: #000; text-decoration: none; outline:none;}
a img { border: 0; }
a:hover{ text-decoration: underline; }
fieldset {border:none; padding: 0; margin: 0;}
b, strong{ font-weight: bold; }
blockquote{ margin: 1em; }

/* Helper Clear Styles */
.clear { clear:both; }
.clear2 { clear:both; padding:25px 0; }

/* Wordpress Image Styles */
.alignleft { float:left; margin:0 15px 15px; display:inline;  }
.alignright { float:right; margin:0 15px 15px; display:inline; }
.aligncenter { text-align:center; margin:0 auto; }
.wp-caption {
	-moz-border-radius:3px;
	background-color:#F1EDEE;
	border:1px solid #DDDDDD;
	padding:8px 2px;
	text-align:center;	
}
.wp-caption p.wp-caption-text {
	font-size:.9em;
	line-height:12px;
	margin:0;
	padding:1px 7px;	
}

/* Random Styles */
.seeya {display:none;}

/* Location Switch */
#locationSwitch {
	position:absolute;
	right:0;
	top:0;
	z-index: 1000;
}
#locationSwitch a {
	float:left;
	width:170px;
	height:47px;
	font-size: 0;
	text-indent: -999999px;
	overflow: hidden;
}
#locationSwitch a#area1 { background: url(images/area1.png) no-repeat 0 0; }
#locationSwitch a#area2 { background: url(images/area2.png) no-repeat 0 0; }
#locationSwitch a#area3 { background: url(images/area3.png) no-repeat 0 0; }

#locationSwitch a:hover { background-position: 0 -47px !important;}
#locationSwitch a.active { background-position: 0 -47px !important;}

.locationWrap {
	width:880px;
	margin:0 auto;
	position: relative;
	height:45px;
	z-index: 950;
}
/* Event Posts */
.eventPost {
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
}
.eventPost h3 {
	font-size:0.9em;
	margin:10px 0 5px;
}
.eventPost h3 a {
	color:#273B47;
	text-transform:uppercase;
}
.eventPost p {
	font-size:0.8em;
	margin:0;
}


/* Top Panel */
#topPanel {
	background:url("images/background.png") repeat scroll 0 0 transparent;
	border-bottom:8px solid #FFFFFF;
	border-top:8px solid #FFFFFF;
	display:none;
	height:250px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:900;
}
#topPanel h3 {
	color:#FFFFFF;
	font-family:Tertre;
	font-size:2em;
	margin-bottom:15px;
	margin-top:0;
}
#topPanel p {
	margin:5px;
	color:#FFFFFF;
}
.innerPanel {
	width:750px;
	margin:0 auto;
	padding:40px 25px 25px;
	font-size: 1.3em;
	position:relative;
}
p#closePanel {
	top:200px;
	cursor:pointer;
	position:absolute;
	right:-55px;
}
.innerPanel div {
	display:none;
}
.innerPanel ul {
	margin:0;
	padding:0;
	width:600px;
}
.innerPanel ul li {
	float:left;
	list-style:none outside none;
	width:250px;
}
.innerPanel ul li a {
	background:url("images/arrow.png") no-repeat scroll 10px -54px transparent;
	color:#FFFFFF;
	display:block;
	margin:2px 0;
	padding:8px 0 8px 30px;
	width:175px
}
.innerPanel ul li a:hover {
	background:#182d3b url("images/arrow.png") no-repeat scroll 10px -54px;
	color:#FFF;
	text-decoration: none;
}

/* Brandmark - Inline Image */
#brandmarkLogo {
	width:177px;
	height:146px;
}
#brandmarkLogo  { display:inline; float:left; margin:0 0 0 18px; }
#brandmarkLogo a {display:block;}

/* Structure Style*/
#container{
	width: 880px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
#header{
	background:url("images/navBar.png") no-repeat scroll 0 bottom transparent;
	clear:both;
	height:165px;
}
#header #headlinks{
	display:inline;
	float:right;
	font-size:1.5em;
	font-weight:bold;
	margin:128px 15px 0 0;
	text-align:right;
	text-transform:uppercase;
	width:650px;
}
#header #headlinks ul {
	margin:0;
	padding:0;
}
#header #headlinks ul li {
	list-style:none;
	display: inline;
}
#header #headlinks ul a {
	color:#FFFFFF;
	padding:0 15px;
}
#header #headlinks ul a:hover {
	text-decoration: none;
	color:#eaf292;
}
/* Shell for Body Content */

#bodyshell {
	background:transparent url(images/shellBg.png) repeat-y 0 0;
	float: left;
	margin: 0;
	width: 860px;
	padding:0 10px;
}
#bodypad {

}
#bodycontent{
	padding:10px;
	position:relative;
	width:840px;
	margin-top:-4px;
	background: #FFF url(images/contentTop.png) no-repeat;
}
#bodycontent2{
	margin:5px 0 0;
	position:relative;
	width:860px;
	background: transparent url(images/contentSep.png) no-repeat;
}

.sepLeft {
	float:left;
	width:335px;
	padding:10px;
	position: relative;
}
.sepLeft img.calIcon {
	position:absolute;
	right:0;
	top:-23px;
}
.sepLeft h2 {
	border-bottom:1px solid #dcdcdc;
	padding-bottom:5px;
	padding-left:0 !important;
}
.sepRight h2 {
	padding-left:0 !important;
}
.sepLeft .event {
	font-size:1.5em;
	line-height:1.5em;
	padding:15px;
}
.sepRight {
	float:right;
	width:474px;
	padding:10px;
}
.maj { background: url(images/major.png) no-repeat 268px 0px; }
.sepRight .contents { width:250px; }

#bodycontent .bodypad{ padding: 10px; }

/*Nav Area*/
#nav-product {
	background-color:#F1EDEE;
	overflow:hidden;
	position:relative;
	width:205px;
	z-index:100;
	padding-bottom:25px;
}
#nav-product h2 {
	background:#D6D2D1 none repeat scroll 0%;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:8px;
	text-transform:uppercase;
}
#nav-product ul {
	margin:0 0 10px 0;
	padding:0;
}
#nav-product ul.ds {
	margin:0;
	padding:0;
	list-style:none;
}
#nav-product li{
	list-style-type: none;
	margin: 0;
	padding:7px  0;
	font-size:1.1em;
	width:205px;
}
	
#nav-product li a{
	padding:0 15px;
}

#nav-product select {
	margin:10px 0 10px 10px;
	width:185px;	
}

#calendar_wrap {
	margin:10px auto;
	text-align:center;
	width:120px;
}
li #calendar_wrap a {
	font-weight:bold;
	padding:0;
	text-decoration:underline;
}

/* Footer */

#footer{ background:transparent url(images/footer.png) no-repeat 0 0; }
#footerTwo{ background:transparent url(images/footer2.png) no-repeat 0 0; }
.footer {
	clear:both;
	width:880px;
	padding-top:75px;
}
.footer a {
	color:#535A2D;
}
.footerLeft {
	float:left;
	padding-left:15px;
	width:300px;
}
.footerLeft img {
	padding-right:10px;
	vertical-align:middle;
}
.footerRight {
	color:#535A2D;
	float:right;
	padding-right:15px;
	text-align:right;
	width:550px;
	font-size: 1.1em;
	padding-top:8px;
}
/* WordPress Post Set Up */

.post {
	color:#000;
	margin-bottom:19px;
	padding:0pt 4px 0px;
}
.post a {
	color:#17758D;
	font-style:italic;
	font-weight:bold;
}
.attachment-post-thumbnail {
	background: url(images/polaroid.png) no-repeat 0 0;
	margin-left:25px;
	padding:25px 85px 90px 39px;
}
h2.title {
	color:#4DA4BB;
	font-family:Tertre;
	font-size:2.3em;
	line-height:1.4em;
	margin:0;
	padding-left:15px;
}
h2.title a {color:#4DA4BB;}
h2.title a:hover {text-decoration:none;}
.post .date {color:#000;font-size:1.1em; margin:0;}
.post .contents {
	line-height:1.5em;
	font-size:1.2em;
	margin:10px 0;
	color:#000;
}
p.nav {
	color:#000;
	clear:both;
	background-color:#E7E3E4;
	border:1px solid #D6D2D1;
	padding:3px;
}
p.nav a {
	color: #FF0000;
}


/* Coach Page Styles */

/*.coach {
	background-color:#445560;
	border:7px solid #cfd362;
	padding:10px 25px;
	width:250px;
	margin: 15px auto;
}*/
.coach {
	height:305px;
	margin:0 auto;
	width:250px;
	padding-bottom:90px;
}
.coach h2.title { 
	color:#0C0E18;
	margin-top:-90px;
	padding:5px 0;
	text-align:center;
	border-bottom:none !important;
	font-family: Arial !important;
	font-size: 1.7em !important;
}
.coach .contents {
	font-size:1.2em;
	margin-top:30px;
}
.coach ul {
	margin:10px 0;
	padding:0;
}
.coach ul li {
	color:#0c0e18;
	list-style:none outside none;
	margin:10px 0;
	padding:10px;
}

table.clubInfo {
	font-size:1.4em;
	margin:25px 0;
	text-align:left;
	width:465px;	
}
table.clubInfo th {
	padding:15px 15px 15px 0;
	width:125px;
	color:#445560;
	font-style: italic;
}
table.clubInfo td {
	padding:15px 0;
	color:#445560;
}
table.clubInfo a {
	color:#445560;
	text-decoration: underline;
}

.gMap {
	width:425px;
	margin:0 auto;
	border:7px solid #445560;
}

/* Don't Change */
span.edit {
	color:#FFF;
	background-color:#FF0000;
	padding:0 2px;
}
span.edit a {color:#FFF;}


/* Comments  Styles */	
#commentsHolder{
	font-size:1.1em;
	line-height:1.5em;
	padding:5px;
}
#commentsHolder h2.title {
	font-size:1.5em;	
}
.commentlist li ul li {
	font-size: 12px;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	margin:0 5px;
	display:inline;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#author, #email, #url, #comment {
	background:#EEEEEE none repeat scroll 0 0 !important;
	border-color:#666666 #DDDDDD #DDDDDD #666666;
	border-style:solid;
	border-width:1px;
	color:#202020;
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin:5px 0 0;
	padding:3px 0 3px 5px;
	width:250px;	
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}
#commentform {
	margin: 5px 10px 0px 0px;
}	
#commentform textarea {
	width: 95%;
	padding: 5px;
}	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}	
#commentform p {
	margin: 5px 0px 5px 0px;
}	
#commentform #submit {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 4px 2px;
	background:url(images/formbg.gif) repeat-x left top;
}	
.alt {
	margin: 0px;
	padding: 10px;
}
.commentlist {
	margin: 0px;
	padding: 0px;
	width:95%;
}	
.commentlist ol {
	margin: 0px;
	padding: 10px;
}
.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}	
.children { 
	margin: 0px;
	padding: 0px;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.thread-even {
	background-color:#EEEEEE;
	margin: 0px;
	padding: 0px;
}
.thread-odd {
	background-color:#FFF;
}
.depth-1 {
	border: 1px solid #BBBBBB;
	margin: 0px;
	padding: 0px;
}
.even, .alt {
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	margin: 0px;
	padding: 0px;
}
/* Previous and Next Table */
table.navLinks {
	width:99%;
	font-size:1.2em;
}
/* Title on Search, Archive and Cat Pages */
#bodycontent h1 {
	color:#000000;
	font-size:2em;
	line-height:1.5em;
	margin-bottom:5px;	
}
/* Breadcrumbs */
.breadcrumb {
	border-bottom:1px solid #D6D2D1;
	font-size:1em;
	margin:0 0 20px;
	padding:0 0 3px;
	font-size:1.1em;
}


/* Newly Added... */

.errorPage {

}
.errorPage p {

}

/* Map Stylesheet */
.map {
    width: 425px;
    height: 300px;
    overflow: hidden;
}

.tooltip {
    font-family: "Lucida Sans", "Lucida Sans Unicode", arial;
    font-size: 9pt;
    width: 170px;
    overflow: hidden;
}

.tooltip .top{
    background: url(images/bubble.png) no-repeat;
    height: 5px;
    overflow: hidden;
}

.tooltip .middle{
    background: url(images/bg.png) repeat;
    background-position: -173px top;
    padding: 0px 5px;
    color: #FFF;
}

.tooltip .middle img{
    margin: 5px 0px;
    clear: both;
}

.tooltip .bottom{
    background: url(images/bubble.png) no-repeat;
    height: 25px;
    background-position: left bottom;
    overflow: hidden;
}

.tooltip .IE6 {
    background: url(images/bubble.gif) no-repeat;
}

.tooltip .BOTTOMIE6 {
    background: url(images/bubble.gif) no-repeat left bottom;
}

.tooltip .MIDDLEIE6 {
    background: #1A1A1A;
}







