/*  
Theme Name: Typebased
Theme URI: http://www.woothemes.com/
Description: Typebased by WooThemes
Version: 1.0.0
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

html, body {
	font-family: Tahoma;
	font-size: 12px;
	border: 0;
	color: #404040;
	padding-bottom: 30px;
	
}

body {
	background: #FFFF;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 18px;
}

p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 0px 0;
}

ul, ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #CE1433;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */

.wrap {
	width: 100%;
	*padding-top:4px;
	
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Container */

#container {
	width: 755px;
	margin: 0 auto;
	background: url(images/top.gif) no-repeat 0 143px;
}

/* Header */

#header {
	width: 750px;
	height:40px;
	/*height: 108px;*/
	margin-left:6px;
	padding-top:20px;
	padding-bottom:17px;
}

#header h1 {
	padding: 0px 0 0 0px;
}

/* Main Menu */

#menu {
	width: 100%;
	
}

#menu ul {
	width: 780px;
	height: 35px;
	*height:32px;
	*padding-top:4px;
	/*margin-left: 159px;*/
	padding: 0;
	/*background: url(images/menu_bg.gif) repeat-x 0 bottom;*/
}

#menu ul li {
	line-height: 35px;
	*padding-top:26px;
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
	font-family: tahoma;
}

#menu ul li a {
	display: block;
	float: left;
	/*margin-top: 5px;*/
	padding: 0 27px 0 0;
	color: #808A6B;
	
}

#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
}

#menu ul li a span {
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 0px;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 32px;
}

#menu ul li.current_page_item a {
	/*background: url(images/menu_button.gif) no-repeat right bottom;*/
	margin-top: 2px;
	*margin-top:0px;
	*height:35px;
	height:33px;
	color: #808A6B;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #1A272E;
}

#menu ul li.current_page_item a span {
	/*background: url(images/menu_button.gif) no-repeat left top;*/
	height: 35px;

}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_item a {
	margin-right: -1px;
	position: relative;
}

/* Content Area - Content and Sidebar */

.background {
	/*background: #650461 url(images/content_bg.gif) repeat-y right top;*/
	min-height:500px;
	
}

/* Content */

#content {
	width: 530px;
	border:1px solid #ccc;
	
}

h2.arh {
	width: 480px;
	margin-left: 5px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 20px;
	background: #FFF0D4;
	border-bottom: #D7D7D7 1px solid;
	border-top: #D7D7D7 1px solid;
	line-height: 25px;
}

/* Post */

.post {
	width: 99%;
	clear: both;
	padding: 5px 0 5px 5px;
	border-bottom: #01595d 2px solid;
	background: url(images/post_element.gif) y-repeat 159px 21px;
}
.arrowL
{
	background: url(images/arrowL.png) no-repeat 0px 0px;
	width:7px;
	z-index:100;
	position:absolute;
}
.arrowR
{
	background: url(images/arrowR.png) no-repeat 0px 0px;
	width:7px;
	z-index:100;
	position:absolute;
	margin-left:20px;
	
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width: 400px;
	margin-right: 21px;
	display: inline;
}

.post-content a {
	font-weight: normal;
}

.post-content a:hover {
	text-decoration: none;
}

/* Post Content Headings */

.post-content h2 {
	font-size: 25px;
	line-height: 30px;	
	color: #01595d;
	margin-bottom: 30px;
	font-weight: normal;
	margin-top: 7px;
}

.post-content h2 a {
	/*color: #404040;*/
	color: #01595d;
}

.post-content h2 a:hover {
	text-decoration: none;
}

.post-content h3 {
	font-size: 14px;
	padding: 5px 0;
}

/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
	line-height: 20px;
}

.post-content ul {
	padding-left: 30px;
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Post Content Images*/

.post-content img {
	padding: 5px;
	background: #FFFFFF;
}

/* Post Content (read more) */

.post-content span.read_more {
	padding: 5px 0 10px 0;
	display: block;
	float: left;
	font-size: 13px;
}

.post-content a span.read_more {
	color: #1A86DF;
	text-decoration: underline ;
}

.post-content a:hover span.read_more {
	text-decoration: none;
}

/* Post Meta */
#yellow-top{
	background: url(images/yellow-top.gif) no-repeat left top;
	width:95px;
	height:4px;

}

#yellow-bottom{
	background: #DDDE8E url(images/yellow-bottom.gif) no-repeat left bottom;
	width:95px;
	height:4px;

}

.post-meta {
	width: 95px;
	margin-left: 0px;
	text-align: right;
	display: inline;
	padding-top: 0px;
	background:#ddde8e;
}

