/*
CSS TOC idea taken from carsonified (http://www.carsonified.com) and Neal Grosskopf (http://www.nealgrosskopf.com)

Contents:  
	1. Colours
	2. Reset
	3. Typography
	4. Links
	5. Page Layout
	6. Skin & Pages
	7. General Classes (bold, italic, etc)
	8. Messages (error, success, etc)
	9. Clearfix
	10. Print		

*/

/* ============== */
/* = 1. Colours = */
/* ============== */
/*


*/

/* ==================================================================== */
/* = 2. Reset - Eric Meyer Reset v1.0 | 20080212  (slightly modified)= */
/* =================================================================== */

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,
b, u, i, center,
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-size: 100%;
vertical-align: baseline;
background: transparent;
}
html {
overflow-y: auto; /* http://webdevel.blogspot.com/2007/05/controlling-browser-scrollbars.html */
background-color: #fff; /*http://www.flickr.com/groups/underwearshowing/*/	
}
body {
line-height: 1;
vertical-align: baseline;	
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}



/* ================= */
/* = 3. Typography = */
/* ================= */
body {
font-family: Arial, Helvetica, "sans-serif";
font-size:100%;
line-height:1.125em; /* 16×1.125=18px */  /*http://www.alistapart.com/articles/howtosizetextincss*/
}

#content  {
font-size:0.75em;
color: #333;
}
#content h1 {
font-size: 2.6875em; /* 16*2.6875=43px */ 
line-height: 1.5em;
}
#content h2 {
font-size: 2.5em; /* 16*2.5=40px */
line-height: 1.375em;
}			
#content h3 {
font-size: 1.626em; /* 16*1.625=26px */
line-height: 1.375em;
}
#content h4 {
font-size: 1.375em; /* 16*1.375=22px */
line-height: 1.375em;
}
#content h5 {
font-size: 1.1875em; /* 16*1.1875 = 19px */
line-height: 1.1875em;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
letter-spacing: 0.02em;	
}

header h2 {
color: #006633;
font-variant: small-caps;
font-size:1.9em;
line-height:0.7em;
}
header h2 .small {
font-variant: normal;
font-size:0.65em;
}
#content .article-summaries h1 {
font-size:1em;
display:inline;
}
/*
TODO remove everything between here and 4 for the template
*/

#gallery-intro div#gallery-caption {
font-size:0.95em;
color: #000;	
}
div#content #strapline {
color:#ccc;
font-size:0.98em;
line-height:1.6em;
}
div#content #strapline a {
background-image:none !important;
padding-right:0px !important;	
}

div#content #strapline .emphasis {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
font-size: 1.3em;
letter-spacing: 0.04em;	
color: #fff;
}	

div#content #strapline div {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.35em;
	line-height:1.3em;
}

#content #home-quote .quote-source {
font-size:0.95em;
}

#content article h1 {
font-size:1.3em;
line-height:1.2em;
margin-bottom:0;
}
#content div.content-side h1 {
font-family: Arial, Helvetica, "sans-serif";
}	
div#content .col-title {
font-size:1.4em;
padding-bottom:0.1em;
letter-spacing: 0.02em;
padding-bottom: 0.2em;
margin-bottom: 0.5em;
}	



/* ============ */
/* = 4. Links = */
/* ============ */
a, a:link{
color: #006633;
text-decoration: underline;
}
a:visited {
/*color: #00B55A;*/
}
a:hover {
color: #006633;
}
a:active {
position:relative;
top: 1px;
}



/*from http://24ways.org/2009/dont-lose-your-focus?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+24ways+%2824+ways%29&utm_content=Google+Reader */
a:focus { outline: thin dotted;} 
a:hover, a:active { outline: none; }

header h2 a, header h2 a:link {
color: #006633;
text-decoration:none;
}
header h2 a:hover {
text-decoration:underline;
}


header nav a, header nav a:link, header nav a:visited {
color: #fff;
text-decoration:none;
} 
header nav a:hover {
color: #ddd;
}

