/*
Theme Name: Talk Morocco Template
Theme URI: http://www.talkmorocco.net/
Description: The main Talk Morocco Template
Version: 1.0
Author: Andrew Heiss
Author URI: http://www.andrewheiss.com/
Tags: widgets

*/

/* @override 
	http://talkmorocco/wp/wp-content/themes/talkmorocco/style.css
*/

/* @group Font set up */

@font-face {
	font-family: 'Museo Slab';
	src: url('fonts/MuseoSlab-500.eot');
	src: local('Museo Slab 500'), 
		 local('Museo_Slab_500'), 
		 url('fonts/Museo_Slab_500.otf') format('opentype');
}

@font-face {
	font-family: 'Museo Slab';
	src: url('fonts/MuseoSlab-500Italic.eot');
	src: local('Museo Slab 500 Italic'), 
		 local('Museo_Slab_500_Italic'), 
		 url('fonts/Museo_Slab_500italic.otf') format('opentype');
	font-style: italic;
}

/* @end */


/* @group Resets and globals */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body {
	background: #ffffff none;
	text-align: left;
	font: normal 100%/1.4em Cambria, Georgia, "Times New Roman", serif;
	color: #000;
}

a {
	color: #006b00; 
	text-decoration: none;
}

a:hover, a:active {
	color: #495cd6;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Museo Slab, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
}

code {
	font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New;
	font-size: .85em;
	background-color: #f5f5f5;
	padding: .3em;
}

pre {
	font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New;
	font-size: .85em;
	margin-bottom: 1.1em;
	line-height: 1.5em;
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
	word-wrap: break-word;
	padding: 10px;
}

blockquote {
	border-left: 2px solid #999999;
	margin: 0 3em 1.25em 1.5em;
	padding: 1.25em 0 0 1.5em;
	font-size: .9em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	width: 0px;
	display: block;
}

.hidden {
	display: none;
}

/* @end */

/* @group Wrappers */

#wrapper {
	width: 1000px;
	margin: 30px auto 50px;
	text-align: left;
}

#content-wrapper {
	float: left;
	width: 666px;
	border: 2px solid #000;
	padding-bottom: 30px;
}

#content-inner-wrapper {
	width: 630px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

#header {
	text-align: center;
	height: 210px;
	font-size: 3em;
	line-height: 2em;
}

#header h1 span, .forum-img span {
	position: absolute;
	left: -3000px;
}

#header p {
	font-size: .3em;
	line-height: 1.3em;
	color: #000000;
}

/* @end */

#search {
	width: 205px;
	height: 30px;
	float: right;
	text-align: right;
	position: relative;
	bottom: 30px;
	right: 15px;
}

#search .query, #search .submit {
	border: 2px solid #4D4D4D;
	height: 25px;
	float: left;
	position: relative;
}

#search .query {
	width: 136px;
	margin-right: 10px;
}

#search .submit {
	width: 50px;
}

.over {
	position: absolute; 
	top: 2px; 
	left: 5px;
}

#search .query input, #search .submit input, .over {
	color: #000;
	font-size: 1.2em;
	font-family: Museo Slab, Cambria, Georgia, "Times New Roman", serif;
	border: none;
}

#search .query input {
	padding: 0px 5px 0;
	width: 136px;
	height: 25px;
	line-height: 30px;
	background: none;
}

#search .submit input {
	background: none;
	width: 50px;
	height: 25px;
	line-height: 25px;
}


/* @group Sidebars and navbars */

#nav {
	width: 635px;
	margin: 0 auto;
	text-align: center;
}

.sidebar {
	width: 165px;
	float: left;
}

.sidebar-inner-wrapper {
	margin: 0 auto;
	width: 140px;
}

.nav-vertical, .nav-horizontal {
	list-style: none;
}

.nav-vertical a, .nav-horizontal a, .widgettitle a {
	color: #ffffff;
}

.nav-vertical a:hover, .nav-horizontal a:hover, .widgettitle a:hover {
	color: #ff7d00;
}

.nav-vertical li {
	margin-bottom: 10px;
}

.nav-vertical li, .nav-horizontal li, .sidebar .aside h3 {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #000;
	color: #ffffff;
	text-align: center;
	font-family: Museo Slab, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.nav-horizontal li {
	width: 140px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin: 0 22px 0 1px;
}

.nav-horizontal .last {
	margin-right: 0px;
}

.sidebar .aside {
	border: 2px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(images/sidebar_swirl.png) no-repeat 113px 21px;
	word-wrap: break-word;
	overflow: hidden;
}

.aside li {
	list-style: none;
	padding-bottom: 1em;
	color: #000;
}

.sidebar .aside h3 {
	margin-bottom: 25px;
}

.sidebar .aside .aside-content {
	margin: 0 auto;
	width: 120px;
	font-size: .9em;
	line-height: 1.3em;
}

.sidebar .aside .aside-content img {
	margin: 0;
	padding: 0;
}

.aside .awards {
	text-align: center;
}


/* @end */

/* @group Front page stuff */

#front-feature {
	margin-top: 2em;
}

