/* **************************************************************************************
 	************************************************************************************
	WEBSITE NAME: 
	WEBSITE URI: 
	DESCRIPTION: 
	VERSION: 
	AUTHOR: 
	AUTHOR URI: 
	************************************************************************************
**************************************************************************************** */ 
	

/* ******************************************************** */ 
	/* Colors used:                                */
	/* ------------------------------------------- */
	/* HEX # = */
	/* HEX # = */
	/* HEX # = */
	/* HEX # = */

/* ******************************************************** */ 

/*
	CONTENTS OF CSS:
===========================================================
	
		01. MEYER'S CSS RESET
		02. GLOBAL RESET
		03. TEXT & IMAGES
		04. GLOBAL TEMPLATE
		05. TEMPLATE ADD-ONS
				
===========================================================
*/ 

/* --- -=START 01 : MEYER'S CSS RESET=- ---
=========================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}

/* Remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clears floats */
.clear {
	clear: both;
}
/* -=CSS REST ENDS=- */


/* --- -=START 02 : GLOBAL RESET=- ---
======================================= */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
}


/* --- -=START 03 : TEXT & IMAGES=- ---
=========================================== */
/* --- -=HEADINGS=- ----------
****************************** */		
h1 {
	font-size: 16px;
	color:#0b5586;
	padding:10px 0 5px 0;
}

h2 {
	font-size: 14px;
	color:#001b5e;
	padding:5px 0 3px 0;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

/* --- -=IMAGES=- ----------
**************************** */
img {
	border: none;
	padding: 0;
}

img a {
	border: none;
}

img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}

img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* --- -=QUOTES=- ----------
**************************** */
blockquote {
	border-left: 1px solid #A5ABAB;
	margin: 15px;
	padding: 0 12px 0 12px;
}

/* --- -=CODE=- ----------
************************** */
code {
	font-family: "Courier New", Courier, monospace;
}

/* --- -=LINKS=- ----------
*************************** */
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* --- -=START 04 : GLOBAL TEMPLATE=- ---
========================================= */
/* --- -=CONTAINER=- ----------
******************************* */
#container-wrapper {
	background: url(images/container-bg.png) repeat-x left bottom #000032;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
	
#container {
	width: 1360px;
	background: url(images/content-bg.jpg) no-repeat bottom #000032;
	margin: auto;
	height: 100%;
	overflow: auto;
	clear: both;
	position: relative;
}

/* --- -=HEADER=- ----------
**************************** */
#header-wrapper {
	background: url(images/header-bg.gif) repeat-x;
	height:190px;
	width:100%;
	}

#header-wrapper2 {
	height:190px;
	width:1360px;
	margin:0 auto;
	background: url(images/header-bg.gif) repeat-x;
	}
		
#header {
  	width: 960px; 
  	height: 190px;
	margin: 0 auto;
	color: #fff; 
}

#header img.alignleft {
	padding: 0;
	margin: 0;
	display: inline;
	float:left;
}

