/*
THEME NAME: AJ
DESCRIPTION: Custom theme for the official website of Ashley Judd
VERSION: 1.6.1
AUTHOR: <a href="http://helen-stevens.com/">Helen Stevens</a> For <a href="http://www.SearchViz.com/">SearchViz</a>
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html **************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}

ul {
	list-style: none;
}

.post .entry-content ul {
	list-style-type:disc;
	list-style-position:inside;
	margin:6px 0 6px 16px;
	font-size:.90em;
}

.entry-content ol {list-style-position:inside;}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

@font-face {
	font-family: 'GoudyBookletter';
	src: url('./fonts/goudybookletter1911-webfont.eot');
	src: local('!'), url('./fonts/goudybookletter1911-webfont.woff') format('woff'), url('./fonts/goudybookletter1911-webfont.ttf') format('truetype'), url('./fonts/goudybookletter1911-webfont.svg#webfont6R392E9A') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/


.home #container {
	margin: 0 -300px 0 0;
}

#container {
	float: left;
	margin: 13px -300px 0 0;
	min-height:400px;
	background:transparent url('./images/content-bk.png') repeat-y center 0;
	float:left;
	width:1040px;
	padding:30px 0 50px;
}
#content {
	margin: 0 320px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
	text-align:left;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

#contact {
	font-size:11px; 
	height:20px; 
	padding:58px 0 0 0;
}

#fan-mail {
	font-size:11px; 
	height:20px; 
}

#web-design {
	font-size:11px; 
	height:30px;
	padding: 30px 0 0 0;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


#news {
font-size:0.8em;
background: url('./images/note.png ' ) no-repeat 0 0;
height:94px;
padding:26px 20px 0;
position:absolute;
top:100px;
width:250px;
margin:0 0 0 10px;
}

#signup {
moz-text-shadow: 2px 2px 2px #fff;
webkit-text-shadow: 2px 2px 2px #fff;
text-shadow: 2px 2px 2px #fff;
text-align:right;
font-size:0.8em;
float:right;
height:84px;
padding:0 6px 0 0;
width:250px;
margin: -88px 0 0 0;
}

.home #signup {
margin: -112px 0 0 0;
padding:26px 0 0;
}

#signup h3 {
font-size:12px;
padding: 0;
margin:0 0 6px;
}

.home #signup h3 {
font-size:20px;
border-bottom: dashed 1px #ccc;
padding: 0 0 6px 0;
margin:0 0 10px;
}

/***** Structure **************************************/

/** little fixes, resets for HS's pet peeves **/
a img {border:0 none;}
a:focus { outline: none; }

body {
background: #cccccc url('./images/background.png ' ) repeat 0 0;
color:#666666;
font: normal 100% Georgia, serif;
}

#site-title a{
text-decoration:none;
}

#site-title a:link, #site-title a:visited{
color:#666;
}

#site-title {
font-family:"GoudyBookletter", Georgia, serif;
font-size:39px;
text-shadow: 2px 2px 2px #e5efef;
}

a:link, a:visited{
text-decoration:none;
color:#cf99c6;
}

a:hover, a:active{
color:#af6291;
}

/* headdings */
h2 {
color:#cf99c6;
font-size:30px;
font-family:"GoudyBookletter", Georgia, serif;
font-weight:bold;
text-shadow: 1px 1px 1px #e5efef;
margin:0 0 14px;
}

h3 {
color:#cf99c6;
font-size:20px;
font-family:"GoudyBookletter", Georgia, serif;
font-weight:bold;
}

h3.projects {
clear:both;
color:#333333;
font-size:24px;
margin:0 90px;
padding:10px 0;
text-align:center;
text-transform:uppercase;
}

h4 {
font-size:18px;
font-family:"GoudyBookletter", Georgia, serif;
font-weight:bold;
margin:10px 0 8px;
}

#post-98 h4, #post-117 h4 {
margin: 18px 0 0 0;
border-bottom:1px solid #ccc;
}

h2 a:link, h2 a:visited {
color:#cf99c6;
text-decoration:none;
}

