/*
Theme Name: Informatics Computer Institute
Theme URI: http://www.informatics.edu.ph
Description: Informatics Computer Institute Wordpress Theme
Author: Informatics Computer Institute
Author URI: http://www.informatics.edu.ph
*/

body {
	color: #000;
	font: 76%/140% Arial,sans-serif;
	text-align:center;
}
a {
	color: #369;
}
hr {
	visibility: hidden;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#container {
	width: 960px;
	text-align:left;
	margin: 0 auto;
}

#header {
	height: 112px;
	background: url("images/toplogo.jpg") no-repeat;
	border-bottom: 1px solid #369;
	overflow: hidden;
}
#header h1 {
	margin: 0 0 20px 17px;
	padding: 0;
}
#header h1 a {
	width: 314px;
	height: 74px;
	display: block;
	text-indent: -999999px;
}
#header p {
	display: none;
}
#header ul {
	height: 18px;
	display: inline;
	margin: 0;
	padding: 0;
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0 2px 0 0;
}
#header ul li a {
	height: 25px;
	background: #EEE;
	color: #000;
	padding: 3px 10px;
	text-decoration: none;
}
#header ul li a:hover {
	background:#369;
	color:#FFF;
}
#header ul li a.active {
	background:#369;
	color:#FFF;
}

#content
{
	width: 735px;
	float:right;
	padding: 15px 0 25px;
}

#navigation{
	width:170px;
	float:left;
	background: #369;
	color: #FFF;
	padding: 15px 15px 25px;
}
#navigation h2 {
	color: #FFFF2A;
	border-bottom: 1px solid #FFFF2A;
	padding: 0 0 2px;
}
#navigation a {
	color: #FFFFD4;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer {
	width:100%;
	background: #369;
	clear: both;
	color: #FFF;
	padding: 15px;
	text-align:center;
}
#footer a {
	color: #FFFFD4;
}