#header img.alignright {
	padding: 0;
	margin: 0;
	display: inline;
	float:right;
}
/* --- -=MAIN MENU=- ----------
******************************* */
div#main_navi {
	float: right;
	height: 40px;
	width: 960px;
	position: relative;
	z-index: 100;
	}
	div#main_navi ul.left {
		float: left;
		display:inline;
		list-style-type: none;
		padding: 0;
		width: 960px;
		}
		div#main_navi ul li {
			position: relative;
			float: left;
			font-family:Trebuchet MS1, Helvetica, sans-serif;
			font-weight:bold;
			padding: 0 5px 0 5px;
			}
			div#main_navi ul.left li a {
				float: left;
				overflow: hidden;
				color: #cccccc;
				font-size: 12px;
				line-height: 38px;
				margin: 0;
				padding: 1px 5px;
				background-image: url(images/nav-seperator.gif); /* You need to create a 'nav-seperator' image */
				background-position: top right;
				background-repeat: no-repeat;				
				}
			div#main_navi ul.left li a:hover{
				color: #8eadc2;
				text-decoration: none;
				background-image: url(images/nav-seperator2.gif); /* You need to create a 'nav-seperator' hover image */
				}
	/*---------------------header dropdown menu 20090803---------------------------------------*/
			div#main_navi ul.left li ul{
				display: none;
				position: absolute;
				left: 0;
				width: 155px;
				margin-top: 40px;
				padding: 0;
				height: auto;
				background: #fff url(images/drop-down-menu-bg.jpg) top left;
				border: 1px solid #003577;
				border-top: 0;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				}
			div#main_navi ul.left li ul li {
				width: 155px;
				margin:0;
				padding:0;
				overflow: hidden;
				}
			div#main_navi ul.left li ul li a {
				font-size: 12px;
				width: 151px;
				line-height: 23px;
				padding: 0 0 0 6px;
				margin: 0 2px;
				border-bottom: 1px solid #d1e9ff;
				color: #0b5586;
				}				
			div#main_navi ul.left li ul li a:hover {
				color: #1d86cc;
				border-bottom: 1px solid #73aace;
				background: none;
				}
		/*---------------------header dropdown menu 20090803---------------------------------------*/
	div#main_navi ul.right{
		float: right;
		list-style-type: none;
		padding: 0;
		}
		div#main_navi ul.right li a{
				float: left;
				overflow: hidden;
				color: #fff;
				font-size: 12px;
				line-height: 20px;
				margin: 0 0 0 10px;
				text-transform: uppercase;
				}
			div#main_navi ul.right li.twitter a{
				background: url(images/twitter.gif) no-repeat 0 3px; /* You need to create or find a 'twitter' image */
				padding-left: 21px;
				}
			div#main_navi ul.right li.twitter a:hover{
				color: #0af;
				}
			div#main_navi ul.right li.feed a{
				background-image: url(images/feed.png); /* You need to create or find a 'rss feed' image */
				background-repeat: no-repeat;
				margin: 9px 5px 0 5px;
				padding-left: 20px;
				}
			div#main_navi ul.right li.feed a:hover{
				color: #FFF;
				}
				
div#main_navi ul.left li.last-page-item a {
	background: none;
}

div#main_navi li.last-page-item a:hover {
	background-color: #FFF;
}
				
div#main_navi li.nav-start {
	background: transparent url(images/nav-start.gif) no-repeat left top; /* You need to create a 'nav-start' image */
	width: 12px;
	height: 40px;
}

div#main_navi li.nav-end {
	background: transparent url(images/nav-end.gif) no-repeat right top; /* You need to create a 'nav-end' image */
	width: 12px;
	height: 40px;
	float: right;
}
/* END MAIN MENU */


/* --- -=CONTENT=- ----------
***************************** */
#content {
	width: 950px;
	overflow:hidden;
	margin: 20px auto;
	background:#fff;
	margin-bottom:79px;
	padding:5px;
	min-height:490px;
	
}	

/* --- -=POST=- ---
------------------- */
#post-wrapper {
	width:660px;
	float:left;
}

.post {
	clear: both;
	padding: 10px 25px 15px 20px;
	height: 100%;
	line-height:140%;
}

.post-title h2 {
	padding-bottom: 4px;
	text-transform: capitalize;
}

.post-footer h3 {
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 8px 0;
	text-transform: capitalize;
	border-bottom: 1px dotted #DCC49A;
	color: #666;
}
	
.post h2 a {
	color: #383838;
	text-decoration: none;
}
	
.post h2 a:hover {
	color: #777;
	text-decoration: none;
}

.post h3 {
	font-weight: 100;
	font-size: 11px;
	border-bottom: 1px dotted #DCC49A;
	width:550px;
}

.post ul {
	padding-top:15px;
}

.post li {
	list-style:disc outside;
	margin-left:40px;
	color:#3f3f3f;
}
.post li ul {
	padding: 5px 0 10px 0;
}
.entry p {
	margin: 12px 0;	
}
.entry p a {
	color: #0099FF;
	text-decoration:underline;	
}
.postmetadata {
	clear: both;
	background: #F7F7F7;
	padding: 6px;
	margin: 20px 0;
}	

.navigation {
	font-size: 12px;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	
.alignleft a {
	float: left;
	margin: 25px 0;
}

.alignright a {
	float: right;
	margin: 25px 0;
}

/* --- -=SIDEBAR=- ----------
***************************** */
#sidebar {
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	width: 270px;
	float: right;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 1px solid #ddd;
	text-align:right;
}

.bookjobbutton {
	padding:20px 0 20px 0;
	}
	
#sidebar h2 {
	font-style: normal;
	font-size: 14px;
	font-family: arial, georgia, times;
	color: #094fa3;	
	margin: 0;
	font-weight:bold;
	padding:15px 15px 0 0;
}

#sidebar label {
	font-style: normal;
	font-size: 14px;
	font-family: arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {
	margin: 0;
	padding:2px 15px 0 0;
}