h2 a:hover, h2 a:active {
color:#CFA8CA;
text-decoration:none;
}

p {
line-height:1.4em;
margin:0;
padding:10px 0 5px;
}

.skip-link {
display:none;
}

#outer-wrap {
width:100%;
background:transparent url('./images/bar-/bk.png') repeat-x 0 220px;
margin:0 auto;
}

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

#header {
background:transparent url('./images/he/ad-bk.png') no-repeat center bottom;
float:left;
height:148px;
width:1040px;
text-align:left;
}

.home #header {
height:266px;
background:transparent url('./images/he/ad-bk.png') no-repeat center bottom;
float:left;
width:1040px;
text-align:center;
}

#site-title {
padding:8px 0 0 0;
text-shadow:4px 4px 4px #E5EFEF;
}

#masthead {
background-color:#C6DCD5;
background-image:none;
height:79px;
margin:15px 0 0;
padding:10px 0;
width:100%;
}

.home #masthead  {
background:transparent url('./images/header-headboard1.png') no-repeat 0 15px;
height:70px;
margin:0 auto;
padding:150px 0 0;
width:468px;
}

#content {
float:left;
margin:0;
padding:0 120px 0 40px;
width:400px;
z-index:400;
}

.page-template-default #content {
float:none;
margin:0 auto;
padding:0;
width:910px;
}

.single #content {
border-right:1px dashed #E6E6E6;
float:left;
margin:0;
padding:0 120px 0 40px;
width:550px;
}

#content-right {
float:left;
width:300px;
}

.sidebar {
float:right;
overflow:hidden;
width:280px;
padding:0 20px 0 0;
}

.widget-area #recent-posts-2 ul li, .widget-area #archives-2 ul li{
border-bottom:1px dashed #E6E6E6;
color:#6B6B6B;
display:block;
font-size:12px;
font-weight:bold;
padding:16px 12px 16px 10px;
position:relative;
width:160px;
}

#secondary {
clear:right;
}

#footer {
clear:both;
height:141px;
background:transparent url('./images/footer.png') no-repeat center top;
width:1040px;
margin:0 0 20px 0;
}

#access .menu-header {
background:transparent url('./images/nav-bk-all.png') no-repeat 0 0;
width:100%;
font-family:Georgia,Times,serif;
height:78px;
padding:0 8px;
}

.home #access .menu-header {
background:transparent url('./images/nav-bk-home-1.png') no-repeat 0 0;
}

.home #access .menu-header .page-item-46 {
}

#access .menu-header a
{
display:block;
float:left;
height:40px;
padding:0 0 0 16px;
display:block;
margin-right:5px;
text-decoration:none;
}

#access .menu-header a:link, #access .menu-header a:visited {
color:#666;
}

#access .menu-header a:hover, #access .menu-header a:active, #access .menu-header .current_page_item a {
color:#333;
background:transparent url('./images/bracket-lt.png') no-repeat left 6px;
color:#666666;
}

#access .menu-header a span {
padding:16px 16px 16px 0px;
display:block;
}

#access .menu-header a:hover span, #access .menu-header a:active span, #access .menu-header .current_page_item span{
background:transparent url('./images/bracket-rt.png') no-repeat right 6px;
}

#access .menu-header ul,#access .menu-header ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

.home #access .menu-header ul,.home #access .menu-header ul ul {
line-height:1;
list-style:none outside none;
margin:0 auto;
padding:0;
width:999px;
}

#monogram {
float:left;
height:64px;
margin:8 20px 0 0 0;
padding:0 0 0 10px;
}

h2#site-title {
width:250px;
float:left;
clear:none;
padding:18px 0 0 10px;
}


.entry-title,.entry-meta {
	clear:both;
}

.entry-meta {
	border-bottom:1px dashed #CFCFCF;
	display:inline;
	font-size:0.75em;
	padding:0 2px 2px;
}



.entry-utility, .byline{
	font-size:.75em;
	font-family: Georgia, times, serif;
	font-style:italic;
	padding:6px 2px 2px;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

#nav-above {
margin-bottom:1em;
}

