/* ----------------------------------------------
Template Name : UrbanArtist : Template Code : S-0025
Version : 1.0 : Author : Erwin Aligam
Author URI : http://www.styleshout.com/       
Last Date Modified : June 30, 2008
Modified by verkstad: 2011, 2012
 ------------------------------------------------ */
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html { 
background: #303030 url(big.gif) repeat-x;
height:100%;
}

body {
height:100%;
width: 100%;
font: /*11px/165%*/ 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
color: #5E5E5E;
margin: 0;
padding: 0;
display: table;
text-align: center;
}

/* Links */
a, a:visited {
text-decoration: none;
color: #BEBEBE;
}
a:hover {
color: #fff;
}

/* headers */
h1, h2, h3 {
font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
color: #658F64;
}
h1 {
font-size: 3.1em;
letter-spacing: -2px;
padding: 15px 10px 5px 10px;
}
h2 {
font-size: 2em;
color: #AD3D42;
padding: 10px 10px 5px 0px;
}
h3 {
font-size: 1.7em;
font-weight: normal;
padding: 10px 10px 0px 0px;
}

h9 {
font-size: 1.5em;
font-weight: bold;
color: #4b7b5e;
padding: 20px 10px 0px 0px;
text-align: left;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
margin: 10px 20px;
padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #FAFAFA;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
background: #1B1B1B;
border: none;
padding: none;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  /* white-space: pre; */
  background: #070707;
border: 1px solid #111;   
}
acronym {
cursor: help;
border-bottom: 1px dotted #5B5B5B;
}
blockquote {
margin: 15px 10px;
padding: 10px 10px 10px 35px;  
background: #070707 url(quote.gif) no-repeat 10px 10px;
border: 1px solid #111; 
font-weight: normal;
font-size: 17px;
line-height: 1.6em;
font-style: italic;
font-family: Georgia, 'Times New Roman', Times, serif;
color: #808080;
}

/* start - table */
table {
margin: 15px 10px; 
border-collapse: collapse;
}
th {
background: #000;
color: #FAFAFA;
height: 38px;
padding-left: 12px;
padding-right: 12px;
text-align: left;
border-left: 1px solid #211E20;
border-right: 1px solid #211E20;
border-bottom: 1px solid #211E20; 
border-top: 1px solid #48780E;
}
tr {
color: #5b5b5b;
height: 34px;
}
td {
padding-left: 12px;
padding-right: 12px;
border: 1px solid #111;
background: #070707; 
}
/* end - table */


/* form elements */
form {
margin: 0px 0px; 
padding: 0px 0px 0px 0px; 
background: #070707; 
border: 1px solid #111;
}
form p {
border-bottom: 1px solid #101010;
padding: 0px 0 0px 0;margin: 0;
}
label {
font-weight: bold;
color: #FAFAFA;
}
input, select, textarea {
margin: 5px 0;
padding: 0px;
font: normal 1em Verdana, Tahoma, sans-serif;
color: #000000;
background: #c4c4c4;  
border: 0px;
}
option { padding-right: 0.5em; } 

#name, #email, #message{
width: 480px;
}
input.button { 
font: bold 12px Arial, Verdana, Sans-serif; 
height: 30px;
padding: 2px 3px; 
margin-top: 8px;
color: #48780E;
background: #000;
border-width: 1px;
  border-style: solid;
  border-color: #1B1B1B;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
width: 950px;
margin: 0 auto;
text-align: left;
background: #000000;
min-height: 100%;
}
#content-wrap {
clear: both;
width: 950px;
float: left;
padding-top: 0px;
/*--background: url(midline.gif) repeat-y 600px 0;--*/
background: #000000;
border-top: none;
border-bottom: 1px solid #121212;

overflow:auto;
padding-bottom: 106px;  /* must be same height as the footer */

}
#header {
position: relative;
width: 950px;
height: 150px;
margin: 0;
padding: 0;
}
#header h1#logo-text a {
position: absolute;
margin: 0; padding: 0;
font: bold 65px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
letter-spacing: -1.5px;
color: #F8F8F8;
text-decoration: none;
text-transform: none;

