/*
Theme Name: wufpac
Description: Custom Wordpress Theme for wufpac
Version: 0.2
Author: Sean Slinsky
Author URI: http://seanslinsky.com/

*/


/* Begin Typography & Colors */
body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family:Helvetica, Arial, sans-serif;
    background:#e5e5e5;
    color: #333;
    margin:0;
    padding:0;
}

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

.inner {
    width:904px;
}

#content_main {
    background: #fff;
    border:1px solid #ccc;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:15px 15px 35px 15px;
    margin:15px 0 0 0;
}

#content_left {
    float:left;
    display:inline;
    width:550px;
    margin:0 -1px 0 0;
    padding:0 10px 0 0;
    border-right: 1px solid #ccc;
}

#content_right {
    float:left;
    display:inline;
    width:280px;
    border-left:1px solid #ccc;
    padding:0 0 0 20px;
}

#content_right p {
    font-size:1.2em;
    line-height:1.2em;
}
.clear {
    zoom:1;
}

.clear:after {
    content:".";
    line-height:0em;
    display:block;
    clear:both;
    visibility:hidden;
}

img {
    border:0px;
}

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

a:hover {
    text-decoration:underline;
    color:#053162;
}

h1 {
    font-size:2.2em;
    color:#053162;
}

h2 {
    font-size:1.8em;
    color:#053162;
}

h3 {
    font-size:1.6em;
    color:#053162;
}

h4 {
    font-size:1.4em;
    color:#053162;
}

/*** HERO ****/

#hero {
    width:870px;
    height:230px;
    background: url(images/hero_bg.png) no-repeat;
    padding:15px;
    color:#fff;
    margin:10px 0 0;
    font-size:1.2em;
    line-height:1.25em;
}

#hero h1 {
    margin:10px 0 0;
    color:#fff;
    font-size:1.5em;
    font-weight: normal;
}

#hero_right {
    float:right;
    display:inline;
    width:340px;
}

#hero_right img {
    float:left;
    display:inline;
    margin:5px;
    border:2px solid #ccc;
}

#hero_right img:hover {
    border:2px solid #fff;
}

#hero_left {
    float:left;
    display:inline;
    width:500px;
    position:relative;
    text-align: justify;
}

#hero_btn_contribute {
    float: right;
    display: inline;
    margin:0px 0 0 0;
}

/*** FOOTER ***/
#footer {
    text-align: center;
    width:900px;
    margin:0 auto;
    padding:10px 0 20px;
    font-size:1.2em;
    color:#666;
}


/****** BANNER *********/
#banner {
    display:block;
    clear:both;
    position:relative;
    height:123px;
    width:100%;
    background: url(images/bannerBar_bg.png) repeat-x;
    text-align: center;
}

#banner_inner {
    position:relative;
    text-align: left;
    margin:0 auto;
    height:123px;
}

#bannerBar {
    position:absolute;
    bottom:0px;
    height:26px;
    background:url(images/bannerBar_bg.png) repeat-x bottom;
    display:block;
    width:100%;
}

#logo {
    position:absolute;
    bottom:-27px;
    left:0px;
    z-index:1000;
}

ul#navBar {
    position:absolute;
    right:0px;
    bottom:6px;
    color:#fff;
    list-style:none;
    margin:0;
    padding:0;
}

ul#navBar li {
    float:left;
    display:inline;
    font-size:1.4em;
}

ul#navBar li a {
    display:inline-block;
    padding:6px 16px;
    color:#fff;
    text-decoration:none;
}

ul#navBar li a:hover {
    color:#053162;
}

ul#navBar li a.selected {
    background: #fff;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
    color:#053162;
}

#search {
    float:right;
    display:inline;
    margin:2px 20px 0 0;
}

#search form {
    margin:0;
    padding:0;
}

#search input {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    padding:2px 30px 2px 5px;
    border:1px solid #999;
    color:#666;
    width:150px;
    background:url(images/search_icon.png) #fff no-repeat right top;
}

#sm_links {
    position:absolute;
    top:0px;
    right:0px;
    background:#e5e5e5;
    padding:5px 15px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    text-transform:uppercase;
    color:#666;
    font-size:1.2em;
}

#sm_links a {
    display:inline-block;
    width:24px;
    height:24px;
    margin:-5px 0 0 2px;
    position:relative;
}

#sm_links a:hover {
    text-decoration: none;
}

#sm_links h3 {
    display: inline-block;
    font-size:0.89em;
    margin:0 10px 0 0;
    line-height:1.25em;
    padding:5px 0;
    float:left;
    color:#999;
}

