/*
Theme Name: K2
Theme URI: http://getk2.com
Description: <strong><a href="themes.php?page=k2-options">Configure K2</a></strong> or visit the <a href="http://groups.google.com/group/k2-support">support forums</a>, <a href="http://code.google.com/p/kaytwo/w/list">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>. K2 was developed by <a href="http://binarybonsai.com/">Michael</a>, <a href="http://chrisjdavis.org/">Chris</a>, <a href="http://zeo.unic.net.my/">Zeo</a>, <a href="http://stevelam.org/">Steve</a> and Ben, and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: 1.0-RC8
Author: Various Artists
Author URI: http://getk2.com/
Tags: ajax, blue, custom-header, fixed-width, one-column, two-columns, three-columns, dynamic-columns, multiple-columns, theme-options, threaded-comments, microformats, styles, widgets, framework

The Real K2:         http://en.wikipedia.org/wiki/K2

$Revision: 809 $

- Reset CSS
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212*/
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, SUB, SUP, 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;
}
#respond
{
	margin-bottom: 21px;
}
.comment-head
{
	padding-left: 45px;
}
/*- Typography*/
BODY
{
	font-family: Verdana, sans-serif;
}
STRONG, EM, B, I
{
	font-family: Verdana, sans-serif;
}
H1, H2, H3, H4, H5, H6, .blog-title
{
	font-family: Georgia, serif;
	letter-spacing: -1px;
}
.comments INPUT[type=text], .comments TEXTAREA, CODE
{
	font-family: Verdana, sans;
}
/*- Page Structure*/
BODY
{
	font-size: 62.5%;
/*Resets 1em to 10px*/
	color: #444;
	background: #EDEDED url(images/body-bg.png) repeat-y center;
	text-align: center;
}
BODY.lang-ar, BODY.lang-fa, BODY.lang-he, BODY.lang-hi, BODY.lang-km, BODY.lang-ko, BODY.lang-ja, BODY.lang-th, BODY.lang-zh
{
	font-size: 75%;
/*Resets 1em to 12px*/
}
#page
{
	background: #FFFFFF url(images/page-bg.png) repeat-y center;
	text-align: left;
	margin: 0 auto;
	position: relative;
	border-top: none;
	clear: both;
}
.columns-one #page
{
	width: 560px;
}
.columns-two #page
{
	width: 780px;
}
.columns-three #page
{
	width: 950px;
}
#header
{
	position: relative;
	height: 200px;
	background: #3371A3;
	background-position: top right;
}
.content
{
	padding: 0 0 0 20px;
}
BODY.columns-two #primary-wrapper
{
	float: left;
	margin-right: -220px;
	width: 100%;
	margin-bottom: 16px;
}
BODY.columns-two #primary
{
	margin-right: 220px;
}
BODY.columns-two .secondary
{
	float: right;
}
#primary
{
	position: relative;
	float: left;
	width: 500px;
	padding: 0px 10px 10px;
}
* HTML #primary
{
	display: inline;
}
BODY.sidebars-none #primary-wrapper
{
	margin: 0px;
	float: none;
}
BODY.sidebars-none #primary
{
	float: none;
	width: auto !important;
	margin: 0px !important;
}
.columns-one .secondary
{
	width: 240px;
	border-top: 1px solid #EEE;
}
.columns-three .secondary
{
	width: 175px;
}
.secondary
{
	width: 199px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	padding: 2px 4px 15px 16px;
	overflow: hidden;
	border-left: 1px dotted #CCC;
	/*+placement:shift -10px 0px;*/
	position: relative;
	left: -10px;
	top: 0px;
}
#sidebar-2
{
	clear: right;
}
.comments
{
	text-align: left;
	margin: 30px 0 0;
	position: relative;
}
/*- Main Menu in Header*/
UL.menu
{
	position: absolute;
	bottom: 0;
	margin: 0 20px;
}
UL.menu, UL.menu LI
{
	float: left;
	list-style: none;
}
UL.menu LI
{
	margin-right: 4px;
}
UL.menu LI A
{
	display: block;
	padding: 5px 11px 6px;
	font-size: 1em;
	color: #FFFFFF;
/*
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
*/
	font-weight: bold;
}
UL.menu LI A:hover
{
	background: #65A72C;
	color: #FFF;
	text-decoration: none;
}
UL.menu LI.current_page_item A, UL.menu LI.current_page_item A:hover, UL.menu LI.current_page_ancestor A, UL.menu LI.current_page_ancestor A:hover
{
	color: #333;
	background: #FFFFFF;
	text-decoration: none;
}
/*- Sidebar Subpages Menu*/
.sb-pagemenu UL
{
	margin-left: 10px;
}
.sb-pagemenu UL UL
{
	margin-top: 2px;
}
.sb-pagemenu UL UL .page_item
{
	margin-left: 10px;
	padding: 0;
}
.sb-pagemenu .current_page_item
{
}
/*- Headings*/
H1
{
	font-size: 3em;
}
.blog-title
{
	font-size: 3em;
	font-weight: bold;
	padding: 75px 40px 0;
display:none;
}
.blog-title A, #header .description
{
	text-decoration: none;
	color: #FFFFFF;
}
.blog-title A:hover
{
	text-decoration: underline;
}
#header .description
{
/*Description in header*/
	font-size: 1em;
	margin: 0 40px;
}
H2
{
	font-size: 2.5em;
}
#rollingarchives.emptypage
{
	display: none;
}
.page-head
{
	margin: 20px 0;
	text-align: center;
}
.page-head H1
{
	font-size: 2em;
}
.page-head H2
{
	color: #999;
	font-size: 2em;
	font-weight: normal;
	text-transform: lowercase;
}
.secondary H4
{
/*Secondary H4 is sidebar headlines*/
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0 17px;
	display: block;
	margin-bottom: 6px;
	background: url(images/widgettitle-bg.gif) no-repeat 0px 2px;
	/*+placement:shift;*/
	position: relative;
	left: 0;
	top: 0;
	color: #444;
}
.widget_rss H4
{
	background: none;
}
.widget_calendar H4
{
	display: none;
}
H4
{
	/*[empty]display:;*/
}
.entry-title, H3
{
/*H3 is entry headlines. H4 is comments and replyform headlines*/
	font-size: 2em;
	font-weight: bold;
	line-height: 90%;
}
H4
{
	font-size: 1.9em;
	font-weight: normal;
}
.entry-title
{
	/*[disabled]margin-right:60px;*/
}
.entry-content H3
{
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
}
.entry-content H4, .entry-meta H4
{
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 17px;
}
.k2-asides H3
{
	font-size: 1.6em;
	font-weight: normal;
}
.entry-head
{
	margin: 20px 0;
	position: relative;
}
BODY.page .entry-content H3
{
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
}
BODY.page .entry-content H4
{
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
}
.secondary DIV
{
	margin: 20px 0 0;
	padding: 0;
	position: relative;
}
.secondary DIV DIV
{
	margin: 0;
}
#primary .metalink A, #primary .metalink A:visited, .secondary .metalink A, .secondary .metalink A:visited, .secondary SPAN A, .secondary SPAN A:visited
{
	color: #999;
	font-weight: normal;
}
#primary .hentry .entry-head .metalink
{
	font-size: 1.8em;
	text-transform: lowercase;
	margin-left: 15px;
}
#primary .k2-asides .entry-head .metalink
{
	font-size: 1.4em;
}
.single #primary .k2-asides .entry-content
{
	font-size: 1.5em;
	color: #999;
}
.comment-meta
{
	margin: 0 15px 0 0;
	float: none;
}
.comment-login, .comment-welcomeback
{
	margin-top: 15px;
	color: #777;
}
#comment-personaldetails
{
	margin-top: 10px;
}
.feedicon
{
/*Next to Comment Section Headline*/
	border: 0 !important;
	padding: 0 !important;
}
.feedlink
{
/*On the sidebar*/
	border: none;
	padding: 2px;
	padding-right: 20px;
	background: url(images/feed.png) no-repeat right center;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
}
.feedlink SPAN
{
	visibility: hidden;
}
.feedlink:hover SPAN
{
	visibility: visible;
}
.secondary .k2-asides
{
	margin: 0;
	padding: 0 0 10px;
	word-spacing: -1px;
}
.secondary .k2-asides P
{
	display: inline;
}
.secondary .k2-asides .metalink
{
	padding-left: 0px;
}
.secondary SPAN A
{
	margin-left: 10px;
}
.entry-head .entry-edit
{
	position: absolute;
	right: 0;
	top: 4px;
}
.entry-title, .entry-title A, .entry-title A:visited, H2, H2 A, H2 A:visited, H3, H3 A, H3 A:visited, H4, H4 A, H4 A:visited
{
	color: #007CC3;
	margin-top: 6px;
}
.entry-title, H2, H3, H4
{
	text-decoration: none;
	display: inline-block;
	color: #555;
}
.comments H4
{
	color: #444444;
}
.entry-meta
{
	font-size: 1em;
	line-height: 1.6em;
	color: #BBB;
}
.entry-meta A, .comment-meta A, .entry-date, .entry-time
{
	color: #777;
}
.entry-meta DIV
{
	display: inline;
}
.entry-head .entry-meta
{
	background: url(images/time.png) no-repeat 0px 1px;
	min-height: 16px;
	padding-left: 20px;
	border-top: 1px dotted #CCC;
	padding-top: 2px;
	margin-top: 8px;
	margin-bottom: -7px;
}
.image-meta ABBR, ABBR.entry-date
{
	border: none;
}
.entry-pages
{
	font-size: 1.2em;
}
.entry-pages SPAN
{
	font-weight: bold;
}
.entry-tags
{
	padding: 2px 0px 2px 20px;
	background: url(images/tag_blue.png) no-repeat left 2px;
}
.entry-head .entry-tags
{
	display: block;
	margin-left: -20px;
}
.entry-tags A
{
	text-transform: lowercase;
}
.entry-edit A, .comment-reply A
{
	border: none;
	padding: 4px 8px 4px 28px;
	background-position: 8px center;
	background-repeat: no-repeat;
	height: 16px;
	color: #333;
	background-color: inherit;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
}
.entry-edit A:hover, .comment-reply A:hover
{
	background-color: #9BE;
	color: #FFF;
}
.entry-edit A
{
	background-image: url(images/pencil.png);
}
.comment-edit A
{
	padding: 4px 8px 4px 28px;
	margin-left: 10px;
	background: url(images/comment_edit.png) no-repeat 8px center;
}
.comment-reply
{
}
.comment-reply A
{
	background-image: url(images/comment.png);
	margin-top: -15px;
}
.commentslink
{
	padding: 2px 0 2px 20px;
	background: url(images/comment.png) no-repeat left center;
}
.quoter_comment
{
	padding: 2px 0 2px 20px;
	background: url(images/comment.png) no-repeat left center;
	margin-left: 5px;
}
/*- Primary Contents*/
.hentry
{
	margin: 30px 0;
	position: relative;
}
.entry-content
{
	font-size: 1.1em;
	line-height: 1.6em;
	color: #444;
}
.entry-content P, .entry-content UL, .entry-content OL, .entry-content DIV, .entry-content BLOCKQUOTE
{
	margin: 13px 0;
}
#dynamic-content .k2-asides .entry-content P, #dynamic-content .k2-asides .entry-content UL, #dynamic-content .k2-asides .entry-content OL, #dynamic-content .k2-asides .entry-content DIV, #dynamic-content .k2-asides .entry-content BLOCKQUOTE
{
	margin: 5px 0;
}
#dynamic-content .k2-asides
{
	margin: 15px 0;
}
#dynamic-content .k2-asides .entry-head, #dynamic-content .k2-asides .entry-foot
{
	display: none;
}
#dynamic-content .k2-asides .entry-content
{
	display: block;
	border-left: 2px solid #DDD;
	padding-left: 20px;
}
.asides-permalink
{
	font-weight: bold;
}
/*Google Maps Support*/
.entry-content .map DIV
{
	margin: 0;
}
.metalinks
{
	margin-top: 5px;
	border-top: 1px dotted #CCC;
	padding-top: 3px;
}
.columns-three .template-image #primary
{
	width: 670px;
}
.template-image .entry-foot
{
	position: absolute;
	top: 0;
	right: -220px;
	width: 200px;
	padding-top: 180px;
}
.columns-one .template-image .entry-foot
{
	position: relative;
	width: auto;
	top: auto;
	right: auto;
	padding-top: 0;
	margin-right: 210px;
}
.columns-one .template-image #gallery-nav
{
	right: -210px;
	top: 0;
	width: 200px;
	border-bottom: none;
}
.entry-foot H5
{
	font-size: 1.5em;
	font-weight: normal;
}
#gallery-nav IMG
{
	height: 96px;
	width: 96px;
}
#gallery-nav
{
	top: 3.2em;
	margin: 0;
	position: absolute;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}