#nav-below {
margin-top:1em;
}

#nav-images {
height:150px;
margin:1em 0;
}

.navigation {
height:1.25em;
}

.navigation .nav-next {
float:right;
text-align:right;
}

.widget-area h3 {
font-size:1.2em;
}

.widget-area input#s {
border:2px solid #ccc;
padding:2px;
}

.widget-area li form {
margin:0.2em 0 0;
padding:0;
}


#access .menu-header ul li,.gallery dl,.navigation .nav-previous {
float:left;
}

#footer {
text-align:center;
}

input#author,input#email,input#url,.navigation div {
width:50%;
}

.gallery *,.sidebar div,.sidebar h3,.sidebar ul {
margin:0;
padding:0;
}

.home #container{
padding:0 0 50px;
}

.home #home-wrap {
padding:30px 0 0;
background:transparent url('./images/bird-cage.png')no-repeat center 4px;
}

.page-item-10 {
margin:0 0 0 180px;
}

.hentry {
	background:#fff;
	border-radius: 16px;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
	padding: 10px 20px;
}

#quotes {
	clear:both;
	font-family:Georgia,Times,Serif;
	font-size:0.8em;
	height:100px;
	margin:0 auto;
	padding:50px 0 0;
	text-align:center;
	width:480px;
}

#quoterotator {
	text-transform:uppercase;
}

#quoterotator #quoteauthor{
	font-style:italic;
	padding: 0;
	text-transform:none;
	display:block;
	clear:both;
}


/* homepage blockquote */

.entry-content blockquote {
	padding:0 0 0 30px;
	quotes:none;
	background:transparent url('./images/quote-left.png') no-repeat 0 0;
	clear:right;
	margin:5px 0;
}

.entry-content blockquote p {
	font-size:1.1em;
	text-align:center;
	background:transparent url('./images/quote-right.png') no-repeat scroll right bottom;
	margin:0;
	padding:6px 6px 0 0;
}

.entry-content cite {
	float:right;
	padding: 0 30px 0 0;
}

.entry-content cite a:link, .entry-content cite a:visited {
	color:#ccc;
}

 .entry-content cite a:hover, .entry-content cite a:active, {
	color:#666;
}

#latest-projects #featured-image {
float:left;
padding:0px;
width:240px;
margin: 0 0 10px 0;
}

#latest-projects {
	width:893px;
	border-top:3px dotted #666;
	border-bottom:3px dotted #666;
	margin: 40px 0 30px 70px;
	float:left;
	background:#fff
}

#latest-projects a.more {
font-style:italic;
font-size:21px;
}

#latest-projects a.more:hover {
text-decoration:underline;}

h3#video-headline {
color:#000;
width:900px;
margin: 50px 0 10px 70px;
padding:0 0 2px 0;
border-bottom:1px solid #ccc;
text-align:center;
}

/* Structure the footer area */
#footer-widget-area {
	width:900px;
	overflow: hidden;
	padding:0 0 0 60px;
}

#footer-widget-area .widget-area {
float:left;
margin-right:8px;
width:320px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}

/***** Global Elements **************************************/

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/***** Header **************************************/


/***** Menu **************************************/


/***** Content **************************************/

.page-template-helen-php #content,  .page-template-book-php #content{
float:left;
margin:0;
padding:0 0 0 40px;
width:630px;
}

.page-template-helen-php #content-right, page-template-book-php #content-right{
font-size:13px;
float:right;
width:360px;
text-align:left;
}

.page-template-book-php #content-right {
background:transparent url('./images/all-that-is-bitter-and-sweet-judd-book-cover.jpg') no-repeat 0 0;
padding:270px 0 0;
 }

/* Asides **************************************/

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* Gallery listing **************************************/

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}

.home .front-pic {
padding: 20px;
width:360px;
	-moz-box-shadow: 2px 2px 12px #666;
	-webkit-box-shadow: 2px 2px 12px #666;
box-shadow: 2px 2px 12px #666;
border:1px solid #ccc;
}

.home .ngg-imagebrowser-desc {
height:80px;
width:380px;
margin: -93px 0 0 0;
background-color: rgba(255,255,255,0.7);
z-index:30000;
position:relative;
}

