/*
THEME NAME: WerkkreW Funk
THEME URI: http://www.werkkrew.com/design/
DESCRIPTION: A theme developed by Bryan Chain, designed by Jin Yang.  Goal was to be as unique as possible while still keeping usable.
VERSION: 1.0
AUTHOR: Bryan Chain
AUTHOR URI: http://www.werkkrew.com/
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/******************************/
/*        Global Styles       */
/******************************/

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
	font-family: Verdana, "Lucida Sans", Arial, Georgia;
	font-size: 12px;
}

body {
	background: #edbb33 url(images/bg-grad.png) repeat-x fixed bottom left;
}

body.static {
	background: #edbb33 url(images/bg.png) repeat-x fixed bottom left;
}

strong, em, b, i {
    font-family: Verdana, "Lucida Sans", Arial, Georgia;
}

h1, h2, h3, h4, h5, h6, address {
    font-family: Verdana, "Lucida Sans", Arial, Georgia;
}

:focus {
	outline: 0;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #f00;
}

a:hover {
	text-decoration: underline;
	color: #1c1c1c;
}

a:active {

}

a:visited {
	text-decoration: underline;
	color: #1c1c1c;
}


/******************************/
/*         Main Layout        */
/******************************/


div#wrapper {
}

div#header {
	position: relative;
}

div#header div#blog-title {
	display: none;
}

div#header div#menu {
	float: left;
	width: 200px;
	padding: 3px 0 5px 0;
}

div#header div#sub-menu {
	float: left;
	width: 170px;
	padding-left: 20px;
}

div#header div#header-widgets {
	margin-left: 450px; 
}

div#main {
}

div#main div#left-col1-widgets {
	position: absolute;
	width: 200px;
	left: 0;	
	text-align: right;
	padding-top: 25px;
	z-index: 20;
}

div#main div#left-col2-widgets {
	position: absolute;
	width: 170px;		
	left: 200px;
	padding-top: 200px;
	padding-left: 20px;
	z-index: 20;
}

div#main div#content {
	position: relative; 
	right: 0; 
	margin-left: 450px;
	padding-top: 25px;
	z-index: 20;
	padding-bottom: 50px;
}

div#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 30;
}

div#footer div#logo {
	position: absolute;
	top: -260px;
	background: url(images/logo.png) bottom left no-repeat;
	height: 260px;
	width: 420px;
	z-index: 10;
}

div#footer div#logo.up {
	background: url(images/logo-up.png) bottom left no-repeat;
	height: 35px;
	top: -35px;
}

div#footer div#logo.small {
	background: url(images/logo-small.png) bottom left no-repeat;
	height: 35px;
	top: -35px;
}

div#footer div#footer-bar {
	position: relative;
	height: 24px;
	background-color: #000;
	color: #fff;
	z-index: 30;
}

div#footer div#footer-widgets {
	position: relative;
	height: 180px;
	background-color: #ccc;
	display: none;
	z-index: 30;
}

/* END Main Layout */

/*********************************************/
/* List and Link Styles for Widgetized Areas */
/*********************************************/

h3.widget-title a {
	text-decoration: none;
	color: #fff;
}

h3.widget-title a:hover {
	color: #fff;
}

h3.widget-title a:visited {
	color: #fff;
	text-decoration: none;
}

/* Header Elements */

/* Top Menu */
div#header div#menu li {
	list-style: none;
	text-align: right;
	line-height: 0.75;
}

div#header div#menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
}

div#header div#menu li a:hover {
	color: #000;
}

div#header div#menu li a:active {
	color: #000;
}
/* END Top Menu */

/* Sub Menu */
div#header div#sub-menu h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 14px;
	font-weight: bold;	
	color: #fff;
	padding: 5px 0 8px 0;
}

div#header div#sub-menu li {
	list-style: none;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
}

div#header div#sub-menu li a {
	text-decoration: none;
	color: #000;
}

div#header div#sub-menu li a:hover {
	color: #fff;
}

div#header div#sub-menu li a:active {
	color: #fff;
}
/* END Sub Menu */

/* Header Widgets */

div#header div#header-widgets h3.widget-title {
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 14px;
	font-weight: bold;	
	color: #fff;
	padding: 5px 0 8px 0;
}

div#header div#header-widgets li {
	list-style: none;
}

div#header div#header-widgets li.widget-container ul li {
	/*text-transform: uppercase;*/
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
}

div#header div#header-widgets li.widget-container ul li a {
	text-decoration: none;
	color: #000;
}

