﻿/* * * * * * * * * * * * * * * * * * 
	Template CSS for Political Science Printing
* * * * * * * * *  * * * * * * * * */

#osu-Navbar{
	display:none;
}


/*** Main Header is the Title, Logo, and Quick Text ***/
#mainheader{
	display:none;
}

#mainheader-text{ 
	display:none;
}

#mainleft{
	display:none;}

#mainright {
	display:none;
}

/*** Footer controls the contact information at the bottom ***/

#footer {
	display:none;
}

#menulist{
	display:none;
}


/*** Page Content is the central text area ***/

#page-content
{
	background:white;
	/*border:#000099 thin;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	line-height:normal;
	padding:0;
	float:none;
	margin-right:20px;

}
#page-content h1, h2, h3, h4, p, ul, ol, dt
{
	  /*margin-left:10px;
	  margin-right:10px;
	  padding:10px;*/
}

#page-content li, dd {
	/*margin-left:15px;
	padding-left:10px;*/
}

#page-content h1, h2, h3, h4
{
	/*color:#009900;*/
	color:#004C99;
}


body {
	background:white;
}

A:link {
	color:darkred;
	text-decoration:none;
	
}
A:visited {
	color:darkgray;
	text-decoration:none;
}

A:hover {
	color:#990000;
	text-decoration:underline;
}

.clearall {
	clear:both;
}

.dropshadow{
	-moz-box-shadow: 0px 0px 0px #999; /* Firefox */
}


/*** Small Column / Main Column used in Faculty, PRISM, Undergrad, Grad Pages for right hand navigation ***/

#smallcolumn {
	display:none;
}

#smallcolumn p{
	margin:0px;
}

#maincolumn {
	/*width:80%;*/
	margin-right:220px;
	padding-right:10px;
}

#twocolumnleft {
	width:100%;
	float:left;
	margin-right:-220px; /*should be equal to smallcolumn width + right margin */
}

.facultynav {
	background:#009900 url("http://polisci.osu.edu/template/images/fade.png") repeat-x 50% 0%;
	color:white;
	/*-moz-border-radius: 1em;
	border-radius: 1em;*/
	font-weight:bold;
}
.facultynav_sub {
	color:#990000;
	background:lightgray url("http://polisci.osu.edu/template/images/fade.png") repeat-x 50% 0%;
	font-weight:bold;
}

.facultynav_sub a:link {
	color:darkred;
	text-decoration:none;	
}
.facultynav_sub a:visited {
	color:black;
	text-decoration:none;
}
.facultynav_sub a:hover {
	color:#990000;
	text-decoration:underline;
}

/***** For yet another two column layout inside the first one ***/
#columna {
	float:left;
}

#columnb {
	float:left;
}

/****** Hire a PhD Tables  & Grad Webpages ********/
.jobtable {
	width: 90%;
	padding:3px;
	text-align:center;
	border: 2px solid #999999
}

.jobtable td {
	border: 1px solid #C9C9C9;
	padding:10px;
}

.jobtable th {
	border: 2px solid #999999;
	padding:10px;
	background:lightgray;
}

/******** Faculty Webpages Links *********/
.facultypages {
	width: 90%;
	padding:3px;
	border: 2px solid #999999
}

.facultypages td {
	border: 1px solid #C9C9C9;
	text-align:left;
	padding:0px;
}

.facultypages th {
	border: 2px solid #999999;
	padding:6px;
	background:lightgray;
}

.facultypages td ul{
	list-style-type:none;
	margin-left:0px;
}

.facultypages td ul li {
	padding-bottom:3px;
}