.home .ngg-imagebrowser-desc p {
margin:10px;
width: 90%;
}

/* Photo gallery **************************************/
.aj-galleryoverview #description {
padding:20px 0;
}

#gallery-right{ 
width:230px;
float:left;
padding:0 0 0 40px;
}

.aj-galleryoverview .pic{
width:560px;
float:left;
text-align:center;
border:1px solid #ccc;
padding: 10px;
margin:10px 10px 0 0;
}
.ngg-gallery-list {
float:left;
}

.page-id-46 #container {
padding:0 0 50px;
}

.aj-galleryoverview .ngg-gallery-list li img {
width:100px;
height:75px;
}

.aj-galleryoverview .ngg-gallery-list li {
margin:0 4px 8px !important;
}

#gallery-right .ngg-next, #gallery-right .ngg-prev {
font-size:1em;
font-weight:bold;
letter-spacing:-2px;
}

#gallery-right .ngg-prev {
float:left;
}

#gallery-right .ngg-next {
float:right;
}

/* Attachment pages **************************************/

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images **************************************/

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin: 0 14px 0 0;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}

/***** video **************************************/
.page-template-video-php #content {
float:left;
margin:0 20px 0 0;
padding:0 0 0 40px;
width:620px;
z-index:400;
}

.page-template-video-php #content-right {
padding:60px 0 0;
}

.page-template-video-php #content-right ul a{
text-align:center;
font-size:11px;
width:80px;
display:block;
padding: 60px 0 0;
margin: 0  0 10px 0;
}

.page-template-video-php #content-right .page-item-264 a{
background:transparent url('/wp-content/video/ashley-judd-clean-water.jpg') no-repeat center top;
}

.page-template-video-php #content-right .page-item-246 a{
background:transparent url('/wp-content/video/helen.jpg') no-repeat center top;
}

.page-template-video-php #content-right .page-item-248 a{
background:transparent url('/wp-content/video/ashley-judd-larry-king.jpg') no-repeat center top;
}

.page-template-video-php #content-right .page-item-412 a{
background:transparent url('/wp-content/video/ashley-judd-vh1-aids-intro.jpg') no-repeat center top;
}

.page-template-video-php #content-right a:link, .page-template-video-php #content-right a:visited {
border:1px solid #ccc;
}

.page-template-video-php #content-right a:hover, .page-template-video-php #content-right a:active {
border:1px solid #333;
}

.page-template-video-php #content-right .current_page_item a, .page-id-200 #content-right .page-item-246 a{
border:2px solid #CF99C6;
}



/***** Comments **************************************/
#comments {
	clear: both;
	padding:20px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/***** Widget Areas **************************************/

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #666;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

#content .aj-imagebrowser .pic {
text-align:center;
}

/***** favorites page **************************************/


.page-template-favs-php .entry-content {
padding: 0 0 0 20px;
}

.page-template-favs-php .entry-content ul li{
width:400px;
clear:both;
float:left;
border-bottom:1px solid #ccc;
padding:10px;
margin:5px 10px;
}

.page-template-favs-php .entry-content p {
float:left;
padding:0;
margin:0;
}

.page-template-favs-php .entry-content h3 {
float:left;
clear:none;
width:300px;
}

.page-template-favs-php img.alignleft {
margin:0;
}

.page-template-favs-php .entry-content #videos h3 {
float:left;
clear:none;
width:100%;
margin: 8px 0;
}

/***** films page **************************************/

.page-template-films-php #content {
width:680px;
padding:0 20px 0 40px;
}

.page-template-films-php #content-right {
width:200px;
}

.page-template-films-php #content ol li {
border-bottom:1px dashed #CCCCCC;
margin:10px;
padding:6px 0 11px;
}

/***** kentukiana page **************************************/

/*.page-id-53 #content {
float:left;
margin:0;
padding:0 170px 0 40px;
width:460px;
z-index:400;
}*/

#post-53 li { 
display:block;
clear:both;
margin: 10px 0 20px;
}

