/*
Theme Name: L2jothix
Theme URI: http://www.l2jserver.com/
Description: L2jServer WebBlog Theme.
Version: 1.1.1
Author: ThePhoenixBird
Author URI: http://www.l2jserver.com/
Released under Creative Commons Attribution-Share Alike 3.0 Unported License.
*/
html {
	color: #444444;
	background: #1C344D url(images/background.gif) repeat-x scroll left top;
	font: 75% Helvetica,Arial,sans-serif;
	padding: 0;
	margin: 0;
	}
body {
	padding: 0;
	line-height:1em;
	width:925px;
	margin:0pt auto;
	}
p, div, h1, h2, h3, h4, h5, ul, li {
        padding:0pt;
        }
img {
        border:0pt none;
        margin:0pt;
        padding:0pt;
        }
/* HAPPY CONTAINERS */
#nav-container {
	clear:both;
	margin-top:40px;
	}
#body-container {
	overflow: hidden;
	width: 925px;
	margin:0px;
	padding:0px;
	background: #fff;
	}
#header-container {
	width:925px;
	float:left;
	height:240px;
	background-image:url(images/headerbackground.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}
/* DA NAVIGATEON MEMU */
#main-nav {
	background: #DE2600 url(images/navbg.gif) top left no-repeat;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
	}
#main-nav ul {
	width:925px;
	list-style : none;
	margin:0;
	padding:0;
	text-align:left;
	}
#main-nav ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
#main-nav li {
	float: left;
	position: relative;
	font-size: 12px;
	text-align: center;
	}
#main-nav li#homeactive {
	float: left;
	background:url(images/tabright.gif) no-repeat right top;
	position: relative;
	font-size: 12px;
	text-align: center;
	margin-bottom:-1px;
	}
#main-nav li#homeactive a, #main-nav li#homeactive a:link , #main-nav li#homeactive a:hover {
	background:url(images/tableftfix.gif) no-repeat left top;
	cursor: default;
	color: #37454e;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	}
#main-nav li#homeinactive a:hover {
	background:url(images/tabhoverleftfix.gif) no-repeat left top;
	color: #fff;
	}
#main-nav li#homeinactive:hover {
	background:url(images/tabhoverright.gif) no-repeat right top;
	}
#main-nav li#current {
	float: left;
	background:url(images/tabright.gif) no-repeat right top;
	position: relative;
	font-size: 12px;
	text-align: center;
	margin-bottom:-1px;
	}
#main-nav li#current a, #main-nav li#current a:link , #main-nav li#current a:hover {
	background:url(images/tableft.gif) no-repeat left top;
	cursor: default;
	color: #37454e;
	border-bottom: 1px solid #fff;
	 margin-bottom: -1px;
	}
#main-nav li a:link, #main-nav li a:visited {
	color: #fff;
	}
#main-nav li a:hover {
	background:url(images/tabhoverleft.gif) no-repeat left top;
	color: #fff;
	}
#main-nav li:hover {
	background:url(images/tabhoverright.gif) no-repeat right top;
	}
#main-nav li a {
	padding:8px 12px;
	}
#main-nav a {
	display:block;
	text-decoration:none;
	}
#header-fixed {
	clear:both;
	height:0px;
	}
/* DA ZEARCHEN BUX */
#search {
	margin-right:10px;
	margin-top:0px;
	white-space:nowrap;
	text-align: right;
	font-size: 12px;
}
#search input {
	margin:0pt;
	padding:0pt;
}
#main-nav li#search {
	float: right;
	background:url(images/bg_search.gif) no-repeat right top;
	display:block;
	position:static;
	width:160px;
	height:28px;
	}
#main-nav #search .dammyouIE {
	line-height:1em;
	}
#main-nav #search fieldset#fielfform {
	border: none;
	border-width:0pt;
	margin:0pt;
	padding:0pt;
	}
#main-nav #search form#searchform {
	margin:0pt;
	padding:0pt;
	}
#main-nav #search p {
	margin-bottom:1.5em;
	margin:0pt;
	padding:0pt;
	}
#main-nav #search input#searchtext {
	background-color:transparent;
	border: none !important;
	font-size:1em !important;
	margin:7px 0px 0px 15px;
	padding:0px;
	width:120px;
	}
#main-nav #search input#submitbutton {
	display: none;
	background-color:transparent;
	margin:4px 0px 0px 0px;
	padding-top:7px;
	height:20px;
	width: 20px;
	position:relative;
	}
/* HEADER THINGY */
#header {
	float:left;
	height:240px;
	width:925px;
	}
.site_title {
	float:left;
	height:88px;
	width:304px;
	margin:0;
	padding:75px 0px 0px 50px;
	}
.site_title img {
	border: none;
        }
/* FEED ME! */
#feed {
	width: 340px;
	float: right;
	padding: 10px 0;
	margin: 0;
	}