#strapline a, #strapline a:link, #strapline a:hover, #strapline a:active {
color: #fff;
text-decoration:none;
border-bottom:1px solid #ccc;
padding-right:0 !important;
background-image:none;
}
#strapline a:hover {
border-bottom-color:#fff;
}
#content a.more-link {
float:right;
font-size:0.9em;
text-decoration:none;
}
#content a.more-link:hover {
text-decoration:underline;
}
#content .article-summaries h1 a, #content .article-summaries h1 a:link, #content .article-summaries h1 a:visited {
text-decoration:none;
padding-right:0 !important;
background-image:none;
}	
#content .article-summaries h1 a:hover {
text-decoration:underline;
}
#content a.more-news, #content a.more-news:link, #content a.more-news:hover  {
text-transform:uppercase;
text-decoration:none;
}

footer nav#breadcrumb li a, footer nav#breadcrumb li a:link {
color: #666;
text-decoration:none;
}
footer nav#breadcrumb li a:hover {
color: #818181;
text-decoration:underline;
}
footer  a, footer a:link {
color: #fff;
text-decoration:none;
}	
footer a:hover {
color: #fff;
text-decoration:underline;
}
footer nav#breadcrumb, .boxshadow footer nav#breadcrumb a {
text-shadow: 0 0 0;
}	

/* ================== */
/* = 6. Skin and Pages = */
/* ================== */

#content h1 {
margin-bottom: 1.3625em;
}
#content h2 {
margin-bottom: 1.1625em;
}
#content h3 {
margin-bottom: 0.625em;
}
#content h4 {
margin-bottom: 0.625em;
}
#content h5 {
margin-bottom: 0.625em;
}

#content p {
margin: 1.25em 0;
}

#content .hr {
border-bottom: 1px solid #000;
padding: 2em 0;
}

ul li {
list-style-type: disc;
}
ol li {
list-style-type: decimal;
}	

#content ul, #content ol {
margin-bottom: 1.25em;
}

#content ol li, #content ul li {
	padding-left: 5px;
	margin: 0 0 0.625em 45px;
}

/* External Links (http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html)*/
#content a {
padding-right: 17px;
background: transparent url(../images/icons/external.png) no-repeat right center;
}


#content a[href ^="http://www.uwgb.edu/socwork/"],
#content a[href ^="http://uwgb.edu/socwork/"],
#content a[href ^="/socwork/"] {
padding-right: 0;
background: none;
}

/*ds*/
#content a[href$=".pdf"] {
background:transparent url(../images/icons/pdf.png) no-repeat right center;
padding-right:17px;
}
/*Mail*/
#content a[href ^="mailto:"] {
  background: transparent url(../images/icons/mail.gif) no-repeat right center;
  padding-right: 17px;
}

/*Powerpoint*/
#content a[href$=".ppt"], #content a[href$=".pptx"] {
  padding-right: 17px;
  background: transparent url(../images/icons/powerpoint.png) no-repeat right center;
}

blockquote.default, blockquote.default p {
font-family:"Lucida Sans","Lucida Grande",Arial,Helvetica,Sans-Serif;
font-size: 0.9em;
font-style: italic;
}
blockquote.default {
background-color:#F1F1F1;
border-left:10px solid #ccc;
margin:1.5em 10px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
font-family:"Lucida Sans","Lucida Grande",Arial,Helvetica,Sans-Serif;
}
blockquote.default:before {
color:#ccc;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}

blockquote.default .before { /*for ie if usign jquery super selectors (http://github.com/chrispatterson/jquery-super-selectors) */
color:#ccc;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;	
}


blockquote p {
display:inline;
}

.citationSource {
float: right;
margin-top: -10px;
margin-bottom: 10px;
font-style: normal;
font-weight: bold;
}

#content img.right {
 margin: 0 10px 0.625em 10px;
 border: 1px solid #CCC;
}

#content img.left {
margin: 0 10px 0.625em 10px;
	border: 1px solid #CCC;	
}


#content ul.faculty li{
list-style-type: none;
float: left;
width: 180px;
margin-bottom: 20px;
line-height: 1em;
}

#fonttest {
bottom: 0; /*fix for modernizr gap -> http://github.com/Modernizr/Modernizr/issues/issue/72/#comment_241912*/
}

/*
TODO Take everything between here and 7. for the template
*/

