/* 
Theme Name: Quark 
Theme URI: http://quark.electronox.net/about_quark.php 
Description: Created for your pleasure. 
Author: Justin Ryder 
Author URI: http://www.jryder.org/ 
Version: 0.3.1 
The second coming... 
*/ 

body {
	font-family: Helvetica, Arial, Sans-serif;
	text-align: center;
	background: #4c4c4c url('http://quark.electronox.net/content/images/gradient.png') fixed repeat-x;
	color: #fff;
}
a {
	color: #38c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	width: 840px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}
#fixed {
	position: fixed;
	left: 4px;
	top: 20px;
}
#fixed ol {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#fixed li {
	padding: 2px 2px 2px 2px;
	margin: 0px;
	list-style: none;
	text-indent: 0px;
}
#topbox {
	width: 840px;
	margin: 0 auto;
	margin-bottom:  30px;
	height: 60px;
	font: hidden;
}
#topbox .left {
	float: left;
	display: inline;
}
#topbox .right {
	display: inline;
	float: right;
	margin-right: 7px;
}
#topbox h1 {
	display: none;
}
#topbox form {
	padding-top: 5px;
}
#link-back {
	text-align: left;
	padding: 2px 0 10px 2px;
	font: normal 18px serif;
	margin: 2px 0 10px 0;
}
#below-banner {
	width: 820px;
	margin: 0 auto;
	text-align: center;
}
#left-side {
	width: 600px;
	float: left;
	margin-top: 10px;
}
#news {
	text-align: left;
	width: 600px;
	margin-top: 0px;
	padding-top: 0px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #333333;
}
#news p {
	padding: 10px;
	font-size: 12px;
}
/*RANDOM PIX BLOCK*/
#gallery-random-block ul {
        display: inline;
	list-style: none;
}
#gallery-random-block li {
	display: inline;
	float: left;
	padding: 10px;
}
/*RIGHT SIDE SPECIFIC*/
#right-side {
        width: 190px;
        float: right;
	margin-top: 0px;
}
#sidebar {
	width: 190px;
	margin-left: 10px;
}
#login-state {
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-variant: small-caps;
}
#login-state a {
	color: white;
}
#login-state ul, #login-state li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#login-state .username {
        background: url('http://quark.electronox.net/content/images/tool-pencil.png') no-repeat 2px center;
	border: 1px solid #fff;
	text-indent: 10px;
}

#login-state .password {
	background: url('http://quark.electronox.net/content/images/tool-pencil.png') no-repeat 2px center;
	border: 1px solid #fff;
	text-indent: 10px;
}
/*
#latest-blog-comments {
	text-align: left;
	font: normal 12px sans-serif;
	color: #DCD9D1;
}

#latest-blog-comments ul, #latest-blog-comments li {
	list-style: none;
	text-indent: none;
	margin-left: 0px;
	padding-left: 0px;
}
#latest-blog-comments h2 {
	font-size: normal 12px sans-serif;
	color: #DCD9D1;
	text-align: center;
}	
*/
/*Recent Comments Module*/
#latest-blog-comments {
	width: 190px;
	font-size: 12px;
}
#latest-blog-comments h3 {
	font-size: 14px;
	font-weight: 900;
}
#latest-blog-comments ul, #latest-blog-comments li {
	padding: 5px 0 5px 0;
	margin: 0px;
	list-style: none;
	text-align: left;
}
#latest-blog-comments ul.comments {
	border-right: 2px solid #597951;
	border-top: 1px solid #4f6b4b;
	border-bottom: 2px solid #597951;
	border-left: 1px solid #4f6b4b;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
	background-color: #374b34;
}
#latest-blog-comments .comments h4 {
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
	text-align: center;
	font-size: 15px;
	color: white;
	border-bottom: 1px dashed #666666;
}
#latest-blog-comments .comments li {
	padding: 2px 2px 2px 5px;
	margin-bottom: 2px;
	color: #dcd9d1;
	font-weight: 800;
}
#latest-blog-comments .comments li:hover {
	background-color: #4e6949;
}
#latest-blog-comments .comments li:hover a {
	color: #b5ba3a;
	text-decoration: none;
}
#latest-blog-comments .comments li a {
        display: block;
        width: 100%;
}
#latest-blog-comments .comment-text {
	font-style: italic;
}
/*IE hack*/
html>body #latest-blog-comments .comments li a {
        width: auto;
}
#latest-blog-comments .comment-meta {
	color: white;
}
.hover-none a:hover{
	color: white;
}

