/*  
Theme Name: Justice Africa
Theme URI: http://wordpress.org/
Description: Justice Africa theme for Wordpress, based on an edit of Micheal Heilemann's original Kubrick theme: http://binarybonsai.com 
Version: 1.0
Author: Jon Harle
Author URI: http://www.justiceafrica.org



 	*** NOTES ***
 	CSS for images can be found in the 'index.php' file.
	

/*/


 /* Basic Site Structure + formats for elements*/


body {
	margin: 0 auto 0 auto;
        background-color: #000000;
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	}

#page {
      	margin: 0 auto 0 auto;
		width: 795px;
        background-color: #ffffff;
        text-align: left;
		position: relative;
	}
	
#header {
	margin: 0px;
	height: 155px;
	width: 795px;
        background-color: #000000;
	}

#headerimg {
	margin: 0;
	height: 155px;
	width: 401px;
	position: absolute;
	top: 0px;
	margin-left: 375px;
        background-color: none;
	}

#counter {
position: absolute;
top: 47px;
left: 6px;
}

#top-links {
	background-color: #454545;
	padding: 0px 10px;
	margin: 0px;
	width: 775px;
	font-size: 19px;
	font-weight: bold;
	line-height: 35px;
	text-transform: uppercase;
	position: relative;
	top: -10px;
}
#top-links a {
	padding-right: 70px;
}
#top-links a:link, #top-links a:visited {
	color: #cccccc;
}
#top-links span a:link, #top-links span a:visited {
	color: #ffffff;
}
#top-links a:hover, #top-links a:visited:hover, #subnav-links a:hover, #subnav-links a:visited:hover {
	color: #ff9900;
}
#top-links .no-padding {
	padding: 0px;
}


#subnav-links {
	background-color: #cccccc;
	padding: 0px 10px;
	margin: 0px;
	width: 775px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	top: -10px;
}
#subnav-links a {
	padding-right: 20px;
	text-decoration: underline;
}
#subnav-links a:link, #subnav-links a:visited {
	color: #000000;
}
#subnav-links span a:link, #subnav-links span a:visited {
	color: #454545;
}


.newsfeed {
        border: 1px solid #cccccc;
        }

.newsfeed h2 {
        font-size: 1.3em;
        }

ul.cgfeed, li.feedItem {
        list-style-image: none;
        list-style-type: none;
        display: block;
        margin: 0;
        }

.leftcolumn {
        float: left;
        /*width: 217px;*/
        background-color: #ffffff;
        }

.rightcolumn {
        float: right;        
        width: 217px;
        background-color: #ffffff;
        }
#rightcol ul {
list-style-type: none;
margin-top:0px;
}
#rightcol ul ul {
padding-left: 0px;
margin-left: 0px;
}
#rightcol h2 {
margin-bottom: 15px;
text-transform: uppercase;
color: #cccccc;
background-color: #454545;
padding: 0px;
}
#rightcol h2 img {
display: none;
}
#rightcol h2 a {
margin: 0px;
padding: 0px;
}
#rightcol li {
margin-bottom: 10px;
margin-right: 10px;
padding-bottom: 10px;
font-size: 1.2em;
border: 1px solid #cccccc;
background-color: #F4F4F4;
}
#rightcol li * {
padding-left: 10px;
padding-right: 10px;
}
#rightcol li li {
border: none;
padding: 0px;
margin-left: 10px;
text-indent: -10px;
}
#rightcol h2 a:link, #rightcol h2 a:visited {
color: #cccccc;
}
#rightcol h2 a:hover, #rightcol h2 a:visited:hover {
color: #ff9900;
}
#rightcol li img {
margin: 0px auto 10px auto;
text-align: centre;
}
.narrowcolumn {
        float: left;
	padding: 0px;
	margin: 40px 0px 0px 0px;
	width: 550px;
        background-color: #ffffff;
	}

.widecolumn {
        float: left;
	padding: 0 10px 0px 20px;
	margin: 0px 0 0;
	width: 580px;
        background-color: #ffffff;
	}

.post {
	margin: 0 0 0px;
	text-align: left;
	}

.blogpost {
	margin-top: 10px;
        padding: 3px;
	text-align: justify;
        border: 1px dashed #666666;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	}

#footer p {
	margin: 0 0 0 215px;
	padding: 10px 0;
	color: #666666;
	}

.description {
	text-align: center;
	}

h2.pagetitle {
	text-align: center;
}

h3.comments {
	padding: 0;
	}



/* End Structure */


/*Nav Menu*/


#navmenu {
	width: 760px;
        height: 25px;
        background-color: #000000;
        border-bottom: 0px solid #000000;
        margin: 0;
      }


#navmenu ul {
        padding: 0;
	list-style-type: none; 
        list-style-image: none;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
        font-size: 1.4em; 
        font-weight: normal;
}

#navmenu ul li { 
        float: left;
        display: block;
        text-align: center;
        padding: 0px;
        }

