/* CSS Document */

/*  
Theme Name: adiop 
Theme URI: http://www.makodef.com/
Description: This theme is exclusively designed and customized for Makodef Online Magazine. 
Version: 1.0
Author: Ababacar Diop
Author URI: http://www.afrodzion.com/
Date: Saturday September 27, 2008/

	 The Adiop Project v1.0
	 http://www.makodef.com/

	This theme was designed and built by Ababacar Diop,
	whose blog you will find at http://www.afrodzion.com/

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

     background-color: transparent;
@import url(style2.css);
*/



/* -------------------[ Begin Typography & Colors ]------------------- */

body {
	font-size:0.69em;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#fff;
	filter:none;
	margin:0;
	padding:0;
	color: #353535;
}
a {
	color:#D74738;
	text-decoration:none;
}
a:hover {
	color: #8D2523;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#273F6F;
	text-align:left;
	margin:0px 0px 5px;
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 13px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	list-style:none;
}
small, .small {
	font-size:8pt;
	font-family:Tahoma, Arial, sans-serif;
	color: #777;
}
a img, :link img, :visited img {
	border:none
}
/* * * * * * */

.go_back a {
	float:left;
	margin:7px 0px 0px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#444;
	font-weight:bold;
	position: relative;
	left:10px;
	bottom:5px;
}
.morelink {
	float:right;
	margin:10px 10px 0px 0px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	color:#888;
	font-weight:bold;
}
.morelink a {
	color:#d74738;
}
.morelink a:hover, .go_back a:hover {
	color:#444;
}
.error {
	color:#D74738;
	font-weight:bold;
}
.bigTitle {
	margin:0px 0px 0px;
	font-size: 14px;
	font-weight:bold;
	/*text-decoration:underline;*/
	color:#69C;
}
/* -------------------[ Begin Frames ]------------------- */
	#pseudo {
	width:774px;
	margin:0 auto;
	padding:0;
}
.main {
	position:relative;
	width:754px;
	right:0px;
	border:1px solid #DFDFDF;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-radius: 6px;
	background-color:#FBFBFB;
	margin-bottom:5px;
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:8px;
	border:0px solid #999999;
}
.topBlock {
	position:relative;
	left:-10px;
	top:-9px;
	width:764px;
	height:83px;
	overflow:hidden;
	padding:10px 5px 0 5px;
	border:0px dashed blue;
	margin-bottom:0px;
	background-color:#B62F2C;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-radius: 6px;
}
img.mainLogo {
	position:absolute;
	top:15px;
	left:10px;
}
.accountBlock {
	position:relative;
	left:-10px;
	top:-8px;
	width:764px;
	height:53px;
	padding:10px 5px 10px 5px;
	border:0px dashed blue;
	margin-bottom:0px;
	background-color:#fff7c0;
}
.bodyBlock {
	margin-top:18px;
	margin-bottom:13px;
	z-index:50;
}
/* * * * * * */

	
	.bottomBlock {
	position:relative;
	height:30px;
	padding-top:2px;
	border:0px solid #F0E5E5;
	text-align:center;
}
.bottomTexts {
	font-size:11px;
	margin-top:0px;
	color:#999;
	text-align:center;
}
.bottomTexts a {
	color:#999;
}
.bottomTexts a:hover {
	color:#000;
}
.bottomTexts div {
	margin-bottom:1px;
}
.bottomLinks a {
	margin-right:2px;
}
/* * * * * * */
	
	.loginBlock {
	border:1px solid #DFDFDF;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius: 10px;
	background-color:#FBFBFB;
	margin:30px 100px 0px;
	padding:15px 20px 15px 20px;
}
/* * * * * * */
	
	.boxItem {
	margin-bottom:10px;
	border:1px solid #DFDFDF;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-radius: 6px;
	background-color:#fff;
}
.sortable .boxItem .boxHeader {
	cursor: move;
}
div.boxHeader a.closeEl {
	position: absolute;
	right: 7px;
	top: 5px;
	font-weight: normal;
	font-size: 11px;
	color:#888;
	text-decoration: none;
}
.sortHelper {
	border: 1px dashed #ccc;
	width: auto !important;
}
.boxHeader, .groupItem .itemHeader {
	font-family:"Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding:4px 5px;
	font-size-adjust:none;
	font-size:14px;
	font-weight:bold;
	color:#5D5D5D;
	text-align:left;
	border-bottom: 0px solid #F0E5E5;
	background:#EDEDED url(http://www.mapproperties.net/wp-admin/images/ed-bg.gif) repeat-x top left;
	position:relative;
}
.boxContent {
	position:relative;
	overflow:hidden;
	padding:10px;
}
.boxContent ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:3px 0 0;
	padding:0;
	width:100%;
}
.promo_code_wrapper {
	border:1px solid #ccc;
	margin-bottom:10px;
	padding:10px;
}
#sort1 {
	margin-right:10px;
}
.bodyBlock {
	height: 100%;
}
.singleWrapper {
	float:left;
	margin:0;
	min-height:400px;
	width:71%;
}
.groupWrapper {
	float:left;
	margin:0;
	min-height:400px;
	width:49.3%;
}
.groupWrapper p {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.serializer {
	clear: both;
}
.groupItem {
	margin-bottom: 20px;
}
.groupItem .itemHeader {
}
.hide {
	visibility:hidden;
}
.left {
	float:left;
	margin: 0 5px 0 0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	margin: 0;
}
.m-reply {
	font-size:13px;
	color:#999;
}
table#score td {
	padding: 10px 0;
}
table#score {
	margin: 0 0 15px
}
/* -------------------[ Buttons ]------------------- */	
input, select {
	margin: 0 0px 7px 0;
}
.button_small {
	background:#F2F2F2 url(http://www.mapproperties.net/wp-admin/images/white-grad.png) repeat-x scroll left top;
	min-width:60px;
	text-align:center;
	text-shadow:0 1px 0 #FFFFFF;
	border-color:#BBBBBB;
	color:#464646;
	-moz-border-radius:11px;
	-webkit-border-radius: 11px;
	-moz-box-sizing:content-box;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-family:"Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	line-height:12px;
	padding:2px 8px;
	margin: 5px 10px;
	text-decoration:none;
}
.button, input.submit, .button-secondary {
	background:#F2F2F2 url(http://www.mapproperties.net/wp-admin/images/white-grad.png) repeat-x scroll left top;
	min-width:60px;
	text-align:center;
	text-shadow:0 1px 0 #FFFFFF;
	border-color:#BBBBBB;
	color:#464646;
	-moz-border-radius:11px;
	-webkit-border-radius: 11px;
	-moz-box-sizing:content-box;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-family:"Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	line-height:16px;
	padding:2px 8px;
	margin: 0 30px 0 0;
	text-decoration:none;
}
.button a:hover, input.submit a:hover, .button-secondary {
	background:#F2F2F2 url(http://www.mapproperties.net/wp-admin/images/white-grad-active.png) repeat-x scroll left top;
	color:#000;
	border-style:solid;
	border-width:1px;
	border-color:#000;
}
.inputTitle {
	border-width:1px;
	font-family:"Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size:1.7em;
	border: solid 1px #CCC;
	padding:3px 4px;
	background:#fff;
	color:#777;
	width:98.5%;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
}
.inputTitle_small {
	border-width:1px;
	font-family:"Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size:1.0em;
	border: solid 1px #CCC;
	padding:3px 4px;
	background:#fff;
	width:98.5%;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
}
.inputText {
	border-width:1px;
	font-size:1em;
	border: solid 1px #CCC;
	padding:3px 4px;
	background:#fff;
	width:98.5%;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
}
.info_left {
	text-align:right;
	white-space:nowrap;
	width:30%;
	font-weight:bold;
	padding: 0 15px 0 0;
	font-size:13px;
	color:#777777 ;
}
.info_right {
	font-weight:bold;
	font-size:13px;
}
.profile {
	padding:4px;
	background:#FFF;
	border: 1px solid #ccc;
width::100px;
	margin: 0 10px 5px 0;
	float:left;
}
#mainColumn {
	margin: 0px 10px 0 0px;
	padding:0 0 0 0px;
	border:0px solid #E9ADA7;
	float: left;
	width: 738px;
	overflow:hidden;
	background: #fff;
}
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: left;
	text-align:left;
	width: 200px;
	margin: 0px 0 0 0px;
	padding: 0px;
	line-height: 18px;
	display: inline;
	overflow:hidden;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.boxInner {
	padding: 8px;
}
#sidebar h2 {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px;
	border-bottom: 1px solid #f0f0f0;
}
#sidebar h5 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.textwidget {
	padding: 0 0 0 10px;
}
#sidebar ul ul {
	clear:both;
	padding:0 10px 10px;
	list-style: none;
}
#sidebar ul li ul li {
	margin:0 0 4px 5px;
	padding:0px 0 0px 15px;
	list-style: none;
}
#sidebar ul li ul li a {
	color:#666;
}
#sidebar ul li ul li a:hover {
	color:#357AB6;
}
#sidebar ul li li {
	background: url(http://free.adiop.com/images/arrow.gif) no-repeat scroll 0 6px;
}
/*////////////// ADIOP NEWS ////////////*/
.postable {
	border-collapse:collapse;
	border-style:solid;
	border-width:0px;
	border-color:#F0E5E5;
	clear:both;
	margin:0px 0px 0px 0px;
	width:100%;
}
.postable tbody {
	border-top:0px solid #ccc;
}
.postable th {
	text-align:left;
	padding:7px 15px 9px 10px;
	border-bottom:1px solid #C6C0A5;
	vertical-align:top;
	background:#E6E1D0;
	font-size:.9em;
}
.postable td {
	padding:8px 0px 0px 5px;
	font-size:.9em;
}
.postable td .info_left {
	padding:8px 15px 0px 0px;
}
.c {
	width:8px;
}
.res_thumb {
	width:45px;
}
#member_info {
	line-height: 16px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#member_info p {
	margin:0px 0px 10px 0px;
}
#member_info .button {
	margin:20px 0px 0px 0px;
	padding: 5px 8px;
	float:left;
	clear:both;
	font-size:1.6em;
}
#member_info .section {
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
	float:left;
	clear:both;
	font-size:1.0em;
}
#member_info .section .button {
	margin:0px 0px 0px 0px;
	padding: 5px 8px;
	clear:both;
	font-size:1.6em;
}
#bspRegister{
	width:909px;
	height:526px;
	padding:0;
	margin:0;
	background:url(images/blusky-register.jpg) no-repeat 0 0;
}
#bspRegister #head{
	width:909px;
	height:60px;
	padding:0;
	margin:0;
	display:block;
}
#bspRegister #body{
	padding:0 12px 15px;
	margin:0;
}
#bspRegister ul{
	color:#222;
	width:202px;
	float:left;
	padding:0 5px;
	margin:10px 8px 0 3px;
}
#bspRegister li.top{
	color:#454545;
	width:auto;
	height:377px;
	padding:0;
	margin:0;
}
#bspRegister .button {
	margin:20px 39% 20px;
	width:auto;
	padding: 5px 8px;
	text-align:center;
	font-size:1.6em;
}
.logo_login{
	width:200px;
	position:relative;
	left:10px;
	top:0;
	padding:0;
	margin:0 0 20px;
}
.infoText{
	padding:0;
	margin:0 0 5px 10px;
}
.infoText h2{
	margin-bottom:5px;
}
