/*
Theme Name: Managing Minds Custom Theme
Theme URI: http://managinminds.com/
Description: A custom WordPress theme for Managing Minds.
Version: 1.0.0
Author: Xander
Author URI: http://www.reliablyonline.com
Tags: custom header, fixed width, two columns, widgets

*/

body {
	background-attachment: fixed;
	background: #FFF url('images/page-background.jpg') repeat-x;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#page {
	height: auto; width: 955px;
	text-align: left;
	margin: 0px auto; padding: 0px;
	background: url('images/content-bgd-white.jpg') repeat-y;
}

a { color: #666; text-decoration: underline; font-weight: bold; }
a:hover { color: #000; text-decoration: underline; }
a:active { color: #999; text-decoration: none; }

a img { border: 0px; }
img { border: none 0px; display: block; }

.clear {clear:both;}

/* Header
------------------------------------------------------------- */
#header {
	background: url('images/header.jpg') no-repeat;
	padding: 0px; margin: 0px auto;
	color: #000000;
	height: 106px; width: 955px;
}
#header h1 { font-family: "Times New Roman", serif; font-size: 30px; font-weight: bold; line-height: 30px; color: #000; margin: 0px; padding: 30px 0px 0px 140px; border: none; }
.slogantext { font-size: 24px; line-height: 30px; color: #666; margin: 0px; padding: 0px; }
#header a { color: #000; text-decoration: none; }
#header a:hover { color: #666; text-decoration: none; }
#header a:active { color: #000; text-decoration: underline; }

.featureimagehome {
	height: 256px; width: 955px;
	margin: 0px; padding: 0px;
	background: url('images/feature-home.jpg') no-repeat;
	}

.featureimagecontent {
	height: 106px; width: 955px;
	margin: 0px; padding: 0px;
	background: url('images/feature-content.jpg') no-repeat;
}

/* Navigation Bar
------------------------------------------------------------- */
.navbarhome { background: url('images/navbar-bgd.jpg') no-repeat; height: 56px; width: 955px; margin: 0px; padding: 0px; }
.navbarcontent { background: url('images/navbar-content-bgd.jpg') no-repeat; height: 56px; width: 955px; margin: 0px; padding: 0px; }
.menu {
	color: #FFF;
	height: 20px;
	padding: 7px 0px 2px 10px;
	margin: 0px;
}

	.menu ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}	
	.menu li {
		display: inline;
		margin-left: 0px;
	}
		.menu a { text-decoration: none; color: #FFF; font-weight: bold; letter-spacing: 1px; padding: 2px 10px; }
		.menu a:hover { color: #000; background-color: #666; }
		.menu a:active { color: #000; background-color: #FFF; }

/* Footer
------------------------------------------------------------- */
#footer {
	padding: 0px 30px; margin: 0px; height: auto; width: 895px;
	background: url('images/footer-bgd.jpg') repeat-y;
}
#footer p { font-size: 10px; line-height: 18px; padding: 0px; margin: 0px; }
#footer hr { border: 0px; color: #000; background-color: #000; height: 1px; text-align: left; margin: 8px 0px; }
#footer img { float: right; margin: 0px; padding: 0px; border: none; }

.footermenu ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
	.footermenu li {
		font-size: 10px;
		display: inline;
		margin-right: 10px;
	}
	
		#footer a { text-decoration: none; color: #000; font-weight: normal; }
		#footer a:hover { text-decoration: underline; color: #666; }
		#footer a:active { text-decoration: none; color: #666; }

#footertop { background: url('images/footer-top.jpg') no-repeat; height: 55px; width: 955px; }
#footerbottom { background: url('images/footer-bottom.jpg') no-repeat; height: 30px; width: 955px; }


/* Home Page Splitter
------------------------------------------------------------- */
#pagesplitwrapper { width: 955px; height: auto; margin: 0px; padding: 0px; background: url('images/content-bgd-home.jpg') no-repeat; }

#pagesplitleft { float: left; width: 415px; height: auto; margin: 0px; padding: 0px 25px 0px 30px; }
#pagesplitleft a img { border: 1px solid #FFF; padding: 5px; margin: 5px 0px 5px 5px; }
#pagesplitleft a img:hover { border: 1px solid #999; }

#pagesplitright { float: right; width: 425px; height: auto; margin: 0px; padding: 0px 35px 0px 25px; }

#random { background: url('images/random/rotator.php') no-repeat; margin: 5px 0px; padding: 0px; width: 425px; height: 350px; }


/* Content Pages
------------------------------------------------------------- */
#contentwrapper { width: 955px; height: auto; margin: 0px; padding: 0px; background: url('images/content-bgd-content.jpg') no-repeat; }

#pagecontent { float: left; width: 630px; height: auto; margin: 0px; padding: 0px 25px 0px 30px; }

#sidebar { float: right; width: 210px; height: auto; margin: 0px; padding: 0px 35px 0px 25px; }


#sidebar li { list-style: none; }
#sidebar ul ul { list-style: none; margin-left: 20px; }
#sidebar li li { list-style: circle; }

#sidebar img { margin: 0px 0px 10px 0px; padding: 0px; }

h2.widgettitle {
	margin: 10px 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
	font-size: 16px;
	}


/* Stylings
------------------------------------------------------------- */
h1 { font-size: 24px; font-weight: lighter; line-height: 30px; margin: 0px 0px 20px 0px; padding: 0px 0px 5px 0px; color: #000; text-align: left; border: none; border-bottom: 1px solid #000; background: none; }

h2 { font-size: 18px; font-weight: lighter; line-height: 24px; margin: 0px; padding: 5px 0px; color: #000; text-align: left; border: none; background: none; }

h3 { font-size: 16px; font-weight: lighter; line-height: 22px; margin: 0px; padding: 5px 0px; color: #000; text-align: left; border: none; background: none; }

h4 { font-size: 16px; font-weight: lighter; line-height: 22px; margin: 0px; padding: 5px 0px; color: #000; text-align: left; border: none; background: none; }

h5 { font-size: 14px; font-weight: lighter; line-height: 20px; margin: 0px; padding: 5px 0px; color: #000; text-align: left; border: none; background: none; }

h6 { font-size: 12px; font-weight: bold; line-height: 20px; margin: 0px; padding: 5px 0px; color: #000; text-align: left; border: none; background: none; }

p { font-size: 12px; line-height: 18px; margin: 0px; padding: 0px 0px 10px 0px; color: #000; text-align: left; }

blockquote { margin: 0px 25px; }

hr { border: 0px; color: #999; background-color: #999; height: 1px; text-align: left; margin: 10px 0px; padding: 0px; }

small { font-size: 10px; }

code {
	display: block; margin: 10px 0px; padding: 5px 10px;
	color: #333; background: #EFEFEF;
	font-family: Courier New, Courier, mono; text-align: left;
}

ol { list-style-type: decimal; margin: 0px 0px 0px 40px; padding: 0px 0px 10px 0px; }
ol li { font-size: 12px; line-height: 18px; }
ul { list-style-type: square; margin: 0px 0px 0px 40px; padding: 0px 0px 10px 0px; }
ul ul { margin: 0px 0px 0px 25px; padding: 0px 0px 0px 0px; }
li { font-size: 12px; line-height: 18px; text-align: left; }
li li { list-style-type: circle; }
li li li { list-style-type: disc; }


/* Images
------------------------------------------------------------- */
#pagecontent a img { border: 1px solid #CCC; padding: 5px; margin: 5px 0px 10px 10px; }
#pagecontent a img:hover { border: 1px solid #000; }

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px; text-align: center;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Extras
------------------------------------------------------------- */
#blogheadings a { font-weight: lighter; text-decoration: none; }

.alignright {
	float: right;
	clear: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	clear: left;
	margin-right: 10px;
}


/* Comments
------------------------------------------------------------- */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