header {
display:block;
background:transparent url(../images/sprites/spriteme2.png) repeat-x 0 -10px;
height:64px;
}
header>div {
	width:960px;
	margin: 0 auto;
	position:relative;		
	}

	header h1 {
		background:transparent url(../images/sprites/spriteme1.png) no-repeat -10px -10px;				
		width:210px;
		position: absolute;
		top: 15px;
		height: 37px;
		left: 0;
		}
		header h1 a {
			text-decoration: none;
			display: block;
			overflow: hidden;
			height: 37px;
			text-indent: -9000px;
			width: 210px;
		}

	header h2 {
		position:absolute;
		top: 80px;
		left: 0;
		}
	header h3#uwgb-col-logo {
		background: transparent url(../images/logo-uwgb.png) no-repeat 0 0;
		position: absolute;
		top: 99px;
		right: 50px;
	}
		header h3#uwgb-col-logo a {
			text-decoration:none;
			display: block;
			overflow: hidden;
			width: 157px;
			height: 39px;				
			text-indent: -9000px;
			}
	header h3#uwosh-col-logo {
		background: transparent url(../images/logo-uwosh.png) no-repeat 0 0;
		position: absolute;
		top: 74px;
		right: 250px;
	}
		header h3#uwosh-col-logo a {
			text-decoration:none;
			display: block;
			overflow: hidden;
			width: 133px;
			height: 63px;				
			text-indent: -9000px;
			}				

	header nav {
		display: table;
		margin: 0 auto;
		height:31px;
		}
		header nav li#header-nav-home a {
				text-decoration: none;
				display: block;
				overflow: hidden;
				height: 11px;
				text-indent: -9000px;
				width: 11px;
				margin-top: 10px;
				background: transparent url(../images/sprites/spriteme1.png) no-repeat -10px -67px;
			}
		header nav li#header-nav-home a:hover {
			background-position: -21px -67px;
			}

		header nav ul:before {
			content: url(../images/header-nav-left-trans.png);
			float:left;
			}
		header nav ul:after {
			content: url(../images/header-nav-right-trans.png);
			float: left;
			}
			header nav ul li {
				float: left;
				background:transparent url(../images/sprites/spriteme2.png) repeat-x 0 -94px;
				height:31px;
				line-height:31px;				
				list-style: none;				
				border-right: 1px solid #004d26;
				padding: 0 20px;
				font-size:0.75em;
				}
			header nav ul li:last-child {
				border-right-width: 0;
				padding-right: 0;
				}
			header nav ul li:first-child {
				padding-left: 0;
				}

	header div#search-area {
		position:absolute;
		top: 0;
		right: 0;
		background:transparent url(../images/sprites/spriteme1.png) no-repeat -10px -99px;			
		width:243px;
		height:31px;	
		padding-left:32px;
		padding-top:-2px;			
		}
	header form#site-search {

		}
		header form#site-search input[type="text"] {
			border:medium none transparent;
			color:#999999;
			font-size:0.7em;
			margin:9px 13px 0 16px;
			padding:0 2px;
			width:156px;
			}
		header form#site-search input[type="text"]:focus {
			color: #202;
			}
		header form#site-search input[type="image"]  {
			border:0;
			position:relative;
			top: 6px;
			}

div#page-wrap {
width:960px;
margin:90px auto 0;
}
nav#sidebar-nav {
	float: left;
	display:block;
	width:220px;
	margin: 0 20px 0 0;
	}