div#header div#header-widgets li.widget-container ul li a:hover {
	color: #fff;
}

div#header div#header-widgets li.widget-container ul li a:active {
	color: #fff;
}


/* END Header Widgets */

/* END Header Elements */


/* Sidebar Elements */

/* Left Column 1 Widgets */

div#main div#left-col1-widgets h3.widget-title {
	text-align: right;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;	
	color: #fff;
}

div#main div#left-col1-widgets li {
	list-style: none;
}

div#main div#left-col1-widgets li.widget-container ul {
	padding-top: 5px;
}

div#main div#left-col1-widgets li.widget-container ul li {
	/*text-transform: uppercase;*/
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
}

div#main div#left-col1-widgets li.widget-container ul li a {
	text-decoration: none;
	color: #000;
}

div#main div#left-col1-widgets li.widget-container ul li a:hover {
	color: #fff;
}

div#main div#left-col1-widgets li.widget-container ul li a:active {
	color: #fff;
}

/* END Left Column 1 Widgets */

/* Left Column 2 Widgets */

div#main div#left-col2-widgets h3.widget-title {
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;	
	color: #fff;
}

div#main div#left-col2-widgets li {
	list-style: none;
}

div#main div#left-col2-widgets li.widget-container ul {
	padding-top: 5px;
}

div#main div#left-col2-widgets li.widget-container ul li {
	/*text-transform: uppercase;*/
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	color: #000;
}

div#main div#left-col2-widgets li.widget-container ul li a {
	text-decoration: none;
	color: #000;
}

div#main div#left-col2-widgets li.widget-container ul li a:hover {
	color: #fff;
}

div#main div#left-col2-widgets li.widget-container ul li a:active {
	color: #fff;
}

/* END Left Column 2 Widgets */

/* END Sidebar Elements */

/* Footer Widgets */
/* These exist inside the hidden section of the footer */

div#footer div#footer-widgets h3 {
	text-transform: uppercase;
	font-size: 20px;
}

div#footer div#footer-widgets div#footer-nav {
	position: relative;
	float: left;
	width: 220px;
	height: 180px;
	padding-right: 20px;
	background-color: #fff;
	border-right: 2px solid black;
}

div#footer div#footer-widgets div#footer-nav li {
	list-style: none;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid black;
}

div#footer div#footer-widgets div#footer-nav li a {
	text-decoration: none;
	color: #000;
}

div#footer div#footer-widgets div#footer-nav li a:hover {
	text-decoration: none;
	color: #ccc;
}

div#footer div#footer-widgets div#footer-nav li a.active {
	text-decoration: none;
	color: #ccc;
}

div#blog, div#author, div#other {
	position: relative;
	float: left;
	padding-left: 20px;
}

div#blog h3.widget-title, div#author h3.widget-title, div#other h3.widget-title  {
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;	
	color: #fff;
}

div#blog li, div#author li, div#other li {
	list-style: none;
}

div#blog li.widget-container, div#author li.widget-container, div#other li.widget-container{
	float: left;
	margin-right: 20px;
}

div#blog li.widget-container ul li, div#author li.widget-container ul li, div#other li.widget-container ul li {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	color: #000;
}

div#blog li.widget-container ul li a, div#author li.widget-container ul li a, div#other li.widget-container ul li a  {
	text-decoration: none;
	color: #000;
}

div#blog li.widget-container ul li a:hover, div#author li.widget-container ul li a:hover, div#other li.widget-container ul li a:hover  {
	color: #fff;
}

div#blog li.widget-container ul li a:active, div#author li.widget-container ul li a:active , div#other li.widget-container ul li a:active {
	color: #fff;
}

div.textwidget {
	margin-top: 3px;
}

div.textwidget a img{
	vertical-align:middle;
	border:0;
	margin-right:5px;
}

div#author li.widget-container div.textwidget ul li {
	padding-top: 2px;
}

/* END Footer Widgets */

/* END List and Link Styles */

/*********************************************/
/*              Footer Styles                */
/*********************************************/

div#footer div#footer-bar a span {
	position: absolute;
	text-indent: -9000px;
}

/* Strictly set to not display unless javascript changes this value */
div#footer-link {
	display: none;
}

div#footer div#logo span{
	display: block;
	position: absolute;
	bottom: 0;
	right: 5px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 0.8;
	text-transform: uppercase;
}

div#footer div#footer-bar div#footer-link a {
	display: block;
	float: left;
	background-image: url(images/toggle-icon.png);
	width: 70px;
	height: 24px;
}

