/*  
Theme Name: Brighton School of Business and Manangement
Description: Wordpress theme for BSBM
Version: 1.0
Author: Hazlitt Eastman
Author URI: http://www.manta9.com
*/


@import url("complex.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 20px;
    float: left;
}

form {
    float: left;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	/* background: #fff url('../_images/_backgrounds/bg.gif') repeat-x; */ 
	font-family: "arial","helvetica",sans-serif;
	font-size: 62.5%;
	margin: 0px;
	font-family: arial;
	color: #3c3c3c;
}

body {
	font-size: 0.8em;
	}

p {
	float: left;
  	font-size: 1em;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.6em;
	font-weight:normal;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	padding: 0 0 10px;
}

ul {
	line-height: 1.8em;
	/* background-color: red; */
	/* border: 1px solid blue; */

}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a {
	color: #0189af;
	/*** font-size: 1.1em; */
}

a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
a:active{
	text-decoration: none;
	font-weight: bold;
}

	
h1 {
color:#000;
font-size: 1.6em;
font-weight: normal;
line-height: 1em; 
margin: 0;
width: 100%;
height: auto;
padding-bottom: 1em;
margin-bottom: 1em;
border-bottom: 5px solid #098ab2;
}
  
h2 {
line-height: 1.2em;
color: #666666;
font-size: 1.4em;
margin-bottom: 12px;
font-weight: bold;	
}

h3 {
font-size: 1.5em;
line-height: 1.5em;
color: #666666;
margin-bottom: 10px;
font-weight: bold;
}

h4 {
clear: left;
color: #000;
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: .5em;
}