#gallery-nav A
{
	text-decoration: none;
}
#gallery-nav A SPAN
{
	display: block;
}
.attachment .hentry
{
	margin-left: 60px;
}
.template-image .hentry
{
	margin-left: 0;
}
.attachment-icon
{
	position: absolute;
	top: 0;
	left: -60px;
}
.attachment-image
{
	text-align: center;
}
.attachment-image .caption
{
	margin: 0;
}
.attachment-image .caption P
{
	display: inline;
}
.image-meta
{
	padding: 10px 0 10px 20px;
	list-style-type: circle;
}
.image-meta LI
{
	margin: 3px 0;
}
.image-meta SPAN
{
	font-weight: bold;
	display: block;
	float: left;
	width: 8em;
}
/*- Comments*/
.commentsrsslink
{
	background: url(images/feed.png) no-repeat left top;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
}
.trackbacklink
{
	background: url(images/arrow_refresh.png) no-repeat left top;
	padding: 2px 0 2px 20px;
	height: 16px;
}
.commentsrsslink A, .trackbacklink A
{
	color: #999;
	padding: 2px;
}
.nopassword
{
	text-align: center;
}
#commentlist
{
	margin: 10px 0;
	position: relative;
}
#commentlist .children
{
	margin-left: 20px;
}
#commentlist .children LI
{
}
#commentlist LI
{
	margin: -1px 0 0;
	list-style: none;
	background: url(images/bg-comment.gif) repeat-x bottom;
}
#commentlist .comment
{
	padding: 10px;
}
#commentlist LI.comment
{
	padding: 0;
}
.ckrating_hotly_debated
{
	background: url(images/bg-comment_hot.gif);
}
.ckrating_highly_rated
{
	background: url(images/bg-comment_liked.gif);
}
#commentlist LI .comment-content
{
	font-size: 1.1em;
	line-height: 1.6em;
}
.comment-content P, .comment-content UL, .comment-content OL, .comment-content DIV, .comment-content BLOCKQUOTE
{
	margin: 13px 0;
}
#commentlist LI .comment-meta
{
	padding: 4px 0 4px 20px;
	background: url(images/time.png) no-repeat left center;
	display: block;
	/*+placement:shift -1px 0px;*/
	position: relative;
	left: -1px;
	top: 0px;
}
#commentlist LI IMG
{
	padding: 0;
	border: none;
}
#commentlist .avatar, #commentlist .gravatar
{
	float: left;
	margin-left: -22px;
}
#commentlist .comment-author
{
	font-size: 1.2em;
	font-weight: bold;
}
.comment-author CITE
{
	font-style: normal;
}
#commentlist LI .counter
{
	display: none;
	font: normal 1.5em "Century Gothic", "Lucida Grande", Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
}
.byuser
{
	background: #F6F7F8 url(images/bg-comment.gif) repeat-x bottom;
}
.bypostauthor
{
	background: #EEE;
}
.bypostauthor BLOCKQUOTE
{
	color: #333;
	background: url(images/quote.png) no-repeat 10px 0;
}
#commentlist #respond
{
	background-color: #DDD;
	margin: 1em 0;
	padding: 1em;
	position: relative;
}
#commentlist .cancel-comment-reply
{
	position: absolute;
	top: 1em;
	right: 1em;
	background: url(images/cross.png) no-repeat left center;
	padding: 2px 0 2px 20px;
}
#commentlist #respond A
{
/*color: #ccc;*/
}
#pinglist
{
	font-size: 1em;
	padding: 0;
	margin: 10px 0;
	background: #F6F7F8;
}
#pinglist LI
{
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
}
#pinglist LI SMALL
{
	font-size: 0.8em;
	display: block;
}
#pinglist LI .counter
{
	display: none;
}
#pinglist LI SPAN.favatar IMG
{
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
}
#pinglist LI IMG
{
	padding: 0;
	border: none;
}
#leavecomment, .comments #loading, #comments-closed-msg
{
	text-align: center;
	margin: 30px 0 20px !important;
	color: #DDD;
	font-size: 2em;
}
.comments #loading
{
	margin-top: 20px !important;
}
#comments-closed-msg
{
	margin-bottom: 40px !important;
}
.comments #commenterror
{
	display: none;
	line-height: 2;
	padding: 5px;
	color: #FF0000;
	background-color: #FFFF99;
}
.comments #commentload
{
	display: none;
	padding-top: 3px;
	float: right;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	background: url(images/spinner.gif) no-repeat center center;
}
.comments FORM
{
	clear: both;
	padding: 1px 0 10px;
}
.comments INPUT[type=text], .comments TEXTAREA
{
	font-size: 1.1em;
	padding: 3px;
	color: #777;
}
INPUT[type=text]:focus, TEXTAREA:focus
{
	background: #FFF;
	color: #333;
	border-color: #666;
}
.comments FORM INPUT[type=text]
{
	width: 40%;
	margin: 5px 5px 1px 0;
}
.comments TEXTAREA
{
	width: 96.5%;
	margin: 7px 0 4px;
	border: 1px solid #888;
}
.comments FORM #submit
{
	float: right;
	padding: 2px;
	width: 68px;
	margin-right: 10px;
}
#footer
{
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: #777;
	background: #EDEDED url(images/footer-bg_page-shadow.png) no-repeat center top;
}
#footer P
{
	line-height: 1.6em;
}
#footer A
{
	color: #777;
}
.footerfeedlinks A
{
	font-weight: bold;
}
#footer A:hover
{
	border: none;
	text-decoration: none;
	color: #000;
}
#footer .wp-version, #footer .k2-version
{
	display: none;
	padding-left: 0.3em;
}
.footerstats
{
	display: none;
}
/*- Links*/
#skip A, #skip A:hover, #skip A:visited
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#skip A:focus
{
	position: static;
	width: auto;
	height: auto;
}
#primary A:hover, #primary A:visited:hover, .secondary A:hover, .secondary A:visited:hover
{
	text-decoration: underline;
}
.comments .navigation .nav-previous A
{
	color: #E72121;
}
.comments .navigation .nav-next A
{
	color: #E72121;
}
.rsswidget IMG
{
	margin: 0 5px 0 -17px;
	/*+placement:shift 0px 1px;*/
	position: relative;
	left: 0px;
	top: 1px;
}
.entry-content IMG
{
	border: 1px solid #CCC;
	padding: 4px;
	margin: 5px;
}
.wp-caption .size-thumbnail, .wp-caption .size-thumbnail:hover
{
	border: none;
	padding: 0;
}
.entry-content A
{
	color: #007BC2;
}
H2 A:hover, H2 SPAN A:hover
{
	color: #27D !important;
}
A
{
	color: #007AC3;
	text-decoration: none;
}
.entry-content A
{
	color: #07C;
}
/*- Various Tags and Classes

.hidden {
overflow: hidden;
position: absolute;
text-indent: -1000px;
text-align: left;
}
*/
.hidden
{
	position: absolute !important;
	left: 0px;
	top: -500px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.clear
{
	clear: both;
}
A IMG
{
	border: none;
}
.entry-content A IMG
{
	border: 1px solid #A8CFF1;
}
IMG.noborder
{
	border: none !important;
}
.aligncenter, .center
{
	text-align: center;
}
.entry-content .aligncenter, IMG.center, IMG[align="center"]
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content .alignright, IMG[align="right"]
{
	float: right;
	margin: 4px;
	display: block;
}
.entry-content .alignleft, IMG[align="left"]
{
	float: left;
	margin: 0 15px 4px 0;
	display: block;
}
A[rel~="attachment"] IMG, .gallery A IMG, .wp-caption
{
	background-color: #F3F3F3;
	border: 1px solid #DDD;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
/*border-radius: 3px*/
}
A[rel~="attachment"] IMG:hover, .gallery A IMG:hover, .wp-caption:hover
{
	padding: 2px;
	border: 2px solid #27D;
}
.wp-caption A IMG, .wp-caption A IMG:hover
{
	padding: 4px 0px 0px;
	border: 0 none #000000;
}
.wp-caption .wp-caption-text
{
	margin: 1px 0 2px;
	font-size: 0.8em;
}
SMALL
{
	font-size: 0.9em;
	line-height: 1.5em;
}
SMALL, STRIKE
{
	color: #777;
}
CODE
{
	font-size: 1.1em;
}
BLOCKQUOTE
{
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url(images/quote.png) no-repeat 10px 0;
	border: none;
}
HR
{
	display: none;
}
BODY.smartposition #nav-above
{
	position: fixed;
	top: 0px;
	background: #FFF;
	border-bottom: 1px solid #EEE;
	width: 500px;
	margin: 0;
	padding: 10px 0;
	z-index: 10;
}
.navigation
{
	text-align: center;
	margin: -9px 0 -14px;
	padding: 0;
	width: 100%;
}
.comments .navigation
{
	margin: 20px 0;
}
.navigation .nav-previous, .navigation .left
{
	float: left;
	width: 50%;
	text-align: left;
	margin: 0;
}
.navigation .nav-next, .navigation .right
{
	float: right;
	width: 50%;
	text-align: right;
}
.navigation A
{
	color: #999;
}
.alert
{
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
}
IMG.wp-smiley
{
	border: none !important;
	padding: 0 !important;
	margin: 0;
}
/*- Begin Lists*/
.archive-list
{
	list-style: none;
	margin: 10px 0 0 !important;
	padding-left: 0px !important;
}
.archive-list LI
{
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
}
.archive-list LI:hover
{
	background-color: #EDEDED;
}
.entry-content OL, .entry-content UL
{
	padding: 0 0 0 35px;
}
.entry-content OL LI, .entry-content UL LI
{
	margin: 0 0 5px;
	padding: 0;
}
.secondary DIV P
{
	margin-top: 0.5em;
}
.secondary UL, .secondary OL
{
	margin: 5px 0 0;
	padding-left: 0;
}
.secondary UL UL, .secondary OL OL
{
	margin: 0 0 0 10px;
}
.secondary UL UL UL, .secondary OL OL OL
{
	margin: 0 0 0 20px;
}
.secondary OL
{
	margin-left: 15px;
}
.secondary UL LI, .secondary OL LI
{
	margin: 0;
	padding: 1px 0;
}
.secondary UL LI
{
	list-style-type: none;
	list-style-image: none;
}
#sidebar-1 LI
{
	line-height: 1.1em;
	margin: 5px 0;
}
.sb-links UL LI
{
	margin-top: 20px;
}
.sb-links UL UL
{
	margin-left: 0px;
}
.sb-links UL UL LI
{
	margin-top: 0;
}
/*- Search Form and Livesearch*/
#search
{
	margin-top: 20px;
}
#search H4
{
	display: none;
}
#search-form-wrap.livesearch
{
	position: relative;
	height: 2em;
}
INPUT[type=text], TEXTAREA
{
	color: #444;
	padding: 2px;
	margin: 0;
}
#s
{
	width: 85%;
	font-size: 1.1em;
	margin: 4px 0px;
}
.livesearch #s
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}
.columns-three .livesearch #s
{
	width: 145px;
}
#searchreset
{
	position: absolute;
	right: 0px;
	height: 19px;
	width: 16px;
	background: url(images/reset-fff.png) no-repeat center center;
}
#searchload
{
	position: absolute;
	right: 0;
	top: 0;
	height: 18px;
	width: 18px;
	background: url(images/spinner.gif) no-repeat center center;
}
.livesearchform INPUT[type=submit]
{
	margin: 0;
}
#searchcontrols
{
	text-align: center;
	padding: 1px;
	background: #DDD;
}
#searchcontrols SMALL
{
	margin: 0;
	padding: 0;
}
LABEL.overlabel-apply
{
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
	color: #BBB;
	cursor: text;
}
/*- Attachment*/
.entry-content .attachment
{
	text-align: center;
}
/*- Rolling Archives*/
#rollingarchives
{
	padding: 15px 0;
	display: block;
	width: 500px;
	position: relative;
}
#rollingarchives A:hover
{
	text-decoration: underline;
}
#rollnavigation
{
	position: relative;
	margin-top: 0;
}
#rollnavigation A:active, #rollnavigation A:focus
{
	outline: none;
}
#rollprevious, #rollnext, #rollload, #rollhome, #rollpages, #rolldates
{
	position: absolute;
	top: 3px;
}
#rollprevious:hover, #rollnext:hover, #rollhome:hover
{
	text-decoration: underline;
	cursor: pointer;
}
#rollhome
{
	display: none;
	left: 54px;
	background: url(images/house.png) no-repeat center center;
	width: 16px;
	height: 16px;
}
#rollload
{
	background: url(images/spinner.gif) no-repeat center center;
	top: 1px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 16px;
}
#rollload SPAN, #rollhome SPAN
{
	display: none;
}
#rollnext, #rollprevious
{
	color: #666;
	font-weight: bold;
}
#rollpages
{
	top: 3px;
	left: 55px;
	color: #AAA;
}
#rollhover
{
	position: absolute;
	top: 7px;
	left: -47px;
	z-index: 100;
	height: 45px;
	background: url(images/rollhover.png) no-repeat center top;
}
#rollhover, #rolldates
{
	width: 100px;
	margin-left: 5px;
}
#rollhover
{
	top: 11px;
}
#rolldates
{
	position: absolute;
	color: #999;
	text-align: center;
	font-size: 0.9em;
	top: 22px;
	margin: 0;
}
#rollprevious
{
	left: 0;
	text-align: left;
}
#rollnext
{
	right: 0;
	text-align: right;
}
.emptypage #rollnavigation
{
	visibility: hidden;
}
.firstpage #rollprevious
{
	visibility: visible;
}
.firstpage #rollnext, .firstpage #rollhome
{
	visibility: hidden;
}
.nthpage #rollnext, .nthpage #rollprevious, .nthpage #rollhome
{
	visibility: visible;
}
.lastpage #rollnext, .lastpage #rollhome
{
	visibility: visible;
}
.lastpage #rollprevious
{
	visibility: hidden;
}
#pagetrackwrap
{
	position: absolute;
	top: 6px;
	left: 130px;
	width: 240px;
	padding-right: 9px;
	background: url(images/sliderbgright.png) no-repeat right center;
}
#pagetrack
{
	width: 240px;
	height: 7px;
	background: url(images/sliderbgleft.png) no-repeat left center;
}
#pagehandle
{
	top: -5px;
	width: 17px;
	height: 17px;
	background: url(images/sliderhandle.png) no-repeat center center;
	cursor: col-resize;
}
#primarycontent
{
	clear: both;
}
DIV.trimmed .hentry
{
	background: #F5F5F5;
}
DIV.trimmed .hentry.alt
{
	background: transparent;
}
#texttrimmer
{
	position: absolute;
	width: 39px;
	height: 15px;
	top: 6px;
	right: 72px;
}
.firstpage #texttrimmer, .firstpage #pagetrackwrap
{
	visibility: hidden;
}
.nthpage #texttrimmer, .nthpage #pagetrackwrap, .lastpage #texttrimmer, .lastpage #pagetrackwrap
{
	visibility: visible;
}
#trimmertrackwrap
{
	background: url(images/sliderbgright.png) no-repeat right center;
	height: 7px;
	width: 50px;
	top: 6px;
	padding-right: 4px;
	position: absolute;
	display: none;
}
#trimmertrack
{
	background: url(images/sliderbgleft.png) no-repeat left center;
	width: 50px;
	height: 7px;
}
#trimmerhandle
{
	width: 7px;
	height: 7px;
	background: url(images/sliderhandle.png) no-repeat center center;
	cursor: col-resize;
}
#trimmermore, #trimmerless
{
	position: absolute;
	top: 0px;
	height: 16px;
	width: 16px;
}
#trimmermore SPAN, #trimmerless SPAN
{
	display: none;
}
#trimmermore:hover, #trimmerless:hover
{
	cursor: pointer;
}
#trimmermore
{
	right: 0;
	background: url(images/trim_more.png);
}
#trimmerless
{
	left: 0;
	background: url(images/trim_less.png);
}
#trimmertrim:hover, #trimmeruntrim:hover
{
	text-decoration: underline;
}
#trimmertrim, #trimmeruntrim
{
	cursor: pointer;
	position: absolute;
	top: 16px;
	width: 36px;
	text-align: center;
	color: #999;
}
.trimmed #trimmertrim
{
	display: none;
}
#trimmeruntrim
{
	display: none;
}
.trimmed #trimmeruntrim
{
	display: block;
	margin-top: 0px;
}
BODY.smartposition #rollingarchives
{
	position: fixed;
	top: 0px;
	background: #E0F4CC;
	border-bottom: 2px solid #9C6;
	width: 500px;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 30px;
}
BODY.smartposition #trimmertrim, BODY.smartposition #trimmeruntrim
{
	top: 16px;
}
#dynamic-content
{
/*Make room for the rolling archives*/
}
BODY.onepageonly #dynamic-content
{
/*For the rare case of having only one page of content on the frontpage*/
	padding-top: 0;
}
#dynamic-content .active .navigation
{
	display: none;
}
/*CSS Beyond this point is for various supported plugins and not the 'core' K2 template
-
Links Module
*/
.sb-links H4
{
	display: none;
}
.linkcat H4
{
	display: inline;
}
.linkcat UL
{
	margin-top: 7px !important;
}
/*-
Brian's Latest Comments
http://meidell.dk/archives/2004/09/12/brians-latest-comments/
*/
#brians-latest-comments UL LI SPAN A, #brians-latest-comments UL LI SMALL A, .sb-comments-blc UL LI SPAN A, .sb-comments-blc UL LI SMALL A
{
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
}
#brians-latest-comments UL LI, .sb-comments-blc UL LI
{
	margin-bottom: 6px;
}
#brians-latest-comments UL LI>A[title="Go to the comments of this entry"], .sb-comments-blc UL LI>A[title="Go to the comments of this entry"]
{
	position: absolute;
	right: 0;
	color: #999;
}
.activityentry
{
	font-size: 1.1em;
}
DIV#latest-comments SMALL
{
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1.5em;
}
/*-
FlickrRSS
*/
.sb-flickr DIV
{
	margin-top: 10px !important;
}
.sb-flickr DIV IMG
{
	padding: 5px;
}
.sb-flickr DIV A
{
}
.sb-flickr DIV A IMG
{
	margin: 0px 5px;
}
/*
Calendar Module
*/
#wp-calendar
{
	width: 90%;
	margin: 0 auto;
}
#wp-calendar TD
{
	text-align: center;
	padding: 0;
}
#wp-calendar TD
{
	color: #AAA;
}
#wp-calendar TH
{
	text-align: center;
	padding: 0;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	color: #BFBFBF;
}
#wp-calendar A
{
	display: block;
}
#wp-calendar CAPTION
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px;
}
#wp-calendar #prev
{
	text-align: left;
}
#wp-calendar #next
{
	text-align: right;
}
#wp-calendar #today
{
	background: #EAEAEA;
}
/*
Ultimate Tag Warrior
K2 removes UTW's default tags for more default control.
*/
.localtags, .technoratitags
{
	display: none;
}
/*
Contact Form
*/
.contactform
{
	width: 100%;
	position: relative;
}
.contactleft
{
	width: 15%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contactright
{
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contacterror
{
	border: 1px solid #FF0000;
}
/*Noteworthy*/
.category-noteworthy H3.entry-title
{
	background: url(images/heart.png) no-repeat right center;
	padding-right: 25px;
	display: inline;
}
.noteworthyLink
{
	margin-left: 5px;
}
/*Tag Cloud Module*/
.sb-wptagcloud UL
{
	line-height: 2em;
	text-align: justify;
}
.sb-wptagcloud LI
{
	display: inline;
}
.sb-wptagcloud A
{
	padding: 0 2px;
	white-space: nowrap;
	text-transform: lowercase;
}
/*ayek*/
.menu .admintab
{
	display: none;
}
.ad-page-1-cntnr
{
	clear: both;
	width: 490px;
	height: 60px;
	background: #F4FBFF url(images/reklama_tab_left.gif) no-repeat left;
	padding: 4px 0;
	border: 1px dotted #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ad-page-3-footer
{
	width: 772px;
	height: 100px;
	background: #F4FBFF url(images/reklama_tab_left.gif) no-repeat left;
	padding: 5px 0;
	border: 1px dotted #CCC;
	margin: 10px auto;
}
.ad-page-1, .ad-page-2
{
	width: 468px;
	/*[disabled]height:60px;*/
	margin-left: 17px;
	background: #FFF;
}
.ad-page-3
{
	width: 750px;
	margin-left: 17px;
	background: #FFF;
}
.ad-sidebar
{
	width: 197px;
	height: 158px;
	background: #F4FBFF url(images/reklama_tab_left.gif) no-repeat left;
	border: 1px dotted #CCC;
	margin-top: 10px;
	/*+placement:shift -1px 0px;*/
	position: relative;
	left: -1px;
	top: 0px;
}
.ad-sidebar-1, .ad-sidebar-2
{
	width: 180px;
	height: 150px;
	margin-left: 17px;
	background: #FFF;
	/*+placement:shift 13px 4px;*/
	position: relative;
	left: 13px;
	top: 4px;
}
#h-rej, #h-login
{
	border: none;
	display: block;
	top: 160px;
	height: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
}
#h-rej
{
	background: url(images/h_register.gif) no-repeat 0 0;
	left: 631px;
	width: 74px;
}
#h-login
{
	background: url(images/h_login.gif) no-repeat 0 0;
	left: 712px;
	width: 61px;
}
#h-rej:hover
{
	background: url(images/h_register.gif) no-repeat 0 -13px;
	z-index: 3;
}
#h-login:hover
{
	background: url(images/h_login.gif) no-repeat 0 -13px;
	z-index: 3;
}
#header SPAN
{
	display: none;
}
.table2 TD
{
	padding: 4px;
}
.table2 IMG, .table2 A IMG
{
	border: none;
	padding: 0;
}
.table3 TD
{
	padding: 4px;
	vertical-align: text-top;
}
.table4 TD
{
	padding: 4px;
	text-align: center;
	border: 1px dotted #CCC;
}

