/*
Theme Name: Baraka Women
*/
body {
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper-container{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: auto !important;
	height: 100%;	
}
#wrapper {
	width: 850px;
	float:left;
}
#header {
	float: left;
	width: 850px;
}
#logo {
	float: left;
	height: 30px;
	width: 123px;
}
#logo img{
	border: none;
}
body,td,th {
	font-size:10px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#464646;
	line-height: 19px;
}
#menu {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AE324E;
	padding-right:10px;
	padding-bottom: 5px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#menu a {
	display: block;
	font-size: 14px;
	color: #464646;
	padding-left: 6px;
	text-transform: lowercase;
	padding-right: 6px;
	text-decoration: none;
}
#menu a:hover {
	color: #AE324E;
	text-decoration: none;
}
a:link {
	color: #AE324E;
}
a:visited {
	color: #AE324E;
}
a:hover {
	color: #AE324E;
	text-decoration: none;
}
a:active {
	color: #AE324E;
}
#menu li.current_page_item a{
	color: #AE324E;
}
#content-wrap {
	padding: 20px;
	width: 810px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	float: left;
}
#content {
	float: right;
	width: 600px;
}
#content2 {
	float: left;
	width: 800px;
}
#content3 {
	float: left;
	width: 800px;
	margin-left: -15px;
	margin-top: -15px;
	margin-bottom: -15px;
}
#sidebar {
	float: left;
	width: 170px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#sidebar li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar a {
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
	color: #464646;
	text-decoration: none;
}
#sidebar li.current_page_item a{
	color: #AE324E;
}
#sidebar a:hover {
	color: #AE324E;
}h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AE324E;
	font-weight: normal;
	letter-spacing: 2px;
}
#footer{
	width: 850px;
	text-align: right;
	float: right;
}
#footer a{
	color: #AE324E;
}
#content3 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.small{
	font-size: 10px;
	color:#999999;
}
.blog-box{
	float:left;
	width: 580px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