#ky-state-facts li{
border-bottom:1px dashed #CCCCCC;
font-size:0.7em;
margin:10px;
padding:6px 0 11px;
}

div.menu-helen {
width:300px;
}

#menu-helen li, #menu-book li{
border-bottom:1px dashed #CCCCCC;
margin:10px;
padding:6px 0 11px;
}

#menu-helen a:hover, #menu-helen a:active, #menu-helen .current_page_item a, #menu-book a:hover, #menu-book a:active, #menu-book .current_page_item a{
color:#cccccc;
}

.dbem_events_list {
font-size:.80em;
width:90%;
}

ul.dbem_events_list li {
margin:10px 0;
padding: 6px;
border: 1px solid #EFEFEF;
border-left: 6px solid #B5D5CD;
}

h4.event-location {
margin:0;
}

#helen-sidebar, #book-sidebar {
font-size:11px;
width:300px;
}

#helen-sidebar, #book-sidebar {
font-size:12px;
}

#helen-sidebar li, #book-sidebar li{
margin:0 0 7px;
}

#book-sidebar h5{
font-size:16px;
}

#press-praise {
width:90%;
}

#press-praise li {
margin: 6px 4px 10px;
overflow:hidden;
}

#press-praise blockquote p {
background-image:none;
font-size: .85em;
text-align: left;
}

#post-126 .entry-content blockquote p {
font-size:1em;
margin:0;
}

#ky-state-facts li strong{
}

#ky-state-facts li#bird{
background:transparent url('') no-repeat 0 0;
}

#ky-state-facts li#butterfly{
padding-left:46px;
background:transparent url('./images/viceroy-butterfly.png') no-repeat 0 0;
}

#ky-state-facts li#flower{
padding-left:46px;
background:transparent url('./images/goldenrod.png') no-repeat 0 0;
}

#ky-state-facts li#tree{
padding-left:46px;
background:transparent url('./images/tulip-poplar.png') no-repeat 0 0;
}

.blog #content {
float:left;
margin:0;
padding:0 0 0 40px;
width:650px;
}

/***** Footer **************************************/


/* Mobile Safari ( iPad, iPhone and iPod Touch ) **************************************/

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/***** Print Style **************************************/

@media print {
	body {
background:none !important;
	}
	#wrapper {
float: none !important;
clear: both !important;
display: block !important;
position: relative !important;
	}
	#header {
border-bottom: 2pt solid #000;
padding-bottom: 18pt;
	}
	#colophon {
border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
float: none;
margin: 0;
padding:0;
line-height: 1.4em;
	}
	#site-title {
font-size: 13pt;
	}
	.entry-content {
font-size: 14pt;
line-height: 1.6em;
	}
	.entry-title {
font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
display: none !important;
	}
	#container,
	#header,
	#footer {
width: 100%;
margin: 0;
	}
	#content,
	.one-column #content {
width: 100%;
margin: 24pt 0 0;
	}
	.wp-caption p {
font-size: 11pt;
	}
	#site-info,
	#site-generator {
float: none;
width: auto;
	}
	#colophon {
width: auto;
	}
	img#wpstats {
display:none
	}
	#site-generator a {
padding: 0;
	margin: 0;
	}
	#entry-author-info {
border: 1px solid #e7e7e7;
	}
	#main {
display:inline;
	}
	.home .sticky {
border: none;
	}

}

#content .aj-galleryoverview .pic img {
    max-width: 560px;
}

#primary .widget_tweetblender {width: 240px;}

#tweets {
width: 300px;
float: left;
}

#latest-projects #projects {
width: 539px;
float: left;
margin: 10px 20px 10px 0;
}

.project-1, .project-2 {
/*width: 200px;
float: left;
*/
}

#tweets h4 {
background:#fff url('./images/tweet-top.png') no-repeat center 0;
padding:56px 50px 10px;
text-align:center;
}

#tweets .twitter, #tweets .follow {
text-transform:uppercase;
}

#tweets .twitter {font-size:1.4em;}

#tweets div.tb_tweet {
border-top: dashed 1px #ccc;
padding: 6px;
}

