/*
Theme Name: Thematic-Marjean
Theme URI: 
Description: Built on Thematic Theme
Author: 
Author URI: 
Template: thematic
Version: 0.3
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
/*@import url('../thematic/library/layouts/3c-r-fixed.css');*/
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*@import url('../thematic/style.css');
@import url('../thematic/library/layouts/3c-r-fixed.css');*/

/* Plugin Specific */
@import url('extra.css');

body{
	background:url(images/body_bg_stars.jpg) top left repeat #989796;
	text-align: center;
	color:#1C0040;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
h1 span{
	text-transform:none;
}
#wrapper{
	width: 1000px;
	background:url(images/main_bg.png) top left repeat-y;
	margin:0 auto 0;
	text-align: left;
	border-top:15px solid #381865;
	border-right:20px solid #381865;
	border-bottom:5px solid #381865;
	border-left:35px solid #381865;
}
#header {
	background:url(images/header_bg4.png) top left no-repeat;
	height:190px;
	/*overflow:hidden;*/
}
#branding{
	/*display:none;*/
}
#blog-description{
	position:absolute;
	top:100px;
	padding:0 0 0 210px;
	margin:0;
	border:none;
	color:#381865;
	font-family:"Trebuchet MS";
	font-size:14px ;
	font-weight:bold
}
#blog-title{
	text-indent:-9999px;
	padding:34px;
	border:none;
}
#blog-title a{
	background:transparent url(images/MJlogo.png) no-repeat top left;
	display:block;
	width: 572px;
	height: 86px;
	margin: -10px 0 0 -45px;
	font-size:10px;
	color:#2772b3;
	text-indent:-9000px;
	font-family:"Trebuchet MS";
	font-weight:normal;
	/*filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;*/
}
/******************************************** Ad areas */
/*#top_ad{
/*	width:728px;
/*	height:90px;
/*	position:absolute;
/*	top:46px;
/*	left:50%;
/*	margin-left:-245px;
	/*background:#2772b3;*/
/*}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	height:39px;
    font-size:14px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    float:left;
	border-left:1px solid #16BBBB;
}
.sf-menu a {
	height:29px;
	padding:10px 15px 0 15px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    /*border-bottom-color:#fff;*/
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	font-family:"Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#381865;
	font-weight: bold;
}
.sf-menu li {
	border-left:1px solid #499bea;
	border-right:1px solid #16BBBB;	
}
.sf-menu li li {
	background:		#7c7bbd;
	border-top:1px solid #16BBBB;
}
.sf-menu li li li {
	background:		#7c7bbd;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#16BBBB;
	outline:		0;
}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:39px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#7c7bbd;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fff;
}

/*************************************** LOGO  */
#logo h1{
	/*display:none;*/
}


/******************************** FEATURED CONTENT GALLERY  */
.rightleftbar{
   float: left;
   width: 430px;
   margin: 10px 0 0 19px;
   padding-top: 0px;
   padding-bottom: 0px;
   border-top:10px;
   display: inline;
   overflow: hidden;
   background: #16bbbb;
}


/*********************************************  MAIN CONTENT */
#main{
	background:transparent
	padding:0px 10px 20px 20px;
	width:auto;
	height:1%;
}
#container{
	width:650px;
}
#content{
	background: #9798D0;
	margin:0 10px 0 20px;
	padding:0 0px 0 0;
	width: 610px !important;
}

#content .aside h3 {
	background: none;
}
		
a:link, a:visited{
	color: #5F1461;
} 

#index-top .widgetcontainer {
	background: #381865;
	color: #9798D0;
	border:none;
    padding:0 5px 40px 0 !important;
    margin:0 0 36px 0 !important;
    -moz-border-radius:0;
}
#single-top .widgetcontainer,
#page-top .widgetcontainer,
#content .widgetcontainer {
	background: #381865;
	border:none;
    padding:5px 5px 20px 30px;
    margin:0 0 36px 0;
    -moz-border-radius:0;
}
.wp-pagenavi {
	margin: 20px 0 0 20px;
	}
	
/*************************************************** post */
.post{
	/*background:url(images/post_bg.png) 0px 0px repeat #C5AAFF;*/
	margin-top:10px;
	margin-left:15px;
	margin-right: 20px;
	padding:10px;
	-moz-border-radius: 12px;
}
.p1{
	/*background: transparent url(images/main_bg.png) repeat;*/
	padding: 10px;
}
.entry-content {
	margin:13px 15px 0 8px;
}
h1.entry-title, h2.entry-title{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform:none;
	background: #381865;
	color:#60c5d5;
	font-size:24px;
	font-weight:normal;
	padding: 5px 5px 5px 10px;
}
h2.entry-title a{
	color:#C88ACA;
}
h2.entry-title a:hover{
	text-decoration:underline;
}
a.more-link{
	background:url(images/read_more.gif) top left no-repeat;
	width:89px;
	height:22px;
	padding:2px 0 0 0;
	text-align:center;
	float:right;
}
a.more-link:hover{
	background:url(images/read_more_o.gif) top left no-repeat;
	text-decoration:none;
	color:#1b5185;
}
div.entry-utility{
	clear:both;
	border:none;
	background:transparent;
}

.entry-utility, .entry-meta{
	color: #933F96;
	padding: 3px 0 0 8px;
	}
	
span.comments-link a{
	color:#5F1461;
}
.hentry ol{
	list-style-position:inside;
}
.hentry ul{
	list-style-position:inside;
}
a.purple-read-more {
	color:#381865;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	padding-left:20px;
	}
