/* -------------------------------------------------------------
	Oklahoma Magazine
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.1
	Date:			19 March 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #a19e94;
	font: normal 11px/1.3em Verdana, Helvetica, sans-serif;
	color: #484747;
	text-align: center;
}

fieldset {
	border: 0px;
}

a img {
	border: 0px;
}

a:link, a:visited {
	color: #494949;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
}

hr {
	width: 100%;
	height: 1px;
	margin: 20px 0;
	border: 0px;
	background: #666;
	color: #666;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 890px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	border: 5px solid #fff;
	background: #e0dfd9 url(/images/bg_index.gif) repeat-y 404px 0;
}

#interior #index {
	background: #e0dfd9 url(/images/bg_index_interior.gif) repeat-y 404px 0;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 100%;
	float: left;
	clear: both;
	background: #fff;
	border-bottom: 5px solid #fff;
}

#brand, #brand a {
	height: 85px;
	width: 331px;
}

#brand {
	float: left;
}

#brand a {
	display: block;
	overflow: hidden;
	text-indent: -9000em;
	background: url(/images/logo_okmag.gif) no-repeat;
}

#subscribe_link {
	width: 180px;
	height: 60px;
	margin-top: 25px;
	float: right;
	clear: right;
	overflow: hidden;
	background: url(/images/title_subscribe.gif) no-repeat;
	text-indent: -9000em;
}



/* --- UI --- */

#ui {
	width: 888px;
	height: 30px;
	padding-left: 2px;
	float: left;
	clear: both;
	background: #b81400;
}

#ui li {
	padding: 0;
	float: left;
	background: transparent no-repeat;
}

#ui a {
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9000em;
	background-repeat: no-repeat;
}

#ui a:hover, #ui a:active, #ui a:focus {
	background-position: left bottom;
}

#ui_home, #ui_home a {
	width: 72px;
	background-image: url(/images/ui_home.gif);
}

#ui_currentissue, #ui_currentissue a {
	width: 135px;
	background-image: url(/images/ui_currentissue.gif);
}

#ui_dining, #ui_dining a {
	width: 122px;
	background-image: url(/images/ui_dining.gif);
}

#ui_advertiserguide, #ui_advertiserguide a {
	width: 156px;
	background-image: url(/images/ui_advertiserguide.gif);
}

#ui_about, #ui_about a {
	width: 98px;
	background-image: url(/images/ui_about.gif);
}

#ui_advertise, #ui_advertise a {
	width: 103px;
	background-image: url(/images/ui_advertise.gif);
}

#ui_subscribe, #ui_subscribe a {
	width: 104px;
	background-image: url(/images/ui_subscribe.gif);
}

#ui_contact, #ui_contact a {
	width: 96px;
	background-image: url(/images/ui_contact.gif);
}





/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 688px;

	height: 255px;
	float: left;
	background: #e0dfd9;
	border-bottom: 5px solid #fff;
}

#messaging a {
	width: 688px;
	height: 255px;
	display: block;
}

#interior #messaging {
	width: 648px;
	height: 41px;
	padding: 50px 0 0 40px;
	background: #8f8c84;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 197px;
	margin-top: -260px;
	float: right;
	text-align: center;
}

#interior #sidebar {
	margin-top: -96px;
}

#sidebar #title_magazine_cover {
	width: 197px;
	height: 255px;
	border-bottom: 5px solid #fff;
}

#sidebar h2 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

#sidebar #ad_one,
#sidebar #ad_two {
	width: 186px;
	height: 217px;
	margin: 10px auto 0 auto;
}


/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 677px;
	padding: 0 0 0 11px;
	float: left;
}

#interior #body {
	width: 604px;
	padding: 30px 0 30px 40px;
	font-size: 12px;
	line-height: 1.6em;
}

#interior #body ul {
	padding-left: 20px;
}

#body a:link, #body a:visited {
	font-weight: bold;
}

#body h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
}

#header {
	height: 30px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #fff;
}

ul#galleryContainer {
	margin: 0;
	padding: 0;
}

#galleryContainer li {
	height: 50px;
	width: 75px;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 1px solid #d3d3d3;
	background: #d3d3d3;
	float: left;
	clear: none;
	position: relative;
	overflow: hidden;
}

#galleryContainer a {
	width: 75px;
	position: absolute;
}

#galleryContainer img, #galleryContainer img {
	width: 75px;
}


/* --- content primary --- */

