@charset "UTF-8";

/*

Document Title: content.css

Site: University of West Georgia

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

Description: Global Stylesheet for UWG LANDING CONTENT PAGES

Version: 1.0

Author: Michael Winslett

Copyright: (c) 2010 University of West Georgia.

*/

@import url(global.css);
@import url(main_nav.css);

/*************************CONTENT CONTAINER*/

#content_container {
		width:930px;
		min-height:430px;
		/*border:1px solid #000; for testing*/
		/*-moz-border-radius: 5px;
		-webkit-border-radius: 5px;*/
		margin:5px auto 0 auto;
		padding:0;
		background:url(/images/cssimages/bkg/content_bkg.jpg) no-repeat 10px 0;
}

/*********************AUDIENCE NAV OVERRIDE*/

#audience_nav {
	margin:10px 0 0 5px;
	background:url(/images/cssimages/bkg/who_are_you_content_bkg.jpg) no-repeat 18px 0;
}

/*********************MAIN NAV OVERRIDE*/

#main_nav {
	margin:15px 25px 0 0;
	height:0px; /*CHANGE THIS*/
}

/*******************************PAGE CONTENT*/

#page_content {
	width:704px;
	margin:55px 0 0 200px;
	padding:0;
}

#page_content a {
	border-bottom:1px solid #333;
}

#page_content a:hover,#accordion .pane ul a:hover {
	color:#1c4fa2;
	border-bottom:1px solid #1c4fa2;
	text-decoration:none;
}

#page_content ul,#page_content ol,#accordion .pane ul {
	margin: 1em 0 1em 1.2em;
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.2em;
	/*border-left:3px solid #E7E7E7;*/
	padding:0 0 0 1.3em;
}
#page_content ul li ul,#page_content ol li ol {
	font-size:1em;
}

#page_content ul {
	list-style: circle outside;
}

#page_content ol {
	list-style-type:decimal;
	list-style-position:outside;
	
}

#page_content ul li a,#page_content ol li a {

}

#page_content ul li a:hover,#page_content ol li a:hover {
	text-decoration:none;
}

#content_banner_holder {
	margin:0 0 5px 0;
}

#page_content blockquote {
	margin:0 15px 10px 20px;
	border-left:10px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	padding:0 5px 0 15px;
	/*background:url(/images/bkg/blockquote.jpg) bottom right no-repeat;*/
}

#page_content blockquote h1,
#page_content blockquote h2,
#page_content blockquote h3,
#page_content blockquote h4,
#page_content blockquote h5,
#page_content blockquote h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
}

/********************************CONTENT SIDEBAR*/

#content_sidebar {
	float:left;
	margin:40px 0 0 20px;
	clear:left;
	width:160px;
	padding:0 5px 0 5px;
}

#content_sidebar h6 {
	width:150px;
	padding:3px 5px 7px 5px;
	background:url(/images/cssimages/bkg/content_sidebar_header_bkg.jpg) no-repeat #CECECE;
	color:#666;
	margin:5px 0 0 0;
}

#content_sidebar ul {
	margin: 0 0 1em 0;
	border:1px solid #CECECE;
	border-top:none;
	padding:1em 0 1em 1.9em;
}

#content_sidebar li, #content_sidebar ul {
	list-style: circle outside;
}

#content_sidebar ul li {
	font-style:normal;
	font-size:1.1em;
	line-height:1.8em;
}

#content_sidebar ul li a {
	color:#555f6a;
	text-decoration:underline;
}

#content_sidebar ul li a:hover {
	
	color:#1c4fa2;
}

/**********************TEXT CONTENT SIDEBAR*/

#textcontent_sidebar {
	float:right;
	margin:40px 0 0 20px;
	width:160px;
	padding:0 5px 0 5px;
}

#textcontent_sidebar h6 {
	width:150px;
	padding:3px 5px 7px 5px;
	background:url(/images/cssimages/bkg/content_sidebar_header_bkg.jpg) no-repeat #CECECE;
	color:#666;
	margin:5px 0 0 0;
}

#textcontent_sidebar ul {
	margin: 0 0 1em 0;
	border:1px solid #CECECE;
	border-top:none;
	padding:1em 0 1em 1.9em;
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.2em;	
}

#textcontent_sidebar ul li ul {
	margin: 0 0 1em 1.2em;
	border:none;
	border-top:none;
	padding:0;
	line-height:1.5em;
	margin-bottom:0;
	font-style:normal;
	font-size:.8em;
	line-height:1.6em;
}

#textcontent_sidebar li, #textcontent_sidebar ul {
	list-style: circle outside;
}

#textcontent_sidebar ul li,#textcontent_sidebar ul li ul li {
	font-style:normal;
	font-size:1.1em;
	line-height:1.8em;
}

#textcontent_sidebar ul li a {
	color:#555f6a;
	text-decoration:underline;
	border-bottom:none;
}

#textcontent_sidebar ul li a:hover {
	text-decoration:underline;
	border-bottom:none;
	color:#1c4fa2;
}



/************************************** BREADCRUMB*/
#breadcrumb_container  {
    overflow:hidden;
    padding:0 0 0 5px;
    line-height:2.3em;
    color:#8c8c8c;
    width:698px;
	height:25px;
	border-bottom:1px solid #d4d4d4;
	margin:0 0 8px 0;
}
#breadcrumb_container a, #breadcrumb_container em, #breadcrumb_container span {
    float:left;
    overflow:hidden;
    padding:0 12px 0 0;
    font-style:normal;
	font-size:1.1em;
	border:none;
	color:#8c8c8c;
}
#breadcrumb_container a {
	text-decoration:underline;
}
#breadcrumb_container a:hover {
	text-decoration:underline;
	border-bottom:none;
}

#breadcrumb_container span {
    background:url(/images/cssimages/icons/breadcrumb.gif) no-repeat left center;/*BREAD IMAGE*/
    overflow:hidden;
    padding:2px 0 0 20px; /*Shows ONLY BACKGROUND IMAGE*/
    width:0px;
}

#page_content #log_on_container {
	float:none;

}
.archive_item_content img {
margin: 5px 10px 10px 10px;
}
