/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
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;
}

.center {
	margin: 0 auto;
}

.center_x{
	text-align: center;
}

/* 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;
}

html {
	height: 100%;
	background: #fff url(http://www.uwgb.edu/nursing/files/images/gradient2.jpg) repeat-x 0 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.req {
	color: #990000;
	font-weight: bold;
}

/* External Links */
#content a[href ^="http://"] {
padding-right: 17px;
background: transparent url(http://www.uwgb.edu/nursing/files/images/icons/external.png) no-repeat right top;
}
#content a[href *="www.uwgb.edu/nursing"], #content a[href *="blog.uwgb.edu/nursing"] {
padding-right: 0;
background: none;
}

/*PDFs*/
#content a[href$=".pdf"] {
	background:transparent url(http://www.uwgb.edu/nursing/files/images/icons/pdf.png) no-repeat right top;
	padding-right:17px;
}
/*Mail*/
#content a[href ^="mailto:"] {
   padding-right: 17px;
   background: transparent url(http://www.uwgb.edu/nursing/files/images/icons/mail.gif) no-repeat center right;
}

/*Powerpoint*/
#content a[href$=".ppt"], #content a[href$=".pptx"] {
   padding-right: 17px;
   background: transparent url(http://www.uwgb.edu/nursing/files/images/icons/powerpoint.png) no-repeat center right;
}


#container {
	background: url(http://www.uwgb.edu/nursing/files/images/background.png) repeat-y 0 0;
	width: 950px;
	padding: 0 10px;
	margin: 0 auto;
	z-index: 0;
}

#header {
	height: 30px;
	width: 100%;
	background-color: #041228;
	border-bottom: 3px solid white;
	text-align: center; /* center the navigation */
}

#header ul.headlinks {
	position: absolute;
	top: 9px;
	right: 0;
	font: 80% "helvetica", "arial", sans-serif;
	color: #FFF;
	list-style: none;
}

#header ul.headlinks li {
	display: inline;
}

#header ul.headlinks li a {
	color: #fff;
	text-decoration: none;
}

#header ul.headlinks li a:hover {
	color: #69d2e7;
	text-decoration: none;
}

#header h1{
	width: 463px;
	position: absolute;
	top: -5px;
	left: 155px;
	height: 43px;
}
	#header div {
		width: 950px;
		margin: 0 auto;
		position: relative;
	}
	#header h1 a {
		background: transparent url(http://www.uwgb.edu/nursing/files/images/uwgb.png) no-repeat 0 0;
		display: block;
		text-indent: -9000px;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}

#header img {
	position: absolute;
	top: 0;
	left: 0;
}

#whatever h2 {
	font: 2em "lucida-grande", "verdana", sans-serif;
	font-weight: normal;
	color: white;
	letter-spacing: 5px;
	width: 25em;
	height: 4.5em;
	position: absolute;
	top: 25px;
	right: 0;
	text-align: left;
}

	#whatever h2 span {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		font: 3em "georgia", "times", serif;
		
		letter-spacing: 7px;
		text-align: right;
	}
	#whatever h2 a {
		text-decoration: none;
		color: #FFF;
	}

#whatever h2 span a {
	color: #0d3064;
}

#whatever ul#links { /*http://www.alistapart.com/articles/dropdowns/*/
	position: absolute;
	font: 1em "lucida-grande", "verdana", sans-serif;
	bottom: 0;
	padding: 0;
	margin: 0 auto 0 7px;
	list-style-type: none;
	z-index: 1000;
	text-align: left;
}

	#whatever ul#links a {
		color: #fff;
		text-decoration: none;
		display: block;
	}
	
	#whatever ul#links a:hover {
		color: #fff;
		text-decoration: none;
	}
	
#whatever ul#links li {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #0D3064;
	border-left: 1px solid #ccc;
	display: inline;
	float: left;
	position: relative;
	height: 32px;
}

#whatever ul#links li.first {
	border-left-width: 0;
}