a#twitter {
    background:url(images/sm_icons.png) no-repeat 0px 0px;
}	

a#twitter:hover {
    background:url(images/sm_icons.png) no-repeat 0px -24px;
}	

a#facebook {
    background:url(images/sm_icons.png) no-repeat -24px 0px;
}	

a#facebook:hover {
    background:url(images/sm_icons.png) no-repeat -24px -24px;
}	

a#linkedin {
    background:url(images/sm_icons.png) no-repeat -48px 0px;
}	

a#linkedin:hover {
    background:url(images/sm_icons.png) no-repeat -48px -24px;
}

a#rss {
    background:url(images/sm_icons.png) no-repeat -72px 0px;
}	

a#rss:hover {
    background:url(images/sm_icons.png) no-repeat -72px -24px;
}	

/*** POSTS ****/

.postTitle {
    display:block;
    clear:both;
    margin:0 0 20px;
    position:relative;
}

.postTitle h2 {
    font-size:1.4em;
    margin:0;
    padding:2px 0 0;
}

.postTitle p.postmetadata a,
.postTitle p.postmetadata a:visited {
    color:#999;
    text-decoration: underline;
}

.postTitle p.postmetadata a:hover {
    text-decoration: none;
    color:#6eb2e3;
}

.postDate {
    display:inline;
    float:left;
    text-transform:uppercase;
    text-align:center;
    width:45px;
    font-size:1.1em;
    color:#999;
    margin:0 10px 0 0;
    background: #e5e5e5;
    padding:4px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.postTitle h2 a:link, 
.postTitle h2 a:visited {
    color:#d93636;
    text-decoration:none;
    margin:0;
}

.postTitle h2 a:hover {
    color:#6eb2e3;
}

.entry {
    font-size:1.2em;
    line-height:1.5em;
    padding:0 30px 30px 65px;
    color:#666;
    text-align:justify;
}

.meta {
    padding:10px 0;
    border-top:2px dotted #77c1c1;
}

/**** PAGES *****/

.pageContent {
    padding:0 25px 0 10px;
    font-size:1.2em;
    line-height:1.5em;
}

.pageContent h2 {
    color:#666;
    padding:10px 0 5px 0;
    border-bottom:1px solid #ccc;
}

.pageContent li {
    line-height:1.2em;
    padding:0 0 10px;
}

.pageContent a:link, 
.pageContent a:visited {
    color:#D93636;
    text-decoration:none;
}

.pageContent a:hover {
    text-decoration:underline;
}

h1.pageTitle {
    color:#053162;
    font-size:2.2em;
    margin:0em 0 1em 0;
    padding:10px;
    border-bottom:1px solid #ccc;
    font-family:Georgia, "Times New Roman", Times, serif;
}

.box_highlight {
    background:#e5e5e5;
    padding:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.box_highlight h4 {
    font-size:1.4em;
    border-bottom:1px solid #999;
    margin:0 0 10px 0;
    padding:0 0 5px 0;
}

/**** SIDEBAR ****/

p#btn_HoF {
    text-align:center;
}


/**** TWITTER WIDGET ****/
#twitterWidget h3 span.followLink {
    display: inline-block;
    float: right;
    padding:5px 0;
    font-weight:normal;
    font-size:0.8em;
}

#twitterWidget {
    width:275px;
    margin:0 auto 20px;
    /*background:url(images/twitter_bg.png) repeat-y;*/
    position:relative;
}

#twitterWidget h3 {
    margin:1.6em 0 1.75em 0;
}

/*#twitter_top {
    background:url(images/twitter_top.png) no-repeat top left;
}

#twitter_top h3 {
    padding:5px 0 5px 20px;
    margin:0;
}

#twitter_inner {
    margin:5px 7px 5px 6px;
    background:url(images/twitter_inner.png) repeat-y;
    width:262px;
    padding:0;
}

#twitter_inner_top {
    background:url(images/twitter_inner_top.png) no-repeat;
    height:14px;
    display:block;
}

#twitter_bottom {
    background:url(images/twitter_bottom.png) no-repeat bottom left;
    padding:15px 0 10px 0;
    text-align:center;
    overflow:hidden;
}

#twitter_inner_bottom {
    background:url(images/twitter_inner_bottom.png) no-repeat bottom;
    height:14px;
    display:block;
    overflow:hidden;
}*/

#tweets {
    padding:0px;
    height:273px;
}

#tweets ul {
    margin:0;
    padding:0;
    list-style:none;
    border:1px solid #ccc;
}

