/*
Theme Name: Vertigo Online
Description: WordPress theme for the UTS Vertigo website.
Author: Patrick Catanzariti
Author URI: http://www.pcatanzariti.com
Version: 1.0
*/

* {
margin: 0;
padding: 0;
}

body {
text-align: center; /*center hack*/
font-size: 9pt;
font-family: Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
line-height: 1.2;
background-color: #333333;
background-image: none;
background-attachment: fixed;
}

img {
border: 0px;
}

p {
	padding: 5px;
	padding-bottom: 20px;
}

a {
text-decoration: none;
color: #44AE11;
}

a:hover {
text-decoration: underline;
color: #C0C0C0;
}

a:visited {
color: #005500;
}

h1 {
font-size: 14pt;
}

h2 {
font-size: 18pt;
font-family: "Gill Sans MT", "Trebuchet MS", "Tahoma", sans-serif;
font-weight: normal;
}

h2 a, h2 a:visited {
	color: #34860D;
}

h3 {
font-size: 12pt;
}

h4 {
font-size: 11pt;
}

h5 {
font-size: 10pt;
}

h6 {
font-size: 10pt;
}

/* MAIN CONTAINERS START */
#wrap {
min-width:760px;
max-width:960px;
width: auto !important; /*IE6 hack*/
width: 960px; /*IE6 hack*/
margin: 0 auto; /*center hack*/
text-align: left; /*center hack*/
background-color: white;
}

#header {
margin: 0px;
background-color: #333333;
}

#header h1 {
margin: 5px;
}

#content {
float: left;
width: 80%;
overflow: hidden;
}

#sidebar {
float: left;
width: 20%;
overflow: hidden;
}

#sidebar li{
	padding-bottom: 10px;
}

#sidebar li ul li{
	padding: 0px;
}

#footer {
clear: both;
border-top-color: #999999;
border-top-style: solid;
border-top-width: 1px;
font-size: 8pt;
color: #999999;
height: 10px;
}

#belowheader {
	background-color: white;
	padding: 10px;
}

/* MAIN CONTAINERS END */

/* PAGE LIST (A.K.A THE HORIZONTAL MENU LINKS) START */

#page_list {
list-style-type: none;
padding: 4px;
background-image: url('background.png'); // Change this into an image folder?
}

#page_list li {
display: inline;
margin-left: 15px;
}

#page_list a {
color: #ffffff;
font-weight: bold;
}

/* PAGE LIST (A.K.A THE HORIZONTAL MENU LINKS) END */

/* HOMEPAGE COLUMNS AND COMPONENTS START */
.column1, .column2 {
	width: 45%;
	padding: 10px;
}

.column1 {
float: left;
}

.column2 {
float: right;
}

.column1 h3, .column2 h3, #sidebar h2, #sidebar h3 {
background-color: inherit;
color: #333333;
border-bottom-style: solid;
border-bottom-color: #333333;
border-bottom-width: 2px;
padding: 2px;
text-align: left;
font-size: 10pt;
font-family: Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
font-weight: bold;
}

.column1 h4, .column2 h4, #sidebar h4 {
font-size: 12pt;
font-family: Georgia, serif;
}

.row {
clear: both;
}

/* HOMEPAGE COLUMNS AND COMPONENTS END */

/* ARTICLE DISPLAY STYLES START */
.article_information {
font-size: 8pt;
color: #999999;
line-height: 1.7;
margin-bottom: 5px;
}

.article_intro {
font-style: italic;
margin-bottom: 10px;
padding: 5px;
}

.article_content {
margin-bottom: 10px;
padding-left: 0px;
}

.article_excerpt {
/*width: 500px;
margin-left: auto;
margin-right: auto;*/
}

.post_archive {
padding-bottom: 75px; // keeps archive or category listings from bunching into each other
clear: both; // JUST ADDED
display: block;
}

.read_full_article_link {
float: right;
}

/* ARTICLE DISPLAY STYLES END */

.image_and_caption {
margin: 10px;
}

.wp-caption-text, p.wp-caption-text {
font-style: italic;
padding: 5px;
}

.wp-caption {
padding: 5px;
}

.article_excerpt img {
padding-top: 20px;
padding-right: 50px;
padding-bottom: 20px;
padding-left: 20px;
}

img.centered , .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
	
/* ARTICLE COMMENT STYLES END */
.commentlist {
	margin: 10px;
}

.more-link {
	
}

/*SEARCH BAR STYLES */
#searchform {

}

#s {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-size: 0.8em;
	padding: 2px;
}

#searchsubmit {
	display: block;
	background-color: #f5f5f5;
	border-color: #dedede;
	border-style: solid;
	border-width: 1px;
	color: black;
	font-size: 0.8em;
	padding: 2px;
}

#searchsubmit:hover {
	background-color: #FFDDBB;
	border-color: #ff9900;
	border-style: solid;
	border-width: 1px;
	color: black;
}

/* COMMENT STYLE */
.commentlist {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.commentlist .alt {
	background-color: #eeeeee;
}