#whatever ul#links li a {
	margin-right: 5px;
	padding: 0 10px;
	line-height: 32px;
}

#whatever ul#links li li {
	background-color: #B5D1DF;
	display: block;
	min-width: 20em;
	width: auto !important;
	width: 20em;
	height: 2.5em;
	line-height: 2.5em;
	border-bottom: 1px solid #fff;
}

	#whatever ul#links li li a{
		color: #0D3064;
		padding: 0 0 0 5px;
		width: 100%;
		height: 100%;
	}
		
#whatever ul#links li ul {
	width: auto;
	font-size: .7em;
	display: none; 
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 50;
	background-color: #B5D1DF;
	border-top: 1px solid #fff;
}
#whatever ul#links li:hover {
	background-color: #5c87c6;
}

#whatever ul#links li:hover ul {
	display: block;
}

#whatever {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	height: 232px;
}

#content {
	margin-top: 10px;
	float: left;
	width: 640px;
	padding: 20px 20px 50px 30px;
	border-right: 1px solid #ccc;
	font: .85em "lucida-grande", "verdana", serif;
	color: #575757;
}

#content h3, h4, h5 {
	font-family: "georgia", "times", serif;
	color: #000;
	line-height: 2.25em;
	font-weight: normal;
}

#content h3 {
	font-size: 2em;
	color: #0d3064;
	line-height: 1.5em;
	clear: both;
	margin-bottom: 0.5em;
}

#content h4 {
	font-size: 1.5em;
}

.partner-heading {
	clear: both;
}

#content h5 {
	font-size: 1em;
}

#content p {
	margin:0.5em 0 1.5em;
	line-height: 1.75em;
}

#content a {
	color: #426dab;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content img.left {
	float: left;
	margin: 10px;
}

#content img.right {
	float: right;
	margin: 10px;
}

#content ol ul{
	margin-bottom: 20px;
}

#content ol li{
	list-style: decimal;
	margin: 0px 0px 10px 40px;
}

#content ul li{
	list-style: square;
	margin: 0px 0px 10px 40px;
}


	#content ul.partnershipcolumn li {
		width: 280px;
		float: left;
		list-style-type: none;
	}
		
#content ul.faculty li{
	float: left;
	list-style: none;
	list-style-type: none;
	overflow: hidden;
	width: 280px;
}

	#content ul.faculty li a:hover{
		background-color: green;
	}

	#content ul.faculty li a span{
		display: block;
		height: 1%;
		padding: 5px 8px 8px;
		cursor: pointer;
	}

		#content ul.faculty li a .photo{
			float: left;
			margin: 3px 20px 0 0;
		}
	
			#content ul.faculty li a img{
				vertical-align: bottom;
			}

				#content ul.faculty li a em{
					display: block;
					line-height: 21px;
					font-family: "georgia", "times", serif;
					font-size: 1.2em;
					font-variant: normal;
					font-style: normal;
					color: #426dab;
					font-weight: normal;
				}

					#content ul.faculty li a cite{
						font-family: "lucida-grande","verdana",serif;
						font-size: .9em;
						color: #575757;
					}
					
	#content table {
		border: 1px solid #ccc;
		padding: 1em;
	}
	#content table td {
		padding: .5em;
		border: 1px solid #ccc;
	}
	
	#content table th {
		background-color: #426dab;
		padding: .5em;
		color: #FFF ;
	}				
	
/********** SIDEBAR *************/

#sidebar {
	float: right;
	width: 219px;
	padding: 30px 20px 25px 0;
	font-family:"lucida-grande","verdana",serif;
	font-size: 0.78em;
	color: #575757;
}

#sidebar li#comments {
	height: 100%;
	text-align: center;
}
	#sidebar li#comments img {
		margin: 0 0 0 5px;
	}