.fauxfieldset {
	position: relative;
	top: -20px;
	font-size: 1.5em;
	margin: 0 auto;
	color: #000000;
	text-align: center;
	width: 300px;
}

.fauxfieldset .swirl-left {
	background: #fff url(images/current-left.png) no-repeat left 8px;
	width: 25px;
	height: 33px;
	float: left;
}

.fauxfieldset h2 {
	float: left;
	text-align: center;
	width: 250px;
	background-color: #fff;
}

.fauxfieldset .swirl-right {
	background: #fff url(images/current-right.png) no-repeat right top;
	width: 25px;
	height: 25px;
	float: left;
	position: relative;
	bottom: 15px;
}

#forum-summary-container {
	margin: 30px 0;
	border: 2px solid #999999;
	padding: 10px 0 0;
	width: 100%;
}

.forum-summary {
	width: 290px;
	float: left;
	margin: 0 10px 25px;
}

.forum-summary .author-thumb {
	width: 100px;
	height: 100px;
	margin: 0 0 10px 10px;
	float: right;
}

.forum-summary h3 {
	font-size: 1.1em;
	line-height: 1.45em;
}

.forum-summary p {
	font-size: .9em;
	line-height: 1.45em;
}

.forum-summary .author {
	font-weight: normal;
	font-family: Museo Slab, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding: .3em 0 .5em;
}

.recent-forum {
	width: 305px;
	height: 200px;
	margin-right: 20px;
	float: left;
}

#recent-forums .last {
	margin-right: 0;
}

#past-forums {
	font-size: 1.5em;
	text-align: center;
	color: #000000;
	padding: .5em 0;
	margin-bottom: .5em;
	border-bottom: 2px solid #999999;
}

/* @end */

#forum-description, #subtitle p, .forum-archive .description {
	font-size: 1.3em;
	line-height: 1.45em;
	color: #555;
	padding: 1em 0 1em;
	font-family: Museo Slab, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#post #subtitle p {
	padding: 0;
}

#list .bio {
	padding-bottom: 1.5em;
}

#list {
	margin-top: 2em;
}

#list h1 {
	font-size: 2.1em;
	line-height: 1.4em;
}

#list h2 {
	font-size: 1.4em;
	line-height: 1.3em;
}

#list h3 {
	font-size: 1.1em;
	padding-bottom: .2em;
}

#list .author-info {
	padding-bottom: 1.5em;
}

#list .post-info, #list .author-info {
	float: left;
	width: 510px;
}

#list .post-info p {
	color: #000;
	font-family: Museo Slab, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.4em;
}

#list .entry {
	padding-top: .4em;
	margin: 0 0 2em;
}

#list .subtitle {
	margin-top: 1em;
	font-size: 1.1em;
	line-height: 1.4em;
}

.forum-archive {
	margin-bottom: 3em;
}

.forum-archive .forum-date {
	color: #000;
	padding: 0 0 .4em;
}

.forum-archive .description {
	font-size: 1.1em;
}

.swirl {
	padding-bottom: 10px;
	text-align: center;
}

.youtube {
	text-align: center;
	padding: 20px 0 30px;
}

/* @group Single Posts */

#post, #post .post {
	margin-top: 2em;
}

#post h2 {
	font-size: 2.1em;
	line-height: 1.3em;
	margin-bottom: .2em;
}

#post p {
	font-size: 1.1em;
	line-height: 1.45em;
	padding-bottom: 1.25em;
	/*color: #333333;*/
}

#post ul, #post ol {
	margin-left: 1.5em;
}

#post #post-meta-wrapper {
	background: url(images/post-meta-bottom.png) no-repeat center bottom;
}

#post #post-meta {
	padding: 10px 0;
	margin: 20px 0;
	font-family: Museo Slab, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: url(images/post-meta-top.png) no-repeat center top;
	color: #555;
}

.meta-bullet {
	padding: 0 .5em;
}

.trans-acknow {
	font-style: italic;
	color: #555;
	font-size: .9em;
}

.author-image {
	float: left;
	width: 120px;
	text-align: left;
}

#post #author-info {
	float: left;
	width: 480px;
	padding-right: 30px;
}

#post #author-info p {
	padding-bottom: .3em;
}

#post #author-name {
	font-size: 1.3em !important;
}

#post #translations {
	font-size: .9em;
	line-height: 1.45em;
}

#post #translations {
	margin-top: .5em;
}

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

#post #translations ul li img {
	margin-right: 5px;
}

#post #translations ul li {
	display: inline;
	margin-right: 10px;
	padding: 0;
}

#post #entry-bottom {
	padding: 0 0 10px;
	margin: 0;
}

#post #entry-bottom #bottom-meta {
	width: 340px;
	float: left;
}

#post #entry-bottom #bottom-meta p {
	color: #555;
	font: .8em/1.45em Museo Slab, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding-bottom: 0;
}

