/*  
Theme Name: Mindnasium Default
Theme URI: http://mindnasium.com/
Description: Default Mindnasium Theme
Version: 1.0
Author: Randall Gordon
Author URI: http://www.mindkitchenmedia.com/

	Default theme for Mindnasium

*/

*
{
	padding: 0em;
	margin: 0em;
}

body
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #bfbfbf url('images/bgpattern.png');
	color: #333;
	text-align: center;
}

a
{
	color: #ff00aa;
	text-decoration: none;
}

li
{
	list-style: none;
}

#mindlogo
{
	position: absolute;
	top: 0px;
	left: 625px;
	width: 234px;
	height: 195px;
	background: url('images/mindlogo.png') no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mindlogo.png');
}

#page
{
	text-align: left;
}

#header
{
	padding: 16px 0 0 16px;
	background-color: #444;
	color: #ff00aa;
	height: 64px;
	border-bottom: 2px solid #ff00aa;
}

.post h2 a
{
	color: #333;
}

#outerheader /* For 1px black line */
{
	border-bottom: 1px solid #000;
}

#outerfooter /* For 1px black line */
{
	clear: both;
	border-top: 1px solid #000;
}

#headerimg
{
	height: 64px;
}

/* Inner width of site is set by this id */
#contentandsidebar
{
	width: 800px;
}

#content
{
	width: 512px;
	height: 100%;
	background-color: #f2f2f2;
	margin: 0 0 16px 16px;
	padding: 32px 16px 0 16px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
}

#sidebar
{
	width: 208px;
	float: right;
	margin-top: 48px;
}

#rssicon
{
	background: url('images/rss.gif') no-repeat;
}

#rssicon a
{
	display: block;
	width: 43px;
	height: 43px;}

#rssicon span
{
	display: none;
}

#footer
{
	clear: both;
	padding: 16px 0 0 16px;
	background-color: #444;
	color: #fff;
	height: 32px;
	border-top: 2px solid #ff00aa;
	font-size: 0.75em;
}

.widget
{
	width: 208px;
	background: #eee url('images/widgettitlebg.png') no-repeat;
	border: 1px solid #000;
	margin: 16px 0 16px 0;
	font-size: 0.75em;
}

.widgettitle
{
	color: #555;
	font-size: 1.5em;
	padding: 16px 0 16px 8px;
}

.widget li
{
	padding: 8px;
}

.widget_tag_cloud a
{
	padding: 8px;
}

#adsensem-ad-1
{
	text-align: center;
	padding: 64px 0 16px 0;
}

#adsensem-ad-1 widget
{
	background: #eee;
}

#tag_cloud
{
	padding-bottom: 8px;
}

#searchform
{
	padding: 8px;
}

#searchform br
{
	display: none;
}

.post *
{
	padding: 0.5em 0 0.5em 0;
	line-height: 1.25em;
}

.entry
{
	text-align: justify;
}

#commentform *
{
	margin: 8px;
}