div#footer div#footer-bar span.left {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 4px;	
}

div#footer div#footer-bar span.right {
	float: right;	
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 4px;
}

div#footer div#footer-bar div#footer-feed  a {
	display: block;
	float: right;	
	height: 24px;
	width: 70px;
	background-image: url(images/feed-icon.png);
}

div#footer div#footer-bar div#footer-mail a {
	display: block;
	float: right;
	height: 24px;
	width: 70px;
	background-image: url(images/mail-icon.png);
}

/* END Footer Styles */

/*********************************************/
/*               Post Styles                 */
/*********************************************/

div#content div.newest-entry {
}

div#content div.entry, div#content div.entry-extra {
	padding-top: 50px;
}

div#content div.entry-extra {
	display: none;
}

div#content div.newest-entry h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 0.75;
	color: #000;	
}

div#content div.newest-entry h2 a {
	text-decoration: none;	
	color: #000;
}

div#content div.newest-entry h2 a:hover {
	text-decoration: none;	
	color: #fff;
}


div#content div.entry h2, div#content div.entry-extra h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 0.75;
	color: #fff;
}

div#content div.entry h2 a, div#content div.entry-extra h2 a{
	text-decoration: none;	
	color: #fff;
}

div#content div.entry h2 a:hover , div#content div.entry-extra h2 a:hover {
	text-decoration: none;	
	color: #000;
}

div#content div.entry-content {
	background-color: #fff;
	text-align: justify;
	padding: 5px;
}

div#content div.entry-meta {
	padding: 1px;
	background-color: #000;
	float: right;
}

div#content div.entry-meta span.meta-date {
	display: block;
	float: left;
	color: #fff;
}

div#content div.entry-meta span.meta-comment {
	display: block;
	float: left;
	color: #fff;
	padding: 0 0 0 5px;
}

div#content div.entry-meta span.meta-comment a {
	text-decoration: none;
	color: #fff;
}

div#content div.entry-meta span.meta-readmore {
	display: block;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}

div#content div.entry-meta span.meta-readmore a {
	text-decoration: none;
	color: #f00;
}

div#content div.entry-meta span.meta-readmore a:hover {
	color: #fff;
}

/* END Post Styles */

/**********************************************/
/*              Page and Single View          */
/**********************************************/

div#page {
	position: relative;
	max-width: 670px;
	padding-bottom: 30px;
}

div#page h1, div#page-wide h1{
	text-align: left;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 0.75;
	color: #fff;	
}

div#page div.page-content {
	position: relative;
	background-color: #fff;
	padding: 5px 15px 5px 15px;
	margin-right: 20px;
}

div#page div.page-content p {
	color: #1c1c1c;
	margin: 10px 0 10px 5px;
	line-height: 1.3;
}

div#page div.page-content h2 {
	color: #1c1c1c;
	text-transform: uppercase;
	font-size: 16px;	
	margin-bottom: 10px;
}

div#page div.page-content h3 {
	color: #1c1c1c;
	text-transform: uppercase;
	font-size: 14px;	
	margin-bottom: 10px;
}

div#page div.page-content blockquote {
	border-left : 3px solid #ccc;
	background-color: #eee;
	padding: 10px;
	margin: 20px;
	font-style: italic;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.1px;
}

div#page div.page-content code {
	border-left : 3px solid #ccc;
	background-color: #eee;
	padding: 10px;
	margin: 20px;
	font-size: 12px;
	line-height: 1.1px;
}

div#page div.page-content blockquote a {
	font-weight: normal;	
}

div#page div.page-content ul, div#page div.page-content ol {
	margin-left: 20px;
	padding-left: 20px;	
}

div#page div.page-content div.wp-caption {
	border: 1px solid #999;
	background-color: #ccc;	
	text-align: center;
	padding: 3px 0 3px 0;
}

div#page div.page-content div.alignleft {
	float: left;
	margin-right: 5px;
}

div#page div.page-content div.aligncenter {
	text-align: center;
	margin: 5px auto 10px auto;	
}

div#page div.page-content .aligncenter {
	text-align: center;
	display: block;
	margin: 5px auto 10px auto;
}

div#page div.page-content div.alignright {
	float: right;
	margin-left: 5px;
}

div#page div.page-content div.wp-caption p.wp-caption-text {
	color: #666;
	font-size: 10px;
	margin: 5px 0 0 0;
	line-height: 1.0;
}

