/*
Theme Name: Committee to Defend Asylum Seekers
Description: The default theme for Committee to Defend Asylum Seekers.
Author: Samuel Musarika
Version: 0.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* basic html structure*/

@import "petition.css";

* {
	border: 0 none;
	margin: 0;
	padding: 0;
}
body {
	background: #eeeeee url(images/bg.jpg) repeat-x;
	font-family: Verdana, Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	width: 950px;
}
br {
	margin: 5px;
}
p {
	line-height: 18px;
	margin: 0;
}
ul {
	padding: 0;
}
input[type="text"],textarea {
	background: none repeat scroll 0 0 #EFF7FA;
	border: 1px solid #CCCCCC;
	color: #333333;
	padding: 4px 5px;
}
input[type="submit"] {
	border:1px solid;
	padding: 5px;
}
.wpcf7-form input[type="submit"] {
	border:1px solid;
	height:26px;
	width:60px;
}
h1,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	margin: 10px 0;
	border-bottom: 2px solid #CC0066;
	padding: 5px;
}
h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	padding: 5px;
	border-bottom: 2px solid #CC0066;
	line-height: 30px;
}
.col-full {
	margin: 0 auto;
	width: 950px;
}

/* header structure */

#spacer {
	height: 19px;
}
#header {
	position: relative;
	width: 950px;
}
#logo {
	height: 168px;
}
.logo {
	right: 15px;
	position: absolute;
	top: 35px;
}
.ft-img {
	
}
.box_date {
	background: none repeat scroll 0 0 #CC0066;
	color: #FFFFFF;
	font-weight: bold;
	left: 25px;
	padding: 5px;
	position: absolute;
	top: 25px;
	font-size: 12px;
}

/* navigation structure */

#access {
	background: #cc0066;
	width: 950px;
	display: block;
	float: left;
	height: 49px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#access .menu-header, div.menu {
	font-size: 22px;
	margin-left: 12px;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float: left;
	position: relative;
	background: url("images/bar.gif") no-repeat scroll -4px 0 transparent;
}
#access a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 0 10px;
	line-height: 47px;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	float: left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#990066;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 130px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#222222;
	border-bottom: 2px solid #fff;
}
#access ul li:hover > ul {
	display:block;
}
.current-menu-item , .current-menu-item a {
	color: #222222 !important;
}
.current-menu-item a:hover {
	color: #ffffff !important;
}
#end {
	background: url("images/bar.gif") no-repeat scroll -4px 0 transparent;
	float: left;
	list-style: none outside none;
	position: relative;
	width: 4px;
	height: 49px;
}

/* main content layout */

#body-content {
	margin: 10px auto;
	width: 950px;
	float: left;
}
#main {
	float: left;
	width: 690px;
	font-size: 1.4em;
	line-height: 1.35em;
}
#main h1 {
	background: none repeat scroll 0 0 #FFFFFF;
}
#right {
	float: right;
	width: 250px;
	overflow: hidden;
	font-size: 1.1em;
}

/* Post Layout */

.post {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E3E3E3;
	padding: 10px;
	margin: 10px 0;
	overflow: hidden;
}
.post small {
	padding: 5px;
}
#title_page {
	border-bottom: 2px solid #CC0066;
	height: 40px;
	margin:0 0 20px;
}
#title_page .title_left {
	float: left;
}
#title_page .title_right {
	float: right;
	margin: 10px;
}
.post h2 {
	border: none;
}
.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	border-bottom: 2px solid;
}
.post p {
	margin-bottom: 15px;
	overflow: hidden;
}
.entry {
	padding: 5px;
	overflow: hidden;
}
.entry h1,.entry h2,.entry h3 {
	border: none;
	padding: 0;
}
.entry  ul {
	margin-left: 15px;
	padding: 15px 0;
}
.entry  ul li {
	padding: 5px 0;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
.more {
	color: #333333;
	margin: 10px 0;
	overflow: hidden;
}
.edit-link {
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.entry-meta{
	color: #888;
	font-size: 11px;
	padding: 5px;
}
.entry-utility {
	color: #888;
	font-size: 11px;
	line-height: 18px;
	clear: both;
	padding: 5px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.logged-in-as {
	color: #888;
	font-size: 11px;
	margin: 10px 0;
}
#link-category {
	margin: 10px 0;
}
#link-category h2 {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 2px solid #EECCEE;
	margin: 0;
	font-size: 14px;
}
#link-category ul {
	list-style: none;
	margin: 0 5px;
	padding: 0;
}
#link-category span {
	width: 100%;
	float: left;
}

/* Images
-------------------------------------------------------------- */

img {
	margin: 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 2px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin:0;
}
.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
.gallery br+br {
	display: none;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul li {
	padding: 5px;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
	background: none repeat scroll 0 0 #EFF7FA;
	border: 1px solid #CCCCCC;
	color: #999999;
	width: 140px;
	padding: 4px 5px;
	float: left;
}
#searchsubmit {
	border: 1px solid;
	height:26px;
	width: 60px;
	float: right;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
	padding: 5px;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
	padding: 5px;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
	line-height: 20px;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: none;
	border-bottom: 2px solid;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #E3E3E3;
	background: none repeat scroll 0 0 #FFFFFF;
}
#secondary {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #E3E3E3;
	background: none repeat scroll 0 0 #FFFFFF;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top: 4px solid #cccccc;
	background: none repeat scroll 0 0 #EFF7FA;
	margin: 0 auto;
	width: 950px;
	float: left;
}
#footer p {
	padding: 5px 10px 5px 10px;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 19px;
	line-height: 16px;
	margin-left: 1px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}
/* Structure the footer area */

#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 250px;
}

/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	background: none repeat scroll 0 0 #ffffff;
}
h3#comments-title {
	padding: 10px;
}
.commentlist {
	list-style: none;
	margin: 20px 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 10px 0 0 80px;
	position: relative;
}
.commentlist li.comment:last-child {
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
	margin: 10px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border-top: 1px solid #eeeeee;
	margin: 5px;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
.thread-even {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #eeeeee;
}
.thread-odd {
	background: none repeat scroll 0 0 #EFF7FA;
	border: 1px solid #CCCCCC;
}


/* Comments form */
#comments {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E3E3E3;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px;
}
input[type=submit] {
	color: #333;
}
#respond {
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 5px 0 20px 0px;
	width: 98%;
	border: 1px solid #eeeeee;
	height: 30px;
	padding: 5px;
}
#respond textarea {
	width:98%;
	border: 1px solid #eeeeee;
	padding: 5px;
	margin: 5px 0 20px 0px	
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	font-size: 14px;
	height: 40px;
	padding: 5px;
	width: auto;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}