/*FORUM MODULE FOR WORDPRESS CSS*/
#forum-posts-box {
	width: 190px;
	font-size: 12px;
}
#forum-posts-box h3 {
	font-size: 14px;
	font-weight: 900;
}
#forum-posts-box ul, #forum-posts-box li {
	padding: 5px 0 5px 0;
	margin: 0px;
	list-style: none;
	text-align: left;
}
#forum-posts-box ul.forum-posts {
	border-right: 2px solid #639ed5;
	border-top: 1px solid #354f61;
	border-bottom: 2px solid #639ed5;
	border-left: 1px solid #354f61;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
	background-color:#212E3A;
}
#forum-posts-box .forum-posts h4 {
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
	text-align: center;
	font-size: 15px;
	color: white;
	border-bottom: 1px dashed #666666;
}
#forum-posts-box #forum-private-posts h4 {
	color: red;
}
#forum-posts-box .forum-posts li {
	padding: 2px 2px 2px 5px;
	margin-bottom: 2px;
	color: white;
	font-weight: 800;
}
#forum-posts-box .forum-posts li a {
	display: block;
	width: 100%;
}
/*IE hack*/
html>body #forum-posts-box .forum-posts li a {
	width: auto;
}
#forum-posts-box .forum-posts li:hover {
	background-color: #375877;
}
#forum-posts-box .forum-posts li:hover a {
	color: #b5ba3a;
	text-decoration: none;
}
#forum-posts-box p.forum-meta {
	color: white;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	font-weight: 400;
	font-size: .9em;
}
/*QUARK WORDPRESS SPECIFIC FORMATTING*/
#wordpress-content {
	padding: 0 0 10px 0;
	margin: 0 0px 0px 0px;
}
#wordpress-content .post {
	padding-bottom: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
#wordpress-content p {
	padding-top: 0;
	margin-top: 0;
}
#wordpress-content h2.headline {
	font-size: 18px;
	font-weight: 700;
	color: #394E34;
	font: sans-serif;
	/*
	background-color: #B1C7CB;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	*/
	margin: 0 0 5px 15px;
}
#wordpress-content .date-author {
	font-size: 14px;
	font-weight: 900;
	color: #394E34;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 5px;
}
#wordpress-content .entry {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	/*background-color: #B1C7CB;*/
	color: #63875a;
	border-top: 1px #96b0b5 solid;
	/*border-left: 1px grey solid;
	border-right: 1px grey solid;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	*/
}
#wordpress-content .entry p {
	padding: 2px 50px 2px 6px;
	font: normal 14px serif;
	margin-bottom: 0px;
}
#wordpress-content .entry h2 {
	font: normal 20px serif;
}
#wordpress-content .entry img {
	border: 1px solid #dcd9d1;
	padding: 6px;
	margin: 8px 0 8px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#wordpress-content .postmetadata {
	margin: 0 15px 0 15px;
	padding-top: 3px;
	border-top: 1px #96b0b5 dotted;
	border-left: 1px #96b0b5 dotted;	
}
.postmetadata a {
	color: #990000;
}
#wordpress-content .page-links {
	padding-top:8px;
	text-align: right;
	margin-right: 15px;
}
/*WORDPRESS COMMENTS*/
#comments-box {
	padding-top: 3px;
	margin-top: 10px;
	text-align: left;
	background-color: #333333;
        border-top: 1px solid #666666;
        border-left: 1px solid #666666;
        border-right: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
}
#comments-box h3 {
	color: #990000;
	font-size: 20px;
	font-weight: 650;
	font-family: sans-serif;
	padding: 8px;
	border-bottom: 1px dotted #DCD9D1;
}
#comments-box ol {
	list-style: none;
	margin: 0 20px 0 20px;
	padding-left: 0px;
}
#comments-box li {
	list-style: none;
	border: 1px #333333 solid;
	border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
	padding: 10px;
}
#comments-box li.alt {
	background-color: #666666;
	border: 1px grey solid;
	-moz-border-radius: 8px;
	-webkit-border: 8px;
	border-top: 8px;
}
#comments-box p {
	margin: 15px;
}
#comments-box .commentmetadata {
	text-align: right;
	font-size: 12px;
}
/*END WORDPRESS COMMENTS*/ /*END wordpress-content*/ 