#feed ul {
	float: right;
	margin: 0;
	padding: 5px 0;
	}
#feed ul li {
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	margin: 0px 10px 0px 0px;
	}
#feed ul li.feed-blog { background: url(images/feed-icon.gif) no-repeat 0 .1em; }
#feed ul li.feed-email { background: url(images/feed-email.gif) no-repeat 0 .1em; }
#feed ul li a {
	font-size: 1.1em;
	color: #990000;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
/* DA MAIN THING */
#container {
	overflow: hidden;
	line-height:1.3em;
	float: left;
	width: 925px;
	margin:10px 0px 0px;
	padding: 0;
	background: #fff;
	}
#content, #home {
	float: left;
	width: 580px;
	padding:0pt 15px;
	margin: 0;
	}
#home p {
	margin:12px 0px 12px 6px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #006699;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none;
	color: #006699;
	}
h2 { font-size: 2em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
.center {text-align:center;	
}
/* LINX */
a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	}
a:hover {
	color: #CC0000;
	}
/* POSTSTUFF */
#home .feature {
        width:100%;
	float: left;
	display: block;
	margin: 10px 0 15px 0;
	padding: 0 5px 10px 5px;
	}
#home .feature img {
	width: 300px;
	height: 175px;
	margin: 0 10px 10px 0;
	}
h2.section-header {
	float: left;
	height:50px;
	width: 500px;
	font-size: 1.1em;
	font-style: italic;
	color: #006699;
	margin: 0;
	padding:25px 5px 5px 10px;
	font-weight:bold;
	}
#news {
        display:block;
        float:left;
        font-weight:bold;
        color:#6A7C99;
        padding-left:13px;
        padding-top:21px;
        }
#recent {
        display:block;
        color:#6A7C99;
        font-weight:bold;
        float:left;
        padding-left:13px;
        padding-top:21px;
        }
.news{
	background:transparent url(images/hnews.gif) no-repeat scroll 0px 50%;
	text-indent: -5000px;
	}
.recent{
	background:transparent url(images/hrecent.gif) no-repeat scroll 0px 50%;
	text-indent: -5000px;
	}
#home .secondary {
        width:100%;
	padding: 0px 0px 5px 0px;
	margin: 5px 0 10px 0;
	float: left;
	border-bottom: 1px solid #cccccc;
	}
.post {
	margin: 0px 0px 25px 0px;
	}
.entry { float: left; clear: left; }
.post-left, .post-right {
	width: 260px;
	}
.post-left h2, .post-right h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
.post-left img, .post-right img {
	width: 75px;
	height: 75px;
	}
.post-left .entry, .post-right .entry {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
.post-left {
	clear: left;
	float: left;
	}
.post-right {
	float: right;
	}
.post a {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	}
.post a:hover {
	color: #CC3300;
	text-decoration: none;
	}
.post h2 {
	clear: left;
	margin: 5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	}
.post h2 a { color: #006699; }
.post .byline {
	margin: 5px 0 7px 0;
	}
.secondary .byline {
	padding: 0;
	color: #666;
	font-style: italic;
	}
.time, .category, .comment, .tags, .commenter, .author, .edit a {
	padding: 1px 10px 0px 20px;
	color:#006699;
   text-decoration:none;
	}
.author a {
        font-weight:700;
        color:#CC3300;
	}
.time {
	background: url(images/calendar.gif) no-repeat;
	}
.category {
	background: url(images/folder.gif) no-repeat;
	}
.comment {
	background: url(images/comment.gif) no-repeat;
	}
.tags {
	background: url(images/tags.gif) no-repeat;
	}
.commenter {
	background: url(images/comment.gif) no-repeat;
	}
.author {
	background: url(images/commenter.gif) no-repeat;
	}
.edit {
	padding: 1px 0px 0px 20px;
	background: url(images/edit.gif) no-repeat;
	}
.more {
	padding: 1px 20px 0px 0px;
	background: url(images/more.gif) no-repeat right .2em;
	}
.post-meta-data {
	margin:12px 0px 12px 6px;
	text-align: right;
	}
.single .post-meta-data {
	clear: left;
	float: left;
	text-align: left;
	}
/* LISTSUX */
#content ul, #home ul {
	margin: 15px 0;
	padding: 0;
	}
#content ul li, #home ul li {
	margin: 2px 0px;
	padding: 0px 0px 0px 15px;
	background: url(images/menu-bullet.gif) no-repeat .2em .5em;
	list-style-type: none;
	}
/* I HaTe TaBlEs */
.post table { border: none; }
.post tr, .post td { border: 1px solid #333; }

/* code and pre */
code {
	font: normal 1.1em "Courier New", Courier, monospace;
	padding: 0 2px;
	}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 480px;
	}
