/*
    Theme Name: UCLUCU
    Theme URI: http://uclucu.org.uk
    Description: A theme for UCLUCU
    Version: 1
    Author: David Nicholson
*/

* {
    margin:0;
    padding:0;
}

body {
    background: #EDEDED url(images/bg.png) repeat-y center top;
}

#main_wrapper {
    width:980px;
    min-height:500px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#main_wrapper #header {
    width:100%;
    height: 130px;
    margin-left:10px;
    text-align:left;
    margin-right:15px;
}

#main_wrapper #header a#logo {
    margin-left:40px;
    margin-top:30px;
    height:60px;
    width:250px;
    display:block;
    text-indent:-9999px;
    background:url(images/UCLUCUlogo.png) no-repeat;
}

h1 {
   font: bold 20pt "Trebuchet MS";
   position: relative;
   color: #163E65;
   margin-bottom:1em;
   text-align:left;
}

h2 {
   font: bold 15pt "Trebuchet MS";
   position: relative;
   color: #C2CE27;
   margin-top:1em;
   margin-bottom:1em;
   text-align:left;
}

h3 {
   font: bold 12pt "Trebuchet MS";
   position: relative;
   /*color: #115178;*/
   text-align:left;
}

.navigation {
    font: bold 8pt "Trebuchet MS";
    color: #115178;
    padding: 1em 0;
}


#search_result a {
    border-bottom: solid 1px #F0F0F0;
    padding: 1em 0;
    display:block;
    text-decoration:none;
    width:550px;
    height:auto;
    padding: 10px 5px;
    color:#000000;
}

#search_result a:hover {
    background-color:#F0F0F0;
}

p a, li a {
    text-decoration:underline;
    /*border-bottom: dotted 1px #C2CE27;*/
    color:#000000;
    cursor:pointer;
}

p a:hover, li a:hover {
    color:#FFFFFF;
    background-color:#000000;
}

p {
   font: 11pt "Trebuchet MS";
   text-align:left;
   color:#000000;
   margin-bottom:1em;
   line-height:1.5em;
}

input, textarea {
    font: 0.8em "Trebuchet MS";
    color: #777777;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -khtml-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding:5px 5px;
    outline:medium none;
    width:96%;
    margin:2%;
    border:1px solid #777777;
}

input#captcha {
    width:25px;
}

input#submit {
    width:50px;
    color:#000000;
    cursor:pointer;
    margin-top:1em;
}

input:focus, textarea:focus {
    border-color: #C2CE27;
    color:#000000;
}

#nav_container {
    width:550px;
    height:50px; /*shadow additional changed from 60px*/
    float:right;
    z-index:100;
    margin-top: -85px;
    margin-left: 400px;
    position: absolute;
    text-align:left;
}

#nav_container #home {
    display:inline;
    float:left;
    /*height:70px;
    width:75px;*/
}

#nav_container #home a {
    width:50px;
    height:57px;
    display:block;
    text-indent:-9999px;
    background:url(images/nav_home.png);
    text-decoration:none;
}

#nav_container #home a:hover {
    background:url(images/nav_home.png);
    background-position:0px -72px;
}

#nav_container #home a span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

#nav_container .linkItem {
    position:relative;
    display:inline;
    float:left;
    height:100%;
    /*background:url(images/nav_bg_active.png) repeat-x;*/
    background-position:top;
}

#nav_container .linkItem .link {
    height:48px;
    float:left;
    color:#555555;
    text-decoration:none;
    text-align:center;
    padding:0px 18px;
    font: 13pt 'Arial Black';
    position:relative;
    /*top:50%;
    margin-top:-20px;*/
    vertical-align:middle;
}

#nav .linkItem .link:hover {
    background-color: #DDDDDD;
}

img.down_arrow {
    border-style:none;
}

#nav_container #search {
    display:inline; 
    float:left;
}

#nav_container #search a {
    width:15px;
    height:57px;
    display:block;
    text-indent:-9999px;
    background:url(images/magnifying_glass.png);
    text-decoration:none;
}

