/*
Theme Name: ADSimple
Theme URI:
Description: Simple theme based on <a href="http://articlesss.com/article-directory-wordpress-theme/">Article Directory</a> theme.
Version: 1.0.2
Author: Dimox
Author URI: http://dimox.name/
Tags: white, fixed width, three columns, widgets, right sidebar, simple
*/

* { margin: 0; padding: 0; }
html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }
body {
	font: 62.5% "Trebuchet MS", Tahoma, Arial, sans-serif;
	line-height: 1.6em;
	color: #444;
}
a {
	color: /*#E60000*/#333;
	text-decoration: none;
}
a:hover {
	color: /*#AA0001*/#fff;
	text-decoration: /*underline*/none;
	background-color: #333;
}
p {margin: 0; padding: 10px 0;}
h1 {margin: 20px 0 0}
img {border: 0}
input {vertical-align: middle}
h2 {
	font: normal 1.6em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
	font-size: 1.3em;
}
* html blockquote {height: 1%;}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {margin: 7px margin}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#wrapper {
	width: /*990px*/800px;
	margin: 0 auto;
	padding: /*20px*/0px 0 0 0;
	border-top: 5px solid #EEE;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 117px;
	/*border-bottom: 3px solid #EAEAEA;*/
	margin-bottom: /*28px*/10px;
}
#header span {
	text-indent: -9999px;
}
#top{
	float: right;
	text-align: right;
	margin-top: 20px;
}
#top li {
	display: inline;
}
#top a {
	color: #808080;
	margin: 0 0 0 13px;
	background: url(../images/toparrow.gif) center left no-repeat;
	padding: 0 0 0 12px;
	font-size: 1.2em;
}
#top .current_page_item a {
	background-image: url(../images/toparrow2.gif);
}
#searchform {
	margin: 20px 0 0;
}
#searchform input {
	font: 1.1em "Trebuchet MS", Arial, Sans-Serif;
	float: left;
}
#s {
	width: 175px;
	padding: 2px 6px;
	border: 2px solid #ccc;
	margin-right: 5px;
}
#searchsubmit {
	background: #E60000;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}

#logo {
	float: left;
	color: #808080;
	line-height: 0.85em;
	font-size: 3.3em;
	margin: 14px 0px 5px 0px;
	padding-left: 45px;
	background-image: url(../images/skunkLogoSm.gif);
	background-repeat: no-repeat;
}
#logo a {
	display: block;
	margin-top: 7px;
	margin-bottom: -7px;
}
#logo span {
	display: block;
	font-size: 0.38em;
	font-weight: normal;
	text-transform: uppercase;
}
#skunkMT {
	margin: 0 0 -20px 0;
}

#menu {
	height: 23px;
	padding: 10px 0 0 8px;
	clear: both;
	background: url(../images/smalldot.gif) repeat-x;
	border-bottom: 3px solid #CCC;
	position: relative;
	background-color: #333;
}
#menu li {
	font-size: 1.1em;
	display: inline;
	text-transform: uppercase;
}
#menu li a {
	margin: 0 25px 0 10px;
	color: /*#808080*/#ededed;
	font-size: 1.2em;
}
#menu li a:hover {color: /*#444*/#E60000;}
#menu li.current_page_item {
	background: url(../images/arrow.gif) no-repeat center left;
}
#menu li.current_page_item a {
	color: /*#444*/#6699cc;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	background: url(../images/dots.gif) /*550px*/607px 0 repeat-y;
	margin-bottom: 10px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: /*540px*/598px;
	float: left;
	padding: 0 10px 20px 0;
	overflow: hidden;
}

#content h2 {
	font: normal 1.9em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 1.2em;
}
#content h2.pagetitle {
	padding-left: 3px;
	padding: 1px 0 4px;
}
#content h3 {
	font: normal 1.7em "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #EEE;
}

#content p,
#content li {
	font-size: 1.3em;
	line-height: 1.4em;
}
#content li li {
  font-size: 1em;
}

#content .post {
	margin: 0 0 2.2em;
}
#content .post h2,
#content .post h3 {
	font-size: 2em;
	margin: 0 0 2px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 1.1em;
	padding: 0 0 7px;
	color: #AAA;
}
.postmetadata a {
	color: #AAA;
	text-decoration: underline;
}
.postmetadata a:hover {
	text-decoration: none;
}

.entry {
  text-align: justify;
}

.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}
.entry p {
	padding-right: 100px;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(../images/smalldot.gif) repeat-x;
}

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin: 20px 0;
	height: 1.3em;
}
.alignleft {float: left;}
.alignright {float: right;}

h3#comments,
h3#respond {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
}