.post-meta a {
	color: #01595d;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
	margin-bottom: 23px;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 30px;
	border-right: #fff 1px solid;
	padding-right: 3px;
	color: #01595d;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #01595d;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 3px;
	padding-right:5px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 3px 20px 3px 0;
	color: #666666;
}

.post-meta h4.author {
	/*background: url(images/icon_author.gif) no-repeat right 2px;*/
	font-style: normal;
	color:#01595d;
	padding-right:8px;
}

.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
	margin-right:10px;
}

.post-meta h4.comments a {
	color: #01595D;
}

/* More Entries */

.more_posts {
	width: 400px;
	clear: both;
	margin-left: 190px;
	padding: 5px 0 6px 0;
}

.more_posts h2 {
	font-size: 20px;
}

.more_posts h2 a {
	color: #404040;
}

.more_posts h2 a:hover {
	color: #1A86DF;
}

/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 18px;
	border-bottom: #D7D7D7 2px solid;
}

h3.lc {
	padding-top: 20px;
}

.comments_wrap {
	width: 420px;
	margin: 20px 0 0px 10px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: #D7D7D7 1px dotted;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;	
	padding: 1px !important;
}

.comments_wrap .right {
	width: 350px;
	float: left;
	padding-left: 15px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */

#sidebar {
	width: 220px;
}

#sidebar h2 {
	font-size: 14px;
	color: #fff;
	padding-top:3px;
	text-transform:uppercase;
	font-family:tahoma;
	
}

/* Sidebar Search */

#search {
	float:right;
	background: #f1f2f2;
	
}

#search form {
	padding: 0px 0 0 0px;
}

#search form div {
	width: 160px;
	height: 19px;
	/*background: url(images/button.gif) no-repeat 0 0;*/
	position: relative;
	border:1px solid #7f9db9;
}

#search form input.search_box {
	width: 160px;
	border: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 3px;
	background: transparent;
	font-size: 11px;
	font-weight: normal;
	outline: none;
}

#search form input.submit {
	position: absolute;
	right: 0;
	top:25px;
	background:url(images/button.gif) no-repeat;
	width:54px;
	height:18px;
	border:0px;
	font-size:11px;
	padding-bottom:2px;
}

/* Sidebar Block */

#sidebar .block {
	padding: 0px 4px 10px 14px;
	/*background: url(images/sidebar_block_top.gif) repeat-x 0 0;*/
}

#sidebar .block a {
	color: #3F6069;
}

#sidebar .block a:hover {
	color: #131A1C;
}

#sidebar .block ul {
	width: 100%;
	padding: 1px 0 8px 0;
}

/* Sidebar Inside Block */

#sidebar_in .block ul li {
	font-weight: bold;
	border-bottom: #BDCCD1 1px solid;
	line-height: 20px;
	padding: 4px 0 4px 21px;
	background: url(images/circle.gif) no-repeat 5px 11px;
	margin-right: 10px;
}

#sidebar_in .block ul li ul li {
	border: 0;
}

/* Sidebar Special List */

#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}

#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	width: 104px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#sidebar .categories ul li, #sidebar .widget_categories ul li {
	background: url(images/icon_folder.gif) no-repeat 0 6px;
}

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
	background: url(images/circle.gif) no-repeat 5px 11px;
	font-size: 11px;
}

/* Sidebar Flickr */

#sidebar .flickr h2 span {
	color: #0061D8;
}

#sidebar .flickr h2 span span {
	color: #FF1183;
}

#sidebar .flickr .wrap {
	padding-top: 5px;
	margin-left: -10px;
	position: relative;
}

#sidebar .flickr li {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}

#sidebar .flickr img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	background: #fff;
	border: #BFCACE 1px solid;
}

/* Sidebar Adverts */

#sidebar .adverts {
	width: 285px;
	padding: 15px 0 10px 4px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}

#sidebar .adverts ul {
	padding: 0;
}

#sidebar .adverts ul li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}

#sidebar .adverts img {
	display: block;
}

/* Widget (calendar) */

#wp-calendar {
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	*margin-bottom:0px;
	*padding-bottom:0px;
	*padding-left:80px;
	*padding-right:80px;
	margin-left:-14px;
	*margin-left:-14px;
	width:215px;
	/*background-color:#D5D7D8;*/
	
	_top:45px;
	*top:48px;
}


#wp-calendar caption {
	padding: 0px 0 10px 0;
	
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C0DBE2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 4px 0;
}

#wp-calendar a {
	/*text-decoration: underline;*/
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 5px;
}

/* Footer */

#footer {
	width: 755px;
	/*margin:-1px 0 0 3px;*/
	/*background: url(images/footer_bg.gif);*/
	padding-top: 0px;
	_padding-top:0px;	
	margin:0px auto;	
	font: 10px Tahoma;
}

#footer a {
	color: #808A6B;
}