#nav_container #search a:hover {
    background:url(images/magnifying_glass.png);
    background-position:0px -72px;
}

#nav_container #search a span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

#nav_container #search input#search_text {
  width:155px;
}

#nav_container #search input#submit_button {
  width:35px;
  background-color:#DDDDDD;
  color:#555555;
  font-family:"Arial Black";
  cursor:pointer;
}

#nav_container .linkItem #about_sub, #nav_container .linkItem #whatsOn_sub {
    display:none;
    position:absolute;
    z-index:90;
    background:#ffffff;
    border: #DDDDDD 1px solid;
    width:220px;
    height:auto;
    margin-left:0px;
    margin-top:50px;
    left:0px;
    top:0px;
}

#nav_container .linkItem #search_sub {
    display:none;
    position:absolute;
    z-index:90;
    background:#ffffff;
    border: #DDDDDD 1px solid;
    width:220px;
    height:auto;
    margin-left:-191px;
    margin-top:50px;
    left:0px;
    top:0px;
    padding:10px;
}

ul#about_sub, ul#whatsOn_sub {
    list-style:none;
    padding:0;
    margin:0;
}

ul#about_sub a, ul#whatsOn_sub a {
    display:block;
    width:100%;
    font: 10pt "Trebuchet MS";
    border-top: 1px solid #DDDDDD;
    text-indent:15px;
    padding: 10px 0;
    color:#0F0F0F;
    text-decoration:none;
    z-index:100;
}

ul#about_sub a:hover, ul#whatsOn_sub a:hover {
    background-color:#DDDDDD;
}

#nav_container #about.linkItem:hover #about_sub, #nav_container #whats_on.linkItem:hover #whatsOn_sub,
#nav_container #search.linkItem:hover #search_sub{
    display:block;
}

#nav_container #about.linkItem:hover, #nav_container #whats_on.linkItem:hover, #nav_container #contact.linkItem:hover,
#nav_container .linkItem .link:hover, #nav_container #search.linkItem:hover
{
    background-color: #DDDDDD;
}

#scrolling_ads {
    width:100%;
    height: 360px;
    background: url(images/scrollingAdsBg.png) no-repeat;
    margin-top:-40px;
    padding-top:5px;
    padding-left:15px;
}

#column_wrapper {
    width:930px;
    /*background: url(images/rounded_body_white_900px_plain.png) repeat-y;*/
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    text-align:center;
    position:relative;
    min-height:500px;
    /*overflow:hidden;*/
}

#column_wrapper #welcome_box {
    float:left;
    background:url(images/welcome_bg.png);
    width:290px;
    height:360px;
    padding:15px 40px;
    margin-left:15px;
    margin-top:-37px;
    z-index:50;
    position:relative;
    overflow:hidden;
}

#column_wrapper #welcome_box #right_column {
    float:right;
    width:120px;

}

#column_wrapper #welcome_box #right_column p {
    font: 9pt "Trebuchet MS";
    color:#002255;
    padding:0 10px;
    width:120px;
    font-weight:bold;
}

#column_wrapper #news_box {
    float:left;
    background:url(images/news_bg.png);
    width:250px;
    height:460px;
    padding:20px 40px;
    margin-left:-35px;
    margin-top:-37px;
    z-index:40;
    position:relative;
    overflow:hidden;
}

#column_wrapper #comingUp_box {
    float:left;
    background:url(images/comingUp_bg.png);
    width:210px;
    height:475px;
    padding:20px 40px;
    margin-left:-55px;
    margin-top:-37px;
    z-index:50;
    position:relative;
   
}



#news .post {
    list-style:none;
    margin:0px;
    margin-left:-19px;
    padding:0px;
}

#news .post h3 {
    font-family:"Trebuchet MS";
    color:#FFFFFF;
}

#news .post a {
    display:block;
    text-decoration:none;
    width:auto;
    height:auto;
    border-bottom: 1px solid #000000;
    padding: 10px 5px;
}

#news .post a:hover {
    background-color:#333333;
    border-bottom: 1px solid #D4AA00;
}

