/*
Theme Name:		UCP Custom WordPress Theme*/
body {
background: #fff url(images/mainbg.png);
color:#333;
font-size: 12px;
font-family: Arial;

}

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

}

/*---:[ global elements ]:---*/
a {
color:#555;
text-decoration: none;
}

a:visited {
color:#555;
}

a:hover {
color:#555;
text-decoration: underline;

}

a img {
border:none;
}

blockquote {
border-left:1px solid #aaa;
color:#555;
margin:0 30px 12px;
padding:0 0 0 10px;
}

abbr,acronym {
border-bottom:1px dotted #aaa;
cursor:help;
text-transform:uppercase;
}

code {
color:#090;
font-family:Courier, monospace;
}

pre {
clear:both;
font-size:12px;
margin:0 0 12px;
overflow:auto;
}

p.center {
text-align:center !important;
}

p.bottom {
margin:0 !important;
}

.flickr_blue {
color:#007ae4;
text-transform:lowercase;
}

.flickr_pink {
color:#ff2a96;
text-transform:lowercase;
}

.green {
color:#090;
}

.red {
color:red;
}

.orange {
color:#f40;
}

.purple {
color:#909;
}

/*---:[ headlines ]:---*/
h1,h2,h3 {
color:#000;
font-weight:700;
text-decoration: none;

}



h1 {
clear:both;
padding:10px 0;
text-align:center;
font-size: 25px;
}

.home h2 a, .home h2 a:visited {
font-size:20px;
color: #777;
font-weight: bold;
background: url(images/arrow.png) no-repeat top right;
text-decoration: none;
display: block;
margin-bottom: 4px;
}


.home h2 a:hover {
background: none;
background: url(images/arrow-ro.png) no-repeat top right;
color: #111;

}



.home h2 a {
text-decoration: none;

}



h2 a:hover {
text-decoration:none;
}

.posts h2 {
line-height:1.2em;
margin:0 0 0.1em;
}

.pages h2,h2.page_header {
margin:0 0 0.75em;
padding:10px;
border-bottom: 1px solid #999;
}

.entry a{
text-decoration: underline;
}

.entry a:hover {
color: #000;
}
.entry h2 {
font-size: 18px;
padding: 2px 10px;

}

h2.archive_head {
border-top:3px solid #000 !important;
font-size:1.4em !important;
font-weight:700 !important;
letter-spacing:normal !important;
margin:0 0 1.8em !important;
padding:0.4em 2px !important;
text-transform:uppercase !important;
}

h3 {
font-size:1em;
text-transform:uppercase;
}

#masthead h3 {
color:#888;
font-size:1.8em;
font-weight:400;
margin:0 0 0.75em;
text-align:center;
text-transform:none;
}

.entry h3 {
clear:both;
margin:2.5em 0 0.5em;
}

.entry h3.top {
margin:1.5em 0 0.5em !important;
}

h4 {
color:#888;
font:1.2em Arial, sans-serif;
}

.posts h4 {
background:url('images/hr_title_sep.gif') 0 100% no-repeat;
margin:0 0 1.25em;
padding:0 0 1em;
}

/*---:[ core layout elements ]:---*/
#container {
margin:0 auto;
width:1020px;
padding: 0;
clear: both;
border: 2px solid #e7fdd9;
border-top: 0;
background: #fff;

}

#content_box {
clear:both;
float:left;
text-align:left;
width:1000px;
min-height: 600px;
}

.page-template-home-php #content_box{
background: #FFFFFF url(images/swoosh.jpg) left 377px no-repeat;

}

#content_box h1 {
color: #333;
text-align: center;
}

#content {
float:left;
padding:0 40px 0 0;
width:680px;
}

.page-template-home-php #sidebar {
float:left;
width:310px;
}

#footer {
clear:both;
padding:0px 10px 10px 10px;
width:1000px;
/* background: #fff url(images/footerbg.png) no-repeat bottom left; */
margin: 0 auto
}

/*---:[ header styles ]:---*/
#masthead {
background:#fff url('images/banner.jpg') no-repeat;
height:165px;
width:1020px;
margin: 10px auto 0;
border: 2px solid #e7fdd9;
border-width: 2px 2px 0;
}

#masthead a {
width: 100%;
height: 100%;
display: block;
}

ul#nav {
background:url('images/navbg.png') repeat-x;

clear:left;
float:left;
list-style:none;
width:720px;
margin: 0;
height: auto;
}

ul#subpages ul {
display: none;
}

#navigation {
background:url('images/navbg.png') repeat-x;
border-bottom:2px solid #ededed;
border-top:1px solid #ededed;
float: left;
width: 100%;
}
div#nav-r {
background:url('images/navbg.png') repeat-x;

