@charset "UTF-8";
/* CSS Document */
/*

Document Title: dept_2.css

Site: University of West Georgia

URI: http://www.westga.edu/

Description: Stylesheet for UWG DEPARTMENT PAGES WIDER

Version: 1.0

Author: Michael Winslett

Copyright: (c) 2010 University of West Georgia.

*/


@import url(dept_global.css);
@import url(faculty_directory_global.css);
@import url(faculty_directory_style.css);
@import url(events_global.css);


#wrapper {
    width: 915px;
	
}
/************************************** HEAD **************************************/
#head {
	width:915px;
}
/************************************** FOOTER **************************************/
#footer_container {
    width: 908px;
}
/************************************** LOG ON **************************************/
#log_on_pop_up {
	margin-left:349px;
}
/************************************** FORMS **************************************/
/* .likeable { */ /* Added by Andrew Nelson on 05/14/14 to Hide HoneyPot input */
/* 	display: none;
} */


																	

hr {z-index:0;
width:70%;
margin-left: 10px;}
#sidebar {z-index:10000;}
/*************CSS FOR HORIZONTAL MENU THEME **********/

body.horizontal-theme #sidebar {
	 float: left;
    width: 180px;
    color: #fff;
    text-align: right;
	border:1px solid #CECECE;
	padding:0 2px 0 2px;
}
body.horizontal-theme .sideContent {
	padding: 0 5px 10px 0;
	font-size:1.1em;
	line-height:1.2em;
	background:url(../images/dept/bkg/main_nav_bkg.jpg) repeat-y top center;
	border:none;
	
}
body.horizontal-theme #sidebar .sideContent h3 {
	padding: 3px 3px 5px 3px;
	font-size:1.5em;
	border:none;
	margin:0;
	background:#FFF;
	color:#1C4FA2;
	width:175px;
}

body.horizontal-theme #sidebar .sideContent ul {
	margin: 0 0 0 0;
	border-top:none;
	padding:1em 0 0 .8em;
}

body.horizontal-theme #sidebar .sideContent ul li {
	font-size:1.1em;
	line-height:1em;
}
body.horizontal-theme #sidebar .sideContent ul li a,body.horizontal-theme .sideContent p  {
	line-height:1em;
}


body.horizontal-theme #sidebar .sideContent ul li a,body.horizontal-theme .sideContent p a {
	color:#fff;
	text-decoration:underline;
}

body.horizontal-theme #sidebar .sideContent ul li a:hover,body.horizontal-theme .sideContent p a:hover {
	color:#fff;
	text-decoration:none;
}
