/*
Theme Name: Uganda Cancer
Theme URI: http://www.ugandacancer.org.uk
Description: The default Uganda Cancer Trust UK Theme
Version: 0.1
Author: Matt Aranha
Author URI: http://www.aranhadesign.co.uk
Tags: orange, feature slideshow, fixed width, two columns, widgets

	UgandaCancer v0.1
	http://www.aranhadesign.co.uk

	This theme was designed and built by Matt Aranha.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body
{	background-color:#ddd;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:80%;
}

h1, h2 , h3, h4, h5, h6
{	color:#db5a24;
	font-weight:300;
}

a img 
{	border:0;
}

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

img.alignright
{   float:right;
    padding-left:15px;
}

img.alignleft
{   float:left;
    padding-right:15px;
}

blockquote
{   font-size:120%;
    font-style:italic;
    color:#a89166;
}

.pullquote
{   width:170px;
    display:block;
    font-size:110%;
    font-weight:600;
    color:#db5a24;
    float:right;
    padding:10px 0 10px 15px;
}

#container
{	width:1000px;
	background-color:#fff;
	margin: 0 auto 0 auto;

}

#title
{	padding:10px 0 0 20px;
	float:left;
	text-transform:lowercase;
}
#title h1 a
{	text-decoration:none;
	font-size:130%;
	color:#db5a24;	
}
#logo
{	padding:10px 20px 0 0;
	float:right;
}

#nav_wrapper
{	float:left;
	width:100%;
	border-bottom:5px solid #db5a24;
}

#nav_wrapper ul
{    list-style:none;
padding:0;
margin:0;
}

#nav_wrapper ul li ul
{	margin:0;
	padding:20px 0 0 15px;
	list-style:none;
}

#nav_wrapper ul li ul li
{	float:left;
	margin:0 10px 0 0;
	font-size:120%;
	font-weight:600;
}

#nav_wrapper ul li ul li.current_page_item, #nav_wrapper ul li ul li.current_page_parent
{	background: url(/wp-content/themes/uc_theme/images/nav_tab_left.png) no-repeat #db5a24;;
	padding:0 0 0 15px;
}
#nav_wrapper ul li ul li.current_page_item a, #nav_wrapper ul li ul li.current_page_parent a
{	color:#fff;
	background: url(/wp-content/themes/uc_theme/images/nav_tab_right.png) no-repeat top right;
	padding:4px 15px 0px 0;
}
#nav_wrapper ul li ul li.current_page_item a:hover, #nav_wrapper ul li ul li.current_page_parent a:hover
{	color:#fff;
}

#nav_wrapper ul li ul li a
{	float:left;
	text-decoration:none;
	text-transform:lowercase;
	display:block;
	color:#a89166;
	padding:4px 15px 0px 15px;
}
#nav_wrapper ul li ul li a:hover
{	color:#db5a24;
}

#preload
{	height:0;
	overflow:hidden;
}


#content_wrapper
{	padding:0 20px 20px 20px;
}

#content_primary
{	float:left;
	width:700px;
	padding-bottom:20px;
}
#content
{	width:660px;
}

#feature
{	margin:10px 0 0 0;
}
#feature_url
{	display:block;
	padding:0;
	background: url(/wp-content/themes/uc_theme/images/feature_0.jpg) no-repeat #fff;
	width:680px;
	height:237px;
	margin:20px 0 0 0;
	font-size:130%;	
}

#feature_text
{	width:300px;
	display:block;
	padding:10px;
}


#feature a p, #feature a h2
{	color:#eee;
	padding:5px 20px;
	margin:0;	
}
#feature a p:hover, #feature a h2:hover, #feature a:hover
{	text-decoration:none;
}

#articles .article
{	width:200px;
	float:left;
	padding:0 10px;
}

#articles .article ul
{   padding-left:15px;
}

#articles .article ul li
{   padding-bottom:5px;
}

#articles .article a
{	
}

.navigation
{   padding-top:15px;
}

#comment
{   width:660px;
}

.postmetadata
{  color:#999;
}

#sidebar
{	float:right;
	width:260px;
	padding:20px 0 20px 0;
	
}

#sidebar ul
{  list-style-type: none;
   padding:0;
   margin:0;
}

#sidebar h2
{  font-size:120%;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6, #sidebar .widget_subpages h2 a
{	color:#7b913b;
}

#sidebar .widget_uc_donate a img
{	margin:10px 0 0 20px;
}

#sidebar_intouch_social
{	margin:10px 0 0 20px;
}

#sidebar .MailPressFormEmail
{	width:155px;
}

#sidebar .widget_categories ul, #sidebar .widget_subpages ul
{	padding:0 0 0 20px;
}

#sidebar_nav_list
{   width:250px;
	color:#fff;
}

#sidebar_nav_list
{	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar_nav_list li
{  padding-bottom: 1px;   
}

#sidebar_nav_list li ul
{	list-style-type: none;
	margin: 0;
	padding: 1px 0 0 0;
}
#sidebar_nav_list li ul a
{	padding-left: 25px;
}

#sidebar_nav_list li a
{  display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 10px;
	text-decoration: none;
	color:#fff;
	background-color:#db5a24;
	text-transform:lowercase;
}

#sidebar_nav_list li a:hover
{   background-color:#ab3a04;
}

#footer
{	background-color:#a89166;
	color:#fff;
	padding:20px;
	clear:both;
	height:25px;
}
#footer a
{	color:#fff;
	text-decoration:none;
}
#footer a:hover
{	text-decoration:underline;
}
#footer_left
{	float:left;
}
#footer_right
{	float:right;
}

.screen-reader-text, .hiddenStructure
{	display:none;
}