/* change the values of top and left to adjust the position of the logo*/
top: 125px; left: 25px;
}

#header h1#logo-text a:hover {
background: none;border: none;
}
#header p#intro {
position: absolute;
margin: 0;
padding: 0;
font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 1.5em;
font-style: normal;
text-transform: none;
color: #6D7D2D;
width: 400px;
/* change the values of top and left to adjust the position */
top: 211px;
left: 30px;
}

/*  Navigation  */
#nav {
position: absolute;
margin: 0;
padding: 0;
height: 50px;
left: 300px;
top: 45px;
width: 654px;
}
#nav ul {
float: left;
list-style: none;
height: 50px;
margin: 0 0 0 5px; padding: 0;
display: inline;
}
#nav ul li {
display: inline;
margin: 0; padding: 0;
}
#nav ul li a {
float: left;
margin: 0;padding: 0 12px;
font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
text-decoration: none;
color: #ad3d42;
text-transform: uppercase;
}
#nav ul li a:hover, 
#nav ul li a:active {
color: #3e7aad;
background: none;
border: none;
}
#nav ul li#current a {
color: #ada83d;
}

/* Main Column */
#main {
float: left;
width: 600px;
padding-left:10px;
margin: 0 0 0 10px;
display: inline;
background: #000000;
}
#main h2 {
padding: 5px 0px;
margin: 15px 5px 5px 0px;
font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: AD3D42;
background-image: url(pattern.gif);
}
#main h2 a {
color: #AD3D42;
text-decoration: none;
border: none;
}
#main ul li {
list-style-image: url(bullet.gif);
}

/* Sidebar */
#sidebar {
float: right;
width: 250px;
padding: 0; 
/*margin: 0px 10px 0 0;*/
    margin-left: auto;
    margin-right: auto;
display: inline;
}
#sidebar h3 {
padding: 5px 0px;
margin: 15px 5px 10px 0;
font: bold 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
color: #3e7aad;
border-bottom: 1px solid #121212;
background-image: url(pattern.gif);
}
#sidebar ul.sidemenu {
text-align: left;
margin: 20px 5px 20px 0px; 
padding: 0;
border-top: none;
}
#sidebar ul.sidemenu li {
list-style: none;
padding: 0px 0px;
margin: 0;
border-bottom: none;
}
* html body #sidebar ul.sidemenu li {
height: 1%;
}
#sidebar ul.sidemenu li a {
text-decoration: none;
border: none;
color: #ad3d42;
font-weight: bold;
font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
font-size: 14px;
}

#sidebar ul.sidemenu li#current a {
color: #ada83d;
}


#sidebar ul.sidemenu li a span {
color: #444;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: italic;
font-weight: normal;
font-size: 11px;
}
#sidebar ul.sidemenu li a:hover,
#sidebar ul.sidemenu li a:hover span {
color: #3e7aad;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#quick-search {
padding: 0; margin: 20px 0 35px 0;
border: none;
width: 290px; height: 33px;
background: url(header-search.gif) no-repeat;
}
#sidebar form#quick-search p {
margin: 0; padding: 0;
}
#sidebar form#quick-search input {
float: left;
border: none;
background: transparent;
color: #4E4E4E;
margin: 0;
}
#sidebar form#quick-search .tbox {
margin: 5px 0 0 5px; 
width: 240px;
display: inline;
}
#search form#quick-search .btn{
width: 24px; height: 24px;
}
#sidebar form#quick-search label {
display: none;
}

/* footer */
#footer {
clear: both;
padding: 6em 0 0em 0;
background: #010000 url(images/footerdrawer.gif) no-repeat;
display: inline;
color: #4E4E4E;
width: 100%;
height:106px;
float: left;
margin:0;
padding:0;}
border-bottom: 0px solid #010000;
position: relative;
margin-top: -106px; /* negative value of footer height */

}
#footer a {
color: #0E909C;
border: none;
}
#footer a:hover {
color: #fafafa;
}
#footer .rssfeed {
background: url(rss.gif) no-repeat left 1px;
padding-left: 17px;
}
#footer-left {
float: left;
width: 70%;
}
#footer-right {
float: right;
width: 25%;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}