#sidebar img {
	padding: 0;
	margin: 0;
}

#sidebar ul {
	margin: 12px 0 12px 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 14px 0;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
}

#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* --- -=SIDEBAR SPECIALS=- ----------
**************************** */
ul.special li {
	list-style-image: none;
	background:#014689;
	width:260px;
	color:#FFF;
	}
ul.special li h5{
	color: #fff;
	padding:5px 15px 5px 15px;
	text-align:left;
	border-bottom:#FFFFFF 1px solid;
	background:#0b5586;
	}
ul.special li h6{
	color: #fff;
	padding:15px;
	text-align:left;
	font-weight:normal;
	}
ul.special li a{
	text-decoration:underline;
	color: #FFFF00;
	}
/* --- -=FOOTER=- ----------
**************************** */
#footer {
	clear: both;
	width: 100%;
	height: 80px;
	padding: 0;
	margin: 0;
}

#footer-wrapper {
	width: 1360px;
	height: 80px;
	margin: 0 auto;
}
#footer .container {
	overflow: hidden;
	width: 960px;
	height: 80px;
	margin: 0 auto;
}

div.full {
	width: 960px;
	height: 36px;
	float: left;
	padding-top: 45px;
}

#footer p {
	padding: 0 20px 12px 0;
	margin: 0;
	color: #BDBDBD;
	font-size: 90%;
}

#footer a,
#footer a:visited {
	color: #797979;
}

#footer a:hover,
#footer a:active {
	color: #3CB64A;
}


/* --- -=Footer Credits=- ---
----------------------------- */
#footer ul.nav {
	padding: 0 12px 12px;
	text-align: center;
}

#footer ul.nav li {
	color: #484848;
	margin: 0;
	display: inline;
}

#footer ul.nav li a {
	display: inline;
	margin: 0;
	padding: 0 6px 0 4px;
	border-right: 1px solid #BDAEB4;
}
#footer ul.nav li a,
#footer ul.nav li a:visited {
	
}
#footer ul.nav li a:hover,
#footer ul.nav li a:active {
	
}
#footer ul.nav li a.top {
	border: 0;
	padding-right: 0;
}

/* --- -=START 05 : TEMPLATE ADD-ONS=- ---
========================================== */
/* --- -=COMMENTS=- ----------
****************************** */
#commentform {
	background: #fff;
	margin: 0;
	padding: 0;
}
	
#commentform p {
	color: #000;
}
	
#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14pt;
}
	
#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 13px;
	font-weight: 300;
	color: #000;
	margin: 0;
	padding: 0;
}
	
#comment{
	width: 80%;
}

#author, #email, #url, #comment, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 0;
	border: 1px solid #000;
}
	
#submit {
	margin: 5px 5px 0 0;
}

#comments {
	margin: 0;
	padding: 0;
}
	
ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.avatar {
	float: left;
	margin: 0 12px 0 0;
}

ol.commentlist li {
	background: #fff;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	list-style-type: none;
}

ol.commentlist li.alt {
	background: #eee;
}

ol.commentlist li p {
	margin: 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}

ol.commentlist a {
	color: #000;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}

/* --- -=SEARCH FORM=- ----------
********************************* */
#search-wrapper {
	width:240px;
	height:105px;
	background:#014689 url(images/search-header.png) no-repeat top left;
	padding:10px;
	margin-bottom:10px;
	}
#search-wrapper p {
	color:#FFFFFF;
	font-weight:bold;
	padding:35px 0 0 5px;
	text-align:left;
	}
#search-container {
	width: 240px;
	height: 40px;
	background-image: url(images/search-container-bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 10px 0 0 5px;
	margin-bottom: 15px;
}

form#searchform {
	height: 30px;
	position: relative;
	width: 230px;
}
 
form#searchform input#s {
	background: url(images/search-input.gif) no-repeat 0 0;
	color: #b2b2b2;
	font: 1.125em Arial, Helvetica, sans-serif;
	height: 22px;
	padding: 8px 0 0 35px;
	width: 190px;
	border: none;
}
 
form#searchform input#s:focus {
	color: #02174c;
}
 
form#searchform input#searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	background-color: #FFF;
}
 
.focus {
	background: url(images/search-input.gif) no-repeat 0 -30px !important;
}

#search-results {
	float:left;
	width:660px;
	overflow:hidden;
}
/* --- -=MISC=- ----------
************************** */
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* -----------------------------------------------------------
------------------------ A U T H O R -------------------------
----------------------------------------------------------- */