pre code {
	font-size: 1.2em;
	display: block;
	clear: both;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	line-height: 140%;
	margin: 5px 0 15px 0;
	width: 470px;
	}
/* ALIGN ME */
.left {
	float: left;
	margin: 5px 15px 5px 0;
	}
p.left { margin-top: 15px; }
.right {
	float: right;
	margin: 0px 0px 0px 15px;
	}
.center {
	margin: 15px auto;
	text-align: center;
	}
.navigation {
	margin: 15px 0;
	}
.previous {
	float: left;
	width: 47%;
	}
.next {
	float: right;
	width: 47%;
	}
/* NON PORN IMAGES */
.post img, .post a img {
	padding: 3px;
	border:0pt none;
	background: #FFFFFF;
	}
.thumbnail {
	width: 75px;
	height: 75px;
	}
/* RELATED POSTS */
.related {
	width: 270px;
	float: left;
	margin-right: 17px;
	}
.related ul {
	width: 100%;
	}
.related h3 {
	margin: 0;
	padding: 0;
	}
.ads img { border: none; }
/* NON SPAM COMMENTS PLEASE */
h3#respond {
background-image:url(images/pencilcomment.gif);
background-position:10px 4px;
background-repeat:no-repeat;
color:#2B6D87;
font-size:15px;
font-weight:normal;
margin:10px 0px;
padding:3px 0px 3px 30px;
}
#commentform {
background: #FFFFFF url(images/commentbg.gif) repeat-x scroll left top;
color:#355B6A;
font-size:11px;
float:left;
margin:0px;
overflow:auto;
width:100%;
}
.fieldsForm {
float:left;
margin-right:7px;
width:40%;
}
.fieldsForm p.inpTxt {
border-bottom:1px solid #CDDDE3;
overflow:auto;
padding:0px 0px 10px;
}
.fieldsForm p.inpTxt label {
display:block;
float:left;
margin:12px 0pt 0pt;
text-align:right;
width:50px;
}
.allowTags {
background-color:#FFFBCF;
border:1px solid #FFE450;
color:#9F943B;
margin:10px 0px 0px;
padding:3px;
}
.fieldsForm .center {
margin:10px 0px;
}
.fieldsForm input#author, .fieldsForm input#email, .fieldsForm input#url {
background-color:#EEF5F9;
border:1px solid #A3BDC8;
float:left;
font-size:11px;
margin-left:4px;
padding:3px;
width:70%;
}
.fieldComment {
float:left;
text-align:center;
width:53%;
}
.fieldComment p {
margin:0px;
}
.fieldComment #comment {
background-color:#EEF5F9;
border:1px solid #A3BDC8;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:3px;
width:100%;
height:250px;
}
.submit {
background:#FFFFFF url(images/submitbutton.gif) no-repeat scroll 0pt 0pt;
height:27px;
border: medium none;
outline-color:invert;
outline-style:none;
outline-width:medium;
width:150px;
}
.submit:hover {
background:#FFFFFF url(images/submitbutton.gif) no-repeat scroll 0pt -28px;;
}
.authorcomment {
	 background-color: #FFFFF7;
    border: solid 1px #5B0100;
}
#comments-template {
	clear: left;
	margin: 30px 0px 0px 0px;
	}
#comments-template a {
	margin: 30px 0px 0px 0px;
	}
#comments-template ol {
	margin: 0;
	padding: 0;
	}
#comments-template ol li {
	float: left;
	width: 98%;
	margin: 10px 0;
	padding: 5px;
	list-style-type: none;
	background: #f7f7f7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#comments-template ol li.alt {
	border-top: 1px solid #CDDDE3;
	border-bottom: 1px solid #CDDDE3;
	}
#comments-template ol li .comment-meta-data {
	}
.comment-meta-data a {
	font-weight:normal;
	}
#comments-template ol li .comment-text {
	width: 90%;
	margin: 10px auto;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #eee;
	}
/* TRACKBACKS AKA "POST LEECHERS" */
.trackback, .trackback a { color: #666; }
.trackback .comment-meta-data em { color: #006699; }
input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0px 0px;
	background: #fff;
	border: 1px solid #006699;
	}
textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #006699;
	}
/* CONTACT US */
fieldset {
	border: none;
	}
legend {
	border: none;
	}
/* WE LOVE SIDEBARS */
#sidebar {
	display: inline;
	float: right;
	width: 300px;
	border-left:1px solid #CCCCCC;
	}
#sidebar-home, #sidebar-single, #sidebar-archive {
	float: right;
	width: 380px;
	margin:0pt 15px 15px;
	padding: 0;
	background: #fff;
	}
#sidebar-video, #sidebar-bottom, .horizontal {
	float: right;
	width: 380px;
	margin:0pt 15px 15px;
	padding: 0;
	background: #fff;
	}
