/* Color Notes...
Green: 1eff00
Blue: 0070dd
Purple: a335ee
Orange: ff6600
*/

body {
background-color: #333333;
background-image: url('/images/main-bg.gif');
background-repeat: repeat-x;
color: #777777;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
padding: 0px;
margin: 20px;
}
ul {
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
}
#center_container {
position: relative;
margin: auto;
text-align: left;
width: 1010px;
padding: 2px 0px 0px 0px;
}
#title a {
color: #444444;
font-weight: bold;
font-size: 22px;
text-decoration: none;
font-family: Verdana,Helvetica, Arial Black, sans-serif;
padding: 0px 10px 0px 8px;
}
#title a:hover {
color: #0070dd;
text-decoration: none;
}

/* ########## left side styles ########## */

#left_side {
float: left;
width: 420px;
margin: 0px;
padding: 0px 0px 0px 0px;
min-height: 500px;
background-color: #333333;
}
#context_head {
background-color: #666666;
color: #333333;
height: 6px;
overflow: hidden;
padding: 0px;
background-image: url('/images/context-gray-bg-head.gif');
}
#context_middle {
background-color: #666666;
color: #efefef;
min-height: 30px;
padding: 2px 0px 0px 10px;
margin: 0px;
-moz-box-shadow: 4px 4px 5px #232323;
-webkit-box-shadow: 4px 4px 5px #232323;
box-shadow: 4px 4px 5px #232323;
}
#context_middle a {
color: #ff6600;
font-weight: bold;
font-size: 12px;
text-decoration: none;
font-family: Verdana,Arial,Helvetica,sans-serif;
}
#context_middle a:hover {
color: #ff6600;
}
#photo{
background-color: #ffffff;
background-image: url('/images/backgrounds/background_3.jpg');
color: #efefef;
height: 400px;
padding: 10px;
margin: 0px;
overflow: auto;
-moz-box-shadow: 4px 4px 5px #232323;
-webkit-box-shadow: 4px 4px 5px #232323;
box-shadow: 4px 4px 5px #232323;
}
#context_bottom {
background-color: #666666;
color: #bbbbbb;
min-height: 45px;
padding: 5px;
-moz-box-shadow: 4px 4px 5px #232323;
-webkit-box-shadow: 4px 4px 5px #232323;
box-shadow: 4px 4px 5px #232323;
}
#context_bottom p {
font-size: smaller;
padding: 0px 5px 0px 5px;
margin: 0px 0px 0px 0px;
}
#context_foot {
background-color: #666666;
color: #333333;
height: 6px;
overflow: hidden;
padding: 0px;
background-image: url('/images/context-gray-bg-foot.gif');
-moz-box-shadow: 4px 4px 5px #232323;
-webkit-box-shadow: 4px 4px 5px #232323;
box-shadow: 4px 4px 5px #232323;
}

/* ########## right side styles ########## */

#right_side {
float: right;
width: 580px;
margin: 0px;
padding: 0px 0px 0px 0px;
margin-bottom: 25px;
min-height: 500px;
background-color: #ffffff;
}
#content_head {
background-color: #ffffff;
color: #333333;
height: 7px;
overflow: hidden;
padding: 0px;
background-image: url('/images/content-white-bg-head_580.gif');
}

#content_body {
background-color: #ffffff;
color: #333333;
min-height: 555px;
margin: 0px;
padding: 0px 10px 0px 10px;
-moz-box-shadow: 4px 4px 5px #232323;
-webkit-box-shadow: 4px 4px 5px #232323;
box-shadow: 4px 4px 5px #232323;
}

/* start actual content styles */
#content_body h2 {
padding: 0px;
margin: 0px;
}
#content_body p {
padding: 0px 5px 12px 0px;
margin: 0px;
}
#content_body a {
color: #0070dd;
}
#content_body span.entry_title a {
color: #0070dd;
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
#content_body span.entry_title a:hover {
border-bottom: 1px dotted #0070dd;
}
.entry_title small {
color: #cccccc;
font-size: 11px;
}
/* end content styles */

#content_foot {
background-color: #ffffff;
color: #333333;
height: 7px;
overflow: hidden;
padding: 0px;
background-image: url('/images/content-white-bg-foot_580.gif');
-moz-box-shadow: 4px 4px 5px #232323;
-webkit-box-shadow: 4px 4px 5px #232323;
box-shadow: 4px 4px 5px #232323;
}


/* ///////////////////// BEGIN main nav ///////////////////// */
#nav {
float: left;
width: 99.99%; /* i feel dirty doing this, really really dirty */
list-style: none;
font-weight: bold;
padding: 0px;
margin: 0px;
position: relative;
z-index: 30;
}

#nav ul {
float: left;
width: 99.99%; /* i feel dirty doing this, really really dirty */
list-style: none;
font-weight: bold;
padding: 0px;
margin: 0px;
border: solid #999;
border-width: 1px 0px 1px 0px;
position: relative;
z-index: 30;
-moz-box-shadow: 3px 3px 3px #222;
-webkit-box-shadow: 3px 3px 3px #222;
box-shadow: 3px 3px 3px #222;
}

#nav a {
display: block;
text-decoration: none;
padding: 5px 10px 9px 15px;
}

#nav a.daddy, #nav a.daddy:hover {
background: url('/images/right_arrow.gif') center right no-repeat;
padding-right: 0px;
}

#nav li {
float: left;
padding: 0px 0px 0px 0px;
}

#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 14em;
font-weight: normal;
border: 0px #999 solid;
background-color: #eeeeee;
}

#nav li li {
width: 14em;
}

#nav li ul a {
color: #000;
width: 14em;
margin-right: 0px;
}

html>body #nav li ul a {
color: #000;
width: 12em;
margin-right: 0px;
}

#nav li ul a:hover {
color: #0070dd;
text-decoration: none;
width: 14em;
margin-right: 0px;
}

html>body #nav li ul a:hover {
color: #0070dd;
text-decoration: none;
width: 12em;
margin-right: 0px;
}

#nav li ul ul {
margin: -2.5em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}

#nav li:hover, #nav li.sfhover {
background: #fff;
}

#nav li.search_li:hover {
background: inherit;
}

#nav li.separator, #nav li.separator:hover {
line-height: 1px;
background-color: #999;
border: 0px;
padding: 0px;
margin: 0px;
height: 1px;
}

/**
* 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 CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/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;
}

/* AdSense Related stuff */
#adsense {
width: 420px;
padding: 10px 0px 0px 170px;
}
#search_center_container {
position: relative;
margin: auto;
text-align: left;
width: 810px;
padding: 2px 0px 0px 0px;
}
#search_results_head {
background-color: #ffffff;
color: #333333;
height: 7px;
overflow: hidden;
padding: 0px;
background-image: url('/images/content-white-bg-head_810.gif');
}
#search_results_body {
background-color: #ffffff;
color: #333333;
min-height: 555px;
margin: 0px;
padding: 0px 10px 0px 10px;
-moz-box-shadow: 4px 4px 5px #232323;
-webkit-box-shadow: 4px 4px 5px #232323;
box-shadow: 4px 4px 5px #232323;
}
#search_results_foot {
background-color: #ffffff;
color: #333333;
height: 7px;
overflow: hidden;
padding: 0px;
background-image: url('/images/content-white-bg-foot_810.gif');
-moz-box-shadow: 4px 4px 5px #232323;
-webkit-box-shadow: 4px 4px 5px #232323;
box-shadow: 4px 4px 5px #232323;
}