.sub_text {
    font: 8pt "Trebuchet MS";
    color: #DDDDDD;
    margin:0;
    padding:0;
}

.sub_text a {
    font: 8pt "Lucida Sans Unicode";
}

#content_wrapper #rounded_bottom_corners {
    margin-top:0;
}

#footer {
    width:940px;
    background-color: #000000;
    margin-top:50px;
    margin-left:21px;
    text-align:left;
    height:300px;
}

#footer #center_wrapper {
    width:900px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#footer #center_wrapper #footer_left {
    float:left;
    text-align:left;
    margin-top:25px;
    width:200px;
}

#footer #center_wrapper #footer_right {
    float:right;
    margin-top:25px
}

#footer #center_wrapper #footer_left #text, #footer #center_wrapper #footer_left p {
    font:9pt "Trebuchet MS";
    color:#FFFFFF;
}

#footer_right .footer_list {
    float:left;
    text-align:left;
    font:9pt "Trebuchet MS";
    color:#FFFFFF;
    margin-left:10px;
    margin-top:5px;
    position:relative;
    width:100px;
    list-style:none;
    background-color:#101010;
    padding:15px;
    height:200px;
}

#footer_right ul.footer_list li a.parent {
    font:9pt "Trebuchet MS";
    color:#FFFFFF;
    text-decoration:none;
}

#footer_right ul.footer_list ul li {
    line-height:0.2em;
}

#footer_right ul.footer_list ul li a {
    font:8pt "Trebuchet MS";
    color: #C2CE27;
    text-decoration:none;
}

#footer a:hover {
    background-color: #333333;
}

/*Sub-Page*/

#content_wrapper.subPage {
    width:930px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    position:relative;
    display:block;
    min-height:700px;
}

#content_wrapper.subPage #content {
    margin-left:45px;
    margin-top:0px;
    width:600px;
}

#content_wrapper.subPage #content .entry {
    margin-top:-150px;
    width:575px;
    
}

#intl_header {
    background: url(images/intl.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#FFFFFF;
}

#meeting_header {
    background: url(images/meeting.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#00aad4;
}

#weekend_header {
    background: url(images/weekend2.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#00aad4;
}

#prayer_header {
    background: url(images/prayer.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#FFFFFF;
}

#freshers_header {
    background: url(images/weekend.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#00aad4;
}

#fresher_header {
    background: url(images/quad.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#FFFFFF;
}

#values_header {
    background: url(images/values.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#FFFFFF;
}

#news_header {
    background: url(images/mission.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#FFFFFF;
}

#church_header {
    background: url(images/church.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#FFFFFF;
}

#mission_header {
    background: url(images/mission.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#00aad4;
}

#committee_header {
    background: url(images/committee.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#FFFFFF;
}

#who_header {
    background: url(images/who.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#FFFFFF;
}

#calendar_header {
    background: url(images/church.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#FFFFFF;
}

#contact_header {
    background: url(images/contact.png) no-repeat;
    display:block;
    width:940px;
    height:200px;
    margin-left:-49px;
    margin-top:-40px;
    padding-top:100px;
    padding-left:25px;
    color:#FFFFFF;
}


/*Sidebar*/

#sidebar {
    float:right;
    width:275px;
    /*background: #ffffff url(images/sidebar_bg.png) no-repeat center top;*/
    background:#EDEDED;
    display:block;
    min-height:400px;
    z-index:50;
    position:relative;
    margin-right:15px;
    margin-top:175px;
    text-indent:5px;
    border: 1px solid #333333;
}

#sidebar h1 {
    font-size:15pt;
    margin:15px 5px 15px 5px;
    border-bottom: 1px dashed #115178;
    color:#00aad4;
}

#sidebar p {
    font-size:10pt;
}

#sidebar a {
    font-size:10pt;
    margin:0 1px;
}

#breadcrumbs {
    background-color:#00aad4;
    width:265px;
    height:auto;
    display:block;
    border-bottom: 1px solid #333333;
    padding:5px;
    margin: 1px 1px 0 0px;
    font-size:10pt;
}