/* postmeta */
.postmeta {
padding: 7px 5px; margin: 20px 10px 30px 10px;
font-size: 1em;
color: #545454;
border: 1px solid #111; 
background: #070707; 
}
.postmeta .date{ margin: 0 10px 0 5px;}
.postmeta a.comments { margin: 0 10px 0 5px;}
.postmeta a.readmore { margin: 0 10px 0 5px;}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #ad3d42;}
.post-info a, .post-info a:visited { color: #ad3d42; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {display:inline-block; }
.clear:after {
display:block; 
visibility:hidden; 
clear:both; 
height:0; 
content: "."; 
}

/*-----------------------------------------
RESUME STYLING
-----------------------------------------*/
div.float {
float: left;
text-align: left;
  }

reslist {
list-style-type: disc inside;
padding: 0px 0px 0px 140px;
margin: 50px;
line-height: 120%;
}

#reslist2 li{
display: inline;
list-style-type: none;
padding: 0px 0px 0px 20px;
line-height: 100%;
}

h4 {
font-size: 1.5em;
font-weight: bold;
color: #4b7b5e;
padding: 20px 10px 0px 120px;
text-align: left;
}

h5 {
font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
color: #5E5E5E;
margin: 0;
padding: 0;
padding: 0px 0px 0px 120px;
}

h6 {
font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #5E5E5E;
margin: 0;
padding: 0;
padding: 0px 0px 0px 150px;
}

h7 {
font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
color: #ececec;
margin: 0;
padding: 0;
padding: 0px 0px 0px 120px;
}

h8 {
font-size: 2em;
font-weight: bold;
color: #a76c52;
padding: 0px 0px 0px 120px;
text-align: left;
}
/*---------------------------------------------------
RESUME STYLING END
---------------------------------------------------*/

/* Lightbox Styling 
#lightbox{position: absolute;left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}


#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{padding:0 0px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;} 

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
End Lightbox Styling */

/** --------------------------------------------------------------------
------------------------------------------------------------------------
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

/* 
#jquery-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
}
#jquery-lightbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lightbox-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
width: 49%;
height: 100%;
zoom: 1;
display: block;
}
#lightbox-nav-btnPrev { 
left: 0; 
float: left;
}
#lightbox-nav-btnNext { 
right: 0; 
float: right;
}
#lightbox-container-image-data-box {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
padding: 0 10px 0;
}
#lightbox-container-image-data {
padding: 0 10px; 
color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
width: 70%; 
float: left; 
text-align: left; 
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
display: block; 
clear: left; 
padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
width: 66px; 
float: right;
padding-bottom: 0.7em;
}
End jquery lightbox plugin-------------------------------------
------------------------------------------------------------------*/

/*--------------------------------------------------------------------
PAGINATION STYLING ---------------------------------------------------*/

#tnt_pagination {
display:block;
text-align:left;
height:22px;
line-height:21px;
clear:both;
padding-top:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
padding:7px;
padding-top:2px;
padding-bottom:2px;
border:1px solid #EBEBEB;
margin-left:10px;
text-decoration:none;
background-color:#000000;
color:#0072bc;
width:22px;
font-weight:normal;
}

#tnt_pagination a:hover {
background-color:#DDEEFF;
border:1px solid #BBDDFF;
color:#0072BC;
}

#tnt_pagination .active_tnt_link {
padding:7px;
padding-top:2px;
padding-bottom:2px;
border:1px solid #BBDDFF;
margin-left:10px;
text-decoration:none;
background-color:#DDEEFF;
color:#0072BC;
cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
padding:7px;
padding-top:2px;
padding-bottom:2px;
border:1px solid #EBEBEB;
margin-left:10px;
text-decoration:none;
background-color:#000000;
color:#D7D7D7;
cursor:default;
}
