/* Companion Custom CSS over-rides for [ AMERICAN OTAKU ]:  -  */

/* total page width original 980px sidebars plus narrowcolumn */
/* sidebar 200px with 5px padding */

#page-wide
{
	width: 1000px;
	margin: 0px auto;
}

#header
{
	background: black;
}

/* changing CURRENT PAGE item */
.menu .current_page_item a
{
	color: #ff0000;
}

/* change font COLOR of blog entry TITLE */
.post-info h2
{
	color: white;
}

/* delete blog description header */
#header h1, #header .description { display: none; }

/* make custom menu horizontal */
.menu-item{
display:inline;
}

/* changing properties of custom main navigation */
.menu-main-navigation-container {
	padding-top: 5px;
	padding-bottom: 35px;
}

.menu-main-navigation-container ul li a{
	font-size:20px;
	color:black;
	padding: 10px 10px 10px 10px;
}

.narrowcolumn /* the blog width  changed width of original 550px */
{
	width: 570px;
	padding-top: 0pt;
	padding-right: 5px;
	padding-bottom: 0pt;
	padding-left: 5px;
	overflow-x: hidden;
	overflow-y: hidden;
}

/* changing post divider */

.post-title
{
	background-color:black;
}

.post-title a
{
	color:white;
}

.post-title a:hover 
{
	color: #ff0000;
}


/* WIDGET community icon image and text css */

.iconcontent
{
        width: 190px;
	height: 21px;
}

.leftimage
{
	float:left;
	margin: 0px 5px 5px 5px;
}

.righttext 
{
	padding: 1px 15px 0px 10px;
	margin-left: 10px;
}

/* footer */
#footer
{
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 0pt;
	text-align: center;
	background-color:grey;
}

/* css code for ABOUT section */
#aboutwrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 500px;
}

#aboutheader {
	margin: 0 0 15px 0;
	background: yellow;
}

#side-left {
	float: left;
	width: 100px;
position:relative;
}

#side-right { 
	float: right;
	width: 400px;
position:relative;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#aboutfooter {
	clear: both;
	background: #A2A2A2;
}
