/*
Theme Name: American Celiac Custom Theme
Theme URI: http://vicorock.com/
Description: A custom WordPress theme developed by <a href="http://vicorock.com">Vico Rock Media</a> for American Celiac Disease Alliance (ACDA).
Version: 1.0
Author: Vico Rock Media
Author URI: http://vicorock.com/
Tags: blue, red, gold, custom header, fixed width, two columns, flash header

	ACDA Custom Theme v1.0
	http://americanceliac.org/

	This theme was designed and built by Vico Rock Media,
	whose website you will find at http://vicorock.com/
	
*/

/* Begin Typography & Colors */
body, html {height:100%;}
/* Fix page shift caused by auto hide of vertical scrollbar */
html { min-height: 100%; margin-bottom: 1px; }
* html #wrapper {height:100%; overflow:visible;}

body {
	margin:0;
	background:#f2f2f2;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#3D3D3D;
	}
a {
	color:#182eab;
}



 /* BEGIN Default Theme CSS */
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
/*	line-height: 1.4em; */
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
/* h1 {
	font-size: 4em;
	text-align: center;
	}
*/
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

/* h3 {
	font-size: 1.3em;
	}
*/
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3 {
	font-size:12px;
}
/* .entry p a:visited {
  color: #b85b5a;
	}
*/
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */
page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
/* .narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
*/
.post {
/*	margin: 0 0 40px; */
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
/* h1 {
	padding-top: 70px;
	margin: 0;
	}
h2 {
	margin: 30px 0 0;
	}
*/
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
/*
h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
*/
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
/*	margin-bottom: 15px; */
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

/* blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
*/
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/* End Various Tags & Classes */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
/*	border: 1px solid #ddd; */
	text-align: center;
/*	background-color: #f3f3f3; */
	padding-top: 4px;
	margin: 10px;
	font-style:italic;
	-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:13px;
/*	font-size: 11px; */
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* End Default Theme CSS */




/* Begin ACDA CSS */
#wrapper {
	min-height:100%;
	width:898px;
	padding:0 31px;
	background:url(images/design/bg.gif) repeat-y;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
* html #wrapper {height:100%; overflow:visible;}
#content-border {
	padding:300px 20px 166px 19px;
}
#content-holder {
	width:100%;
	overflow:hidden;
}
#content {
/*	font-size: 1.2em; */
	}
