/*   
Theme Name: mawoi
Description: A Child Theme of Thematic
Author: Jedd
Author URI: http://www.menandwomenofindustry.com
Template: thematic
*/
@import url(../thematic/style.css);


body {
    background: url(images/bg_image.png) repeat-x top;
}

#branding {
    padding:0px;
}

#header {
	background:url(images/header.png) no-repeat top center;
}

#blog-title a {
display:block;
text-indent:-9000px;
height: 380px;
width: 940px; 
background:url(images/header.png) no-repeat top center;
}


#blog-description {
position:absolute;
left:-9000px;
}

#access {
    border-bottom:1px solid #333333;
}

#secondary {
	padding-top: 10px;
}

.page_item a:link, .page_item a:visited {
	background: #000000;
	color: #FFFFFF;
}

.page_item a:hover {
	background: #ffffff;
	color: #000000;
}

.archive a:link, .archive a:visited {
	color: #333333;
}

.archive a:hover {
	color: #FF0000;
}

h2.archive a:link, h2.archive a:visited {
	color: #000000;
}

h2.entry-title a {
    text-decoration:none;
    color:#000;
}

#footer {
	background:#000;
}

#siteinfo {
	color:#FFF;	
}

h3.widgettitle {
	color: #000;
	font-style: normal;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #999;
	
}

#primary li {
	list-style:none;
}

#secondary li {
	border:none;
	list-style:none;
}

#secondary {
	border:none;
}

ul.xoxo li ul {
	margin-left:0px;
}

li#search h3.widgettitle {
	border-bottom:none;
}


/*add to any plugin styles*/


	.addtoany_share_save_container{margin:16px 0;}
	ul.addtoany_list{
		display:inline;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
	}
	ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		line-height:32px;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
	}
	ul.addtoany_list li:before{content:"";}
	ul.addtoany_list li a{padding:0px;}
	ul.addtoany_list img{
		float:none;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	ul.addtoany_list a img{
		opacity:.7;
	}
	ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
		opacity:1;
	}
	a.addtoany_share_save img{border:0;width:auto;height:auto;}
