/*  
Theme Name: Acadia Elixir
Theme URI: http://www.acadiacard.com
Description: Custom WordPress theme for Acadia, modified from Whalesalad theme.
Version: 1.0
Author: David Wang
Author URI: http://blogjunkie.net/
*/

* { margin: 0; padding: 0; list-style: none; }

body {
	background: #edf2d9 url('images/bg.jpg') repeat-y;
	background-position: center top;
	color: #555555;
	font-family: "Helvetica Neue", Arial,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

h1 { font-size: 24px; line-height:1.2em; margin-bottom: 0.8em; font-weight: normal; }
h2 { font-size: 18px; line-height:1.2em; margin-bottom: 1em; font-family: Geneva, sans-serif; font-weight: normal; }
h3 { font-size: 14px; line-height:1.2em; margin-bottom: 1.5em; font-weight: normal; }

#upperBar {
	height: 20px;
	background: #cad69e url('images/bg-upperbar.jpg') no-repeat top center;
}

#wrapper {
	width: 729px;
	margin: 0 auto;
}                       

#content {
	float: right;
	width: 430px;
	margin: 20px 20px 20px 0;
	display: inline;
}
	
	
	#content .notice {
		color: #996633;
		margin-bottom: 50px;
		/*
		border-top: 2px solid #FDDC9A;
		border-bottom: 2px solid #FDDC9A;
		background: #FFF3CE;
		padding: 5px 7px;
		font-size: 12px;
		*/
	}

    #content .post {
		margin-bottom: 40px;
	}
	
	#content .post h2 a {
		color: #6e7454;
		text-decoration: none;
		padding: 3px 0;
	}

	#content .post h2 a:hover {
		color: #8E9375;
	}
	
	#content .post h3 {
		color: #929A79;
	}
	
	#content .post .meta {
		font-size: 11px;
		font-weight: normal;
		color: #999;
		margin-bottom: 10px;
	}
	
	#content .post .meta a {
		color: #999;
	}              
	
	#content .post .meta a:hover {
		text-decoration: none;
	}
	
	#content .post img {
		max-width: 426px;
		text-align: center;
	}     
	
	a img {
		border: none;
		/* border: 2px solid #000; */
	}
	
	img.alignleft
	{ 
		float: left; 
		margin: 1.5em 1.5em 1.5em 0; 
		padding: 0; 
	}

	img.alignright
	{ 
		float: right; 
		margin: 1.5em 0 1.5em 1.5em; 
	}

	p.aligncenter 
	{
		text-align: center;
	}

	div.aligncenter 
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
		
	#content .post ul {
		margin-left: 20px !important;
	}
	
	#content .post ul li {
		list-style-type: disc !important;
		line-height: 1.5em;
	}
	
	#content p,
	#content .post ul {
		font-family: "Helvetica Neue", Arial,sans-serif;
		font-size: 12px;
		line-height: 1.5em;
		margin-bottom: 1.5em;
	}
	
		#content blockquote {
			margin-left: 10px;
			border-left: 3px solid #333;
			padding-left: 10px;
		}
	
	#content a {
		color: #929a79;
	}
	
	#content a:hover {
		text-decoration: none;
	} 
	
	#content small {
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    border-top: 3px solid #333;
	    border-bottom: 1px solid #333;
	    font-size: 11px;
	    color: #999;
	}
	
	#content ol.commentlist {
		margin-top: 10px;
	}
	
	#content ol.commentlist li {
		border-top: 1px solid #333;
		margin-bottom: 10px;
	} 
	
		#content ol.commentlist li .commentMeta {
			width: 120px;
			float: left;
			margin-top: 5px;
		} 
		
		    #content ol.commentlist li .commentMeta span {
				display: block;
			}
			
			#content ol.commentlist li .commentMeta span.author,
			#content ol.commentlist li .commentMeta span.author a {
				color: #CCC;    
				text-decoration: none;
				margin-bottom: 5px;
			}                     
			
			#content ol.commentlist li .commentMeta span.date a {
				color: #666;
				text-decoration: none;
				font-size: 11px;
			}

			#content ol.commentlist li .commentMeta span.moderate a {
				color: #929A79;
			}
		
		#content ol.commentlist li .commentText {
			width: 290px;
			float: right;
			padding: 5px;
			font-size: 12px;
		}
	
	#content #commentform input {
		padding: 5px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content #commentform textarea {
		width: 410px;
		padding: 10px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content .nextprevious {
		height: 40px;
		display: block;
	} 
	
	#content .nextprevious a {
		color: #999;
	}               
	
	#content .nextprevious .left {
		float: left;
	}              
	
	#content .nextprevious .right {
		float: right;
	}
	
	#content .adBrite {
		display: block;
		margin-bottom: 20px;
		border: 1px solid #333;
	}