.visual {
	margin-top:86px;
	margin-left:19px;
	margin-bottom:10px;
}
.visual img {
	display:block;
	border:0px;
	padding:0px;
}
#main-content {
	width:593px;
	float:left;
	margin-top:3px;
}
.content-t {
	background:url(images/design/content-t.gif) no-repeat;
	padding-top:11px;
}
.content-b {
	background:url(images/design/content-b.gif) no-repeat 0 100%;
	padding-bottom:11px;
}
.content-box {
	border:solid #8c8d8c;
	border-width:0 2px;
	height:1%;
	overflow:hidden;
	padding:5px 22px 0 27px;
}
.content-box h1 {
	margin:10px 0px 15px 0px;
	color:#2A3991;
	font-size:18px;
	line-height:22px;
}
.content-box h2 {
	color:#000000;
	font-size:14px;
	margin:0 0 17px;
}
.content-box h3 {
	color:#2A3991;
}
.content-box h4 {
	color:#000000;
}
.content-box p {
	margin:0 0 17px;
}
.content-box a {
}
.content-box a:hover {
	text-decoration:none;
}
.content-box img {
	border:0px;
}
#sidebar {
	width:244px;
	float:right;
	font-size:12px;
	padding-top:15px;
}
#sidebar h3 {
	margin:0 0 10px;
	font-weight:bold;
	color:#2a3991;
	font-size:18px;
}
.sidebar-nav {
	padding:0 0 15px;
	margin:0;
	list-style:none;
}
.sidebar-nav li {
	padding:0 0 13px 20px;
	background:url(images/design/leaf-separ.jpg) no-repeat;
}
.sidebar-nav li a {
	color:#bb880a;  /* beige */
}
.sidebar-nav li a:hover {
	text-decoration:none;
}
.side-box {
	background:url(images/design/side-bg.gif) repeat-y;
	width:243px;
	line-height:16px;
}
.side-box h5 {
	background:#a32b2a url(images/design/side-title.jpg) no-repeat;
	margin:0;
	color:#fff;
	font-size:14px;
	padding:4px 15px;
	border-bottom:1px solid #656666;
}
.side-box strong {
	font-size:14px;
}
.side-box img {
	float:right;
	margin-left:8px;
}
.side-box a {
	font-weight:bold;
	color:#7a1315;
	text-decoration:underlin;
}
.side-box a:hover {
	text-decoration:none;
}
.side-box p {
	margin:0;
}
.side-btm {
	background:url(images/design/side-btm.jpg) no-repeat 0 100%;
	padding:6px 2px 9px 15px;
	height:1%;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
}
#header {
	position:absolute;
	top:0;
	left:31px;
	width:898px;
	height:258px;
}
.logo {
	position:absolute;
	top:15px;
	left:19px;
	width:745px;
	height:64px;
	background:url(images/design/logo.gif);
	overflow:hidden;
	text-indent:-9999px;
}
.logo a {
	display:block;
	height:100%;
}
.donate-join {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	right:12px;
	top:9px;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
}
.donate-join li {
	display:inline;
	background:url(images/design/topnav-separ.gif) no-repeat 0 50%;
	margin-left:-2px;
	padding:0 4px 0 8px;
}
.donate-join li a {
	color:#bb880a; /* beige */
	text-decoration:none;
}
.donate-join li a:hover {
	text-decoration:underline;
}
.center-box-1 {
	height:32px;
	margin:0 auto;
	position:relative;
	text-align:center;
	left:0;
	background:#313277 url(images/design/nav.gif) no-repeat 0 100%;
	width:898px;
}
.center-box-2 {
	left:50%;
	float:left;
	position:relative;
	text-align:center;
}
.navigation ul {
	padding:0;
	margin:0;
	list-style:none;
/*	height:32px; */
	text-align:center;
	font-size:11px; /* 14px */
	left:-50%;
	float:left;
	position:relative;
	font-family:Verdana,Helvetica,sans-serif;
	font-weight:bold;
	line-height:18px;
}
.navigation li {
	float:left;
	padding:0 5px;
}
.navigation li a {
	color:#fff;
	text-decoration:none;
	float:left;
	padding:7px 10px 7px;
}
.navigation li a:hover,
.navigation li:hover a,
.navigation li.hover a {
	background-color:#BB9B4B;
}
.navigation li:hover,
.navigation li.hover {
	position:relative;
}
.navigation li:hover ul,
.navigation li.hover ul {
	display:block;
}
.navigation ul ul {
	padding:5px;
	margin:0;
	list-style:none;
	position:absolute;
	top:32px;
	left:5px;
	display:none;
	text-align:left;
	background-color:#BB9B4B;
}
.navigation li ul li {
	float:none;
	padding:0 0 5px;
	min-width:91px;
}
.navigation li ul li.indent {
	padding-left:10px;
}
.navigation li ul li a {
	float:none;
	padding:0 0 3px;
	font-size:11px;
	white-space:nowrap;
}
.navigation li ul li a:hover {
	text-decoration:underline;
}
#grey-list p a {
	color:#666;
}
.small {
	font-size:12px;
}
table.states-header {
	width:335px;
	border-collapse: collapse;	
}
table.states-header td {
	height:32px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	text-align: center;
	color: windowtext;
	font-size: 10.0pt;
	font-style: normal;
	text-decoration: none;
	vertical-align: bottom;
	white-space: nowrap;
	border-left: 1px solid #696969;
	border-right: .5pt solid #696969;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}
table.state-resources {
	border:0px;
	padding:0px;
	border-collapse:collapse;
	width:400px;
	color:#000;
	margin-bottom:20px;
}
table.state-resources td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #696969;
	text-align:center;
	height:20px;
	padding:1px;
}
#footer {
	width:898px;
	margin:-149px auto 0;
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
#footer p {
	margin:0 0 12px;
	font-style:italic;
}
.footer-holder {
	padding:0 23px;
}
.footer-box {
	background-color:#f7f8f8;
	width:100%;
	overflow:hidden;
	padding:7px 0;
	font-weight:bold;
	margin-bottom:12px;
	color:#2A3991;
}
.footer-box ul {
	padding:0;
	margin:0 18px 0 12px;
	list-style:none;
	float:left;
	display:inline;
	overflow:hidden;
}
.footer-box ul li {
	float:left;
	background:url(images/design/f-separ.gif) no-repeat 0 50%;
	padding:0 6px 0 7px;
	margin-left:-2px;
}
#footer .f-center p {
	text-align:center;
	font-style:normal;
}
#footer .f-center a {
	color:#666;
}
#footer a {
	color:#2A3991;
}
#footer a:hover {
	text-decoration:none;
}
#footer p.lmf_generated_text {
	text-align:center;
}
.post-edit-link {
	color:#BB880A;
}

/*FireFox 2 bug fix for 3 extra px added at bottom of flash banner - main margin bottom is 10px */
body.home .visual, x:-moz-any-link {margin-bottom:7px;} 

/*FireFox 3 fix fix for 3 extra px added at bottom of flash banner - main margin bottom is 10px*/
body.home .visual, x:-moz-any-link, x:default {margin-bottom:7px;}