#tweets div.tb_tweetlist {
padding: 0 10px;
border-bottom: dashed 1px #ccc;
font-size: .90em;
}

.wp-tweet {
float: right;
clear: both;
padding: 5px 0px 0px 0;
}

#content a.tb_photo img {margin-right: 4px;}

.missing-tweets {margin: 0 0 0 10px;}

.page-template-missing-php #tweets h4 {
background-image: none;
padding: 0 50px 10px;
}

.page-template-missing-php #tweets {width: 450px;}

.page-template-missing-php #content {
border-right: 1px dashed #E6E6E6;
float: left;
margin: 0;
padding: 0 90px 0 40px;
width: 480px;
}

.page-template-missing-php #missing-sidebar {
margin: 0 0 0 15px;
}

.page-template-missing-php h2 {font-size: 1.5em;}

.page-template-missing-php .video-embed {
border: 5px solid #ccc;
width: 426px;
background: #000;
float: right;
}

#missing-sidebar li {
border-bottom:1px solid #e6e6e6;
margin:0 10px 4px;
padding:6px 0 6px;
}

#speaking-sidebar .headshot img{
border:1px solid #ccc;
}

#speaking-sidebar .headshot {
    border: 1px solid #CCCCCC;
    float: left;
    padding: 12px;
}

#speaking-sidebar .speaking-contact {
margin: 24px;
font-style:italic;
clear:both;
font-size:.90em;
}

.page-template-speaking-php #content {
padding: 0 2px 0 40px;
width: 641px;
}

#content .addendum {
font-size:.80em;
font-style:italic;
margin:10px;
padding:14px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.email-form .wrap{
text-align:center;
}

.email-form #mc_embed_signup {
width:80%;
}

.email-form #mc_embed_signup {
width:80%;
}

body.email-form  {
background: #fff;
background-image: none;
font:14px/20px 'Helvetica', Arial, sans-serif;
min-width:600px;
margin:0;
padding:75px 0 0 0;
text-align:center;
-webkit-text-size-adjust:none;
}
.email-form p{
padding:0 0 10px 0;
}
.email-form textarea{
font:12px/18px 'Helvetica', Arial, sans-serif;
}
.email-form h2{
font-size:22px;
line-height:28px;
margin:0 0 10px 0;
}
.email-form h3{
margin:0 0 5px 0;
padding:0;
}
.email-form fieldset{
padding:10px;
background-color:#ddd;
border:1px solid #ccc;
}
.email-form label{
float:none;
clear:both;
display:block;
width:auto;
margin-top:8px;
text-align:left;
font-weight:bold;
position:relative;
color:#888888;
font-size:12;
}
.email-form .field-group{
float:none;
margin:3px 0 15px 0;
padding:5px;
border-style:solid;
background:-moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .25));
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(255, 255, 255, 0)),color-stop(1, rgba(255, 255, 255, .25)));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#3fffffff');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#3fffffff')";
}
.email-form .field-group input{
display:block;
margin:0;
padding:5px;
border:0;
background:none;
width:98%;
}
.email-form .radiogroup input,.email-form .phonearea input,.email-form .addressfield input,.email-form .datefield input,.email-form .groups input{
width:auto;
}
.email-form .field-group label{
clear:none;
}
.email-form .field-group textarea{
background:none;
border:none;
width:525px;
height:150px;
margin:0;
overflow:auto;
}
.email-form .field-help{
display:none;
font-weight:normal;
position:static;
float:none;
clear:both;
margin:5px -5px -5px -5px;
width:auto;
padding:8px 10px;
line-height:16px;
font-size:12px;
-moz-border-radius:0;
border-radius:0;
-webkit-border-radius:0;
color:#CF99C6;
}
.email-form .field-help .help{
min-height:16px;
text-decoration:none;
}
.email-form .field-group .feedback br{
display:none;
}
.email-form .field-group .feedback div{
margin:0 !important;
padding:0 !important;
}
.email-form .addressfield .subfield{
clear:left;
}
.indicates-required{
text-align:right;
}
.email-form .indicates-required span{
font-size:150%;
font-weight:bold;
}
.email-form label .asterisk{
position:absolute;
top:36px;
right:10px;
font-size:30px;
}
.email-form .error,.email-form .errorText{
margin:5px 0 0 0;
padding:5px 10px;
}
.email-form .formstatus{
margin-bottom:10px;
}
.email-form .alert{
background:#e4f3d4;
border:2px solid #5ca000;
font-size:14px;
color:#5ca000;
margin:10px 0;
padding:10px;
}
.email-form .alert a{
color:#5ca000;
text-decoration:underline;
}
.email-form .datefield,.email-form .phonefield-us{
padding:5px;
}
.email-form select{
width:300px;
margin:5px;
}
.email-form ul.unsub-options{
display:block;
}
.email-form ul.unsub-options li{
display:block;
padding-bottom:5px;
}
.email-form ul.unsub-options li label{
display:inline;
padding-left:5px;
}
.email-form ul.unsub-options li textarea{
display:block;
padding:5px;
background:#fff;
border:1px solid #ccc;
margin:5px 0;
width:350px;
height:100px;
}
.email-form .button,.email-form .button-small{
display:inline-block;
font-family:'Helvetica', Arial, sans-serif;
width:auto;
white-space:nowrap;
height:32px;
margin:5px 5px 0 0;
padding:0 22px;
text-decoration:none;
text-align:center;
font-weight:bold;
font-style:normal;
font-size:15px;
line-height:32px;
cursor:pointer;
border:0;
-moz-border-radius:4px;
border-radius:4px;
-webkit-border-radius:4px;
vertical-align:top;
}
.email-form .button-small{
float:none;
display:inline-block;
height:auto;
line-height:18px !important;
padding:2px 15px !important;
font-size:11px !important;
}
.email-form .button span{
display:inline;
font-family:'Helvetica', Arial, sans-serif;
text-decoration:none;
font-weight:bold;
font-style:normal;
font-size:15px;
line-height:32px;
cursor:pointer;
border:none;
}
.email-form span.or{
display:inline-block;
height:32px;
line-height:32px;
padding:0 5px;
margin:5px 5px 0 0;
}
.email-form .clear{
clear:both;
}