nav#sidebar-nav > ul {
	position:relative;
	}
	nav#sidebar-nav > ul > li {
		list-style: none;
		line-height: 1.875em; /*30px*/		
		}
	nav#sidebar-nav > ul > li > a {
		border-top:1px solid #d9d9d9;
		display:block;
		height: 1.875em;
		}
	nav#sidebar-nav > ul > li span {
		margin-right: 5px;
		}
	nav#sidebar-nav > ul > li.active > a {
		border-bottom:1px solid #d9d9d9;
		}				
	nav#sidebar-nav > ul > li:last-child {
		border-bottom:1px solid #d9d9d9;
		}
	nav#sidebar-nav {
		background:transparent url(../images/sprites/spriteme3.png) no-repeat -283px bottom; /*bottom*/
		padding-bottom: 8px;
		font-size:0.9em;
		} 
		nav#sidebar-nav > ul {
			background:transparent url(../images/sprites/spriteme3.png) no-repeat 0 top; /*top*/
			padding-top: 8px;
			}
			nav#sidebar-nav > ul > li > ul {
				background-color: #eeeeee;
				border-left:1px solid #d3d3d3;
				border-right:1px solid #d3d3d3;
				font-size:0.8em;
				margin: 0 23px;
				padding: 8px 0;
				}
			.js nav#sidebar-nav ul > li > ul {
				display: none;
				}
			.js nav#sidebar-nav ul > li.currentNav > ul {
				display: block;
				}					
			.multiplebgs nav#sidebar-nav > ul > li > ul {
				width:172px;
				background: url(../images/sprites/spriteme3.png) no-repeat -307px top, 
					#eee url(../images/sprites/spriteme3.png) no-repeat -26px bottom;
				}					
				nav#sidebar-nav > ul > li > ul li {
					line-height: 1.6em;
					list-style: none;
				}
				nav#sidebar-nav > ul > li > ul > li {
					margin-left: 10px;
					background:transparent url(../images/sidebar-nav-bullet.png) no-repeat 0 0.5em;
					padding: 0 5px 0 9px;
				}
				nav#sidebar-nav > ul > li > ul > li li {
					background:transparent url(../images/sidebar-nav-bullet-indented.png) no-repeat 0 0.5em;
					padding-left: 11px;
					margin-left: 1px;
					font-size:0.9em;
				}					

nav#sidebar-nav a, nav#sidebar-nav a:link  {
	text-decoration:none;
	}
	
div#content {
	float: left;
	width:700px;
	padding: 8px 20px 0 0;
	}
	div#content-head {
		margin-bottom:30px;
/*		height: 220px;*/
		}
	div#content #gallery-intro {
		float: left;
		width:700px;
		height:250px;
		position:relative;
		display:block;
		}
	.borderradius div#content #gallery-intro {
		border-radius: 12px 0 0 0;
		-moz-border-radius-topleft: 12px;
		-webkit-border-top-left-radius: 12px;	
		}

	#gallery-intro div#gallery-caption {
		width:450px;
		display:block;
		position:absolute;
		bottom: 0;
		left: 0;
		padding:  8px 10px;
		line-height:1.4em;
	}

	#gallery-intro div#gallery-caption {
		background:transparent url(../images/white-trans.png) repeat 0 0;	
	}
	.rgba #gallery-intro div#gallery-caption {
		background-color: rgba(255,255,255, 0.7);
		background-image: none;
		}	
	div#content #strapline {
		background-color:#000;
		float:right;
		height:214px;
		padding:18px 10px;
		width:210px;
		}
	.borderradius div#content #strapline {
		border-radius: 0 12px 12px 0;
		-moz-border-radius-topright: 12px;
		-moz-border-radius-bottomright: 12px;
		-webkit-border-top-right-radius: 12px;				
		-webkit-border-bottom-right-radius: 12px;				
		}
		div#content #strapline div {
			margin-bottom:10px;
			}
	.home div#gallery-img {
		background: transparent url(../images/gallery/home/socwork-students.jpg);
		width:470px;
		height:250px;
		float: left;			
		}

	.borderradius div#gallery-img  {
		border-radius: 12px 12px 12px 12px;
		-moz-border-radius-topleft: 12px;
		-moz-border-radius-bottomleft: 12px;
		-moz-border-radius-topright: 12px;
		-moz-border-radius-bottomright: 12px;						
		-webkit-border-top-left-radius: 12px;
		-webkit-border-bottom-left-radius: 12px;
		-webkit-border-top-right-radius: 12px;
		-webkit-border-bottom-right-radius: 12px;						
	}
			
	.borderradius div#gallery-intro div#gallery-img  {
		border-radius: 12px 0 0 12px;
		-moz-border-radius-topleft: 12px;
		-moz-border-radius-bottomleft: 12px;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;						
		-webkit-border-top-left-radius: 12px;
		-webkit-border-bottom-left-radius: 12px;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;				
		}
	
	#content .col-container .col:last-child {
		margin-right: 0;
		}
	#content #home-quote .quote-source {
		margin-top: 1.3em;
		text-align:right;
		}
	div#content .col {
		display:block;
		width:220px;
		float:left;
		margin-right: 20px;
		}
	div#content #content-body {
		float:left;
		padding-right:20px;
		width:460px;
		}
	div#content .content-side {
		float: right;
		margin-right: 0;
		}
		div#content .col-title {
			background:transparent url(../images/sprites/spriteme2.png) repeat-x 0 -135px;
			}
		div#content div.article-summaries {
			background:transparent url(../images/vertical-light-dot.png) repeat-y 0 0;
			margin-left: 15px;
			padding-left: 15px;
			}
		div#content div.article-summaries article {
			display:block;
			margin-bottom:5px;
			}
		div#content div.article-summaries time {
			display:inline;
			font-size:1em;
			font-size:0.95em;
			padding-left: 5px;
			color: #5B5B5B;
			letter-spacing: -0.02em;
			}
		#content a.more-news {
			display:block;
			font-size:0.9em;
			height:1.6em;
			line-height:1.6em;
			margin-top:17px;
			padding:1px 0;
			text-align:right;				
			}
		.multiplebgs #content a.more-news {
			background:url("../images/horizontal-light-dot.png") repeat-x scroll left top, 
				url("../images/horizontal-light-dot.png") repeat-x scroll left bottom transparent;
			}				
	div#content img.padding-shadow {
		padding: 4px;
		border:1px solid #ccc;
		margin-bottom:0.4em;
		}
	.boxshadow div#content img.padding-shadow {
		border: none;
	   box-shadow: #828282 0 0 4px;
	   -moz-box-shadow: #828282 0 0 4px;
	   -webkit-box-shadow: #828282 0 0 4px;
		}