#sidebar {
	width: 240px;
	float: left;
} 

	#sidebar #upperBox {
		background: url('images/bg-upperbox.jpg') bottom left no-repeat;
		width: 200px;
/*	height: 115px; */
		padding: 5px 20px 10px 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	#sidebar #upperBox #logo {
    margin: -5px auto 10px;
    text-indent: -9999px;
		background: url('images/logo.gif') top center no-repeat;;
		width: 180px;
		height: 128px;
	}
	
	#sidebar #upperBox h1 a {
	    color: #FFF;
	    text-decoration: none;
		display: block;
		width: 180px;
		height: 128px;
	}                
	
	#sidebar #upperBox a img {
		display: block;
		margin: 0 auto;
		border: none;
	}
	
	#sidebar #upperBox hr {
		border: none;
		border-top: 1px solid #70b923;
		border-bottom: 1px solid #bef385;
	}
	
	#sidebar #upperBox p {
		margin: 5px 0;
		font-size: 10px;
		text-align: center;
	}
	
	#sidebar #upperBox input {
		height: 18px;
		padding: 7px 5px 5px 25px;
		background: url('images/bg-search.jpg') top left no-repeat;
		border: 0;
		width: 160px;
		color: #c2cc9d;
		margin-top: 5px;
	}
	
	#sidebar #upperBox input:focus {
		color: #A3AB84;
	}
	
	#sidebar h2 {
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	#sidebar a img {
		border: none;
	}
	
	#sidebar a {
		color: #8b8309;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		color: #787d62;
	}
	
	#sidebar ul {
		margin-bottom: 20px;
	}
	
	#sidebar ul li {
		font-size: 12px;
		background: url('images/bullet.gif') 0 6px no-repeat;
		padding: 0 10px;
		margin: 0 0 5px 5px;
	}
	
	#sidebar ul li span {
		color: #666;
		margin-left: 5px;
	}
	
	#sidebar ul#nav {
		margin: 10px 0 3em 0;
	}
	
	#sidebar ul#nav li {
		margin: 0;
		padding: 0;
		background: transparent;
	}
		
	#sidebar ul#nav li a {
		display: block;
		height: 12px;
		padding: 14px;
		background: url('images/nav-bg.jpg') 1px 0 no-repeat;
		margin-bottom: 5px;
		text-decoration: none;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		color: #999;
	}
	
	#sidebar ul#nav li a:hover {
		/*
		background: url(css/nav_off.png) 0 -31px no-repeat;
		*/
		color: #555;
	}        
	
	#sidebar ul#nav li a.active {
		/*
		background: url(css/nav_on.png) 0 0 no-repeat;
		*/
	}
	
	#sidebar .block { margin-bottom: 3em; padding: 0 15px; }
	#sidebar .widget_text { padding: 0 !important; }
	
	.box {
		background: #edf2d9;
		border: 3px solid #b8c197;
		padding: 15px;
	}
	
	.rounded {
		margin: 16px 0;
	}

#sidebar #footer {
    border-top: 3px solid #444;
    border-bottom: 1px solid #444;
    padding: 7px 0;
    font-size: 11px;
}

    #sidebar #footer p {
        margin-bottom: 5px;
        color: #999;
    }
    
    #sidebar #footer a {
        color: #999;
    }
    
    #sidebar #footer a:hover {
        text-decoration: none;
        color: #CCC;
    }


