@charset "UTF-8";
/* CSS Document */


html, body {
  background:#D9D9D9;
  margin:0;
  padding:0px 10px;
  text-align:center;
  font:x-small/1.5em "Trebuchet MS",helvetica, arial, Verdana,Arial,Sans-serif;
  color: #333;
  font-size/* */:/**/small;
  font-size: /**/small;
}

#page_container
{
	margin: 0px 30px;
	width: 1000px;
	text-align:left;
	overflow: hidden;
	background-image: url(../images3/page_bg.jpg);
	background-repeat: repeat-y;
}


/* PAGE HEADER START */
#page_header {
	width: 710px;
	height: 60px;
	overflow: hidden;
	background-color: #D9D9D9;
}

#page_header h1 {
	width: 306px;
	height: 33px;
	display: block;
	margin: 16px 0px 0px 30px;
	text-indent: -9999px;
	background: url(../images3/logo.jpg) no-repeat;
}
/* PAGE HEADER END */



/* Aspect block disabled in this style */
/* Status Container START */
#status_container {
display: block;
background-image: url(../images3/update.jpg);
background-position: 0px 2px;
background-repeat: no-repeat;
padding-bottom: 2px;
border-bottom: 1px solid #ccc;
width: 680px;
margin: 10px;

}

#status_container p {
	margin: 20px 70px 0px 70px;
}

#status_container #status_details {
	margin-left: 70px;
	color: #999;
	font-size: 85%;
}

#status_container #status_links {
	margin-left: 6px;
	color: #0066cc;
	font-size: 85%;
}

#status_container #status_links a:link, #status_container #status_links a:visited {
	color: #0066cc;
}

#status_container #status_links a:hover {
	color: #333;
}


/* Status Container END */


#page_content_container {
	width: 1000px;
	display: block;
	margin: 0px 0px;
	overflow: visible;
}

#content_main {
	width: 715px;
	margin: 0px;
	float: left;
	padding-bottom: 30px;
	z-index: -100;
	overflow: hidden;
}

#content_sub {
	width: 280px;
	float: left;
	margin: 0px;
	z-index:100;
	position: relative;
}

.content_sub_header {
	font-family: Georgia;
	font-size: 130%;
	font-weight: bold;
	margin: 10px;
	display: block;
}

.content_sub_container {
	background: #FFF;
	border-top: 3px solid #CCC;
	display: block;
	margin: 10px;
	padding-bottom: 1px;

}

#search_box .content_sub_header {
	display: none;
}

#search_box #site_search {
	display: inline-block; 
	margin: 5px; 
	margin-left: 10px;
	margin-top: 10px;
	border: 2px solid #ccc; 
	width: 140px;
	padding: 6px;
	padding-left: 25px;
	background: #FFF url(../images2/search.jpg) no-repeat 4px 6px;
}

#search_box #site_search:hover {
	border: 2px solid #0066cc; 
}

#search_box .submit {
	background: #00A6D3;
	border: 0px;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	margin: 5px;
	margin-top: 10px;
}

#search_box .submit:hover {
	background: #333;
}

#page_footer {
	font-size: 90%;
	float: left;
	display: block;
	clear: both;
	color: #666;
	background-color: #D9D9D9;
	width: 710px;
}

