/*
Author: Gavin Cooper and Chris Arasin
Author URI: http://www.coopergraphicdesign.com
*/

/* RESET */
* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
html { overflow: scroll;  }
html, body { height: 100%; }
body{ font-size: 0.7em; line-height: 1.7em; font-family: Verdana, Arial, sans-serif; color: #333;  }
ol, ul, li {text-indent:0;  list-style:none;}
a { outline: none; text-decoration: none; }
a img { border: none; background: none; }
img { vertical-align: middle; }
table { border-collapse: collapse; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th,h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-spacing: 0; }
caption, th, td, center { vertical-align: top; }
q { quotes: "" ""; }
 dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

/* UTILITY */
.clear { clear: both; }
.translucent { opacity: 0.75; filter:alpha(opacity=75); }
.noborder {border:none;}
.padding{padding:5px;}
.borderbttm{ border-bottom:1px solid #ccc;}
.bordertop{ border-top:1px solid #ccc;}
.bold {font-weight:bold;}
.floatLeft { float: left; }
.floatRight { float: right; }
.marginbottom { margin:0 0 10px 0;}
.margintop { margin:30px 0 0 0;}
.thumb{margin:5px;}
.introtext {
	font-size:1.3em;
	line-height:solid;
	margin:5px 0;
}

/* GLOBAL LAYOUT */
#page, #footer {
	float:left;
	width:100%;
}
#page {width:1000px;}
#page .wrapper{ margin:0 0 0 55px; float:left; position: relative; }
#content {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	margin-top: 10px;
}
#colM    #content   #slideshow ul {
	list-style: none;
	text-indent: 0px;
}
#colM  #content  #slideshow li {
	list-style: none;
	text-indent: 0px;
}
#summer_header  h1{
	text-transform:uppercase;
	margin: 0 0 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #CC3300;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #c42819;
        margin: 12px 0 0 0;
}
#content h2 {
	color:#c77d00;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content h3 {
        text-transform:uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #663300;
	margin: 0 0 3px 0;
	padding: 0px;
	line-height: 14px;
        letter-spacing:0.1em;
}
#content h4 {
  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #663300;
	margin: 0 0 3px 0;
	padding: 0px;
	line-height: 16px;
}
#content p { margin: 0;}

#colM    #content a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #006666;
	font-weight: normal;
	text-decoration: none;
}
#colM  #content  a:hover  {
	text-decoration: underline;
}
.padright {
	margin: 0px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.padleft {
	padding-left: 10px;
}

#colM {
	float:left;
	width:620px;
	padding-bottom:25px;
	margin-top: 141px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 75px;
	background-color: #FFFFFF;
	min-height:550px;
}

.banner{ border-bottom: 1px dotted #666; height:30px; line-height:30px; border-top: 1px solid #000;}


#footer {
	line-height:40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	color: #000000;
}
#footer .wrapper {background:url(http://www.aasapenn.org/images/icon-external.gif) no-repeat 10px center; padding: 0 0 0 20px;}
div.submit{position:absolute;bottom:0; left:0; width:213px;  }
div.submit a.button {display:block;  padding:5px; color:#FFF; background: #399 url(http://www.aasapenn.org/images/icon-nav.gif) no-repeat right center; }
div.submit a.button:hover {background:#77c7c7;} 

/* backgrounds */
.bk_01 {background:url(http://www.aasapenn.org/images/bk_01.jpg) repeat-x 0 0;}
.bk_summer {
	background-color: #D7A627;
	background-image: url(http://www.aasapenn.org/images/bk_summer.jpg);
	z-index:-10;
	background-repeat: no-repeat;
}
.bk_02 {background:url(http://www.aasapenn.org/images/bk_02.jpg) repeat-x 0 0;}

/* nav */
#colL{
	width:235px;
	float:left;
	margin-bottom: 20px;
	
	margin-top: 141px;
}
#backgroundwhite {
	background-color: #FFFFFF;
	float: left;
	height: 525px;
	width: 235px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	position: relative;
	z-index: 5;
}
#photo_set {
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
}
#colL #nav{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: none;
	float: left;
	position: absolute;
	z-index: 10;
	width: 235px;
}
#colL #nav li { border-top:1px dotted #ccc;  }
#colL #nav li h1 { font-weight:bold; font-size:.9em; letter-spacing:.2em; color:#000;padding:4px 0 4px 10px; display:block;}
#colL #nav li.last{ border-bottom:1px dotted #ccc;}
#colL #nav a { font-weight:bold; font-size:.9em; letter-spacing:.2em; color:#000;padding:4px 0 4px 10px; display:block;background:url(http://www.aasapenn.org/images/icon-nav.gif) no-repeat right center; }
#colL #nav a:hover{ background-color:#fff7a6 ;}
#colL #nav a.selected{background:#ccffff;}

#colL #nav ul ul a{ letter-spacing:0; font-weight:normal; color:#333; padding:2px 0 2px 10px; background:none; }
#colL #nav ul ul li{padding:0 0 0 10px; border:none;}
#colM  #second_nav li {
	display: inline;
}
#colM #summer_header ul {
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
}
#colM  #second_nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#colM #summer_header a:hover {
	color: #0099CC;
}
#colM #second_nav .secondselected {
	color: #0099CC;
}

