/*
------------------------------------------------------------------------
Theme Name:    World First Theme
Theme URI:     http://quommunication.com/
Description:   Created by World First 2008
Version:       Alpha
Author:        World First
Author URI:    http://www.worldfirst.com
------------------------------------------------------------------------

Support:       it@worldfirst.com
Updated:       September 24 2008
Copyright:     (c) 2008 World First

All rights reserved.
*/

/*** START: Clearfix Rules ***/
.clearfix {
	display: block;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*** END: Clearfix Rules ***/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

a {
	outline: none;
	color: #717fbe;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 1px;
	background-color: #ffffff;
	clear: both;
	border-bottom: 1px solid #cccccc;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	clear: both;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	clear: both;
	border-bottom: 1px solid #cccccc;
}

.red {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: left;
}

/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/
.hide { 
	visibility : hidden; 
} 

#header {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height: 84px;
	text-align: left;
	background: transparent url(http://www.worldfirst.com/blog/wp-content/images/XChange-Head.gif) no-repeat scroll 0 0;
}
#logo {
	float: left;
	width: 96px;
	height: 80px;
}
#logo #wflogo { 
	display: block;
	float: left; 
	width: 96px; 
	height: 80px; 
} 
#googlebox {
	margin: 13px 0 0 590px;
	display: inline;
	float: left;
	width: 280px;
	height: 30px;
	white-space: nowrap;
}
#googlebox input {
	padding: 0;
	margin: 0;
}
#googlebox #searchfield {
	width: 200px;
	height: 20px;
	color: #999999;
	font-weight: bold;
	font-family: Arial;
	border: 1px solid #bbbbbb;
	padding: 2px;
}
#googlebox #googlesubmit { 
	display: inline;
	width: 70px; 
} 
#headernav {
	float: left;
	display: inline;
	margin: 10px 0 0 178px;
	white-space: nowrap;
}
#headernav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#headernav li {
	float: left;
	font-size: 11px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #009FDA;
	color: #009FDA;
	font-weight: bold;
}
#headernav li.last {
	border: 0;
}
#headernav #todaydate {
	display: inline;
	position: relative;
	margin-left: 10px;
	font-size: 11px;
	color: #8080c0;
	margin-top: 0;
}
#header a:link {
	text-decoration: none;
	color: #009FDA;
	font-weight: bold;
	}
#header a:visited {
	text-decoration: none;
	color: #009FDA;
	font-weight: bold;
	}
#header a:active {
	text-decoration: none;
	color: #009FDA;
	font-weight: bold;
	}
#header a:hover {
	text-decoration: none;
	color: #818fbe;
	font-weight: bold;
	}
#tagline {
	width:100%;
	background-color: #F5FCFF;
	padding: 3px 0;
}
#tagline p{
	width:600px;
	color: #537CA7;
	margin: 0 auto;
	font: 12px, "Lucida Grande", Helvetica, Arial;
}
#headspace {
	margin: 0px auto; 
	padding: 0px;
	width: 980px;
	height: 90px;
	text-align: left;
	vertical-align: middle;
	/*background: url(/layout/hline.gif) repeat-x;*/
}
#headspace h1 {
	padding-left: 20px;
	text-indent: 0px;
	vertical-align: middle;
}
#headspace h1 a, #headspace h1 a:visited {
	color: #009FDA;
}
#headspace h1 a:hover {
	text-decoration:underline;
}
#headspace h2 {
	color: #009fda;
	text-indent: 20px;
	vertical-align: middle;
}
#headspace h2 a, #headspace h2 a:visited {
	color: #274686;
}
#headspace h2 a:hover {
	color: #274686;
}
.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	height: 20px;
	background-color: #000000;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	border: 0px;
	cursor:pointer;
}
.hidden {
	height: 0;
	left: -9999em;
	margin: 0 !important;
	overflow: hidden;
	position: absolute;
	width: 0;
}
/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 30px;
}

.main_menu li {
	margin: 0px 20px 12px 0px;
	padding: 0px;

	font-size: 14px;
	
	float: left;
	list-style: none;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;

	color: #717fbe;
	text-decoration: none;
	
	display: block;
	border-bottom: 1px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #372980;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
	color: #372980;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 0px auto;
	padding: 0px;

	width: 980px; /* was 100% */
	height: 32px;
	background-color: #FFFFFF; /* background-color: #E8E8FF;*/
	
	/* border-bottom: 1px solid #cccccc;	 */

	
}

.sub_menu li {
	margin: 7px 5px 7px 0px;
	padding: 0px;
	
	font-size: 11px;
	
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;

	color: #999999;
	text-decoration: none;
	
	display: block;
}


.cat-spec {

	text-decoration: none;
	text-align: right;
	display: block;
}

.cat-item a:hover {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #000000;
	text-decoration: none;
	
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

.children li a, .children li a:visited {
	background-color: #ffffff;

	color: #999999;
}

.children li a:hover {
	background-color: #999999;

	color: #ffffff;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 640px;
	
	float: left;
}

.column_right {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	
	width: 300px;
	
	float: right;
}

.column_left_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}

.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}

/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured {
	margin: 10px 0px 0px 0px;
	padding: 1px 20px 10px 20px;
	
	/* background: #3D6FB0 url(/blog/wp-content/images/featurebackground2.gif) no-repeat 0 0; */
	background: #edf6d9;
}

#featured h1 a, #featured h1 a:visited {
	color: #009fda;
}

#featured h1 a:hover {
	color: #009fda;
	text-decoration:underline;
}

#featured h2 {
	color: #274686;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #747678;
	/* border-bottom: 1px solid #333333; */
}

