body {
	background: #fff;
}

button.image {
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	vertical-align: top;
	cursor: pointer;
}

button.image span {
	display: none;
}

button.search {
	background-image: url('../images/searchbutton.gif');
	width: 60px;
	height: 25px;
}

input.searchbox {
	border: 1px solid #c4c5a6;
	background-image: url('../images/input-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 3px;
	height: 18px;
	width: 295px;
	vertical-align: top;
	margin-right: 10px;
}


img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
}

div#topmenu {
	background: url('../images/topmenu-bg.gif') repeat-x scroll top left;
	height: 20px;
}

div#header {
	height: 70px;
	background-image: url('../images/header-bg.gif');
	border-bottom: 5px solid #c9243c;
}

div.header-content {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
}

div#header div.logo {
	float: left;
}

div#header div.guide {
	float: right;
}

div#header div.guide a {
	background: url('../images/guide.png') no-repeat scroll top left;
	width: 76px;
	height: 34px;
	display: block;
	margin-top: 20px;	
}

div#header div.logo a {
	background: url('../images/socialguidelogo.png') no-repeat scroll top left;
	width: 203px;
	height: 23px;	
	display: block;
	margin-top: 30px;
}

div#header span {
	display: none;
}

div#supercontainer {
	background-image: url('../images/content-bg.png');
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	width: 990px;
}

div#main {
	float:left;
	margin-bottom:30px;
	margin-top:30px;
	width:570px;
}

div#sidebar {
	margin-top: 30px;
	width: 380px;
	float: right;
}

div#sidebar-a {
	width: 180px;
	float: right;
}

div#sidebar-b {
	width: 180px;
	float: right;
}

div#footer {
	width: 990px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 95%;
	border-top: 1px solid #ddd;
}

div#footer a {
	color: #fff;
}

div#topmenu div {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

div#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 95%;
	letter-spacing: -0.5px;
	float: right;
}

div#topmenu ul li {
	display: inline;
	margin-left: 10px;
}

div#topmenu ul li.cat-item {
border-left:1px solid #ededed;
margin-left:5px;
padding-left:8px;
}

div#topmenu ul li a {
	color: #333;
	text-decoration: none;
}

div#topmenu ul li a:hover {
	text-decoration: underline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Begin Images */
div.post-content p img {
	padding: 0;
	max-width: 100%;
	border: 5px solid #ddd;
	}

/*	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 */