/* News Item Styles START */
.news_item {
	width: 690px;
	overflow: hidden;
	margin-bottom: 15px;
 }
 
	.news_date {
	 color: #999;
	 width: 690px;
	 margin: 0px;
	 text-align: right;
	 float: left;
	}
 
	.news_date p {
	 margin: 5px 5px;
	 display: inline-block;
	}
	.news_title {
	 width: 660px;
	 margin: 3px 19px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 7px;
	 float: left;
	 font-weight: bold;
	 font-size: 1.8em;
	 font-family: Georgia;
	 color: #FF6600;
	 text-decoration: none;
	 display: inline;
	 line-height: 1.5em;
	}
 
	.news_title a:link, .news_title a:visited {
	 color: #FF6600;
	 text-decoration: none;
	}
 
	.news_title a:hover {
	 color: #990000;
	}
 
	.news_title_photo {
	 width: 660px;
	 margin: 3px 19px;
	 float: left;
	 font-weight: bold;
	 font-size: 1.8em;
	 font-family: Georgia;
	 color: #FF6600;
	 text-decoration: none;
	 display: inline-block;
	 line-height: 1.5em;
	 background-repeat: no-repeat;
	}
	.news_title_photo a:link, .news_title_photo a:visited {
	 color: #fff;
	 background-color: #000;
	 text-decoration: none;
	 display: inline-block;
	 padding: 3px 6px;
	}
 
	.news_title_photo a:hover {
	 color: #990000;
	}

 
	.news_content {
	 width: 650px;
	 margin: 3px 14px;
	 float: left;
	 font-weight: normal;
	 padding-left: 15px;
	 padding-right: 15px;
	 font-size: 1.0em;
	 color: #444;
	 display: inline;
	 line-height: 2em;
	}
 
	.news_content a:link, .news_content a:visited { color: #2971a7; }
	.news_content a:hover { color: #333;}
 
	.ext_link:link, .ext_link:visited { padding-left: 15px; color: #2971a7; background: url(/images/ext_link.jpg) no-repeat 2px 2px; }
	.ext_link:hover { color: #333;}
 
	.news_content h3 { font-family: georgia; color: #0066cc; font-size: 1.3em; }
	.news_content h4 { font-family: georgia; color: #66cc00; font-size: 1.2em; }
	.news_content code {
	 color: #000;
	 display: block;
	 clear: both;
	 overflow: auto;
	 border: 2px solid #e0e0e0;
	 background: #f0f0f0;
	 width: 100%;
	 -webkit-border-radius: 5px;
	}
 
	.news_content code p {
	 float: none;
	 display: inline-block;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 1.0em;
	 line-height: 1.5em;
	}
 
	.news_footer {
	 width: 670px;
	 margin: 0px 15px;
	 float: left;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 display: inline;
	 background: #F0F0F0;
	 border-top: 2px solid #ccc;
	 text-align: right;
	}
 
/* News Item Styles END */



 
	.form_label { 
	 display: block;
	 clear: both;
	}
 
	.form_input {
	 float: left;
	 width: 500px;
	}
 
	.field_title {
	 width: 80px;
	 display: block;
	 text-align: right;
	 float: left;
	 margin-right: 10px;
	}
 
	.standardTable {
	 border: 1px solid #ccc;
	}
 
	.standardTable th{
	border-bottom: 1px solid #333;
	background: #f0f0f0;
}
 
.standardTable td{
	border-bottom: 1px solid #ccc;
	font-size: 90%;
	vertical-align: top;
}

.standardList { 

	list-style: none;
	margin: 10px;
	padding: 0px;
	font-family: "Trebuchet MS",helvetica, arial, Verdana,Arial,Sans-serif;
}

.standardList li { 

	padding-left: 10px;
	background: url(../images2/bullet.gif) no-repeat 0px 6px;
	font-size: 90%;

}

.standardList li a:link, .standardList li a:visited{ 

	color: #0066cc;
	text-decoration: none;

}

.standardList li a:hover {
	color: #FF6600;
}


.enhancedList { 

	list-style: none;
	margin: 10px;
	padding: 0px;
	font-family: "Trebuchet MS",helvetica, arial, Verdana,Arial,Sans-serif;
	border-bottom: 1px solid #fff;
}

.enhancedList li { 

	padding-left: 10px;
	font-size: 90%;
	margin-top: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.enhancedList li a:link, .enhancedList li a:visited{ 

	color: #0066cc;
	text-decoration: none;

}

.enhancedList li a:hover {
	color: #FF6600;
}

.enhancedList li .list_text { 

	color: #0066cc;
	display: block;
	line-height: 1.5em;
}

.enhancedList li .list_details { 

	color: #999;
	font-size: 90%;
}

.bigBum {
	margin-bottom: 10px;
}

.floatLeft {
	float: left;
}

li.floatLeft { margin-right: 10px; }

.tag_link { margin-right: 4px;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;}
.tag_link, .tag_link a:link, .tag_link a:visited  { color: #0033CC; font-size: 95%; text-decoration: none; }
.tag_link a:hover  { color: #000; font-size: 95%; text-decoration: none; }

.cloud_rank_1, .cloud_rank_1 a:link, .cloud_rank_1 a:visited { font-size: 90%; margin: 0px 4px; color: #90B4D3; text-decoration: none; }
.cloud_rank_2, .cloud_rank_2 a:link, .cloud_rank_2 a:visited { font-size: 100%; margin: 0px 4px; color: #0076ED; text-decoration: none; }
.cloud_rank_3, .cloud_rank_3 a:link, .cloud_rank_3 a:visited { font-size: 110%; margin: 0px 4px; color: #0059B3; text-decoration: none; }
.cloud_rank_4, .cloud_rank_4 a:link, .cloud_rank_4 a:visited { font-size: 120%; margin: 0px 4px; color: #0052A5; text-decoration: none; }
.cloud_rank_5, .cloud_rank_5 a:link, .cloud_rank_5 a:visited { font-size: 130%; margin: 0px 4px; color: #002369; text-decoration: none; }

.cloud_rank_1 a:hover, .cloud_rank_2 a:hover, .cloud_rank_3 a:hover, .cloud_rank_4 a:hover, .cloud_rank_5 a:hover { color: #FF6600; }

#cloud_container { margin: 10px; display: block; width: 238px; }

.photo_container { padding: 5px; border: 1px solid #ccc; display: inline-block; float: left; margin: 6px 20px 6px 10px; clear: both; }
.photo_container span { display: block; font-size: 0.8em; text-align: left; }
.block_element { display: block; clear: both; overflow: hidden; text-align: center;}
.shareLinks { display: block; float: right; clear: both; margin-right: 10px; }
.comment_link { display: inline; font-size: 90%; float: right; margin-left: 10px; }
.comment_link a:link, .comment_link a:visited { color: #324B7D;}

.comment_list, .comment_list li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	padding-bottom: 10px;
 
}
.comment_list { border-bottom: 3px solid #333;  }
.comment_list li { border: 1px solid #ccc; margin-bottom: 10px; padding: 10px;}
.comment_title {
	color: #2971a7;
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

#article_next_prev_container {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
#article_next_prev_container a:link, #article_next_prev_container a:visited {
	text-decoration: none;
	color: #0066cc;
}

#article_next_prev_container #article_previous {
	float: left;
	display: block;
	width: 200px;
	margin-top: 10px;
	margin-left: 20px;
	text-align: left;
}

#article_next_prev_container #article_next {
	float: right;
	display: block;
	width: 200px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
}

/* CV Styles Start */
.cv_employer_details
{
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 0.9em;
}
.cv_employer_details span
{
	display: block;
}
.cv_employer_title
{
	color: #0066cc;
	font-weight: bold;
}

.cv_languages span
{
	display: block;
}

.cv_languages span strong
{
	color: #0066cc;
	width: 100px;
	text-align: right;
	display: inline-block;
}

.cv_skills_list
{
	list-style: none;
	margin: 0;
	padding: 0;
 
}

.cv_skills_list .cv_skills_list_row
{
	background-color: #fff;
	border-bottom: 3px solid #ccc;
	margin-top: 3px;
	padding-left: 10px;
	background-position: right top; 
	background-repeat: no-repeat;
}

.cv_skills_list .cv_skill_rating_0
{
	background-image: url(/images/stars/stars_0.jpg);
}

.cv_skills_list .cv_skill_rating_1
{
	background-image: url(/images/stars/stars_1.jpg);
}

.cv_skills_list .cv_skill_rating_2
{
	background-image: url(/images/stars/stars_2.jpg);
}

.cv_skills_list .cv_skill_rating_3
{
	background-image: url(/images/stars/stars_3.jpg);
}

.cv_skills_list .cv_skill_rating_4
{
	background-image: url(/images/stars/stars_4.jpg);
}

.cv_skills_list .cv_skill_rating_5
{
	background-image: url(/images/stars/stars_5.jpg);
}
.cv_job_gallery {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	padding-top:20px;
	padding-right: 20px;
}
.cv_job_gallery .cv_gallery_list
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left: 25px;
}
.cv_job_gallery .cv_gallery_list .cv_gallery_entry
{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
/* CV Styles End */


/* Thought Collections List */
ul.thought_collections_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.thought_collections_list li
{
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	-webkit-border-radius: 4px;
	padding: 5px;
  	margin-bottom: 5px;
}
ul.thought_collections_list li p
{
	margin-bottom: 0px;
}

ul.thought_collections_list li p.thought_posted_info
{
	background-color: #666;
	-webkit-border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

/* Thoughts Collections List End */

/* Thoughts List */
ul.thoughts_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.thoughts_list li
{
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	-webkit-border-radius: 4px;
	padding: 5px;
  margin-bottom: 5px;
}
ul.thoughts_list li p
{
	margin-bottom: 0px;
}

ul.thoughts_list li p.thought_posted_info
{
	background-color: #666;
	-webkit-border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

/* Thoughts List End */

/* Accessibility Styles */
.abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

abbr { 
	border-bottom-width: 1px; 
	border-bottom-style: dotted; 
}


/* Not used */
#page_aspect {
	display: none;
}
 
.news_vline, .news_vline_short {
	display: none;
}

.countdown_hours
{
	margin: 10px 20px;
	display: block;
	line-height: 1.4em;
	font-size: 3.0em;
	font-weight: bold;
	color: #0066cc;
}