/*********************************************************** archives */
.page-title {
	font-size:18px;
	font-weight:bold;
	padding:18px 0 0 25px;
}
/*********************************************************** columns */
#primary{
	width:300px;
	float:right;
	margin-right:0;
}
#secondary{
	width:300px;
	float:right;
}
.main-aside{
	right: 20px;
}
.aside h3 {
	background: url(images/navbar4.png) repeat-x;
}
.aside ul.xoxo{
	list-style:none;
	padding:0;
}
.aside ul.xoxo li{
	padding:8px;
	margin:0;
	background:none;
}
.aside ul.xoxo li{
	background: #9E7BCE url(images/post_bg.png) repeat;
	margin-bottom:none;
}
.aside ul.xoxo li h3{
	color:#ffffff;
	height:22px;
	padding:6px 0 10px 8px;
}
.aside ul.xoxo li#rss-links h3{
	color:#16bbbb;
	background:url(images/rss_bg.gif) top left repeat-x #f2f2f2;
	height:22px;
	padding:6px 0 0 25px;
}
.aside ul.xoxo li ul{
	list-style:none;
	padding:0;
	margin:0;
}
.aside ul.xoxo li ul li{ 
	list-style:none;
	padding:0;
	margin:0;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
.aside ul.xoxo li ul li.recentcomments{
	padding:2px 20px 2px 10px;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;	
*/
}
.aside ul.xoxo li ul li.recentcomments a{
	display:inline;
	color:#2772b3;
	text-decoration:none;
	border:none;
	padding:0;
}
.aside ul.xoxo li ul li.recentcomments a:hover{
	color:#000;
	text-decoration:underline;
	background:none;
}

.aside ul.xoxo li ul li a{
/*	background:#f1f1f1;*/
	color: #381865;
	display:block;
	padding:2px 2px 2px 10px;
	border-top:none;
	border-bottom:none;
	font-weight: bold;
	text-decoration:none;
}
.aside ul.xoxo li ul li a:hover{
/*	background:#d2d2d2;*/
	color:#1A1C68;
	text-decoration:none;
}
.aside ul.xoxo li ul li.cat-item a{
	display:block;
	color:#381865;
	text-decoration:none;
	border-top:none;
	border-bottom:none;
}
.aside ul.xoxo li ul li.cat-item a:hover{
	color:#000;
	text-decoration:none;
}
/***************************************************************** Search */
li#search form div{
	padding:0 0 0 7px;
}
li#search form div input#s{
	width:110px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
/***************************************************************** Tag Cloud */
.aside ul.xoxo li#tag_cloud{
	padding:10px;
}
.aside ul.xoxo li#tag_cloud h3{
	height:22px;
	padding:7px 0 0 10px;
	margin:-10px -10px 0 -10px;
}
.aside ul.xoxo li#tag_cloud a{
	font-size:18px;
}
/***************************************************************** Calendar */
#calendar{
	background:#fff;
}
#calendar_wrap{
	padding:0 0 0 12px;
	/*background:#fff;*/
}
#wp-calendar{
	/*border-collapse:collapse;*/
}
#wp-calendar tr th{
	padding:0 5px;
	margin:0;
	border:1px solid #e6e5e5;
}
#wp-calendar tr td{
	padding:0 5px;
	margin:0;
	border:1px solid #e6e5e5;
}
/*********************************************************** WP navi */
.navigation {
	margin-top: 20px;
	background: #9E7BCE;
}
.nav-previous {
	width: 45%;
	margin-left: 15px;
}
.nav-next {
	width: 45%;
	margin-right: 15px;
}
.wp-pagenavi span.pages {
	background-color: #9E7BCE !important;
	color: #381865 !important;
	border: none !important;
	}
/*********************************************************** Comments */
#comments{
	border:none;
	background:#9E7BCE;
	padding-top:0px;
}
#comments .comment-meta a{
	color:#2772c8;
}
#comments .comment-author a{
	color:#2772c8;
}
#comments h3{
	color:#323232;
	font-size:20px;
}
#comments li.comment{
	margin-bottom:10px;
	border:1px solid #fff;
	background:url(images/comment.gif) top left repeat-x #e3e3e3;
	color:#323232;
}
#comments li.alt{
	background:url(images/comment_alt.gif) top left repeat-x #eae9e9;
}
#comments li.bypostauthor{
	background:url(images/bypostauthor.jpg) top left repeat-x #d8ebf7;
	color:#323232;
}
#respond{
	margin-bottom:10px;
	border:none;
	background:#9E7BCE;
	color:#323232;
	max-width: 565px;
}
#respond input{
	font-family:Arial, Helvetica, sans-serif;
}
#respond textarea{
	font-family:Arial, Helvetica, sans-serif;
}
/***********************************************************  FOOTER  */
#footer{
	background:#381865;
	border:none;
	min-height:60px;
	width:1000px;
	padding:40px 0 0px 0;
	margin:0;
	color:#ffffff;
}
#footer a{
	color:#2772b3;
}
#footer a:hover{
	color:#C772CA;
}

#footer .widgetcontainer {
	background: none;
}
#subsidiary{

}
#siteinfo{
	text-align:center;
	width:800px;
	color:#8284D0;
	padding:0 0 20px 0;
}
#siteinfo a{
	color:#8284D0;
}
#ll{}