/* MISCELLANEOUS
-------------------------------------------------------------- */

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

#wrapper:after,
.post:after,
.block:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#wrapper,
.post,
.block
{ display: inline-block;}


* html #wrapper,
* html .post,
* html .block
{ height: 1%;}

#wrapper,
.post,
.block
{ display: block;}


.clearfix {
	clear: both;
}	

.space { margin-bottom: 3em !important; }

.hide { display: none; }


/* GALLERY
-------------------------------------------------------------- */

.sample h3
{
	margin: 0.5em;
	font-weight: bold;
}

.sample h3 a
{
	text-decoration: none;
}

div.gallery
{
	margin-bottom: 40px;
}

dl.gallery-item
{
	width: 142px;
	height: 160px;
}

dt.gallery-icon
{
	vertical-align: middle;
}

#content .galleryheader img,
#content dt.gallery-icon img
{
	background: #FFF;
border-top:1px solid #BFC89D;
border-right:1px solid #BFC89D;
border-bottom:1px solid #999;
border-left:1px solid #999;
overflow:auto;
padding:4px;
margin: 0;
}


/**
 * 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;	
}




/*                                                    */
/*  this theme is for slim(mer) forms                 */
/*                                                    */


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:10px auto 0 auto; 
/*	width: 185px;  */
	overflow:hidden;
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; }

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 14px Geneva; 
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0 10px!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
	overflow:hidden;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
/*	text-align:center; */
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
/*	width:155px;  */
	margin:2px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	font-size:11px;
	letter-spacing:1px;
	cursor: default;
}
.cform label span {
/* 	width:155px; must be the same as above!*/
	display:block;
	margin-bottom: 3px;
}

label.cf-before {
	width:50px;
	margin:4px 10px 0 0; 
}
label.cf-before span {
	width:50px;
}

label.cf-after 	{
	font-size:10px;
	letter-spacing:0pt;
	margin:4px 5px 4px 6px;
	text-align:left;
	width:45px;
}

label.cf-after span {
	width:45px;
	display:block;
}

label.cf-group-after {
	margin:5px 0 4px 2px;
	width:175px;
	text-align:left;
}
label.cf-group-after span {
	width:175px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border:1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
/*	width:150px; */
	width: 390px;
}
.cform select {
/* 	width:158px; attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height:5em;
	overflow:auto;
	display:block;
}

.cform input.cf_date {
	width:128px;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:none; 
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding-left:10px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:4px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none; 
}

input.cf-box-a 	{ 
	margin-left:5px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 10px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */


.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 10px 3px 0;
	font-size:1.2em;
	background:url('images/button-bg.gif') repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url('images/li-err-bg.png') repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
	font-size:9px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap,
input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:30px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 2px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url('images/captcha_reset_grey.gif') no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	display:none;
	color:#333333;
	display:none;
	font-size:1.1em;
	font-weight: bold;
	margin:10px auto;
	padding:10px 5px !important;
	text-align:left;
/*	width:175px; */
}
div.cf_info ol {
	margin:0;
	padding:5px 5px 0pt 20px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background: #D3EEEC;
	color:#8B8B1F;
	display:block;
	letter-spacing:1px;
}
div.failure {
	display:block;
	background:#FFDFDF url('images/li-err-bg.png') repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
	position: absolute;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -8px; 
	left: 6px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -8px; 
	left: 6px; 
	margin-left:0;
}
* html ol.cf-ol,
* html ol.cf-ol li	{
	display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}


/*                                                    */
/*  Other: Pop-up Calendar                            */
/*                                                    */

table.jCalendar {
	border: 1px solid #666;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #444;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #f0f0f0;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

div.dp-popup {
	position: relative;
	background: #d6eafe;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	border:2px solid #c2e0f8;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 3px 0pt 4px;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