/*WORDPRESS CATEGORIES*/
#categories {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	font-weight: 700;
	font: sans-serif;
	width: 100%;
}
#categories a:hover {
	text-decoration: none;
}
#quark-home .not-currently-home {
	background-color: #DCD9D1;
	float: left;
	margin-top: 13px;
	margin-bottom: -1px;
	margin-left: 15px;
	padding: 6px 20px 0px 20px;
	border-top: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 2px white solid;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
#quark-home .not-currently-home a {
	color: #990000;
}
#quark-home .not-currently-home:hover {
	background-color: #333333;
	color: #38c;
	border-right: 2px solid #639ed5;
	border-top: 1px solid #354f61;
	border-left: 1px solid #354f61;
}
#quark-home .currently-home {
	background-color: #333333;
	float: left;
	margin-top: 13px;
	margin-bottom: -1px;
	margin-left: 15px;
	padding: 6px 20px 0px 20px;
	border-top: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 2px white solid;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
#quark-home .currently-home a {
	color: #ffffff;
}
#quark-home .currently-home a:hover {
	color: #DCD9D1;
}
#categories ul {
	display: inline;
	float: right;
	margin-right: 10px;
	margin-bottom: 3px;
}
#categories ul li {
	display: inline;
}
#categories ul li:after {
	
/*content: " | ";*/
}
		
#categories ul li:last-child:after {
	/*content: "";*/
}
#categories ul a {
	font-size: 14px;
	color: #990000;
}
#categories li {
	background-color: #DCD9D1;
	padding: 4px 4px 4px 6px;
	border-top: 1px grey solid;
	border-left: 1px grey solid;
	border-right: 2px white solid;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
#categories li.current-cat {
	background-color: #333333;
	padding-top: 7px;
	padding-bottom: 5px; /*erases top border of div below*/
	padding-left: 7px;
	padding-right: 5px;
}
#categories li.current-cat a {
	color: white;
	background-color: #333333;
	font-weight: 900;
}
#categories li:hover {
	background-color: #212E3A;
	color: #38c;
	border-right: 2px solid #639ed5;
	border-top: 1px solid #354f61;
	border-left: 1px solid #354f61;
}
#categories li:hover a {
	color: #38c;
}
#categories li.current-cat:hover {
	background-color: #333333;
}
#categories li.current-cat:hover a {
	color: white;
}
/*END WORDPRESS CATEGORIES*/
label {
	cursor: pointer;
}
.submit input, .submit input:focus, .button {
	background: #4c4c4c url('http://quark.electronox.net/content/images/fade-butt.png') repeat-x;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.1em;
}
.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}
.smlink {
	text-align: right;
	padding: 0 13px 3px 0;
	font-weight: bold;
	font-size: smaller;
}
#footer {
	text-align: center;
	padding-top: 8px;
	margin: 0 auto;
	font-size: .7em;
	width: 600px;
	color: #999;
	line-height: 1.8em;
}
img {
	border: none;
	text-decoration: none;
}
.alignleft {
        float: left;
}
.alignright {
        float: right;
}

/*FORMS*/

.search form {

}
.search textarea, input, select {
        background-color: #4c4c4c;
        border: 1px solid #b2b2b2;
        color: #000;
        font: 13px Helvetica, Verdana, Arial, sans-serif;
        margin: 1px;
        margin-bottom: 5px;
        padding: 3px;
}
.search input:focus, textarea:focus, label:focus {
        background-color: #fff;
        border: 1px solid #fff;
}
.search .submit {
        cursor: pointer;
}
.search input, .search input:focus {
        border: 3px double #999;
        border-left-color: #ccc;
        border-top-color: #ccc;
        color:  #DCD9D1;
        padding: 0.1em;
}
.search input:active{
        background-color: #f4f4f4;
        border: 3px double #ccc;
        border-left-color: #999;
        border-top-color: #999;
}

.search input:hover{
        color: #333333;
        background-color: #DCD9D1;
	border: 3px double #ccc;
        border-left-color: #999;
        border-top-color: #999;
}

.search .input {
	background: url('http://quark.electronox.net/content/images/icon_textbox_search.gif') no-repeat 2px 2px;
	text-indent: 17px;
}