#primary {
	width: 381px;
	float: left;
}

#primary li {
	width: 381px;
	min-height: 140px;
	padding: 11px 0 14px 0;
	float: left;
	background: url(/images/line_dotted_hz.gif) no-repeat top left;
}

#primary li.first {
	background: transparent;
}

#primary h2 {
	margin: 0 0 8px 0;
	width: 254px;
	float: right;
	line-height: 1.3em;
	color: #6a665a;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#primary div {
	width: 254px;
	margin: 0;
	float: right;
}

#primary img {
	width: 104px;
	float: left;
	border: 5px solid #6a665a;
}

.more_link {
	display: block;
	font-weight: bold;
}



/* --- content secondary --- */

#secondary {
	width: 279px;

	float: right;
}

#secondary li {
	padding: 0;
}

#body #secondary {
	margin: 0;
}

#secondary h2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#secondary strong {
	display: block;
}


/* --- secondary event_item --- */

#secondary .event_item {
	padding-bottom: 10px;
	background: #9fae95;
	border-bottom: 1px solid #fff;
}

#secondary .event_item h2 {
	padding-left: 11px;
	height: 34px;
	line-height: 34px;
	background: #8a9980 url(/images/bg_event.gif) repeat-x;
}

#secondary .event_item ul,
#secondary .issue_item ul {
	padding-left: 11px;
}

#secondary .event_item li,
#secondary .issue_item li {
	margin-top: 18px;
	padding-left: 12px;
	background-position: 0 5px;
}


/* --- secondary issue_item --- */

#secondary .issue_item {
	padding-bottom: 10px;
	background: #98acb7;
	border-bottom: 1px solid #fff;
}

#secondary .issue_item h2 {
	padding-left: 11px;
	height: 34px;
	line-height: 34px;
	background: #8397a2 url(/images/bg_issue.gif) repeat-x;
}


/* --- secondary dining_item --- */

#secondary .dining_item {
	height: 133px;
	background: url(/images/bg_dining.jpg) no-repeat;
}

#secondary .dining_item h2 {
	position: absolute;
	left: -9000em;
}

#secondary .dining_item a:link,
#secondary .dining_item a:visited {
	position: absolute;
	top: 15px;
	left: 205px;
	color: #fff;
}


/*	Body: Dining Guide
- - - - - - - - - - - - - -  */

/* --- form_dining_guide --- */

#form_dining_guide {
	width: 100%;
	margin: 30px 0;
	float: left;
	clear: both;
}

#form_dining_guide fieldset {
	width: 220px;
	float: left;
}

#form_dining_guide fieldset.style_list_1 {
	width: 200px;
}

#form_dining_guide fieldset.style_list_2 {
	width: 180px;
}

#form_dining_guide select {
	width: 150px;
}

#form_dining_guide span {
	margin-left: 15px;
	font-weight: bold;
}

#form_dining_guide strong {
	font-weight: bold;
	display: block;
}

#form_dining_guide label {
	display: block;
}

#form_dining_guide #submit_guide {
	margin: 10px 0 0 0;
}

#dining_legend {
	width: 200px;
	margin-top: 170px;
	float: left;
}



/* --- dining_guide_wrapper --- */

#dining_guide_wrapper {
	clear: both;
}

#dining_guide_wrapper h3 {
	margin: 15px 0 0 0;
	padding: 3px 5px;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	background: #8f8c84;
}

#dining_guide_wrapper h4 {
	margin: 0;
	padding: 3px 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	background: #bfbcb3;
}

#dining_guide_wrapper h5 {
	margin-bottom: 10px;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
}

#dining_guide_wrapper address {
	float: right;
	margin-top: -32px;
}

.dining_restaurant {
	padding: 15px 15px;
	border-top: 1px solid #bfbcb3;
}



/* --- avatar list --- */

#index #body #avatar_list {
	width: 600px;
	padding: 0;
	margin: 0;
	float: left;
}

#avatar_list li {
	width: 130px;
	min-height: 170px;
	padding: 0 20px 20px 0;
	float: left;
	background: transparent;
	line-height: 1.4em;
}

#avatar_list strong {
	display: block;
	padding-left: 10px;
	font-size: 11px;
	background: url(/images/icon_list.gif) no-repeat 0 6px;
}



/* --- avatar detail --- */

#avatar_detail_wrap {
	width: 600px;
	float: left;
}

#body .return_link:link {
	clear: both;
	color: #a32e13;
}