footer {
	border-top:3px solid #006633;
	display:block;
	background-color:#333333;
	margin-top:45px;
	padding:10px 0 30px 0;
	color:#ccc;
	font-size:0.695em;
	clear: both;
	}
	.boxshadow footer {
		text-shadow:0 2px 2px #222;				
		}
	.boxshadow footer a:active {
		text-shadow:0 0 0;				
		}
	footer .tel {
		background:transparent url(../images/sprites/spriteme1.png) no-repeat -10px -187.5px;
		padding-left:20px;
		}
	footer .email {
		background:transparent url(../images/sprites/spriteme1.png) no-repeat -10px -217.5px;		
		padding-left:22px;			
		}
	footer #uwgb-contact .email {
		margin-left: 3px;
		}
	footer li { 
		list-style: none;
		}
	footer div#footer-wrap {
		width:960px;
		margin: 0 auto;
		}
		footer nav#breadcrumb {
			background-color:#DBDBDB;
			color:#666666;
			display:block;
			float:left;
			font-size:0.95em;
			height:19px;
			line-height:19px;
			margin-bottom:10px;
			padding-left:10px;
			width:700px;
			}
			.boxshadow footer nav#breadcrumb, .boxshadow footer nav#breadcrumb a {
				text-shadow: 0 0 0 !important;
				}
			footer nav#breadcrumb span#youarehere {
				display:block;
				float:left;
				}
			footer nav#breadcrumb li {
				background:transparent url(../images/sprites/spriteme1.png) no-repeat -10px -150px;					
				display:block;
				float: left;
				padding: 0 6px 0 14px;
				height:19px;
				line-height:19px;
				}
					footer nav#breadcrumb li:first-child img {
						margin-top: 3px;
						}
		.borderradius footer nav#breadcrumb {
			border-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-topleft: 5px;				
			-webkit-border-top-right-radius: 5px;				
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;				
			-webkit-border-bottom-left-radius: 5px;				
			}
		.boxshadow footer nav#breadcrumb {
		   border: none;
		   box-shadow: #222 2px 2px 1px;
		   -moz-box-shadow: #222 2px 2px 1px;
		   -webkit-box-shadow: #222 2px 2px 1px;
			}
		.cssgradients footer nav#breadcrumb {
		   background: #dbdbdb -webkit-gradient(linear, left top, left bottom, 
		         from(rgba(255,255,255, .4)),
		         to(rgba(0,0,0, .1)));
			}
			footer nav#breadcrumb 
			footer nav#breadcrumb img#home-icon
			footer nav#breadcrumb li {
				background:transparent url(../images/breadcrumb-chevron-trans.png) no-repeat 0 0;
				float: left;
				padding: 0 9px 0 15px;;
				}
			footer nav#breadcrumb li:first-child {
				background-image:none;
				}
				footer nav#breadcrumb li a {
					text-decoration:none;
					}
					
		footer div#uwgb-contact {
			width:225px;
			float:left;
			margin-right:80px;
			}
			footer div#uwgb-contact li {
				border-bottom:1px solid #666;
				padding: 5px 0;
				}
			footer div#uwgb-contact li:last-child {
				border-bottom-width:0;
				}
		footer .three-col-container {
			float:left;
			margin-top:5px;
			}
			footer .three-col-container nav:last-child {
				margin-right: 0;
				}
			footer .three-col-container li {
				margin-bottom:0.65em;
				}
		footer .three-col-container .three-col:last-child {
			margin-right: 0;
			}
			footer .three-col-container nav {
				display:block;
				float: left;
				margin-right: 40px;
				}
		footer div#internal-nav-contact {
			width:170px;
			float:left;
			float:right;
			}
			footer div#internal-nav-contact li {
				border-bottom:1px solid #666;
				padding:5px 0;					
				}
			footer nav#internal-footer-nav li:last-child {
				border-bottom-width:0;
				}