div#page div.page-content div.page-meta {
	width: 100%;
	height: 15px;
	margin-bottom: 10px;
	margin-top: -5px;
}

div#page div.page-content div.page-meta span.entry-date {
	text-transform: uppercase;
	float: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 0.70;
}

div#page div.edit-link {
	position: relative;
	padding: 5px;
	height: 15px;
	margin-right: 20px;
	background-color: #fff;
	text-align: center;
}

div#page div.page-nav {
	position: relative;
	padding: 5px;
	height: 15px;
	margin-right: 20px;
	background-color: #fff;
}

div#page div.page-nav div.previous {
	float: left;
}

div#page div.page-nav div.next {
	float: right;
}

div#page div.page-utility {
	position: relative;
	background-color: #eee;
	padding: 5px;
	height: 15px;
	margin-right: 20px;
}

div#page div.page-utility div.categories {
	float: left;
}

div#page div.page-utility div.sociable {
	float: right;
	margin: 0;
}

/*  Comment Styles */

div#page div.comment-head {
	position: relative;
	height: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
}

div#page div.comment-head span.comments {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 0.75;
}

div#page div.comment-head span.trackbacks {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 0.75;
}

div#page div.comment-head a {
	color: #fff;	
}

div#page div.comment-head a:hover {
	text-decoration: none;
	color: #000;
}

div#page div#comments {
	padding: 15px 0 15px 0;
	margin-right: 20px;
}

div#page div#comments ol {
	list-style: none;
}

div#page div#comments li {
	position: relative;
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 25px 15px 10px 15px;
}

div#page div#comments p {
	margin: 10px 0 10px 5px;
	line-height: 1.3;
}

div#page div#comments li.comment {
	background-color: #eee;
}

div#page div#comments div.comment-meta {
	position: absolute;
	left: -15px;
	top: -10px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	background-color: #000;
	color: #bbb;
}

div#page div#comments div.author-comment{
	background-color: #f00;
	color: #fff;
}

div#page div#comments div.comment-meta span {
	font-size: 13px;
}

div#page div#comments div.comment-meta span a {
	color: #bbb;
	font-weight: bold;
	text-decoration: none;
}

div#page div#comments div.comment-meta span a:hover {
	color: #fff;
	text-decoration: underline;
}

div#page div#comments div.comment-meta span a:visited {
	text-decoration: underline;
}

div#page div#comments div.author-comment span a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#page div#comments div.author-comment span a:hover {
	color: #000;
	text-decoration: underline;
}

div#page div#comments div.trackback-meta {
	position: absolute;
	right: -15px;
	top: -10px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	background-color: #000;
	color: #bbb;
}

div#page div#comments div.trackback-meta span {
	font-size: 13px;
}

div#page div#comments div#respond {
	padding: 15px;
	background-color: #ddd;
}

div#page div#comments div#respond  h3{
	text-transform: uppercase;
	font-size: 14px;	
	margin-bottom: 10px;
}

/* END Comment Styles */

/* Archive and Search Results Styles */

#archive-nav {
	clear: both;
	margin-top: 50px;
	padding: 1px;
	background-color: #000;
	float: right;
}

#archive-nav a , #archive-nav a:active, #archive-nav a:visited {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#archive-nav a:hover {
	color: #f00;
}

#archive-nav .previous {
	float: left;
}

#archive-nav .next {
	float: right;
}
/* END Archive and Search Styles */

/* END Page and Single View */

/*********************************************/
/*               Form Styles                 */
/*********************************************/

/* Main Search Box */

fieldset {
	border: none;
	padding-bottom: 30px;
}

fieldset h3 {
	text-align: right;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 18px;
	font-weight: bold;	
	color: #000;
}

form#search {	
}

form#search .search-txt {
	font-size: 18px;
	font-weight: bold;
	border-style:none;
	width:200px;
	display: block;
	float: left;
	text-align: right;
}

form#search .search-button {
	font-size: 14px;
	color: #f00;
	background-color: #000;
	border: none;
	display: block;
	float: right;
	width:30px;
	padding: 3px;
}

/* END Main Search Box */

/* Comments Form */

div.form-section {
	margin-top: 10px;
}

div.form-section div.form-label {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 0.8;
}

div.form-section div.form-input input {
	border-style: none;
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

div.form-section div.form-textarea textarea {
	border-style: none;
	width: 80%;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

div.form-submit input {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #f00;
	background-color: #000;
	border: none;
	width:60px;
	padding: 3px;
}

/* END Comments Form */
/* END Form Styles */

