/*
Theme Name: Oncampus.net
Theme URI: http:/www.oncampus.net
Description: OnCampus Theme
Version: 1.0
Author: Icom Ltd
Author URI: http://www.icomgroup.net
Tags: oncampus, icom
*/

* {margin: 0px; padding: 0px;}
a img {border: none;}

body {
	background: #161d27;
	font: 80% Verdana, Tahoma, sans-serif;
	margin: 0px auto 0 auto;
	text-align: center;
}

/* Headings and Links */
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,pre {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 160%;
	text-align: left;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

#page {
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 840px;
}

#header {
	background: url(img/header.gif) repeat-x left top;
	color: #fff;
	height: 90px;
	position: relative;
	padding: 10px 10px 0px 10px;
}

#logo {
	float: left;
	display: block;
	height: 90px;
	text-indent: -9999px;
	width: 270px;
}

#header #quickLinks {
	text-align: right;
}

#header #quickLinks a {
	color: #06adf8;
}

#navigation {
	float: right;
	position: relative;
	top: 49px;
}

#navigation ul li {
	display: inline;
	margin-right: 4px;
}

#navigation a {
	background: #3d4754;
	border: 1px solid #222;
	border-bottom: 0px;
	color: #fff;
	float: left;
	margin-left: 5px;
	padding: 4px 6px;
}

#navigation ul li.current_page_item a,
#navigation a:hover {
	background: #fff;
	color: #222;
	text-decoration: none;
}

#flashObj {
	display: block;
	height: 271px;
	padding: 15px 0px;
	overflow: hidden;
	text-align: center;
}

#container {
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	width: 760px;
}

#container ul {
	margin-bottom: 10px;
	padding-left: 30px;
}

#container ul li {
	margin-bottom: 5px;
}

#container p {
	margin-bottom: 10px;
}

.home #container {
	padding: 0px 0px 20px 0px;
}

ul#directory {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#directory li {
	background: #ddd;
	margin: 0px;
	display: block;
	padding: 3px 6px;
}

ul#directory li.odd {
	background: #fff;
}


#introText {
	clear: both;
	display: block;
	margin-bottom: 20px;
}

#introText p {
	margin-bottom: 10px;
}

#introText span {
	font-weight: bold;
}

.box {
	background: #f8f8f8;
	border-top: 4px solid #aaa;
	border-bottom: 4px solid #aaa;
	float: left;
	height: 180px;
	margin-left: 12px;
	padding: 10px;
	width: 225px;
}

.box h2 {
	color: #333;
	font-weight: bold;
	font-size: 120%;
}

.box ul {
	padding: 0px !important;
	list-style: none !important;
	margin: 0px !important;	
}

.box ul li {
	background: url(img/bullet.gif) no-repeat left top;
	display: block;
	margin-bottom: 10px;
	min-height: 20px;
	padding: 0px 0px 0px 20px;
}

.first {
	margin-left: 0px;
}

h2.blogE {
	margin-bottom: 20px;
}

.postTeaser {
	background: #f8f8f8;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	display: block;
	margin-bottom: 10px;
}

.postTeaser h3 {
	font-size: 110%;	
	font-weight: bold;
	margin: 0px;
	text-decoration: underline;
}

.postTeaser a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.postTeaser a:hover {
	background: #ddd;
}

.postTeaser p {
	margin-bottom: 0px !important;	
}

.postTeaser span {
	color: #999;
	float: right;
	display: block;
	marign: 0px;
}

.postContent {
	margin-bottom: 40px;
}

#footer {	
	background: #495462;
	clear: both;
	color: #fff;
	padding: 10px 0px;
	text-align: center;
}

#footer  a {
	color: #06adf8;
}

#footerLinks {
	margin-bottom: 10px;
}

/* Comments */
#allComments {
	background: #fff;
	border-top: 3px solid #f75e11;
	padding-top: 10px;
	margin-bottom: 20px;
}

#allComments ol.commentlist {
	list-style: none;
}

#allComments h3 {
	margin-bottom: 5px;
}

#allComments ol.commentlist li {
	background: #fff;
	border: 1px solid #aaa;
	margin-bottom: 5px;
	padding: 5px;
}

#allComments img.avatar {
	float: left;
	padding: 0px 5px 5px 0px;
}

#allComments .fn {
	font-weight: bold;
}

#allComments .comment-meta {
	margin-bottom: 10px;
}

#allComments div.reply {
	text-align: right;
}

#allComments .commentPagination {
	font-weight: bold;
	padding: 14px;
	text-align: center;
}

#allComments .commentPagination  span,
#allComments .commentPagination  a {
	background: #eee;
	border: 1px solid #777;
	padding: 3px 5px;
}

#respond {
	margin: 10px 0px 0px 0px;
}

#respond p {
	margin-bottom: 5px;
}

#respond #author,
#respond #email {
	padding: 1px;
}

#respond #comment {
	padding: 5px;
	width: 97%;

