/*
 THEME NAME: Sandbox
 THEME URI: http://www.plaintxt.org/themes/sandbox/
 DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
 TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
 VERSION: 1.5.2
 AUTHOR: Andy Skelton &amp; Scott Allan Wallick, modified by Andy Morin
 */

.comment { margin-top: 20px; border-bottom: 1px dashed #171717 }
.pageid-39 h4 { margin-top: 6em }
#quoto { margin: 6em 0 }
#quoto p { font-family:serif; font-size:2em; font-style: italic; text-align: center;}
 
#countdowncontainer { text-align: left; } 
.dater { letter-spacing: 5px; font-weight: bold; text-transform: uppercase; }
#yearlinks li { font-size: 2em; float: left; margin: 0 12px 12px 0; padding: 24px; border: 1px solid }
#secondary  img:hover { border: 2px solid #81DD49; }
.page #content { width: 590px; }
.entry-meta { text-align: center }
.post {
    margin-bottom: 2em;
    border-top: 1px dashed #444444;
    padding-top: 1em;
}
.post .entry-title a { color: #171717; text-decoration: none; font-weight: bold; text-transform: uppercase; font-size: 1.6em; line-height: normal; }
.entry-date { float: right; text-transform: lowercase; font-size: .8em }
.edit-link a { color: #ff0000 !important; text-transform: uppercase }


* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Verdana, sans-serif;
    line-height: 18px;
    color: #333;
    background: #FFF;
}

img {
    border: 0
}

ul, ol {
    list-style: none;
}

p {
    line-height: 1.8em;
    margin: 0 0 18px 0;
    text-align: left;
    font-size: 0.88em;
}

a:link { color: #3673fd }

a:active { color: #3673fd }

a:visited { color: #0049ef }

a:hover {
    color: #ff0000;
    text-decoration: none;
    font-style: italic;
}

h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 18px;
}

h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
}

h3 {
    font-size: 12px;
    line-height: 18px;
}
/*
 LAYOUT: Two-Column (Right)
 DESCRIPTION: Two-column fluid layout with one sidebars right of content
 */
div#header { height: 83px; border-top: 5px solid #81dd49; }
div#left { width: 190px; float: left }
div#main {
    float: left;
    width: 950px;
    padding: 1.5em 0 1.5em 0;
}

div#content {
    width: 440px;
    float: left;
    padding-right: 10px;
	padding-left: 10px;
}

div#secondary {
    float: left;
    width: 150px;
	text-align: center;
}

div#sidebar {
    float: left;
    width: 150px;
}

div#footer {
    clear: both;
    width: 100%;
}

div#access { background: #eeeeee; border-bottom: 1px solid #c0c0c0; height: 30px; padding-top: 10px; }


div#menu ul, div#menu ul ul, div#menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#menu ul li {
    float: left;
	font-size: 2em;
}

div#menu ul li a {
    padding: 0.5em;
	text-decoration: none;
	text-transform: lowercase;
}

div#menu ul ul {
    display: none;
}

div#menu ul ul li {
    float: none;
    font-size: 12px;
}

div#menu ul li:hover ul {
    display: block;
    font-size: 0.9em;
    padding-top: 0.5em;
    position: absolute;
}

div#menu ul li:hover ul li a {
    background: #f5f5f5;
    border: none;
    display: block;
    padding: 0.1em;
    width: 10em;
}

#footer {
	background: #eee;
    clear: both;
    margin-bottom: 12px;
    border-color: #666666;
    border-style: solid;
    border-width: 1px 0pt;
	height: 31px;
}
















/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe, modified by Andy Morin
Version: 1.43
*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-description p { margin: 0 }

.ngg-description strong { margin-left: 5px; }

.ngg-albumtitle {
 	font-weight: bold;
	margin: 0 0 10px 5px;
	font-size: 1.8em;
	text-decoration: none;
	text-transform: uppercase;
}

.ngg-albumtitle a { text-decoration: none }

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	border:2px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}


/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:2px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	border: 2px dashed #81DD49;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers, a.next, a.prev, 
				span.page-numbers, span.next, span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover, a.next:hover, a.prev:hover, 
				span.page-numbers:hover, span.next:hover, span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}


/* ----------- Single picture -------------*/
.ngg-singlepic-wrapper {
	padding: 1px;
}

.ngg-singlepic {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-left {
	float: left;
	padding-right:10px;
}

.ngg-right {
	float: right;
	padding-left:10px;
}

.ngg-center img {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin-bottom: 2px;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