#sidebar #tracks {
	width: 206px;
	margin: 0 auto 30px;
}

	#sidebar h4 {
		color: #333;
	}
	#sidebar li {
		list-style-type: none;
	}
	

	ul#tracks li {
		text-align: center;
		width: 206px;
		height: 56px;
	}
	#sidebar li .bsnlinc {
		background: transparent url(/nursing/files/images/bsnlinc.png) no-repeat 0 0;
	}
	#sidebar li .bsnhome {
		background: transparent url(/nursing/files/images/bsnhome.png) no-repeat 0 0;
	}
	#sidebar li .campustrack {
		background: transparent url(/nursing/files/images/campustrack.png) no-repeat 0 0;
	}
	ul#tracks a {
		line-height: 56px;
		color: #fff;
		font-size: 1.3em;
		font-weight: bold;
	}

	#sidebar.home-sidebar {
		font-size: 0.9em;
	}
	#sidebar ul, #sidebar ol {
		margin:5px 0 0 10px;
	}
	
	.bullet li, #recent-posts li, #sidebar li.widget li {
		list-style-type: square;
		margin-left: 5px !important;
	}
	
	#sidebar li {
		margin-bottom: 25px;
	}
	
	#sidebar ul li, #sidebar ol li {
		margin:25px 0 0;
		padding:0;
	}
	
	#sidebar li li {
		margin-top: 8px;
	}
	
	#sidebar h4 {
		border-bottom:1px solid #CCCCCC;
		font-family:"georgia",serif;
		font-size:1.3em;
		line-height: 1em;
		font-weight:normal;
		letter-spacing:0.05em;
		padding-bottom: 2px;
		margin-bottom: 10px;
	}
	
	.no-underline {
		border-bottom-width: 0 !important;
	}
	
	#sidebar a {
		color: #0D3064;
		text-decoration: none;
	}
	#sidebar a:hover {
		text-decoration: underline;
	}

	#sidebar #quote-meta {
		text-align: right;
		color: #323232;
		font-size: 0.9em;
		line-height: 1.2em;
		font-style: italic;
	}
	#sidebar #quote-more {
		float: right;
		margin-top: 10px;
		font-size: 0.9em;
	}
/********** END SIDEBAR *************/

.clear {
	clear: both;
}

#footer {
	border-top: 5px solid #041228;
	width: 100%;
	background-color: #c9c9c9;
	clear: both;
	padding-bottom: 20px;
}
#footer a {
	text-decoration: none;
}

#footer dt {
	text-decoration: none;
	font: bold .85em "georgia", serif;
	color: #041228;
	padding-bottom: 5px;
}
	#footer dt a {
			color: #041228;
	}

#footer dd {
	font: .7em "lucida-grande", "verdana", sans-serif;
	text-align: left;
	line-height: 1.4em;
	text-indent: -0.6em;
	margin-top: 0.4em;
	padding-left: 0.6em;
}

#footer dd a {
	text-decoration: none;
	color: #848484;
}

#footer dd a:hover {
	font-size: 1em;
	color: #333;
	text-decoration: underline;
}

.footer-contents {
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	font-family: "helvetica", "arial", sans-serif;
	text-decoration: none;
}

#footer .col {
	float: left;
	margin: 5px;
	height: 200px;
	padding: 10px 0 0 4px;
	position: relative;
	width: 15.2%;
}

#footer #col-last {
	border: medium none;
}
	
#footer dl.col-prime {
	margin-bottom: 0.7em;
}

#footer dl {
	margin: 0;
}

