/*
Theme Name: Typebased
Theme URI: http://www.woothemes.com/
Description: Typebased by WooThemes
Version: 2.1.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/
HTML, BODY
{
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #404040;
	padding-bottom: 30px;
}
BODY
{
	background: #334F60;
}
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: 10px 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;
	display: block;
}
.alignleft
{
	margin: 14px 15px 10px 0;
	float: left;
}
.alignright
{
	margin: 14px 0px 10px 15px;
	float: right;
}
/*Wrap*/
.wrap
{
	width: 100%;
}
.left-col
{
	float: left;
}
.right-col
{
	float: right;
}
/*Container*/
#container
{
	width: 940px;
	margin: 0 auto;
	background: url(images/top.gif) no-repeat 0 143px;
}
/*Header*/
#header
{
	width: 100%;
	height: 108px;
	/*+placement:shift 135px 1px;*/
	position: relative;
	left: 135px;
	top: 1px;
}
#header H1
{
	padding: 30px 0 0 20px;
}
/*Main Menu*/
#menu
{
	width: 100%;
	height: 35px;
	margin-bottom: 4px;
}
#menu UL
{
	width: 764px;
	height: 35px;
	margin-left: 160px;
	padding: 0;
	background: url(images/menu_bg.gif) repeat-x 0 bottom;
}
#menu UL LI
{
	line-height: 30px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Sans", Arial, sans-serif;
}
#menu UL LI A
{
	display: block;
	float: left;
	margin-top: 5px;
	padding: 0 27px 0 0;
	color: #C0CDCF;
	border-left: 1px solid #2B404D;
}
#menu UL LI A:hover
{
	color: #FFF;
	cursor: pointer;
}
#menu UL LI A SPAN
{
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 27px;
}
/*Main Menu - Current Page Item*/
#menu UL LI.current_page_item
{
	line-height: 35px;
}
#menu UL LI.current_page_item A
{
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	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: #F5F5F5 url(images/content_bg.gif) repeat-y right top;
}
/*Content*/
#content
{
	width: 651px;
}
H2.arh
{
	width: 460px;
	margin-left: 160px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 20px;
	background: #FFF0D4;
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	line-height: 25px;
}
/*Post*/
.post
{
	width: 100%;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #CBCBCB;
	background: url(images/post_element.gif) no-repeat 159px 21px;
}
.error, .page
{
	border: 0;
}
/*Post Content*/
.post-content
{
	width: 440px;
	margin-right: 21px;
	display: inline;
}
.post-content A
{
	font-weight: bold;
	/*[empty]color:;*/
}
.post-content A:hover
{
	text-decoration: underline;
}
/*Post Content Headings*/
.post-content H2
{
	font-size: 28px;
	line-height: 30px;
}
.post-content H2 A
{
	color: #404040;
}
.post-content H2 A:hover
{
	text-decoration: underline;
}
.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: 0px;
	background: #FFFFFF;
}
/*Post Content (read more)*/
.post-content SPAN.read_more
{
	padding: 5px 0 10px;
	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*/
.post-meta
{
	width: 140px;
	margin-left: 6px;
	text-align: right;
	display: inline;
	padding-top: 11px;
}
.post-meta A
{
	color: #587384;
}
.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: 35px;
	border-right: 1px solid #CBCBCB;
	padding-right: 5px;
	color: #8D8D8D;
}
.post-meta H3 SPAN.month, .post-meta H3 SPAN.year
{
	color: #666666;
	width: 40px;
}
.post-meta H3 SPAN.month
{
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	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 21px 3px 0;
	color: #666666;
}
.post-meta H4.author
{
	background: url(images/icon_author.gif) no-repeat right 2px;
	font-style: italic;
}
.post-meta H4.comments
{
	background: url(images/icon_comment.gif) no-repeat right 4px;
}
.post-meta H4.comments A
{
	color: #666666;
}
/*More Entries*/
.more_posts
{
	width: 400px;
	clear: both;
	margin-left: 190px;
	padding: 5px 0 6px;
}
.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: 2px solid #D7D7D7;
}
H3.lc
{
	padding-top: 20px;
}
.comments_wrap
{
	margin: 20px 0 0px 0px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: 1px dotted #D7D7D7;
}
.comments_wrap IMG
{
	background: none;
	padding: 1px;
}
.comments_wrap .left
{
	width: 46px;
	padding-top: 2px;
	float: left;
}
.comments_wrap .left IMG
{
	border: 1px solid #D7D7D7;
	padding: 1px !important;
}
.comments_wrap .right
{
	margin-left: 55px;
}
.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: 289px;
}
#sidebar H2
{
	font-size: 13px;
	color: #4A8393;
}
/*Sidebar Search*/
#search
{
	width: 100%;
	height: 57px;
	background: url(images/search_block_bg.gif) no-repeat 0 0;
	height: 50px;
}
#search FORM
{
	padding: 14px 0 0 14px;
}
#search FORM DIV
{
	width: 259px;
	height: 28px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}
#search FORM INPUT.search_box
{
	width: 175px;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}
#search FORM INPUT.submit
{
	position: absolute;
	right: 0;
}
/*Sidebar Block*/
#sidebar .block
{
	padding: 14px 4px 14px 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;
}
/*Sidebar Inside Block*/
#sidebar_in .block UL LI
{
	font-weight: bold;
	border-bottom: 1px solid #BDCCD1;
	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: 1px solid #BFCACE;
}
/*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
{
	width: 95%;
	padding: 0 0 0px;
	margin-bottom: 15px;
}
#wp-calendar CAPTION
{
	padding: 10px;
}
#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: 3px 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: 940px;
	margin: 0 auto;
	background: url(images/footer_bg.gif);
	padding-top: 18px;
	margin-top: -1px;
	position: relative;
}
#footer A
{
	color: #B2D1E4;
}
#footer A:hover
{
	color: #318DE1;
}
#footer H2
{
	color: #6D7E87;
}
/*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: 24px;
	text-align: right;
	padding: 10px 35px 10px 10px;
	font-size: 20px;
	background: url(images/footer_element.gif) no-repeat right 18px;
	display: inline;
}
#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;
	font-weight: bold;
	background: url(images/footer_line.gif) repeat-x left bottom;
}
/*Footer Subscribe*/
#footer #subscribe
{
	width: 241px;
	padding: 0 30px 0 18px;
	color: #B2D1E4;
}
#footer #subscribe A
{
	font-weight: bold;
	text-decoration: underline;
}
#footer #subscribe H2
{
	font-size: 16px;
}
#footer #subscribe P
{
	padding: 8px 0 8px 42px;
}
#footer #subscribe P.rss
{
	background: url(images/icon_rss.gif) no-repeat 0 11px;
}
/*Copyright*/
#copyright
{
	width: 100%;
	clear: both;
	background: #1A272E url(images/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #2B404D;
	font-size: 11px;
	color: #677881;
	padding: 5px 0;
}
#copyright .left-col
{
	padding-left: 15px;
}
#copyright .right-col
{
	padding-right: 15px;
}
#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;
}
/*Threaded comments*/
OL.commentlist
{
	margin: 0;
	padding: 0;
}
OL.commentlist LI
{
	list-style-type: none;
}
OL.commentlist LI UL.children
{
	padding-left: 20px;
}
OL.commentlist LI UL.children LI
{
	border-top: 1px dotted #D7D7D7;
	border-bottom: none;
	padding-top: 15px;
}