#featured h2 a:hover {
	color: #747678;
	/* border-bottom: 1px solid #ffffff; */
}

#featured h2 i {
	color: #747678;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #747678;
	text-decoration: none;

	/* border-bottom: 1px solid #333333; */
}

#featured h2 i a:hover {
	color: #747678;
	/* border-bottom: 1px solid #ffffff; */
}

#featured p {
	color: #000000;
}

#featured p a, #featured p a:visited {
	color: #000000;
	border-bottom: 1px solid #333333;
}

#featured p a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	float: right;
	
	border: none;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */

/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 20px 20px 0 20px;
	
	text-align: left;
}

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	
	line-height: 16px;
	
	list-style-type: none;

	border-bottom: 1px dashed #aaaaaa;
}

.title a, .title a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

.title a:hover {
	color: #009fda;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;

	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right img {
	margin: 3px 10px 5px 0px;
	padding: 0px;
	
	float: left;
	
	/* height: 82px; */
	
	border: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	line-height: 18px;
}

p a, p a:visited {
	color: #666;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #009fda;
}

#entry {
	margin: 30px 0px 0px 0px;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	float: left;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	float: right;
	
	border: none;
}

#entry p {
	margin: 20px 0px 20px 0px;
	clear:right;
	font-size: 14px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;

	background-color: #bbbbbb;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover {
	color: #ffffff;
	background-color: #009fda;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #E8E8FF;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 585px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */

.tab_container {
	margin: 0px;
	padding: 0px;
	
	border: 5px solid #e8e8ff;
}

.tab_container_in {
	margin: 0px;
	padding: 10px;
	
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab_menu_container {
	padding: 0px 0px 0px 0px;
	
	height: 27px;
	
	background-color: #e8e8ff;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	
	background-color: #e8e8ff;
	
	font-size: 11px;
	line-height: normal;

	float: left;
	list-style: none;
	cursor: pointer;
	
	border-bottom: none;
}

#tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	
	background-color: #e8e8ff;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.tab_content_list {
	display: none;	
}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration: none;
}

#tab_content_tags a:hover {
	color: #000000;
	text-decoration: none;
}

/* END Tabs */

/* Widgets */

#content .widget ul {
	padding: 10px 10px 20px 10px;
	
	border: 5px solid #edf6d9;
}

.widget li a, .widget li a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

.widget li a:hover {
	text-decoration:underline;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-family: Geneva, Arial;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #009fda;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #cc0000;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;

	font-size: 12px;
	font-weight: bold;
	/* text-transform: uppercase; */
	color: #747678;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #235DA5;
	text-decoration: none;

	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/



.cont {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 0px;
	float: left;
	color: #000000;
	}


.footerA {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding: 0px;
	}
.footerA_l {
	display: block;
	margin: 0px;
	width: 415px; /* 425 -10p */
	height: 25px; /* 30 -5p */
	padding: 5px 0px 0px 10px;
	background: url(/layout/hline.gif) repeat-x;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	color: #939393;
	font-weight: bold;
	float: left;
	}
.footerA_r {
	display: block;
	margin: 0px;
	width: 545px; /* 555 -10p */
	height: 25px; /* 30 -5p */
	padding: 5px 10px 0px 0px;
	background: url(/layout/hline.gif) repeat-x;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	color: #939393;
	font-weight: bold;
	float: left;
	}
.footerA_r a {
	color: #939393;
	text-decoration: none;
	font-weight: bold;
	}
.footerA_r a:active {
	color: #939393;
	text-decoration: none;
	font-weight: bold;
	}
.footerA_r a:visited {
	color: #939393;
	text-decoration: none;
	font-weight: bold;
	}
.footerA_r a:hover {
	color: #505050;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer_new {

	padding: 10px 0 40px 0;
	color: #939393;
}
#footer_new p {
	clear: both;
	padding-top: 21px;
}
#footer_new .footer-quicklinks {
	padding-left: 12px;

}
#footer_new .footer-quicklinks ul {
	float: left;
	width: 160px;
}
#footer_new .footer-quicklinks ul li {
	padding: 3px 0 3px 0;
	font-size: 1em;
	border-bottom: 0;
}
#footer_new .footer-quicklinks ul li.first{
	font-weight: bold;
}
#footer_new .footer-quicklinks ul li a:link,
#footer_new .footer-quicklinks ul li a:visited,
#footer_new .footer-quicklinks ul li a:hover,
#footer_new .footer-quicklinks ul li a:active {
	color: #939393;
	text-decoration: none;
}
#footer_new .addthisbutton {
	float: right;
}
#footer_new .footer-links {
	clear: left;
	border-top: 1px dotted #ccc;
	font-size: 0.9em;
	margin-top: 12px;
	padding-top: 6px;
}
#footer_new .footer-links-left {
	float: left;
}
#footer_new .footer-links-left ul li {
	margin-left: 12px;
	border-bottom: 0;	
}

#footer_new .footer-links-right {
	float: right;
}
#footer_new .footer-links-right ul li {
	float: left;
	font-size: 1em;
	padding-right: 11px;
	margin-right: 11px;
	border-right: 1px solid #939393;
	border-bottom: 0;
	list-style:none;
}
#footer_new .footer-links-right ul li a:link,
#footer_new .footer-links-right ul li a:visited {
	color: #939393;
	text-decoration: none;	
}

#footer_new .footer-links-right ul li a:hover,
#footer_new .footer-links-right ul li a:active {
	color: #505050;
	text-decoration: none;	
}

div#tag_cloud-2 a {
	color:#999 !important;
	text-decoration:none !important;
}

div#tag_cloud-2 a:hover {
	text-decoration:underline !important;
}
