/**
 * Print CSS for standard SimpleCMS site pages
 * 
 * Created 06 October 2010 
 * Updated 08 January 2011
 *
 * @author Allan A Beattie
 * @version 1.0.7
 */



/*------------------------------------------------{   common page elements   }------------*/

body {
	margin:0;
	padding:0;
	background:none;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:80%;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	margin:20px 0 7px;
	font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight:bold;
}

h1 {
	margin:0;
	font-size:150%;
	font-weight:normal;
	color:#002142;
}

h2 {
	border-bottom:1px dotted #ccc;
	font-size:130%;
	font-weight:normal;
	color:#0C637C;
}

h3 {
	font-size:120%;
}

h4 {
	padding-left:6px;
	border-left:3px solid #c15757;
	font-size:110%;
	color:#555;
}

h5 {
	font-size:105%;
	font-style:italic;
}

h6 {
	font-size:100%;
}

p {
	line-height:160%;
	padding:5px 0 10px;
}

hr {
	clear:both;
	width:90%;
	margin:0 auto;
	height:1px;
	border:none;
	border-top:1px solid #ddd;
	background:#ddd;
}

ul {
	margin:0;
	padding-left:20px;
	list-style-image:url(../images/layout/list-level-1.gif);
}

ul ul {
	list-style-image:url(../images/layout/list-level-2.gif);
}

ul ul ul {
	list-style-image:url(../images/layout/list-level-3.gif);
}

ul ul ul ul {
	list-style-image:url(../images/layout/list-level-4.gif);
}

li {
	line-height:150%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border-color:#e0dfe3;
}

table.noStyle {
	border:none;
}

th {
	background:#f8f5e7;
	border-bottom:1px solid #ddc6c6;
}

iframe {
	margin:0;
	padding:0;
	border:1px solid #ccc;
}

blockquote {
	width:60%;
	margin:15px auto;
	padding:28px 50px;
	background:url(../images/layout/blockquote_bg.png) no-repeat 10px 10px #f8f5e7;
	border:1px solid #ddc6c6;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	color:#777;
}

blockquote p {
	padding:3px 0 5px;
}

cite {
	display:block;
	text-align:right;
	font-style:normal;
}

sup,
sub {
	font-size:x-small;
}

/*------------------------------------------------{   links   }------------*/

a {
	text-decoration:none;
	color:#B44545;
}

a:hover,
a:focus {
	color:#000;
}

a img {
	border:none;
}


/*------------------------------------------------{   layout containers   }------------*/

#wrapper_top,
#wrapper_middle,
#wrapper_bottom,
#page_container,
#page_header,
#page_content,
#content_container,
#page_footer {
	float:none;
	width:auto;
}

#page_header {
	height:90px;
}

#uni_logo {
	float:left;
	width:300px;
	height:85px;
}

#site_title,
#site_tools,
#quick_links,
#search form,
#top_menu,
#content_header {
	display:none;
}


/*--------------------------------------------------------{   columns   }-----------------*/

#column_container {
	float:none;
	width:auto;
}

#column_container h2 {
	border:none;
	font-size:150%;
	color:#0c637c;
}

.middle_column_feature {
	display:none;
}

#main_content {
	float:none;
	width:auto;
	background:none;
}

#page_heading_label {
	font-size:150%;
}

.calendar_container {
	padding:0;
}

#right_column,
#right_column_header,
#right_column_content,
#breadcrumb_container {
	float:none;
	width:auto;
}

#right_column_header {
	background:none;
	border:none;
}

.right_column_header_icons {
	display:none;
}

#main_content_right {
	float:right;
	width:200px;
	margin:0 0 10px 10px;
}


/*--------------------------------------------------------{   left column   }-----------------*/

#left_column {
	display:none;
}

/*-------------------------------------------------{   vcard address styles for footer   }--------------*/

#footer_address {
	float:none;
	width:auto;
	padding:20px 0 0;
	border-top:1px solid #444;
}

.vcard {
	clear:both;
	font-size:87%;
}

.org {
	padding:0 0 5px;
	font-size:150%;
	color:#ccc;
	font-variant:small-caps;
}

.street-address,
.locality,
.postal-code,
.tel,
.fax,
.email {
	font-size:110%;
	line-height:120%;
}

.tel {
	padding-top:10px;
}

.section_heading_label {
	font-size:150%;
	color:#002142;
}

#footer_links {
	display:none;
}

.footer_heading {
}

#footer_links_left,
#footer_links_middle,
#footer_links_right {
	display:none;
}

br.clear {
	display:none;
}


/*-------------------------------------------{   handy classes   }------------*/

.box {
	margin:0 0 20px;
	border:1px solid #ccc;
}

img.photo {
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
}

.float_right {
	float:right;
	text-align:right;
}