﻿/*
	Author:		Mobi.Ubiq
	Version: 	0.9
	Date:		05/2010	
*/

@import "form.css";
@import "tables.css";


body {
	margin: 0px;
	background-color: #e0e6e9;
	font-family: Verdana, "Tahoma", "Lucida Grande", "Lucida Sans", "Helvetica", "sans-serif";
	font-size:12px;	color:#101010;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Verdana, "Tahoma", "Lucida Grande", "Lucida Sans", "Helvetica", "sans-serif";
	font-weight: normal;
	color: #444444;	
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	margin: 0;
	font-style:italic;
	font-weight:normal;
}


p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FB7600;
}

a:hover {
	text-decoration: underline;
}


/* Header */
#header {
	width: 960px;
	height: 55px;
	padding-top: 10px;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
	#header img {
		border: none;
		padding-left: 15px;
		margin-top: -32px;
	}
	#header a {
		border-bottom: none;
		color:#777;
	}
	#header p{
		margin-top: -35px;
		margin-left: 300px;
		color: #FD9C2B;
		font-style:italic
	}
	#header ul { 
		list-style-image:none; 
		list-style-position:outside; 
		list-style-type:none;
		margin-top: -65px;
		margin-left: 555px;
		margin-right: 30px;
		font-size: 11px; 
		color:#777;
		font-style:italic
	}
	#header li a { 
		display: none;
	}
	#header span a { 
		display:inline;
		color: #FD9C2B;
	}
	#header .twitter_link {
		margin-left: 550px; 
		margin-top: 10px; 	
	}


/* Breadcrumb */
#breadcrumb {
	width: 960px;
	height: 35px;
	margin:  0 auto;
	background: url(images/breadcrumb_bgrnd.jpg);
	}
	#breadcrumb li
	{
		list-style: none;
		display: inline;
		margin-right: 8px;
	}
	#breadcrumb a
	{
		color: #fff;
		padding: 0 0 0 9px;
		background: url(images/bc-wit.png) left center no-repeat;
		text-decoration: none;
		border-bottom: 0px
		}	
		#breadcrumb li a
		{
			background-image: url(images/bc-wit.png);
		}
		#breadcrumb a:hover, #breadcrumb a:focus
		{
			color: #fff;
			text-decoration: underline;
			background-position:left center;
		}

/* Salutation */
#Salutation {
	position: relative;
	float:right;
	text-align: right;
	margin-right: 30px;
	top: 10px;
	color: #fff;
	}
		
	#Salutation a:link, #Salutation a:visited {
		color: #ffffff;
		padding: 2px 2px 2px 20px;
		text-decoration: none;
		background: url(images/links/link-wit.png) -480px -2px no-repeat;
	}
	
	#Salutation strong a:link, #Salutation strong a:visited {
		color: #aaa;
		padding: 0;
	}
	

	#Salutation a:hover {
		color: #ffffff;
		text-decoration:underline;
	}

/* Menu */
#menu {
	width: 960px;
	height: 45px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
}

#metamenu {
	position: relative;
	float:right;
	margin-right: 25px;
	top: 0px;
	margin-top: -24px;
	height: 44px;
	background-color: #FFFFFF;
}

#menu ul, #metamenu ul {
	margin: 0;
	padding: 18px 0px 0px 12px;
	list-style: none;
	line-height: normal;
}

#menu li, #metamenu li {
	float: left;
	background: url(images/tab.gif) repeat;
	margin-right: 2px;
}

#menu a, #metamenu a {
	display: block;
	margin-right: 0px;
	padding: 5px 0px 7px 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border: none;
	background: url(images/tab_left.gif) left top no-repeat;
}

.righttab {
	background: url(images/tab_right.gif) right top no-repeat;
	padding: 5px 5px 5px 5px;
	}

#menu a:hover {
	color: #00265d;
}

#menu .selected, #metamenu .selected  {
	background: url(images/tab_on.gif) repeat;
}

#menu .selected a, #metamenu .selected a {
	background: url(images/tab_left_on.gif) left top no-repeat;
	color: #00265d;
	font-weight: bold;
}

#menu .selected .righttab, #metamenu .selected .righttab   {
	background: url(images/tab_right_on.gif) right top no-repeat;
}

/* Content */
#content {
}

.page:first-child{
	padding-top:10px;
}

.page {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-top: 5px;
}

.column_one {
	float: left;
	width: 315px;
}

.column_onehalf {
	float: left;
	width: 472px;
}

.column_one14 {
	float: left;
	width: 374px;
}

.column_one34 {
	float: left;
	width: 574px;
}

.column_two {
	float: left;
	width: 630px;
}

.post {
	margin-left: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.post .title {
	color: #FFFFFF;
	padding-left: 0px;
	background: url(images/title.png) repeat;	
}

.post .title .rightborder {
	background: url(images/title_right.png) right top no-repeat;
	float: right;
}

.post .title .leftborder {
	background: url(images/title_left.png) left top no-repeat;
	padding: 0px 5px 0px 0px;	
}

.post .title a {
	color: #FFFFFF;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
	padding: 4px 5px 0px 8px;
	text-align: justify;
	border: 1px solid #D7E1E8;
	background: #F3F3F3;
}
	
.post .entry img {
	padding: 0px 5px 0px 0px;
	float: left;
}

.right_align_img{
	float: right !important;
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
}

.post .entry .readmorelink {
	text-align: right !important;
}

.post .accented {
	background: #E7E7E7;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F89D2A;
	border-right: 4px double #F89D2A;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.homebox {
	height: 155px;
}


/* Submenu */
#submenu {
	float: left;
	width: 225px;
	padding-left: 10px;
	padding-right: 30px;
}

#submenu ul {
	margin-top: 27px;
	padding: 0;
	list-style: none;
}

#submenu li {
	margin: 0;
	padding: 0;
}

#submenu a {
	color: #000000;
	border: none;
}

#submenu a:hover {
	text-decoration: underline;
	color: #FF8403;
}

#submenu li .selected {
	text-decoration: underline;
	color: #FF8403;
}

#submenu li ul {
	padding-bottom: 30px;
}

#submenu li li {
	line-height: 30px;
	border-bottom: 1px dashed #BCBCBC;
}

#submenu li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#submenu h2 {
	letter-spacing: -.5px;
	color: #444444;
	padding-bottom: 7px;
}

#submenu p {
	padding-bottom: 20px;
	text-align: justify;
}


	/* Definition list */
	
	dl
	{
		clear: both;
	}		
	dt, dd
	{
		line-height: 2em;
		display: block;
		border-bottom: 1px solid #d8dbe0;
	}
	
	dt
	{
		margin-right: 5px;
    	width: 189px;	
		float: left;
	}

	dd
	{
		padding-left: 2px;
		clear: right;
		width: 243px;
		float: left;
	}	dd + dd
		{
			margin-left: 220px;
			clear: both;
		}
		dd a
		{
			margin-bottom: -1px; /* gives the dd on linkhover an black bottom border instead of 2 borders (dd + a) */
		}	dd a:focus
			{
				margin-bottom: 0; /* fixes the scrollbar on focus with negative margin */
			}

/* Footer */

#footer {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: url(images/footer_bgrnd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	line-height: normal;
	font-size: 11px;
	text-align: center;
	height: 60px;


}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

#footer a {
	text-decoration: none
}


.notavailable{
		color: gray;
	}

.hidden{
	display: none;
}

