/*
Theme Name: 3.0
Theme URI: http://www.flx.me
Description: Heavily modified by FLX. Original called GrungeEra, ported by <a href="http://wpport.com">WPPORT</a>
Version: 1.0
Author: WPPORT
Author URI: http://www.flx.me
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.clear {clear: both;}

/* IE6 PNG FIX */
img, div { behavior: url(/wp-content/themes/3.0/js/iepngfix.htc) }

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #333; 	
	background: #0f0401 url(images/background.jpg) no-repeat center top; 	
	text-align: center;
}
/* Links */
a:link, a:visited { 
	text-decoration: none;
	color: #9c1d53;	
}
a:hover {
	border-bottom: 1px dotted #AE855C;	
}
a.more-link {
    margin-top: 20px;	
	padding-bottom: 2px;
	font-weight: bold;	
	border-bottom: 1px dotted #AE855C;	
}
a:hover.more-link {
	text-decoration: none;
}

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #333;
	margin: 10px 25px 5px 25px;	 
}
h1 { font-size: 3.3em; letter-spacing: -2.0px; }
h2 { font-size: 2.8em; font-weight: normal; color: #4A2907; text-shadow: 0px 1px 2px #B68735; text-align: center; }
h3 { font-size: 2.0em; letter-spacing: -1.0px; color: #4E2B14; border-bottom: 1px solid #D2BAA2; padding-bottom: 5px; margin-top: 12px; } 
/* Lists */
ul, ol {
	margin: 12px 30px;
	padding: 0 25px;
}
ul { list-style: square; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #22312F;
}
dd {
  padding-left: 20px; 
}

p { padding: 3px 25px 0 25px; margin: 0; }
dl { padding: 12px 25px; }

code {
  	margin: 15px 0 0 0;
  	padding: 200px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #DDC3A5;
	background: #F0E5D3;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 12px 25px;
 	padding: 12px 15px 12px 55px;  
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #2C2E3E;	
	border: 1px solid #DDC3A5;
	background: #F0E5D3 url(images/quote.gif) no-repeat 15px 15px;
}
strong { font-weight: bold; }

/* start - table */
table {
	border-collapse: collapse;
	margin: 20px 25px;		
}
tr { background: #F4EFEA; }
tr.altrow { background: #F7F3E9;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #273838;
	background: #9EBCBC;
	padding: .8em 1em;	
  	border-color: #94B3B6 #8AACAF #689195 #8AACAF;	
}
td {
	border-color: #E7DED3;	
	padding: .7em 1em;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 25px; 
	padding: 15px 25px 25px 25px; 
	border: 1px solid #DDC3A5;
	background: #EBDCCB;	
}
form p {
	border-bottom: 1px solid #E2CBB2;
	padding: 12px 0 5px 0;	
	margin: 0;	
	color: #4D3628;
}
label {
	font-weight: bold;
	color: #354C49;
}
input, select, textarea {
	margin: 5px 0;
	padding: 8px 7px;
	color: #989898;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #8A5D2F;
	background: #FFFFD9;
}
#name, #email, #url, #message, #website {
	width: 550px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #4D8796;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #629EAE #38616C #38616C #629EAE;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 700px;
	margin: 0 auto;	
	text-align: left;			
}

.wp-syntax {
	width: 100px;	
}


/*  logo  */

.logo {
  padding: 8px 0 10px 0;
  margin: 0 auto;	
  text-align: center;
}

.logo img {
	background: none;
	border: none;
}

/* header */

#post-header {
  padding: 0 auto;	
  text-align: center;
}

#header {
	position: relative;
	height: 160px;	
	margin: 0; padding: 0;	
}
#header h1#logo-text { 
	position: absolute;
	width: 100%;
	margin: 0; padding: 0; 	
	text-align: center; 	
	left: 0;	top: 5px;
}
#header h1#logo-text a {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: bold;
	font-size: 70px;
	font-style: italic;
	line-height: 1.5em;
	letter-spacing: -6px;
	color: #197d8b;
	text-decoration: none;	
}
#header h1#logo-text a:hover { border: none; }
#header p#intro {
	position: absolute;
	width: 100%;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	letter-spacing: -0.5px;
	color: #b6d99b;
	text-align: center; 			
	left: 0;	top: 104px;
}

/* Fancy Menu */

#menu-nav {
	position: relative;
	float: left;
	height: 33px;
	width: 700px;
	padding: 5px 0 1px 0;
	overflow: hidden;
	border-top: 1px solid #1A0E06;
	border-bottom: 1px solid #1A0E06;
}


#menu-nav  ul{
	padding: 0 4px;
	margin: 0;	
	margin-left: 50px;
}

/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#menu-nav  ul li{
	float: left;
	list-style: none;
}

#menu-nav  ul li a, #menu-nav  ul li span {
	/*text-indent: -500em;*/
	color: #FEE4CE;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 14px 9px 14px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#menu-nav  li.background {
	background: url('images/bg_menu_right.png') no-repeat top right !important;
	background: url('images/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#menu-nav  .background .left {
	background: url('images/bg_menu.png') no-repeat top left !important;
	background: url('images/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

/* contents */
#content-outer {
	float: left;
	width: 700px;
	margin: 0; padding: 0;
	background: #eadacb url(images/content.jpg) repeat-y;		
}
#content-wrap {
	float: left;
	width: 700px;
	background: url(images/content-top.jpg) no-repeat;
	padding: 26px 0;			
}
.content {
	float:left;
	width:670px;
	margin-left: 15px;	
	display: inline;
}

