/**
Theme Name: Jungian Theme
Author: John
*/

/********************************************************************************/

/* eric meyers reset: v1.0 | 20080212 */
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; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; }

/********************************************************************************/

body {
font: 16px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
background: #A9A985;
color: #666;
}

h1,h2,h3,h4,h5,h6{ color: #333; }
h1{font-size:25px}
h2{font-size:23px}
h3{font-size:21px}
a{color:#6E6E2B;}
a:visited{color: #A9A985; }
strong{color: #333; }

.clear {clear:both;}

/********************************************/
/*** wordpress ***/

.alignleft{
float:left;
}

.alignright{
float:right;
}

/********************************************/

#container {
margin: 10px auto;
padding:40px 40px;
width: 960px;
background-color: #FFF;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

/********************************************/

#header{
border: 1px solid #aaa;
padding:20px;
margin-bottom:80px;
border-radius:6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

#header a{
text-decoration:none;
color:#333;
}

#header #name{
float:left;
color:#333;
margin-top:20px;
font-size:40px;
font-weight:bold;
}

#header #title{
float:right;
color:#333;
margin-top:20px;
font-size:40px;
font-weight:bold;
}

/********************************************/

#breadcrumbs{
font-size:14px;
margin:10px 0 40px 0;
}

/********************************************/

#footer{
color:white;
margin: 10px auto;
text-align:center;
font-size:small;
}

#footer a{
color:white;
text-decoration:none;
}

/********************************************/

#menu {
font-size:large;
}

#menu ul, #menu ul li {
list-style: none;
margin: 0;
padding: 0;
}

#menu ul {
padding: 5px 0 4px;
text-align: center;
}

#menu ul li {
display: inline;
margin-right: 0;
}

#menu ul li.last {
margin-right: 0;
}

#menu ul li a {
background: url("css/images/nav_buttons_right.jpg") no-repeat 100% 0;
color: #666;
padding: 5px 0;
text-decoration: none;
}

#menu ul li a span {
background: url("css/images/nav_buttons_left.jpg") no-repeat;
padding: 5px 0.4em;
}

#menu ul li a:hover {
color: #222;
background-position: right -100px;
}

#menu ul li a:hover span {
background-position: left -100px;
}

#menu ul li.current_page_item a,
#menu ul li.current_page_ancestor a{
color: black;
background-position: right -50px;
}

#menu ul li.current_page_item a span,
#menu ul li.current_page_ancestor a span{
color: black;
background-position: left -50px;
}

/********************************************/

.pullquote{
padding: 20px 0 20px 20px;
margin-left:40px;
border-top:1px solid #333333;
border-bottom:1px solid #333333;
width:450px;
float:right;
font-style:italic;
text-align:right;
font-variant: small-caps;
}

cite{
font-weight:bold;
font-style:normal;
}

/********************************************/

#content{
border:1px solid #aaa;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

#content h1,h2,h3,h4,h5,h6{
margin:20px 0;
}

#content h1{
border-bottom:1px solid grey;
}

#content h3{
font-size:small;
}

#content p{
margin:10px 0;
}

#content hr{
margin:20px 0;
}

#content ul, #content ol{
margin-left:15px;
list-style: disc;
}

#content-inner{
padding:20px;
}

/********************************************/

.home {
}

.home h2{
border-bottom: 1px solid gray;
}

.homebox {
font-size:x-large;
padding-bottom:80px;
}

.homebox img{
float:left;
padding: 10px;
margin: 0 10px 10px 0;
border:1px solid #CCC;
}


.home blockquote {
font-style:italic;
font-size: 32px;
background: url("css/images/quote-right.jpg") no-repeat 100% 0;
margin:60px 0px 80px 0px;
color: #A9A985;
color: #6E6E2B;
/*
color: #FFF;
font-style:italic;
font-size: 32px;
margin:60px 20px;
padding:20px 20px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background: #A9A985;
*/
}

.home blockquote div{
padding:0 30px 0 60px;
background: url("css/images/quote-left.jpg") no-repeat 0 0;
}

.home cite {
color: #D4D4BB;
color: #A9A985;
padding:20px;
font-weight:normal;
}

.home #more_box {
float:left;
width:290px;
}


.home #podcast_box {
float:left;
width:290px;
margin-left:10px;
}

.home #news_box {
float:left;
width:290px;
margin-left:10px;
}

.home .hr{
margin:10px 0;
}

/********************************************/

#contact_box{
float:right;
width:400px;
}

#contact_form_box{
margin-top:20px;
border-right: 1px dotted #CCC;
padding-right:50px;
float:left;
width:400px;
}

/********************************************/

.img_right{
float:right;
padding: 10px;
margin: 0 0 10px 10px;
border:1px solid #CCC;
}

/********************************************/

#podcasts h2, #podcasts h3{
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
}

#podcasts p{
margin-top:0;
font-style:italic;
}

#podcasts img{
margin:0px 20px 10px 0px;
float:left;
}

#podcasts .pubdate{
margin-bottom:0;
font-style:italic;
font-size:x-small;
}

/********************************************/

#news h2, #news h3{
margin-top:0;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
}

#news p{
margin-top:0;
}

#news .pubdate{
margin-bottom:0;
font-style:italic;
font-size:x-small;
}

div.hr {
margin:20px 0;
background-color:#DDD;
height:1px;
}

div.hr hr {
display: none;
}

/********************************************************************************/

#contactForm{
text-align:left;
}

#contactForm ul{
list-style:none;
}

#contactForm label{
font-weight:bold;
font-size:1.2em;
}

#contactForm .error {
color: red;
padding:10px 0;
}

.success {
color: green;
padding:10px 0;
}

#contactForm input[type=text],
#contactForm textarea{
border:1px solid #CCC;
padding:2px;
width:100%;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.screenReader {
left: -9999px;
position: absolute;
top: -9999px;
}
