/** Global **/
body {
	background-color: #555555;
	background-image: url("/assets/images/bggrad.png");
	background-repeat: repeat-x;
	font-size: 100%;
	color: #000000;
	text-align: center;
	margin: 0 auto;
}

hr {
	margin-bottom: 10px;
}

img {
	border: 0;
}

blockquote {
	padding: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 85%;
	background-color: #e9e8e6;
	color: #333333;
	border-color: #eae9e6;
	border-style: solid;
	border-width: 1px;
}

/** Links **/
a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover, a:active {
	text-decoration: underline;
}

/** Headings **/
h1, h2, h3, h4 {
	font-style: italic;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	background-color: #666666;
	color: white;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	font-style: italic;
}

h4 {
	font-size: 1em;
}

/** Paragraphs **/
p {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
}

/** Layout **/
.container {
	margin-top: 30px;
	font-size: .8em;
	text-align: left;
	left: 0;
	right: 0;
}

/** Top Navigation **/
.block {
	color: white;
	height: 118px;
}

.block a, .block a:hover, .block a:visited, .block a:visited {
	color: white;
}

.red {
	background-color: #C2004E;
}

.orange {
	background-color: #EC6F25;
}

.blue {
	background-color: #00A4EB;
}

.grey {
	background-color: #666;
}

.ief2 {
padding-bottom:2px;
padding-top:1px;
font-style:italic;
margin:0px;
}

/** Side Navigation **/
.side_navigation_block {
	background-color: #fff;
	margin-bottom: 5px;
}

.side_navigation_block .header, .content_block .header {
	background-color: #fff100;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	font-style: italic;
}

.side_navigation_block .content, .content_block .content {
	padding: 5px;
	background-color: #fff;
}

.side_navigation_block .content ul, .content_block .content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.side_navigation_block .content li, .content_block .content li {
	margin: 0;
	padding: 0;
}

.search {
	width: 130px;
}

.inner_block {
	padding: 5px;
	color: white;
	margin-bottom: 5px;
}

.inner_block a, .inner_block a:visited, .inner_block a:active {
	color: white;
}

/** Main Content **/
.main_content {
	background-color: #fff;
}

/** Padding **/

.pad {
	padding-left: 5px;
	padding-right: 5px;
}

.pad ul {
	list-style-type: none;
}

.pad ul li {
	padding: 0;
	margin: 0;
	font-style: italic;
}

/** Profile Sections **/
.section {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.section .content {
	padding: 5px;
}

.section .content ul {
	padding: 0;
	margin: 0;
}

.section .content ul li {
	padding: 0;
	margin: 0;
	width: 577px;
}

.section h4 {
	color: white;
	padding: 2px 5px 2px 5px;
}

/** Photos **/
.photo_thumb {
	width: 100%;
}

.section .content ul.photos li {
	width: 92px;
	display: inline;
	padding-right: 5px;
	padding-bottom: 5px;
}

/** Footer **/
.footer {
	border-top: 1px solid white;
	font-size: .7em;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
}

.footer img {
	padding-left: 10px;
}

/** Error Message **/
.error {
	font-weight: bold;
	color: white;
	margin-bottom: 5px;
	clear: both;
}

.error .error_content {
	padding: 5px;
}

/** Frontpage Login **/
.login_field  {
	width: 110px;
}

.login_button {
	margin-top: 5px;
}

/** Static Pages **/
.staticpage_summary {
	width:95%;
	vertical-align:middle;
	padding:10px;
	text-align:left;
	margin-bottom:-10px;
	margin-top:-5px;
}

.sps1{color:#FFFFFF; background-color:#C2004E;}

.sps2{color:#FFFFFF; background-color:#EC6F25;}

.sps3{color:#FFFFFF; background-color:#00A4EB;}

.sps4{color:#000000; background-color:#FFF100;}

.home {
	height: 400px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.editor {
	width: 100%;
	height: 100px;
}