#content-wrap h2 {
	font: bold 3.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #2C2E3E;	
	letter-spacing: -2.0px;			 
}
#content-wrap h2 a {
	color: #222331;
	border: none; 
}

/* columns */
.columns {
	clear: both;
	width: 670px;	
}
.col {
	float: left;
	width: 50%;	
}

/* footer */
#footer-outer {
	float: left;
	width: 700px;	
	margin: 0; padding: 0;
	background: #CFC5B9 url(images/footer.jpg) repeat-y;		
}
#footer-wrap {		
	float: left;
	width: 700px;		
	margin: 0; padding: 15px 0 55px 0;					
	background: url(images/footer-bottom.jpg) no-repeat 0 100%;		
}
#footer-wrap h3 {
	color: #443C31;
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	border: none;	
}
#footer-wrap img {
	border: 1px solid #C1C1AF;
}

/* footer-list */
#footer-wrap .footer-list ul {
	list-style: none;
	padding: 0;	
	margin: 10px 25px 5px 25px;	
	background: url(images/footer-sep.gif) no-repeat center top;
}
#footer-wrap .footer-list ul li {
	background: url(images/footer-sep.gif) no-repeat center bottom;
}
#footer-wrap .footer-list ul li a {
	display: block;
	width: 98%;
	line-height: 2.1em; 
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #694545;
	border: none;
}
#footer-wrap .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .9em;
}
#footer-wrap .footer-list ul li a:hover,
#footer-wrap .footer-list ul li a:hover span {
	color: #333;	
}

/* search form */
#footer-wrap form#quick-search {
	padding: 0; 
	margin: 10px 0 15px 25px;
	width: 285px; 
	height: 33px;
	background: #EEE8E0;
	border: 1px solid #CACABB;
}
#footer-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#footer-wrap form#quick-search input {
	border: none;
	background: transparent;
	color: #806D5B;
	float: left;
	margin: 0; padding: 5px;
}
#footer-wrap form#quick-search .tbox {
	margin: 6px 0 0 5px; 
	width: 235px;	
	display: inline;		
}
#footer-wrap #search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#footer-wrap form#quick-search label {
	display: none;
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	width: 700px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	background: #0F0401;
	text-align: center;
}

/* post */
.divider {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 40px;
}
.post {
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.post-info {
	text-align: center;
	margin-bottom: 15px;
}
.moretext {
margin-top:20px;
text-align: center;
}
.post .postmeta {	
	padding: 8px 10px; margin: 10px 25px 20px 25px;	
	border: 1px solid #DFC3A4;
	background: #EADBC1;	
}
.post .postmeta a { background: transparent; }
.post .postmeta a:hover { border: none; }
.post .postmeta a.comments { margin: 0 10px 0 5px;	}
.post .postmeta a.readmore { margin: 0 10px 0 5px;	}
.post .postmeta .date{ margin: 0 10px 0 5px;	}

.post .post-info { font-size: .95em; padding-top: 0; color: #684018; }
.post .post-info a, .post-info a:visited { color: #003332; border: none; }

/* comments list */
ol.commentlist {
	margin: 15px 25px;
	padding: 0;
	border-style: solid;	
	border-color: #DDC3A5;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 15px 15px;
	list-style: none;
	border-bottom: 1px solid #E5D0BA; 
	background: #F1EAD6;	
}
.commentlist p {
	margin: 0;
	padding: 0;	
}
.commentlist li cite {
	background: #E5D0BA;
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;
	margin-bottom: 10px;
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
	border: 1px solid #E7CFCF;
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li .comment-text p{
	padding-left: 12px;
}
.commentlist li.alt {
	background: #EEE1D5;
}

/* admin comment */
#comment-author {
	background: #effbd1;
}

/* thumbnails */
p.thumbs{ padding: 10px 0 0 20px; }
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #ddd;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.copyright { color: #694545; font-size: .9em }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/*post align*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

#posts-navigation {text-align:center;}

/* XBMScript accordion*/
.toggler  { cursor:pointer; font-weight:bold; color:#443C31; margin: 0 0 5px 0; padding:5px 5px 5px 25px; font-size:16px; font-family:Arial, sans-serif; }
.toggler:hover	 { background-color:#EBDCCB; }
.element	 { padding:0 5px; }	
#accordion {margin-top:10px;}

/* Konami */
.key {
	padding: 20px 5px 5px 5px ;
	border: 1px solid #DDC3A5;
	background: #F0E5D3;
	font-size: 10px;
}

.key.highlighted {
	background: #DDC3A5;
}

#try {
	margin-top: 45px;
	text-align: center;
}

.code {
	font-family: "Courier New", Courier, mono;
	color: #586f8c;
}

#hidekon {
display: none;
}

/* Audio Player */
.ssg-gplayer{
	background:#EEE1D5;
	border:1px solid #E5D0BA;
	margin-left: 22px;		
	padding: 2px 2px 0 2px;
				
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;

}

.ssg-gplayer .title{
	font-size:11px !important;
	text-align: center;
	margin:4px 3px 6px !Important;
	font-family:Verdana, Arial, Helvetica, sans-serif !Important;
	letter-spacing:normal !Important;
	background-color: #E5D0BA;
	padding:4px 5px 3px;
	display:block;
	color:#333333;
	border:1px solid #E5D0BA;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:18px;
	overflow:hidden;
}

div.wpcf7  textarea,input{
	width: 552px;
}

/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(/wp-content/themes/3.0/images/milkbox/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(/wp-content/themes/3.0/images/milkbox/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(/wp-content/themes/3.0/images/milkbox/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(/wp-content/themes/3.0/images/milkbox/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(/wp-content/themes/3.0/images/milkbox/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