.commentlist {
	margin: 20px 0 30px 25px;
}
.commentlist li {
	padding: 8px 0 2px;
}
.cdata {
	background: #F5F5F5;
	border-bottom: 1px solid #DDD;
	padding: 3px 3px 3px 7px;
	height: 1%;
}
.cdata strong {
  display: block;
}
#content img.avatar {
  float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
  padding: 0 7px;
}

.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
  color: #A5A5A5;
}

#author, #email, #url, #comment, #submit {
	font: 1em "Trebuchet MS", Arial, Sans-Serif;
	padding: 2px 4px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 470px;
	height: 170px;
}
#submit {
	width: 115px;
	height: 22px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}


.viewLarger {
	display: block;
	clear: both;
}
.imageContainer {
	padding: 5px 0px 5px 60px;
	margin-bottom: 10px;
}
.imageContainerWide {
	padding-left: 0px;
}

/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	width: /*440px*/190px;
	font-size: 1.2em;
	line-height: 1.4em;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#l-sidebar {
	float: left;
	width: 230px;
	padding: 0 10px;
}
#r-sidebar {
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
}

#sidebars ul {
	margin: 0 0 15px;
}
#sidebars li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px;
	margin: 0;
}
#sidebars li ul {
  margin: 0 0 3px 12px;
}
#sidebars li li {
  padding: 3px 0 0;
	border: none;
}
#sidebars li a {
	background: url(../images/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}
#sidebars li a:hover {
	text-decoration: underline;
}
#sidebars h2 {
	font: normal 1.7em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
}
#sidebars h3 {
	font: normal 1.4em/1.1em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
}

.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #808080;
	margin: 0 2px;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}
.redText {
	color: #ff3300 !important; 
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 7px 10px;
	margin: 0 0 15px;
	font-size: 1.1em;
	color: #808080;
	background: #EEE;
}


.floatRight {float: right; margin-top: -17px;}





/**
 * 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: 9090;/* added 9000 */
	width: 100%;
	height: 800px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9100;/* added 9000 */
	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: 9010;/* added 9000 */
}
#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;	
}



/* PHOTO GALLERY */
/* ------------------------------ jQuery LightBox Plugin -------------------------- */
#jquery-lightbox img {margin: 0px;}

/* ---------------------- singleBox gallery, multiple thumbnails -------------------- */
.galleryContainer {
	/*padding-top: 20px;*/
	width: 275px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.galleryContainer.full {
	width: /*570px*/585px;
}
	.gallery {
		/*float: left;*/
		list-style: none;
		margin-left: 12px;
		margin-right: 12px;
	}
		.gallery li {
			display: inline;
			float: left;
			background-image: none;
			padding: 0px;
			margin: /*3px*/4px;
		}
			.gallery li:hover {	
				margin: 0px;
				padding: /*2px*/3px;
				background-color: #dbdbdb;
				border: 1px solid #a8a8a8;
			}
		.gallery img {
			border: 1px solid #dbdbdb;
			margin: 0px;
			float: left;
			width: 60px;
			height: 40px;
		}
		
/* SINGLE THUMBNAIL GALLERY */		
.galleryContainer.single img {
	border: 1px solid #dbdbdb;
	padding: 1px;
	margin: 10px;
}		
.galleryContainer.single img:hover {
	margin: 6px;
	padding: 5px;
	background-color: #dbdbdb;
	border: 1px solid #a8a8a8;	
}

		
/* HOME PAGE & pgs w/ no sidebar
----------------------------------------------------------------------------- */
.homepg #container, .noSideBar #container {background-image: none;}
.homepg #content {width: 785px;}

.homepg #mainContent {float: left; width: 640px;}
.homepg #mainContent h2 {
	border-bottom: none;
	padding: 0px;
	margin-bottom: 5px;
}
.homepg #mainContent a:hover {height: 0px; border: transparent; background-color: none !important;}

.homepg #sidebars {width: 140px; font-size: 1em;}
.homepg #sidebars h2 {margin-bottom: 5px;}
.homepg #sidebars li {
	background: url(../images/arrow.gif) no-repeat left 10px;
	padding: 3px 0 3px 12px;
}
.homepg #sidebars li a {background-image: none; padding: 0;}
.homepg .homeCategories {float: left; }

.noSideBar #content {width: 745px; margin-left: 20px; margin-right: 20px;}
.noSideBar #content h1 {margin-top: 0px;}
		

/* MISC TYPOGRAPHY
----------------------------------------------------------------------------- */
.indent {margin-left: 20px; margin-right: 20px;}
.first {padding-top: 0px;}
.inline {border: 1px solid #999; float: left; margin: 0px 15px 5px 0px;}
.floatLeft {float: left;}
.floatRight {float: right;}

.last {border-bottom: 1px dashed #999; padding-bottom: 30px; margin-bottom: 20px;}
.centerAlign {text-align: center;}