/* @override http://www.oduout.org/assets/css/out.screen.css */

/*-------------------------------------------------------------------------------------------- 	out.screen.css 	Copyright (c) 2008 ODU Out	v1.0--------------------------------------------------------------------------------------------*//*-------------------------------------------------------------------------------------------- 	PURGE DEFAULTS	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/--------------------------------------------------------------------------------------------*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body {line-height:1;color:#000;background:#FFF;}ol,ul {list-style:none;}table {border-collapse:separate;border-spacing:0;}caption,th,td {text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after {content:"";}blockquote,q {quotes:"""";}

em {font-style: italic;}
strong {font-weight: bold;}
.clear {clear: both;}

/*-------------------------------------------------------------------------------------------- 	STRUCTURE--------------------------------------------------------------------------------------------*/
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	text-align: left;
	background: #eee url(../img/shad.png) repeat-y 40em top;
}

#focus {
	width: 37em; /*480  −  (18 x 2)*/
	position: absolute;
	top: 0em;
	left: 0em;
	padding: 1.5em;
	background: #EEE url(../img/baseline.gif);
	min-height: 100%;
}

#sidebar {
	width: 30em; /*300  −  (18 x 2)*/
	position: absolute;
	top: 0em;
	left: 40em;
	padding: 1.5em 1.5em 1.5em 1.5em;
}

#logo {
	background: url(../img/outlog.gif) center left no-repeat;
	display: block;
	line-height: 3em;
	text-indent: -6000em;
	width: 140px;
	border: none;
	top: 0;
	left: 0;
}

ul#nav {
	position: absolute;
	top: 1.5em;
	left: 20em;
	list-style: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	line-height: 3em;
	margin: 0 1.5em 0 0;
}

#footer {
	margin: 3em 0 1.5em 0;
	color: #999;
}

#footer h1 {
	display: none;
}


/*-------------------------------------------------------------------------------------------- 	TYPOGRAPHY--------------------------------------------------------------------------------------------*/
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}

h1 {
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
	margin: 1em 0 0 0;
}

h2 {
	font-weight: bold;
	line-height: 3em;
}

h3 {
	text-transform: uppercase;
	margin: 1.5em 0 0 0;
}

#shout {
	margin: 1.5em 0 0 0;		
}

a:link, a:visited {
	background: #BFD5FF;
	color: #003366;
	padding: 0 1px;
	border-right: 1px solid #70a9e2;
	border-bottom: 1px solid #70a9e2;
	text-decoration: none;
}

a:hover, a:active {
	position: relative;
	top: -1px;
	left: -1px;
	border-bottom-color: darkblue;
	border-right-color: darkblue;
	color: black;
}

p + p,
p + ul,
ul + p,
p ~ ul,
blockquote + p,
p + blockquote,
ol + p,
p + ol,
p + h2 {
    margin-top: 1.5em;
}

.loc {
	font-weight: bold;
}

.loc + p {
	margin-top: 0;
}

dd {
	margin: 0 0 0 1.5em;
}

dt + dd {
	margin-bottom: 1.5em;
}

ol {
	list-style:  outside;
	margin-left: 1.3333em;
	list-style-type: decimal;
}

ul {
	list-style:  outside;
	margin-left: 1.3333em;
	list-style-type: square;	
}

/*-------------------------------------------------------------------------------------------- 	FLICKR--------------------------------------------------------------------------------------------*/
#flickr {
	margin-top: 1.5em;
}

#flickr a {
	background: none;
	width: 75px;
	height: 76px;
	margin: 7px 6px 6px 0;
	float: left;
}

/*--------------------------------------------------------------------------------------------
    SLIDING DATEBOX
    http://www.456bereastreet.com/lab/transparent-custom-corners-borders-v2/
--------------------------------------------------------------------------------------------*/
.cb {
    margin: 0 0;
    float: left;
    display: block;
    width: 4em;
	margin: 0 0.5em 0 -2px; 
}

/* Top right corner and border */
.bt {
    height: 4px;
    margin: 0 0 0 4px;
    background: url(../img/dateboxback.png) no-repeat 100% 0 ;
}

/* Top left corner */
.bt div {
    position: relative;
    left: -2px;
    width: 2px;
    height: 4px;
    background: url(../img/dateboxback.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
}

/* Bottom left corner */
.bb div {
    position: relative;
    left: -2px;
    width: 2px;
    height: 2px;
    background: url(../img/dateboxback.png) no-repeat 0 100%;
    font-size: 0;
    line-height: 0;
}

/* Bottom right corner and border */
.bb {
    height: 2px;
    margin:0 0 0 2px;
    background:url(../img/dateboxback.png) no-repeat 100% 100%;
}

/* Left border */
.i1 {
    padding: 0 0 0 3px;
    background: url(../img/dateboxborder.png) repeat-y 1px 0;
}

/* Right border */
.i2 {
    padding: 0 3px 0 0;
    background: url(../img/dateboxborder.png) repeat-y 100% 0;
}

/* Wrapper for the content. */
.i3 {
	background: #fff;
}

/* Make the content wrapper auto clearing so it will contain floats. See http://positioniseverything.net/easyclearing.html). */
.i3:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.i3 {display: inline-block;}
.i3 {display: block;}

/*--------------------------------------------------------------------------------------------
    DATEBOX CONTENTS
--------------------------------------------------------------------------------------------*/
.cb .mo {
	background: #cc0000;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	float: left;
	clear: right;
	width: 100%;
	text-align: center;
	line-height: 1.5em;
}

.cb .day {
	float: left;
	font-size: 2em;
	padding: 2px 0 2px 0;
	line-height: 1em;
	text-align: center;
	width: 100%;
	font-weight: bold;
}



/*------------------------------------------------------------------------------------------*/ /* @override http://www.oduout.org/assets/css/out.screen.css */
/*------------------------------------------------------------------------------------------*/ 