#breadcrumbs a {
    text-decoration:none;
    color:#FFFFFF;
    font:10pt "Tahoma";
}

#breadcrumbs a:hover {
    text-decoration:none;
    color:#FFFFFF;
}

#sidebar #news .post {
    list-style:none;
    margin-left:6px;
    padding:0px;
}

#sidebar #news .post h3 {
    font-family:"Trebuchet MS";
    color:#000000;
}

#sidebar #news .post a {
    display:block;
    text-decoration:none;
    width:250px;
    height:auto;
    border-bottom: 1px solid #000000;
    padding: 10px 5px;
    color:#000000;
}

#sidebar #news .post a:hover {
    background-color:#333333;
    border-bottom: 1px solid #D4AA00;
    color:#FFFFFF;
}

#sidebar #news .post a:hover h3 {
    color:#FFFFFF;
}

#sidebar .sub_text {
    color: #555555;
}

/*News page*/

#latest_news {
    margin-top:-150px;
    width:550px;
}

#latest_news #news .post {
    list-style:none;
    margin-left:6px;
    padding:0px;
}

#latest_news #news .post h3 {
    font-family:"Trebuchet MS";
    color:#000000;
}

#latest_news #news .post a {
    display:block;
    text-decoration:none;
    height:auto;
    border-bottom: 1px solid #000000;
    padding: 10px 5px;
    color:#000000;
}

#latest_news #news .post a:hover {
    background-color:#333333;
    border-bottom: 1px solid #D4AA00;
    color:#FFFFFF;
}

#latest_news #news .post a:hover h3, #latest_news #news .post a:hover p {
    color:#FFFFFF;
}

#latest_news .sub_text {
    color: #555555;
}


/*Calendar*/

.event {
    list-style:none;
}

.event span {
    color: #333333;
    font:8pt "Lucida Sans Unicode";
    text-indent:-20px;
}

.expand {
    display:none;
    z-index:1000;
    width:350px;
    position:absolute;
    float:left;
    margin-left:-360px;
    margin-top:-100px;
    background-color:#FFFFFF;
    /*sohtanaka.com*/
    /*outline: 1px solid #111;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    padding: 10px;
    background: #163E65;*/

    outline: 1px solid #ddd;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 10px;
    background: #f0f0f0;

}

.expand h1 {
    display:block;
    border-bottom: dotted #C0C0C0 1px;
    font: bold 13pt Georgia;
    color:#163E65;
}

.expand h3 {
    color:#163E65;
    font-size:10pt;
}

.expand p {
    color:#000000;
    font-size:10pt;
}

#comingUp_box h3 {
    color:#000000;
}

#comingUp_box a {
    display:block;
    text-decoration:none;
    width:100%;
    height:auto;
    border-bottom: 1px solid #000000;
    padding: 10px 5px;
}

#comingUp_box a:hover {
    background-color:#333333;
    border-bottom: 1px solid #D4AA00;
    color:#FFFFFF;
}

#comingUp_box a:hover h3, #comingUp_box a:hover span {
    color:#FFFFFF;
}

#comingUp_box p a {
    color:#000000;
}

#comingUp_box p a:hover {
    background-color:#000000;
    color:#FFFFFF;
    border-bottom: solid 1px #D4AA00;
}

#comingUp_box a:hover .expand {
    display:block;
}

.shadow {
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}

/*http://www.sohtanaka.com/web-design/inline-modal-window-w-css-and-jquery/*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}




/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
        width:890px;
        height:325px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	/*width:100%;
	height:100%;*/
        width:950px;
        height:340px;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	position:relative;
	/*margin:30px 30px 60px 30px;*/
        width:890px;
        height:325px;
	background:#202834 url(images/loading.gif) no-repeat 50% 50%;
	top:13px;
        left:30px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	top:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url("<?php echo WP_PLUGIN_URL . "/wp-nivo-slider/"; ?>images/bullets.png") no-repeat scroll 0 0 transparent;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url("<?php echo WP_PLUGIN_URL . "/wp-nivo-slider/"; ?>images/arrows.png") no-repeat scroll 0 0 transparent;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}



