@import url(../../../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../../../rsc/css/forms.css);	/* Import basic styles */
@import url(../../../../rsc/css/comments.css);	/* Import basic styles */

/********** =defaults **********/


/*## Body ## Body class attributes */

body
{
	background: #f9f9f9;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #393939
}
/*## General tags ##  */

div { padding:0px; margin:0px; }

hr { display:none; }

a { color:#42a1b0; text-decoration:none; }
a:hover { color:#42a1b0; }

p, li, blockquote, dd, dt { line-height:135%; }

blockquote
{
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 20px 25px;
  padding: 10px;
  font-style: italic;
}

blockquote p
{
  color:#333;
  font-style:italic;
  margin:0;
}

p
{
  margin:0 0 15px 0;
  color:#444;
  display: block;
}

ul, li
{
  list-style-type:disc;
  color:#444;
  margin:0;
  padding:0;
}

ol li
{
  list-style-type:decimal;
}

li { margin-left: 32px; }
ul { margin-bottom: 8px; }

code
{
  background-color: #f9f9f9;
  border: 1px dotted #e8e7e7;
  color: #333;
  display:block;
  margin: 20px 25px;
  padding: 10px 10px 10px 21px;
/*  white-space:pre;*/
}

h1, h2, h3
{
	margin:0px;
	padding: 0px;
}

h1
{
	font-size: 28px;
}

h2
{
	margin: 0px 0px 0px 0px;
	font-size: 25px;
}

h3
{
	color: #bbb;
	margin-top: 0px;
	font-size: 16px;
}

h1,
h1 a
{
	color:#878787;
	text-decoration:none;
}

h2,
h2 a
{
	color:#444;
	text-decoration: none;
}

h3 a { color:#42a1b0; text-decoration:none; }

dt { font-weight:bold; }
dd { margin:3px 0 10px 0; }

div#wrapper
{
	background-color: #f9f9f9;
	width: 1000px;
	margin: 0px auto;
	border: 1px solid #f8f8f8;
}

/* top banner */
div#leaderboard
{
	text-align: center;
	margin: 4px 0px 16px 0px;
}

div.lb
{
        width: 893px;
}

/* right banner */
div#skycontainer
{
	float: right;
	margin: 16px 12px 0px 11px;
	display: inline;
}

div.grey
{
	font-size: 10px;
	text-align: center;
	padding: 0px 6px 4px 0px;
	color: #999;
}

div.bannerimg
{
        padding-top: 10px;
}

div#skyscraper
{
	width: 120px;
}

/******************
    header area
******************/

#headerimage
{
    padding: 0px;
    margin: 0px;
    border: none;
    display: block;
}

#headerimage img
{
    border: none;
}

div#matra
{
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    display: inline;
}

/********************
    menu & search
********************/

div#mainmenu
{
    width: 780px;
    margin: 0px 0px 0px 12px;
    display: inline;
    float: left;
}

div#search
{
    margin: 0px;
    float: right;
}

div#mainmenu,
div#search
{
    padding: 6px 0px 6px 0px;
    color: #393939;
    font-weight: bold;
}

div#mainmenu ul
{
	margin: 0px 0px 0px 10px;
}

div#mainmenu ul li
{
	list-style-type: none;
	float: left;
	margin: 0px;
	font-size: 12px;
	padding: 0px 38px 0px 0px;
}

div#search ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#search ul li
{
	list-style-type: none;
	float: left;
	margin: 0px;
	font-size: 12px;
	padding: 0px 0px 0px 18px;
}

li.lastmenuitem
{
	padding: 0px;
}

div#mainmenu a
{
	text-decoration: none;
	color: #000;
}

div#mainmenu a:hover
{
	color: #42a1b0;
}

div#search input
{
	width: 120px;
	border: 1px solid #ededed;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

/*******************
    content area
*******************/

div#contentwrapper
{
    clear: both;
    margin: 0px;
    background-color: #fff;
    border: 1px solid #e8e7e7;
}

div#leftcolumn
{
    float: left;
    width: 597px;
    border-right: 1px solid #e8e7e7;
    padding-top: 5px;
    display: inline;
    overflow: hidden;
}

div#rightcolumn
{
    float: left;
    width: 400px;
}

div#leftcolumn,
div#rightcolumn
{
}

div.rightIn {
    padding: 16px 16px 16px 20px;
    font-size: 11px
}

div#clear
{
    clear: both;
    margin: 0px;
    padding: 0px;
    border: none;
}

div#tags
{
    border-top: 1px solid #e8e7e7;
    padding: 16px;
    padding-top: 16px !important;
    padding-top: 8px;
    text-align: center;
}

div#tags a
{
	color: #848484;
}

div#tags a:hover
{
	color: #42a1b0;
}

div#footer
{
    margin: 10px 0px;
    padding: 5px 0px;
    background-color: #fff;
	color: #848484;
	border: 1px solid #e8e7e7;
	clear: both;
	text-align: center;
}
/*## Page Header ## Styles for page header */


/*## Page Layout ##  */


/*## Post ## attributes for blog posts  */

div.post
{
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 5px 0px;
	overflow:hidden;
	word-wrap: break-word;
	border-bottom: 1px solid #e8e7e7;
}

div.embed
{
        text-align: center;
        padding: 10px 0px;
}

div.last
{
	border: none;
}

div.post h2
{
	background-image: url(img/arrows/post.gif);
	background-repeat: no-repeat;
	background-position: 7px 27px;
	font-family: "Georgia", serif;
	font-weight: normal;
	padding: 19px 0px 15px 27px;
	border: none;
}

div.post h2.comment
{
    background: none;
    padding: 0px 0px 0px 2px;
}

div.post h2 a
{
	margin: 0px;
	padding: 0px;
}

div.post h2 a:hover
{
/*	color: #42a1b0; */
	color: #42a1b0;
	text-decoration: none;
}

#kultplaytv div.post
{
    padding: 22px 0px 0px 0px;
    margin: 0px;
    border: none;
}

#kultplaytv div.post h2
{
	background-image: url(img/arrows/tvpost.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 3px 0px 0px 22px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	display: inline;
}

#kultplaytv div.post div.entry
{
	margin: 5px 5px 12px 0px;
	font-size: 13px;
	color: #393939;
}

div.post h3.tags,
div.post h3.date
{
	font-size: 11px;
	font-weight: normal;
}
div.post h3.date
{
	color: #444;
        padding-top: 10px;
}

div.post h3.tags
{
        margin-bottom: 10px;
        padding-top: 5px;
        font-weight: bold;
}

div.post h3.tags a
{
	color: #8d8d8d;
}

div.post h3.tags a:hover
{
	color: #42a1b0;
}

div.post img { text-align: left; float:left; margin: 12px; margin-left: 0px; margin-top: 4px; margin-bottom: 4px; border: none; }

div.post img.imgright  { text-align: right; float:right; margin-right: 0px; margin-left: 12px; }
div.post img.imgleft   { text-align: left; float:left; margin-left: 0px; }
div.post img.imgnotext { text-align: middle; float:none; margin: 0px;  }

div.post div.entry {
    line-height: 17px;
    margin-bottom: 6px;
}

div.entry a
{
	color: #42a1b0;
	font-weight: bold;
	font-size: 13px;
}

div.entry a
{
	text-decoration: none;
}

/*## Pager ## */

div.pager {
	margin: 30px 5px 3px 5px;
    font-weight: bold;
    display: inline;
}

div.prev {
    float: left;
}

div.next {
    float: right;
}
/*## Sideboxes ## Styles for sideboxes */

div.box
{
	border: 0px solid red;
	margin-bottom: 16px;
	overflow:hidden; word-wrap: break-word;
	width: 230px;
/*	padding-right: 8px;*/
}

div.box h3,
div.box h3.feedtitle
{
	background-image: url(img/arrows/linkz.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 0px 0px 0px 17px;
	color: #444;
	font-weight: normal;
	font-family: "Georgia", serif;
	margin: 1px 0px 2px 0px;
	display: block;
}

div.box h3.feedtitle
{
    background-position: 3px 3px;
}

div.feed h3
{
    display: none;
}

div.box a
{
	color: #393939;
}

div.box a:hover
{
	color: #42a1b0;
}

div.box li {
    margin: 0px;
    list-style-type: none;
}

div.box ul {
	margin: 0px;
}
div.box ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.box form {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.box .dimmed
{
	color: #aaa;
	font-size: 100%;
}

div.box input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 92%;
	margin: 0ex;
}

div.box h3.feedtitle a
{
    color:#444;
}

div.box h3.feedtitle a:hover
{
    color: #42a1b0;
}

div.box div.feedmore
{
    text-align: right;
}

div.topics li
{
	padding-bottom: 8px;
}

div.topics a.comment_count
{
	padding-left: 5px;
}

div.topics a.commenter_nick
{
	font-size: 10px;
}

div.topics a.post_title,
div.box div.feedmore a
{
    color: #42a1b0;
}

div.box div.feedmore a
{
    font-weight: bold;
}

div.game a 
{
    color:#42a1b0;
    font-size:12px;
    font-weight:bold;
}
/*## Calendar ## Styles for calendar */

/* Calendar: */
caption.bCalendarCaption { border: 1px solid #ccc; background-color: #eee; border-bottom: 0px; }
table.bCalendarTable     { border: 1px solid #ccc; border-collapse: separate; }
table.bCalendarTable a { color:#42a1b0; text-decoration:none; }
table.bCalendarTable a:hover { background-color:#42a1b0; color: #ffffff}
table.bCalendarTable tfoot td {	background-color: #eee;	border-top: 1px solid #ccc; }
table.bCalendarTable tfoot a { text-decoration: none; }
table.bCalendarTable tfoot a:hover { background-color:#42a1b0; color: #ffffff }
th.bCalendarHeaderCell { color: #ccc; font-weight:normal; }
#bCalendarToday { background-color: #85d8ff; }
/*## Comments ## Styles for comment area */

div#comment_container
{
	margin: 20px 0px 0px 0px;
}

#trackbackHead,
#trackbackAddress
{
	display: none;
}

div.commentsBg
{
	margin-bottom: 16px;
	padding-bottom: 0px;
	margin-top: 4px;
}

div.comment
{
	padding: 8px;
	height: 1%;
	border-bottom: 5px solid white;
	border-top: 1px solid #e8e7e7;
}

h3.comment { color: #42a1b0; }

div.commentsBg h1 { font-size: 14px; font-weight:700; letter-spacing:normal }
div.commentsBg h1, div.commentsBg h1 a { color:#42a1b0; text-decoration:none; }
div.commentsBg h1 a:hover { color: #42a1b0; text-decoration:none; }

.commentHeadURL { font-weight: normal; font-family: helvetica, arial, sans-serif; font-size: 11px; color: white;}
span.commentTime a { font-weight: normal; font-size: 11px; color: #aaa;}
span.commentTime a:hover { color: #42a1b0; }

div.commentText { margin-top: 4px; }

input.bComment,
textarea.bComment
{
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
textarea.bComment { width: 94% }

select.bComment  /* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}

form.bComment /* New comment form */
{
	margin: 1ex 2ex;
	padding: 0 1ex;
	border: 0px;
}

.more
{
	margin-bottom:8px;
	text-align: right;
        font-weight: bold;
}

span.searchHighlight1
{
    background-color: #ffff99;
}

div.archive li
{
    list-style-type: none;
}

form#commentForm div.label
{
    padding-top: 10px;
}

form#commentForm input.bComment,
form#commentForm textarea.bComment
{
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	width: 50%;
	padding: 2px;
	margin: 0ex;
}

form#commentForm textarea.bComment
{
    width: 100%;
    height: 100px;
}

a.sharetarget
{
    line-height: 16px;
}

a.sharetarget img
{
    background-image:url(img/share/icons_15.png);
    background-repeat:no-repeat;
    border:0 none;
    height:16px;
    margin:0 4px 2px 0;
    opacity:0.6;
    vertical-align:middle;
    width:16px;
}

a.sharetarget img.facebook
{
    background-position:0 -1921px !important;
}

a.sharetarget img.tumblr
{
    background-position:0 -3179px !important;
}

a.sharetarget img.twitter
{
    background-position:0 -2907px !important;
}

a.sharetarget img.greader
{
    background-position:0 -3281px !important;
}

a.sharetarget img.gbookmarks
{
    background-position:0 -3009px !important;
}

a.sharetarget img.delicious
{
    background-position:0 -1070px !important;
}

a.sharetarget img.digg
{
    background-position:0 -917px !important;
}

a.sharetarget img.stumbleupon
{
    background-position:0 -1989px !important;
}

a.sharetarget img.yahoobuzz
{
    background-position:0 -2533px !important;
}

a.sharetarget:hover img
{
    opacity: 1;
}

div.shareToolBox
{
    background-color: #f9f9f9;
    border: 1px solid #e8e7e7;
    margin-left: 220px;
    padding: 5px 10px;
    position: absolute;
}

div.shareToolBox ul li
{
    margin: 5px 0px 10px 0px;
    list-style-type: none;
    clear: both;
}