#post #entry-bottom ul {
	list-style: none;
	float: right;
}

#post #entry-bottom li {
	display: inline;
}

/* @end */

#error, #subscription {
	min-height: 300px;
}

#error {
	text-align: center;
}

#error h2 {
	font-size: 2.5em;
	line-height: 1.5em;
	padding: 2em 0 1em;
}

#error .swirl {
	padding-bottom: 2em;
}

#subscription h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	padding: 2em 0 1em;
}

#subscription legend {
	font-size: 1.2em;
	font-family: Museo Slab, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding-top: 1em;
}

#error p {
	color: #000;
}

.tag-cloud {
	text-align: center;
	margin: .5em 0 2em;
	font-family: Museo Slab, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

/* @group RTL stuff */

#post .rtl {
	text-align: right;
	direction: rtl;
}

.rtl .entry, .rtl h2, .rtl, .rtl #subtitle p  {
	font-family: "Geeza Pro", "Simplified Arabic", Arial, "Times New Roman";
}

.rtl #post-meta-wrapper {
	background: url(images/post-meta-bottom-rtl.png) no-repeat center bottom !important;
}

.rtl #post-meta {
	background: url(images/post-meta-top-rtl.png) no-repeat center top !important;
}

#post .rtl .author-image {
	float: right;
	text-align: right;
}

#post .rtl #author-info {
	float: right;
	clear: left;
	width: 480px;
	padding: 0 0 0 30px;
}

#post .rtl #translations ul li img {
	margin: 0 0 0 5px !important;
}

#post .rtl #translations ul li {
	margin: 0 0 0 10px !important;
}

/* @end */

/* @group Comments */

#comments, #leave-comment, #pingbacks {
	font-size: 1.3em;
	line-height: 1.45em;
	padding: 1.2em 0 .7em;
}

.commentlist .depth-2, .commentlist .depth-3 {
	margin-left: 50px;
}

#post .commentlist p {
	font-size: 1em;
	padding-bottom: 1em;
}

.commentlist li, .pinglist li {
	list-style: none;
	margin: 0;
}

.comment-full {
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
}

.comment-author {
	font-family: Museo Slab, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
}

.comment-author cite {
	font-weight: bold;
}

.comment-meta {
	font-size: .8em;
	line-height: 1.45em;
}

.comment-left {
	width: 200px;
	float: left;
}

.comment-right {
	float: left;
	width: 430px;
}

.depth-1 .comment-right {
	width: 430px;
}

.depth-2 .comment-right {
	width: 380px;
}

.depth-3 .comment-right {
	width: 330px;
}

em.moderation {
	font-size: .6em;
	color: #fff;
	background-color: #BC0B0B;
	font-style: normal;
}

.comment-actual .reply {
	font-size: .8em;
}

#respond {
	margin-bottom: 20px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #cbcbcb;*/
} 

.subscribe-to-comments {
	font-size: .8em !important;
}

/* @group Comment form */

#comment {
	width: 99%;
}

.comment-left label {
	width: 200px;
	display: block;
}

#post p small {
	font-size: .8em;
	line-height: 1.4em;
}

.comment-left input {
	font-family: Cambria, Georgia, "Times New Roman", serif;
	font-size: 1em;
	width: 170px;
	color: #999;
	border: 1px solid #999999;
}

.comment-right textarea {
	font-family: Cambria, Georgia, "Times New Roman", serif;
	font-size: 1em;
	border: 1px solid #999999;
}

.allowed-tags {
	color: #666666 !important;
	padding-bottom: 1em !important;
	font-size: .8em !important;
}

/*TODO: Fix shrinking font-size in nested lists*/


/* @end */

/* @end */

/* @group Footer */

#footer {
	width: 666px;
	margin: 15px auto;
	text-align: center;
	color: #000000;
}

#footer p {
	font-size: .8em;
	line-height: 2em;
}

/* @end */

#bob {
	width: 630px;
	margin: 20px auto 0;
}

#bob p {
	margin-bottom: 0;
}

#bob a {
	color: #495cd6;
}

#bob a:hover {
	color: #022100;
}

.confirmation {
	padding: 8px 8px 8px 28px;
	margin-bottom: .8em;
	font-family: Museo Sans, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: .9em;
}

.confirmation.accept {
	background: #e5f7e3 url(images/check.gif) no-repeat 7px 10px;
	border: 1px solid #c5e1c8;
	color: #005e20;
}

.confirmation.error {
	background: #ffebeb url(images/x.gif) no-repeat 7px 10px;
	border: 1px solid #f5c1c2;
	color: #9e0b0f;
}

.confirmation.warning {
	background: #fffeeb url(images/warning.gif) no-repeat 7px 10px;
	border: 1px solid #e6e5d8;
	color: #000;
}

.confirmation.question {
	background: #e8f8fe url(images/question.gif) no-repeat 7px 10px;
	border: 1px solid #cfdfe5;
	color: #004a80;
}