float: right;
width:296px;
}
ul#nav-r {

float:left;
list-style:none;
clear: right;
width:auto;
margin: 0;
height: 40px;

}


ul#nav-r li.rss {
float:right;
}

ul#nav-r li.rss a {
background:url('images/icon_rss.gif') 100% 0% no-repeat;
padding:0 18px 0 0;
}

#header_img {
border-bottom:1px solid #000;
clear:both;
float:left;
margin:0 0 3em;
position:relative;
}

#header_img img {
display:block;
}

/* this is really just an IE 6 and 7 hack in disguise 
---:[ content styles ]:---*/
.entry,.comment .reply {
font-size:1.4em;
line-height:1.65em;
overflow:hidden;
}

.entry blockquote.right {
border:3px double #aaa;
border-width:3px 0;
float:right;
font-size:1.3em !important;
font-style:normal !important;
margin:0.3em 0 0.3em 15px !important;
padding:0.3em 0 !important;
text-align:center;
width:200px;
}

.entry blockquote.left {
border:3px double #aaa;
border-width:3px 0;
float:left;
font-size:1.3em !important;
font-style:normal !important;
margin:0.3em 15px 0.3em 0 !important;
padding:0.3em 0 !important;
text-align:center;
width:200px;
}

.entry blockquote.right p,.entry blockquote.left p {
line-height:1.4em !important;
margin:0 !important;
}

.entry ul,.entry ol {
margin:0 0 1.5em 0px;
list-style-type:none;

}

.entry ul {
list-style-type:none;
margin-left: 10px;
}

.entry li {
margin:0 0 20px 10px;
list-style-type: disc;
}
.entry li img {
float: left;
padding: 2px;
margin: 4px 6px;

}

.entry ul li ul,.entry ul li ol,.entry ol li ul,.entry ol li ol {
margin:10px 0 20px 30px;
list-style-type:none;

}

.entry dt {
font-weight:700;
margin:0 0 0.5em;
}

.entry dd {
margin:0 0 1.5em 20px;
}

.entry .ad {
float:right;
margin:0 0 0.5em 15px;
}

.entry .ad_left {
float:left;
margin:0 15px 0.5em 0;
}

/*---:[ image styles ]:---
.entry img { max-width: 490px; }*/
.entry img,.entry .gallery img {
border:3px double #bbb;
}

.entry img.left,.entry img.alignleft, img.left {
clear:left;
float:left;
margin:0 15px 2px 0;
padding:3px;
border: 1px double #999;
}

.entry img.right,.entry img.alignright, a.alignright p.right  {
clear:right;
float:right;
margin:0.5em 0 0.5em 15px;
padding:3px;
}

.entry img.center,.entry img.aligncenter {
clear:both;
display:block;
float:none;
margin:0 auto 1.5em;
padding:3px;
}

.entry img.off {
border:none !important;
padding:0 !important;
}

.entry img.stack {
clear:none !important;
}

.entry div.alignleft {
float:left;
text-align:left;
}

.entry div.alignright {
float:right;
text-align:right;
}

.entry div.aligncenter {
margin:0 auto;
text-align:center;
}

.entry div.wp-caption {
border:3px double #bbb;
margin: 2px 5px;
max-width:490px;
overflow:hidden;
}

.entry .wp-caption img {
border:none;
display:block;
margin:5px auto;
}

.entry .wp-caption-text {
font-size:0.8em;
line-height:1.3em;
margin:0 5px;
}

.entry .gallery {
margin:auto auto 15px;
}

.entry .gallery .gallery-item {
margin:0 0 0.6em;
}

.entry .gallery .gallery-icon,.entry .gallery .gallery-caption {
margin:0;
}

.entry .gallery .gallery-caption {
font-size:0.8em;
line-height:1.3em;
margin:0 5px;
text-align:left;
}

.tagged {
clear:both;
color:#888;
font-size:1.2em;
line-height:1.6em;
padding:0.4em 0 0;
}

.tagged a,.tagged a:visited {
color:#333;
padding:0.25em;
text-decoration:none;
}

.tagged a:hover {
background:#333;
color:#fff;
text-decoration:none;
}

.add_comment {
display:block;
float:right;
font-weight:700;
padding:0 0 0 20px;
}

.navigation {
float:left;
font-size:1.4em;
width:500px;
}

.previous {
float:left;
padding:0 20px 0 0;
}

.next {
float:right;
}

.clear {
clear:both;
height:1px;
margin:0 0 5em;
width:500px;
}

.rule {
}

.flat {
margin:0 0 2em !important;
}