.email-form input{
-webkit-appearance:none;
}
.email-form input[type=checkbox]{
-webkit-appearance:checkbox;
}
.email-form input[type=radio]{
-webkit-appearance:radio;
}
.email-form h1{
font-size:30;
margin-bottom:15px;
padding:0;
margin-top:0;
}
.email-form .button:link,.email-form .button:active,..email-form button:visited,.email-form .button,.email-form .button span,.email-form .button-small:link,.email-form .button-small:active,.email-form .button-small:visited,.email-form .button-small{
background-color:#a3c2b8;
color:#ffffff;
}
.email-form .button:hover,.email-form .button-small:hover{
background-color:#c6dcd5;
color:#ffffff;
}
.email-form label{
line-height:150%;
font-family:Helvetica;
font-size:12;
color:#888888;
}
.email-form .field-group{
background-color:#eeeeee;
border-width:2px;
border-color:#d0d0d0;
}
.email-form .datefield input,.email-form .phonefield-us input,.email-form .addressfield input{
border-bottom-width:1px;
border-bottom-style:solid;
border-color:#999999;
}
.email-form .field-group input,.email-form .field-group textarea{
font-family:Georgia;
font-size:20;
color:#CF99C6;
}
.email-form .asterisk{
color:#888888;
}
.email-form .field-help{
background-color:#dcdcdc;
color:#CF99C6;
}
.email-form .error,.email-form .errorText{
font-size:12px;
color:#6b0505;
background-color:#f4bfbf;
}
a.list-signup {
display: block;
padding: 8px;
border-radius: 10px;
text-align: center;
}
a.list-signup:link, a.list-signup:visited {
background: #E9E2E8;
border: 2px solid #D2A8CA;
}
a.list-signup:hover, a.list-signup:active, a.list-signup:focus{
background: #EFEFEF;
border: 2px solid #E9E2E8;
}