#address {
	width: 960px;
	font: .8em "helvetica", "arial", sans-serif;
	line-height: 1em;
	clear: both;
	margin-top: 10px;
	}
	
	#address img {
		float: left;
		margin: 10px 20px 20px 0;
	}
	
	#address p {
		color: #041228;
		font: .95em "georgia", serif;
		line-height: 1.5em;
	}
	
	#address h4 a {
		text-decoration: none;
		font: bold 1em "georgia", serif;
		color: #041228;
		padding-bottom: 5px;
	}
	
	#address h4 a:hover {
		color: #848484;
		text-decoration: underline;
	}
	
	/* BLOG */

	.post {
		margin-bottom:60px;
		padding-bottom:10px;
	}
	.post h3 {
		margin-bottom: 0;
	}

	#content .single-post {
		padding-bottom: 10px;
	}

	#content.single-post h3 {
		margin-bottom: 0;
	}

	.post-info li {
		display: inline;
	}

	.entry-meta {
		color: #666;
		font-size: 0.85em;
		font-style: normal;
	}

	#content .entry-meta a {
		color: inherit;
		font-style: italic;
	}

	#content .entry-meta a:hover {
		color: #B20838;
		cursor: pointer;
	}

	.post-nav {
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		height: 30px;
		margin-top: 35px;
		
	}

	.post-nav div {
		height: 30px;
		line-height: 30px;
		font-size: 0.9em;
	}

	.previous-post {
		float: left;
	}

	.next-post {
		float: right;
	}

	#entry-meta-below {
		margin-bottom: 5px;
	}



	#content .commentlist {
		border-color: #ccc;
		border-style: solid solid none;
		border-width: 1px 1px medium;
		margin-bottom: 60px;
		font-size: 0.85em;
	}

	#content .commentlist li {
		border-bottom: 1px solid #ccc;
		padding: 18px 1.5em 0;
		position: relative;
		list-style-type: none;
		margin-left: 0;
	}

	#commentform label {
		font-family: "georgia",serif;
		color: #404040;	
	}

	.commentlist .comment-author {
		font-size:0.9em;
		font-weight:bold;
		line-height:1em;
		margin:0;
		padding:9px 0 0 46px;
	}

	.commentlist li .avatar {
		height: 36px;
		left: 1.5em;
		position: absolute;
		top: 22px;
		width: 36px;
		padding: 0;
		margin: 0;
	}

	.comment-meta {
		color: #666;
		font-size: 0.95em;
		padding: 0 0 9px 46px;
	}

	#content .comment-meta a {
		color: inherit;

	}

	.home .post, .post-list .post {
		border-bottom: 1px solid #ccc;
	}
	
	.entry {
		margin-top: 20px;
	}

	.post-list .post {
		font-size:0.85em;
		padding:2px 17px 1px;
		margin-bottom: 15px;
	}

	.post-list .entry {
		margin-bottom: -10px;
	}

	.post-list .entry-meta {
		line-height: 0.8em;
	}

	.post-list h3 {
		margin-bottom: 20px;
	}

	#content .post h3 {
		margin-bottom: 0;
	}
	
	#content .post-list h4 {
		margin-bottom: 3px;
	}

	.post-list .post-nav {
		margin-top: 30px;
	}

	#content img[align=left] {
		margin: 3px 20px 10px 0;
	}

	#content img[align=right] {
		margin: 3px 0 10px 20px;
	}

	#content img[align=alignnone] {
		margin: 3px 20px 10px;
	}

	.gallery img {
		 width: 130px;
		height: 130px;
		padding: 3px;
		border: 1px solid #ccc;
	}

	.quotepage blockquote {
		color: #4e5159;
	}

	#content #quotes-list li {
		font-size: 0.9em;
		border-bottom: 1px solid #ccc;
		list-style-type: none;
		padding: 0;
		margin: 0 0 40px;
	}

	#quotes-list {
		margin-top: 30px;
	}

	#quotes-list .quote-meta .fn {
		color:#34584A;
		font-size: 1.3em;
	}

	#quotes-list .quote-meta {
		font-size: 0.9em;
		color: #676b76;
	}

	.news_feed img, .widget_recent_entries img {
		margin:0 5px -1px 0;
		padding: 0;
	}	
	#sidebar-gallery img {
		margin: 3px;
		padding: 2px;
		border: 1px solid #ccc;
	}

	#sidebar-gallery img:hover {
		border-color: #0d3064;
	}	
	
	.gallery-caption, .ppt {
		display: none !important;
	}
	
	#breadCrumbs {
		position: relative;
		display: inline;
		top: -25px;
		left: -21px;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 3px 7px;
		font-size: 0.8em;
		color: #b2b2b2;
	}