#index #body #avatar_list_detail {
	width: 600px;
	padding: 0 0 20px 0;
	margin: 0;
	display: inline;
}

#body #avatar_list_detail ul {
	padding: 0;
	margin: 0;
}

#avatar_list_detail li {
	width: 280px;
	padding: 0;
	float: left;
	background: transparent;
}

#avatar_list_detail li li {
	width: 270px;
	background: url(/images/icon_list.gif) no-repeat 0 7px;
	padding-left: 10px;
}

#avatar_list_detail li.first {
	width: 320px;
	padding: 0;
	margin: 0;
	float: left;
}

#avatar_list_detail h3, 
#avatar_list_detail h4,
#avatar_list_detail h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
}

#avatar_list_detail h3 {
	margin-bottom: 7px;
	color: #a32e13;
}

#avatar_list_detail h4 {
	font-size: 14px;
	color: #000;
}

#avatar_list_detail h5 {
	font-size: 13px;
	color: #000;
}

#avatar_list_detail li.video {
	padding: 20px 0 20px 15px;
	background: url(/images/icon_video_red.gif) no-repeat 0 23px;
}



/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 900px;
	height: 42px;
	margin: 0 auto;
	padding-top: 18px;
	clear: both;
	color: #d0cfca;
	text-align: left;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #d0cfca;
}

#copyright {
	width: 500px;
	float: left;
}

#site_credit {
	width: 240px;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}


/* --- lightbox --- */


#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
} 

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(../images/box_prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(../images/box_nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails { 
	width: 70%; 
	float: left;  
	text-align: left; 
}
 
#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/*	Body: Tabs
- - - - - - - - - - - - - -  */

#ui_tabs {
	width: 403px;
	min-height: 214px;
	position: relative;
	font-size: 1em;
	line-height: 1.2em;
	background: url(/images/bg_uitabs.gif) repeat-x 0 21px;
}
		
#ui_tabs ul.domtabs a:hover {
	background: #669;
}

div#ui_tabs ul.domtabs li.active a:link,
div#ui_tabs ul.domtabs li.active a:visited,
div#ui_tabs ul.domtabs li.active a:active,
div#ui_tabs ul.domtabs li.active a:hover {
	background: #669;
	color: #fff;
}

#ui_tabs div {
	width: 379px;
	padding: 14px 12px;
	float: left;
}

#ui_tabs ul {
	padding: 0;
}

#ui_tabs .domtabs li {
	background: transparent;
	padding: 0;
}

#ui_tabs .domtabs li, #ui_tabs .domtabs a {
	height: 21px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
}

#tab_news, #tab_news a {
	width: 103px;
}

#tab_links, #tab_links a {
	width: 94px;
}

#tab_students, #tab_students a {
	width: 97px;
}

#ui_tabs #tab_news a:link, #ui_tabs #tab_news a:visited {
	background: url(/images/uitab_news.gif) no-repeat left top;
}

#ui_tabs #tab_links a:link, #ui_tabs #tab_links a:visited {
	background: url(/images/uitab_links.gif) no-repeat left top;
}

#ui_tabs #tab_students a:link, #ui_tabs #tab_students a:visited {
	background: url(/images/uitab_students.gif) no-repeat left top;
}

#body #ui_tabs .domtabs a:hover, 
#body #ui_tabs .domtabs a:active, 
#body #ui_tabs .domtabs a:focus,
#body #ui_tabs .domtabs .active a:link,
#body #ui_tabs .domtabs .active a:visited {
	background-position: left bottom;
}

#ui_tabs .news_list li {
	padding-left: 15px;
	background: url(/images/icon_docs.gif) no-repeat 0 2px;
}

#ui_tabs li {
	background-position: 0 5px;
}

#ui_tabs .news_list li.archive_link {
	background: url(/images/icon_list.gif) no-repeat 5px 4px;
}

#ui_tabs h3 {
	margin-bottom: 15px;
}

#ui_tabs h4 {
	font-weight: bold;
}

#ui_tabs .archive_link h4 {
	font-weight: normal;
	text-transform: lowercase;
}

#ui_tabs h4 a:link, #ui_tabs h4 a:visited {
	color: #686765;
	text-decoration: none;
}

#ui_tabs h4 a:hover, #ui_tabs h4 a:active, #ui_tabs h4 a:focus {
	text-decoration: underline;
}

.quicklinks h4 {
	margin-bottom: 16px;
}