div.quote1 {
padding: 0 30px 0 30px;
}
				
/* ====================== */
/* = 7. General Classes = */
/* ====================== */

.strong {
font-weight: bold;
}

hr { display: none; }

.wide {
width: 100%;
}

.clearboth {
clear: both;
height: 0;
font-size: 0;
line-height: 0;
}

.nomargin {
margin: 0;
}

.center { /*remember to add a width to the block-level element you want to center */
margin: 0 auto;
}

.table {
display: block;
display:table;
margin: 0 auto;
}

#content table {
width: 100%;
border: 1px solid #ccc;
padding: 16px;
}
#content table td {
padding: 8px;
border: 1px solid #ccc;
}

#content table th {
background-color: #426dab;
padding: 8px;
color: #FFF ;
}

.right {
float: right;
}
.left {
float: left;
}

.no-bg { /*get rid of external link images*/
background-image:none !important;
padding-right:0px !important;	
}
.i {
font-style: italic;
}
.b {
font-weight: bold;
}

.handbook_link {
	margin-left: 60px;
}

/* =============== */
/* = 8. Messages = */
/* =============== */
.error
{
background:#F9F0F0 none repeat scroll 0% 0%;
border:1px solid #DAA2A2;
padding:3px 5px;
}


/* =============== */
/* = 9. Clearfix = */
/* =============== */
/*
TODO take out custom classes and leave style for clearfix
*/
#content-head:after,
#page-wrap:after,
#content:after,
footer nav#breadcrumb ul:after,
#footer-wrap:after  {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-size: 0;
}



/* ============= */
/* = 10. Print = */
/* ============= */
@media print {
body {
   background: white;
   font-size: 12pt;
}

body * {
	font-family: "Georgia", serif !important;
	color: black !important;
}

#sidebar-nav, nav, #search-area, #content-head, footer, #inside-news {
	display: none !important;
	}

header {
	height: auto !important;
	}

header h1 {
	background-image: none !important;
	font-size:18pt;
	margin-bottom: 15px;
	}
header h1 a {
	text-indent: 0 !important;
	text-decoration:none !important;	
	width: 100% !important;
	height: 100% !important;
	display: inline;	
	}
#page-wrap {
	margin-top: 40px !important;
	}
#content {
	padding-right: 0 !important;
	width: auto !important;
	float: none !important;
	}

header h2, header h1 {
	position:static !important;
	width: 100% !important;
	margin-bottom: 10px;
	}

#content a.more-link {
	float: none;
	}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.uwgb.edu/socwork" attr(href) ") ";
   }

.post, .comment {
	border-bottom: 1px solid #ccc;
}
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