#footer a:hover {
	color: #808A6B;
	/*color: #74005B;*/
}

#footer h2 {
	color: #fff;
}

/* Footer Popular Articles */

#footer .popular {
	padding-bottom: 30px;
}

#footer .left-col .wrap {
	width: 646px;
}

#footer .left-col h2 {
	width: 115px;
	display: block;
	float: left;
	line-height: 22px;
	text-align: right;
	padding: 0px 35px 10px 10px;
	font-size: 19px;
	background: url(images/footer_element.gif) no-repeat right 18px;
	display: inline;
	color:#FFFFFF;
}

#footer .left-col ul {
	width: 441px;
	display: block;
	float: left;
	padding: 5px 0 15px 30px;
}

#footer .left-col ul li {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0 9px 0;
	font-weight: bold;
	background: url(images/footer_line.gif) repeat-x left bottom;
}

/* Footer Subscribe */

#footer #subscribe {
	background: url(images/rss-bg.gif) no-repeat;
	width: 224px;
	padding: 23px 0px 15px 0px;
	color: #fff;
	position:relative;
	left:4px;
	top: -144px;
}

#footer #subscribe a {
	font-weight: normal;
	text-decoration: underline;
}
#footer #subscribe h2 {
	font-size: 16px;
	padding-left:12px;
	font-family:tahoma;
}

#footer #subscribe p {
	padding: 8px 10px 0px 12px;
	font-size:11px;
}

#footer #subscribe p.rss {
	/*background: url(images/icon_rss.gif) no-repeat 0 11px;*/
}

/* Copyright */

#copyright {
	width: 100%;
	clear: both;
	/*background: #dddddd url(images/bottom.gif) no-repeat left bottom;*/
	border-top: #B2015C 0px solid;
	font-size: 11px;
	color: #677881;
	padding-top: 7px;		
}

#copyright .left-col {
	padding-left: 0px;
}

#copyright .right-col {
	padding-right: 5px;
}

#copyright .right-col img {
	vertical-align: middle;
}

/* Fix */

.wrap:after,
.block ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Misc */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.righttab{
	background:#808a6b;
	width:201px;
	height:23px;
	margin-left:-14px;
	padding-left:14px;
	margin-bottom:10px;
}

ul									{ list-style: none; }
/* LEVEL ONE */
ul.dropdown                         { position:relative;font: 11px Tahoma;}
ul.dropdown li                      { float: left; zoom: 1; z-index: 12; position:relative;}
ul.dropdown li a                    { display: block; padding: 4px 4px;color: #808a6b;}
ul.dropdown li span                 { display: block; padding: 4px 6px;color: #808a6b;}
ul.dropdown li:hover                { color: #a7a9ac; }
ul.dropdown li.hover a              { color: #00575c; }
ul.dropdown li.selected a           { color: #00575c; }

/* LEVEL TWO */
ul.dropdown ul 						{ z-index: 11; width: 215px; visibility: hidden; position: absolute; top: 100%; left: 0; 
									  background: #fff;border-top:0px solid #CCC; color:#808a6b; margin-left:-10px; padding-left:10px;}
ul.dropdown ul li 					{ font-weight: normal; font-size:11px; color: #a7a9ac; float: none; padding-top:5px;padding-bottom:5px;}

                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ width: 100%; display: inline-block; display: inline; color: #808a6b !important;} 
/*ul.dropdown ul li:hover a			{color: #00575c !important;}	*/
ul.dropdown ul li a:hover			{color: #00575c !important;}
/* 	LEVEL THREE */
ul.dropdown ul ul					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible;}
ul.dropdown ul li ul li a			{padding-left:0px;}	

/*------------------block----------------*/

/*---------Google--------------*/	
.gsc-control{
 	width:100% !important;
 	height:575px !important;
}
td.gsc-search-button {
	width: 50% !important;
}

.gsc-branding, .gsc-tabsArea, .gsc-clear-button, .gsc-search-box{
	display: none !important;
}

.gsc-result {
	margin-bottom:20px !important;
}

.gsc-cursor-page{
	margin-right:20px !important;
}

.gs-title, .gs-title *{
	color: #808A6B !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl{
	display: none !important;
}
.gsc-results .gsc-cursor-box .gsc-trailing-more-results{
	display: none !important;
}
.gsc-tabData.gsc-tabdActive {
	padding: 0px 10px !important;
}


div#wn2	{ 
	position:relative; 
	overflow:hidden;
	width:100%;
	height:550px;
	float:left;
	line-height:170%;	
}

.gsc-results .gsc-cursor-box {	
	position:absolute !important;
	top:650px !important;
}

.post-content p{
 	padding:0px 0 10px 0;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color:#806A6B !important;	
}