#col1 { width:48%; float:left;}
#col2 { width:48%; float:right;}

#header { background: url(http://www.aasapenn.org/images/header-title.gif) no-repeat 10px 20px; height:60px; border-bottom: 1px solid #000; }
#summer_header {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#slideshow {
	margin-top: 5px;
	margin-bottom: 10px;
	height: 293px;
	width: 590px;
	overflow: hidden;
}
#nav1 {}
#nav1 li {display:inline;}

/* MAIN NAVIGATION*/


/* LAYOUT */


/*thumbnail list*/

#colM ul.facebook { margin:10px 0 0 10px;}
#colM ul.facebook li{background:url(http://www.aasapenn.org/images/facebook.gif) no-repeat 0 center; line-height:30px; }
#colM ul.facebook li.external {background:url(http://www.aasapenn.org/images/icon-external.gif) no-repeat 0 center;}

ul.alert { margin:5px 0 0 0;}
#colM ul.alert a {background: #000; display:block;padding:5px 5px 5px 35px !important; color:#fff; margin:0 10px 5px 10px;}
#colM ul.alert li{ display:inline-block; width:100%;}
#colM ul.alert a:hover {text-decoration:underline;}

/* pdf nav list*/
ul.pdf{ clear:both; margin:0; padding:0; text-indent:0;list-style:none; }
ul.pdf li {background:url(http://uarts.4x3extra.net/images/pdf.gif) no-repeat center left; margin:0 0 4px 0 !important;margin:0;}
ul.pdf li a { display:inline-block; padding:0 !important; padding:0 0 0 10px; }
ul.pdf li { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight: bold; color:#666; margin:5px 0 0 0; padding: 0 0 0 27px; }


/*tables + pagination*/
#table td, .table td { border-left:1px solid #dbd5c9;padding:4px;}
.tablehor td{border-bottom:1px solid #dbd5c9;padding:4px;}
tr.row1{background:#fff;}
tr.row2{background:#ecf7fd;}
a.prev, a.next, .results{ display:block;  float:right; }
a.prev, a.back{background:url(http://www.aasapenn.org/images/arrow_left.gif) no-repeat center left;text-align:right; }
a.next{background:url(http://www.aasapenn.org/images/arrow_right.gif) no-repeat center right; margin: 0 0 0 10px;width:50px; }
a.prev {width:65px;}
a.back { display:block; float:left; width:105px; letter-spacing:0.09em; }

/*form*/
.textbox{ width:100%; font-size: 1.2em; background: #fff; border: 1px solid #ccc; width: auto; padding:3px; } 
.formbutton { background:#d52316; color:#FFF;  font-weight: bold;padding:4px 10px 4px 10px; margin:10px 0 0 0;border:none; font-family:Verdana, Arial, Helvetica, sans-serif; }
.pulldownmed, .pulldownsmall, .pulldownlarge {display:block; float:left; background:#fff; margin: 3px 3px 0 0;}
.pulldownsmall {width:100px;}
.pulldownmed {width:150px;}
.pulldownlarge {width:350px;}
.search{ float:left; position:relative; padding:4px 0;}

/* TYPE */

.caption { color:#999; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif;}
.tablehead { background:#f7f2df; color:#785a1e;line-height: 1.7em; font-family: Arial, sans-serif; border-bottom:1px solid #dbd5c9; border-top: 1px solid #dbd5c9; }

#colM a:link, #colM a:visited, #colM a:active, #colM a:focus, #footer a { color:#000; text-decoration:underline; font-weight:bold;  }
#colM a:hover {color:#2093b9;}