#navmenu ul li a {
        width: 100px;
        height: 25px;      
        text-decoration: none;  
        color: #ffffff;
	background: none;
        display: block;
        }

#navmenu ul li a:hover {
       color: #000000;
       background-color: #ffa500;
       }

/* End of Nav Menu */

/* Sidebar */


.sidebar{
	width: 152px;
	margin: 15px 40px 0px 23px;
	padding: 0px;
        background: #FFFFFF;
	font: 1.1em Arial, Helvetica, Sans-Serif;
	position: relative;
	left: 0px;
	float: left;
       }

.sidebar .alignleft {
	float: left;
        border-right: 1px solid #000000;
	}

.sidebar .alignright {
	float: right;
        border-left: 1px solid #000000;
       	}

.sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
        padding: 5px;
	font-size: 1.3em;
        color: #ffffff;
        display: block;
        background-color: #000000;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
   	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}


.sidebar img {
        padding: 0px;
		margin-bottom: 18px;
	/*max-width: 100%;*/
        }

.sidebar ul p, .sidebar ul select {
	margin: 0;
        }


.sidebar ul ul, .sidebar ul ul a, .sidebar ul ol {
	color: #000000;
        }

.sidebar ul ul ul, .sidebar ul ul ul a, .sidebar ul ol {
        color: #006666;
	}

.sidebar ul ol li {
	list-style: none;
	}

.sidebar .caption a {
        display: block;
        height: 30px;     
        }

.sidebar .quote {
        background: #000000;
        color: #ffffff;
        }

.sidebar a:hover {
        color: #000000;
        }

.sidebar #searchform #s {
	width: 72px;
	padding: 2px;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}


/* General formats and colours */

.pagemenubar {
        height: 25px;
        background-color: #000000;
        border-bottom: 0;
        margin: 0;
      }


.pagemenubar ul {
        padding: 2px;
	list-style-type: none; 
        list-style-image: none;
        font-size: 0.9em; 
        font-weight: normal;
}

.pagemenubar ul li { 
        width: 70px;
        float: left;
        display: block;
        text-align: center;
        padding: 2px;
        }

.pagemenubar ul li a {      
        text-decoration: none;  
        color: #ffffff;
        display: block;
        }

.pagemenubar ul li a:hover {
       color: #000000;
       background-color: #ffa500;
       }

#content {
	font-size: 1.4em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
        border-top: 0px solid #FFFFFF;
	}
	.entry table td {
		line-height: 1em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

#footer {
	background-color: #ffffff;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

large {
        font-size: 1.2em;
        line-height: 1.5em;
        }

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
        text-align: left;
	}


.description {
	font-size: 1.2em;
	text-align: center;
        display: none;
	}

h2 {
	font-size: 1.7em;
	margin: 0px;
	padding: 0px;
	color: #454545;
	}

h4 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	color: #454545;
	}

.post h2 {
	font-size: 1.7em;
	}

.blogpost h2, .blogpost h2 a  {
	font-size: 1.0em;
        background-color: none;
        border: none;
}

h2.pagetitle {
	font-size: 1.4em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h1 a:hover, h2 a:hover {
        border: 0px solid #000000;
        }

h2, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #454545;
	}

.sidebar h2, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #FFFFFF;*/
	}

h2, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.postmetadata {
        font-size: 0.9em;
        }

.postmetadata p {
        border-bottom: 1px solid #FFFFFF;
        }

.entry p a {
        border: 0px solid #ffffff;
        }

.entry p a:visited {
	color:#ffa500;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover {
	color: #ffa500;
	text-decoration: none;
	}
.entry a {
text-decoration: underline;
}

a:hover, h2 a:hover {
	color: #000000;
	text-decoration: none;
       	}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover, #footer a:visited:hover {
	text-decoration: none;
}


#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End General formats and colours */



/* Begin Images */
p img {
        padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
        margin-top: 4px;
        margin-bottom: 4px;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.imgcaption { 
        margin: 5px; 
        padding: 5px; 
        background: #cccccc; 
        font-size:90%; 
        color: black 
        }

/* End Images */



/* Other Lists elements 

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


/*
.entry ul li:before, .sidebar ul ul li:before {
	content: "\00BB";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	


ol li, {
	list-style: none;
	}



/* Other List Elements*/


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: 0;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px; 
	text-align: left;
	}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* custom styles by Nathaniel */

ul     {
       list-style-type: square;
       }

#letterMerkel {
       padding: 10px;
       border: 1px dotted #999;
       background-color: #eee;
       }

#letterMerkel ul {
       list-style-type: square;
       }

#letterMerkel li {
       padding: 8px;
       display: list-item;
       }

#emailMerkel {
       padding: 10px;
       background-color: #454545;
       }

#emailMerkel label {
      text-align: left;
      width: 200px !important; 
      color: #ff9900;
       }

#emailMerkel h2{
       padding: 0px;
       margin: 0px;
       color: #ff9900;
       }

div.ddfmwrap {
      text-align: left;
      width: 100% !important; 
      }