.whitespace {
margin:0 0 .5em !important;
}

/*---:[ sidebar styles ]:---*/
#sidebar {
float: right
}
#sidebar a {
font-weight: bold;
}
ul.sidebar_list {
list-style:none;
}

ul.sidebar_list li.widget,ul.sidebar_list li.linkcat {
float:left;
font-size:1.3em;
line-height:1.4em;
margin:0 0 .5em;
width:280px;
clear: left;
}

li.widget h2,li.linkcat h2 {
background:url('images/hr_dot_black.gif') 0 100% repeat-x;
border-top:1px solid #999;
font-size:1.077em;
font-weight:700;
letter-spacing:normal;
margin:0 0 0.8em;
padding:0.4em 2px;
text-transform:uppercase;
}

li.widget p {
margin:0 0 1.5em;
padding:0 10px;
}

li.widget ul,li.linkcat ul {
list-style:square;
margin:0 0 0.5em 0px;
}

li.widget ol,li.linkcat ol {
margin:0 0 0.5em 20px;
}

li.widget li,li.linkcat li {
margin:0 0 0.7em;
}

li.widget li a,li.widget li a:visited,li.linkcat li a,li.linkcat li a:visited {
text-decoration:none;
}

li.widget li .recent_date {
color:#888;
font-weight:700;
padding:0 0 0 8px;
}

li.widget ul.flickr_stream {
list-style:none;
margin:0;
padding:0 10px;
}

li.widget ul.flickr_stream li {
display:inline;
margin:0;
padding:0 5px 5px 0;
}

li.widget ul.flickr_stream li a img {
padding:3px;
}

/*---< FlickrRSS styles for the widget only >---*/
li.widget_flickrrss a img {
margin:0 5px 5px 0;
padding:3px;
}

/*---< Calendar widget styles >---*/
#calendar_wrap {
font-size:1.3em;
}

/*---:[ footer styles ]:---*/
#footer p {
color:#888;
font-size:1.3em;
margin:0px;
text-align:right;
padding: 10px;

}

/*---:[ comment styles ]:---*/
#comments {
clear:both;
float:left;
width:500px;
}

ul#comment_list {
border-top:1px solid #bbb;
float:left;
list-style:none;
margin:0 0 1.2em;
}

ul#comment_list li {
overflow:hidden;
}

ul#comment_list li.comment {
border-bottom:1px dotted #bbb;
float:left;
padding:1.2em 0;
width:500px;
}

ul#comment_list li.comment ul.children {
padding:0 0 0 3.6em;
}

ul#comment_list li.comment ul.children li {
border-bottom:none;
border-top:1px dotted #bbb;
list-style:none;
margin-top:1.2em;
padding-bottom:0;
width:100%;
}

ul#comment_list li.trackback,ul#comment_list li.pingback {
background:url('images/trackback_bg.gif');
padding:1.2em 15px;
width:470px;
}

.comment_meta {
margin:0 0 1.2em;
}

.comment_avatar .avatar {
float:right;
padding:0 15px 0 20px;
}

.comment_num {
float:right;
font-size:1.4em;
font-weight:700;
padding:0 15px 0 20px;
}

.trackback .comment_num,.pingback .comment_num {
padding:0 0 0 20px;
}

.comment_num a:hover {
color:#df0000;
text-decoration:none;
}

.comment_meta strong {
font-size:1.6em;
}

.comment_time {
font:normal 1.1em Verdana, Helvetica, Arial, sans-serif;
}

.comment .entry,.comment .reply {
padding:0 15px;
}

.comment .entry p {
margin:0 0 1em;
}

/*---:[ comment form styles ]:---*/
#respond {
clear:both;
overflow:hidden;
padding:2.4em 0 0;
}

#comment_form {
float:left;
padding:1em 0 0;
width:500px;
}

#comment_form p {
padding:0.6em 0;
}

#comment_form label {
font-size:1.2em;
padding:0 0 0 10px;
}

#comment_form .text_input {
border-bottom:1px solid #fff;
border-left:2px solid #999;
border-right:1px solid #fff;
border-top:2px solid #999;
color:#444;
font:normal 1.4em Georgia, "Times New Roman", Times, serif;
padding:3px;
width:191px;
}

#comment_form .text_area {
width:321px !important;
}

#comment_form .text_input:focus {
border-bottom:1px solid #ddd;
border-left:2px solid #666;
border-right:1px solid #ddd;
border-top:2px solid #666;
}

#comment_form .form_submit {
background:url('images/submit_bg.gif');
border:3px double #999;
border-left-color:#ccc;
border-top-color:#ccc;
cursor:pointer;
font:bold 1.4em Georgia, "Times New Roman", Times, serif;
padding:0.4em 4px;
}