.menu {
	padding: 0;
	margin: 0px 0px 10px 0px;
	background: #fff;
	}
.menu h2 {
	float: left;
	width: 97%;
	margin: 0;
	padding: 5px;
	font-size: 1.1em;
	font-style: italic;
	color: #006699;
	background: #fff;
	}
.menu div {
	width: 100%;
	font-size:11px;
	padding: 0px 0px;
	}
.menu ul, .tabbed div ul {
	float: left;
	width: 97%;
	margin: 0;
	padding: 0;
	}
.menu ul li, .tabbed div ul li {
	background: url(images/dot.gif) no-repeat left 3px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 20px;
	list-style-type: none;
		}
.menu ul li a, .tabbed div ul li a {
	
	width: 97%;
	display: block;
	font-weight: normal;
	padding: 2px 0 2px 5px;
	color: #006699;
	text-decoration: none;
	}
.tabbed div ul li a {
	font-size: 1.1em;
	}
.menu ul li a:hover { color: #CC3300; text-decoration: underline; }
/* JQUERY RULEZ */
.tabbed ul.tabs {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	}
.tabbed ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	}
.tabbed ul.tabs li a {
	width: auto;
	overflow: hidden;
	border: none;
	display: block;
	background: #8DBED7;
	margin: 0px 2px 0px 0px;
	padding: 10px 12px;
	}
.tabbed ul.tabs li a:hover {
	background: #B2DDF3;
	}
.tabbed ul.tabs li a.tab-current {
	background: #DFF2FB;
	}
.tabbed div {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	}
.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 { display: none; }
ul li a.current { color: #006699; }
div.v2, div.v3, div.v4, div.v5 { display: none; }
/* DA BIG FOOT */
#footer {
        clear: left;
        width: 925px;
        margin: 0 auto;
        }
#footer-fixed {
        background:url(images/content-bottom.gif) no-repeat left top;
        clear:both;
        height: 84px;
        width:925px;
        margin: 0pt;
        }
.footer-spacer {
        clear:both;
        background-color: #1C344D;
        height: 15px;
        width:925px;
        margin: 0pt;
        }
#main-footer {
        background:url(images/content-bottom.gif) no-repeat left bottom;
        float:left;
        height: 55px;
        width:925px;
        margin: 0pt;
        padding:20px 0pt 0pt;
        }
#main-footer p {
        float:left;
        font-size:10px;
        font-weight:400;
        margin:0pt;
        padding-left:20px;
        width:925px;
        }
#footer-lists {
        background:url(images/content-top.jpg) no-repeat left top;
        float:left;
        margin:0pt;
        padding-bottom:20px;
        padding-top:25px;
        position:relative;
        text-align:left;
        width:925px;
        }
#footer-lists h3 {
        float:left;
        width:288px;
        text-align:left;
        font-size:18px;
        font-weight:400;
        word-spacing:-1px;
        letter-spacing:-1px;
        border-bottom-width:1px;
        border-bottom-style:dotted;
        border-bottom-color:#CCCCCC;
        margin:0px 0px 8px;
        padding:4px 0pt;
        }
#footer-lists ul {
        float:left;
        width:288px;
        list-style-type:none;
        margin:0;
        padding:0;
        }
#footer-lists ul li {
        background:transparent url(images/dot.gif) no-repeat scroll 0pt 0px;
        font-size:12px;
        margin:0px 0px 5px;
        padding:0px 0px 0px 10px;
        }
#footer-lists ul li a:link,#footer-lists ul li a:visited {
        text-decoration:none;
        margin:0pt 2pt;
        font-weight:normal;
        }
.light {
        font-weight:400;
        color:#CCC;
        }
#footer-list-l {
        float:left;
        padding-left:10px;
        padding-right:10px;
        position:relative;
        width:288px;
        }
#footer-list-c {
        float:left;
        padding-left:10px;
        padding-right:10px;
        width:288px;
        }
#footer-list-r {
        float:right;
        padding-left:10px;
        padding-right:10px;
        width:288px;
        }
#nigthlybutton {
	height: 75px;
	width: 260px;
	background:transparent url(images/nightly.jpg) no-repeat scroll top center;
	}
#trunkbutton {
	height: 75px;
	width: 260px;
        margin-top:10px;
        margin-bottom:10px;
	background:transparent url(images/trunk.jpg) no-repeat scroll top center;
	}
.releasetitle {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	}
.releasedate {
	font-size: 10px;
	font-weight: bold;
	}
#downloadbutton {
        font-family:"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	margin-left:20px;
	width:auto;
	}
#nightlytext {
	margin:10px 0px 0px 10px;
	}
#trunktext {
	margin:10px 0px 0px 10px;
	}
.wp-polls-ul li {
        background:transparent url() !important;
        width:auto !important;
        }
.wp-polls-ul li input {
        width:auto !important;
        }

/* THE END? */