#tweets ul li {
    padding:10px 10px;
    border-bottom:1px dotted #666;
    font-size:1.2em;
    height:70px;
    position: relative;
    width:255px;
}

#tweets ul li div.tweetDate {
    color:#666;
    font-size:0.9em;
    padding:0 0 5px 0;
    display:inline-block;
    position:absolute;
    bottom:5px;
    width:255px;
}

.tweetShare {
    float:right;
    display:inline;
    text-align:right;
    width:140px;
}

.tweetShare a:link,
.tweetShare a:visited {
    padding:2px 5px 2px 16px;
    border: 1px solid #ccc;
    display:inline-block;
    margin-left:5px;
    color:#053162;
}

.tweetShare a:hover {
    text-decoration: none;
    color:#D93636;
    border:1px solid #D93636;
}

.tweetShare a.retweet {
    background: url(images/tweet_retweet.png) no-repeat 2px 2px;
}

.tweetShare a.reply {
    background: url(images/tweet_reply.png) no-repeat 2px 3px;
}
	

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
*/
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    height:273px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    height:60px;
    overflow:hidden;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
*/
.jcarousel-next {
    z-index: 3;
    position:absolute;
    bottom:-19px;
    left:0px;
    height:19px;
    width:100%;
    background:url(images/scroller_scroll_down.png) no-repeat center -19px;
}

.jcarousel-next:hover {
    background:url(images/scroller_scroll_down.png) no-repeat center -40px;
}

.jcarousel-next-disabled,
.jcarousel-next-disabled:hover {
    background:url(images/scroller_scroll_down.png) no-repeat center 1px;
}


.jcarousel-prev {
    z-index: 3;
    position:absolute;
    top:-17px;
    left:0px;
    height:19px;
    width:100%;
    background:url(images/scroller_scroll_up.png) no-repeat center -21px;
}

.jcarousel-prev:hover {
    background:url(images/scroller_scroll_up.png) no-repeat center -42px;
}

.jcarousel-prev-disabled,
.jcarousel-prev-disabled:hover {
    background:url(images/scroller_scroll_up.png) no-repeat center -2px;
}

/**** HOMEPAGE *****/

.teaser_home p.postmetadata {
    margin:5px 0;
    font-size:1.2em;
    color:#999;
    display:inline-block;
}

.postTitle p.postmetadata {
    margin:5px 0;
    font-size:1.2em;
    color:#999;
    display:inline-block;
}

form#ml {
    margin:0 0 15px;
    padding:0;
}

#ml input#emailAddr {
    border:0;
    background:url(images/ml_form_bg.png) no-repeat;
    padding:7px 10px;
    margin:0;
    float:left;
    display:inline;
    width:170px;
    color:#666;
    font-weight:normal;
    height:18px;
}

#ml input#submit {
    margin:0;
    float:left;
    display:inline;
}


#recent_news h3 {
    color:#053162;
    text-transform:uppercase;
    font-size:1.4em;
    margin:0 0 15px 0;
}

/**** NEWS PAGE ****/

ul.news_years {
    list-style:none;
    font-size:1.2em;
    margin:20px 0;
    padding:0;
}

ul.news_years li {
    float:left;
    display:inline;
}

ul.news_years li a {
    padding:5px 10px;
}

ul.news_years li a.currYear {
    color:#999;
}


/*** COMMENTS ***/
h3#comments,
#respond h3 {
    font-weight: normal;
    font-size:1.4em;
    margin-top:2em;
    padding:10px 0 0 0;
    border-top:1px solid #ccc;
}

#commentform {
    font-size:1.2em;
    color:#666;
}

#commentform label {
    display:block;
    clear:both;
}

#commentform input {
    display:block;
    clear:both;
    margin:5px 0;
    border:1px solid #999;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:5px 5px;
    width:200px;
}

#commentform textarea {
    width:100%;
    border:1px solid #999;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:5px 5px;
}

ol.commentlist {
    margin:1em 0;
    padding:0 0 0 15px;
}

ol.commentlist li {
    margin:0 0 1em;
}

ol.commentlist li cite {
    background: #e5e5e5;
    padding:5px 10px;
    display:block;
    clear:both;
}

ol.commentlist li cite .time {
    color:#666;
    font-size:0.9em;
    font-style:italic;
}

ol.commentlist li .commenttext {
    border:1px solid #ccc;
    padding:10px;
}

/*** CONTRIBUTE PAGE ***/

#donateButton {
    display:block;
    clear:both;
    margin:40px 0 40px;
    text-align:left;
}

#donateDisclaimer {
    color:#777;
    padding:15px;
    border:1px solid #ccc;
    margin:50px 0 0;
}