/*---:[ search form styles ]:---*/
#search_form .search_input {
background: #f3f3f3;
border: 1px solid #a1a1a1;
color:#474747;
padding:3px;
width:211px;

}

ul#nav-r .search_input {
margin-top:3px;

}

#search_form .search_input:focus {
background: #fff;
border: 1px solid #000;
color: #000;
}

p.unstyled,h3.comments_headers,#comment_form p.subscribe-to-comments {
font-size:1.4em;
padding: 10px;
}

h1 a,h1 a:visited,h1 a:hover,h2 a, {
color:#000;
text-decoration:none;
}

h4 a,h4 a:visited,#footer a,#footer a:visited,.comment_num a,.comment_num a:visited,.comment_time,.comment_time a {
color:#888;
text-decoration:none;
}

h4 a:hover,#footer a:hover {
color:#888;
text-decoration:underline;
}

.entry blockquote,#comment_form p.subscribe-to-comments label {
font-size:1em;
}

.entry p,.entry dl {
margin:0;
}

li.widget li a:hover,li.linkcat li a:hover,.comment_time a:hover {
}

li.widget ul.flickr_stream li a:hover img,li.widget_flickrrss a:hover img {
background:#ff2a96;
}

.home ul.sidebar_list li {
padding: 10px;
margin-bottom:8px;
}

.home #content {
width: 680px;
padding-right: 10px;
}

.home .rounded-sidebar {
    margin: 4px auto;
    color: #111;
    width: 268px;
    padding: 10px;
    text-align: left;
    background-color: #ededed;
    border: 1px solid #999;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.home .rounded-sidebar form {
text-align: center;
margin: 5px;
}

#content p {
padding-left: 10px;
}

#homepage-lower {
height: 330px;
background: #fff url(images/footerbg.jpg) bottom left no-repeat;
}

#homepage-lower-box-l, #homepage-lower-box-m, #homepage-lower-box-r {
float: left;
margin: 14px 0 0 27px;
width: 278px;
height: 278px;
overflow: hidden;
padding: 10px;
text-align: left
}



#homepage-lower-box-m {
margin-left: 32px;
}

#homepage-lower-box-r {
margin-left: 35px;

}

#homepage-lower-box-l {
margin-top: 
font-weight: bold;
}

#homepage-lower-box-l img {
float: left;
padding: 4px 6px;
}

#homepage-lower-box-l a, #homepage-lower-box-m a {
text-align: right;
display: block;
margin-top: 40px;}

.right {
float: right;

}

div#subpages {
width: 680px;
border-bottom: 1px solid #999;
float: left;
}

div#subpages a {
font-weight: bold;
}

ul#subpages li {
display: inline;
float: left;
margin: 0px 4px;
padding: 4px 0px 4px 11px;
}

ul#subpages .current_page_item, ul#subpages .current_page_parent {
background: url(images/subpage-highlight.jpg) top left no-repeat;
}

ul#subpages .current_page_item a, ul#subpages .current_page_item a:visited{
color: #000;
}


.fact {
margin: 50px 15px 0 15px;
font-weight: bold;
}


.parent-pageid-5 li.ancestors, .parent-pageid-284 li.ancestors {
display: block;
}

li.quotes p{
line-height: 28px;
font-size: 16px;
}

.quotes {
font-style: italic;
}

.quotes h2 {
font-style: normal;
}

ul.ancestors {
display: none;
line-height: 20px;

}


li.ancestors {
margin-bottom: 0!important;
padding-bottom: 0!important;
line-height: 0!important;
}

#donate-buttons input{
margin: 6px;
float: left;
}

#donate-buttons {
clear: both;

}


ul.ancestors li{
background: url(images/subpage-highlight-blue.gif) no-repeat 0px 5px;
padding-left: 12px;
}

ul.ancestors li.current_page_item {
background: url(images/l-arrow.gif) no-repeat 0px 4px!important;
padding-left: 15px;
}

ul.ancestors li.current_page_item a{
color: #000;
}

ul.ancestors li a:hover {
color: #000;
text-decoration: underline;
}

ul.ancestors li.oddrow {
background: url(images/subpage-highlight-green.gif) no-repeat 0px 5px;
padding-left: 12px;
}

input {

}


a.top {
margin: 5px;
float: right;}


div.wpcf7-response-output  {
margin:0px 0 0 90px!important;
padding:2px 1em!important;
z-index: 99999;
background: #fff!important;

}

span.wpcf7-not-valid-tip {
display: none;
}

div#send {
float: left;
margin-left: 10px;
width: 55px;
overflow: hidden;
}
