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

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

/*End Reset*/


/*generic styles*/


html {
	font-size: 100%; /* http://www.alistapart.com/articles/howtosizetextincss */
	overflow-y: auto; /* http://webdevel.blogspot.com/2007/05/controlling-browser-scrollbars.html */
	background-color: #fff; /*http://www.flickr.com/groups/underwearshowing/*/
}

body {
	font-size: .75em; /* http://clagnut.com/blog/348/#c794 */
	text-align: center; /* center things in <= IE6 */
	vertical-align: baseline;
}

a {
	color: #006633;
	text-decoration: underline;
}
a:hover {
	color: #006633;
}
a:focus {
	border: 1px dotted;
}


#content p {
	margin: 0.5em 0 1.5em;
}

.strong {
	font-weight: bold;
}

hr { display: none; }

::-moz-selection{
background: #b9dd48;
color: #2f4400;
} 

::selection {
background: #b9dd48;
color: #2f4400;
}

q, blockquote { 
	/*add generic stuff here*/
}

.error
{
	background:#F9F0F0 none repeat scroll 0% 0%;
	border:1px solid #DAA2A2;
	padding:3px 5px;
}

.wide {
	width: 100%;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.nomargin {
	margin: 0;
}

#content .hr {
	border-bottom: 1px solid #000;
	padding: 2em 0 2em;
}

.center { /*remember to add a width to the block-level element you want to center */
	margin: 0 auto;
}

#content table {
	width: 100%;
	border: 1px solid #ccc;
	padding: 1em;
}
#content table td {
	padding: .5em;
	border: 1px solid #ccc;
}

#content table th {
	background-color: #6A7EC6;
	padding: .5em;
	color: #FFF ;
}

#content ul, #content ol {
	margin: 1.25em 0 1.25em 20px;
}
	#content ul li {
		list-style-type: disc;
	}
	#content li {
		line-height: 1.6em;
		margin-bottom: 0.66em;
	}


/* External Links (http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html)*/
#content a[href ^="http://"] {
padding-right: 17px;
background: transparent url(/gurungr/files/images/icons/external.png) no-repeat right top;
}

#content a[href *="www.uwgb.edu/changeme"], #content a[href *="blog.uwgb.edu/changeme"] {
padding-right: 0;
background: none;
}

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

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


/*End Extra Stuff*/

/*End Starter File*/
html { 
	background-color: #2b3c7a;
}

body {
	background: transparent url(/gurungr/files/images/background-stripe-gradient.png) repeat-x 0 0;
	font-family: helvetica, arial, "sans-serif";
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

a {
	color: #2b3c7a;
	text-decoration: none;
}
a:hover {
	color: #47A4CC;	
	text-decoration: underline;
}

.hr {
	border-bottom: 2px solid #D7D7D7;
	margin: 0.95em 0;
	line-height: 0;
}

	#head {
		width: 960px;
		margin: 0 auto;
		position: relative;
		height: 83px;
		z-index: 100;
		font-family: Verdana, Arial, Helvetica, "sans-serif";
		color: #fff;
		text-align: left;
	}
		#head a {
			color: #fff;
			text-decoration: none;
		}
		#head a:hover {
			text-decoration: underline;
		}
		#head-badge {
			background: transparent url(/gurungr/files/images/header-badge.png) no-repeat 0 0;	
			position: absolute;
			top: 10px;
			left: -20px;
			height: 95px;
			width: 351px;
			z-index: 100;
		}
		#head-text {
			padding: 18px 0 0 10px;			
			position: absolute;
			top: 10px;
			left: -20px;
			height: 75px;
			width: 343px;
			z-index: 150;
		}
			#head-text h1 {
				font-size: 0.70em;
			}
			#head-text h2 {
				font-size: 1.8em;
				margin-bottom: 0.2em;
			}
			#head-text h3 {
				font-size: 1.0em;
				margin-bottom: 0.3em;
				color: #fff;
			}

	#container {
		width: 783px;
		margin: 0 auto;
		background: transparent url(/gurungr/files/images/body-shadow.png) repeat-y 0 0;		
		padding-top: 15px;
		position: relative;
		text-align: left;
		padding-left: 176px;
		z-index: 1;
	} 
		#main-nav {
			position: absolute;
			width: 172px;
			left: 4px;
			top: 40px;
		}
			#main-nav dt {
				border-top: 2px solid #d7d7d7;
				height: 35px;
				line-height: 35px;
				padding: 0 0 0 5px; 
				font-size: 1.1em;
			}
				#main-nav dt a {
					display: block;
					width: 100%;
					height: 100%;
					color: #333;
					text-decoration: none;
				}
			#main-nav dt:hover {
				cursor: pointer;
			}
			#main-nav dt.hover {
				background-color: #DDD;
			}
			#main-nav dd {
				border-top: 2px solid #d7d7d7;
				background-color: #ededed;
				padding: 5px 0;
			}
			#main-nav dd.last-child {
				border-top: none transparent;
			}
			#main-nav dt.last-child {
				border-bottom: 2px solid #d7d7d7;
			}
				#main-nav dd ul {
					padding-left: 15px;
				}
					#main-nav dd ul li {
						line-height: 1.5em;
					}					
		#content {
			min-height: 550px;
			height:auto !important;
			height: 550px;
			width: 585px;
			padding: 20px 15px 15px;
			float: left;
			line-height: 1.4em;
			border-left: 2px solid #d7d7d7;
			border-right: 2px solid #d7d7d7;
			margin-bottom: 5px;
			font-size: 1.1em;
		}
			#content h3 {
				font-size: 1.9em;
				margin: 0 0 0.8em;
			}
			#content h4 {
				font-size: 1.1emem;
				margin: 1.8em 0 1em;
				border-bottom: 1px solid #ccc;
			}
			#content p {
				margin: 0.5em 0 1.5em;
			}
			#content dt {
				color: #000;
				font-size: 1.4em;
			}
			#content dl {
				border: 1px solid #ccc;
				padding: 5px 0 5px 10px;
				margin: 20px 0;
			}
		#sidebar {
			float: left;
			width: 164px;
			text-align: center;
			padding-top: 10px;
		}	
		
			#sidebar .hr {
				width: 75%;
				margin-left: auto;
				margin-right: auto;
			}
			#sidebar #gurung-profile {
				width: 144px;
				margin: 0 0 5px;
				border: 1px solid #333;
			}
				#sidebar #regan-social {
					margin-top: 5px;
				}
					#sidebar #regan-social img {
						width: 25px;
						height: 25px;
					}
					#sidebar #regan-social li {
						display: inline;
						margin: 0 3px;
					}
			#sidebar h4 {
				margin-bottom: 0.8em;
			}
			#sidebar #books li {
				display: inline;
				height: 95px;
				margin: 0 6px;
			}
				#sidebar #books img {
					margin-bottom: 5px;
					border: 1px solid #ccc;
				}
			
	#footer {
		width: 925px;
		margin: 0 auto;
		background: transparent url(/gurungr/files/images/bottom-shadow.png) no-repeat 0 0;
		text-align: left;
		padding: 15px 15px 10px 20px;
		color: #fff;
	}
		#footer a {
			color: #fff;
			text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
		}
			#footer-uwgb-info {
				float: right;
				font-size: 0.8em;
			}
				#footer-uwgb-info dt {
					float: left;
				}
				#footer-uwgb-info dd {
					white-space: nowrap;
					margin-left: 45px;
				}


