/*
Theme Name: magCulture
Theme URI: http://magculture.com
Description: magCulture 2010
Version: 1.0
Author: Jeremy Leslie
Author URI: http://magculture.com
Tags: magCulture
*/

.commentlist li, #commentform input, #commentform textarea {
	font-family: "Courier New", Courier, mono;
}

.commentlist li .avatar {
	display: none;
}

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

.commentlist p {
	font-weight: normal;
	text-transform: none;
}


/* Begin Images */

p img {
	margin: 0 0 1.5em;
	max-width: 100%;
}

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;

}

img.border {
	border: 1px solid #BBBBBB;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 15px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 3px;
	padding: 0;
}

/* End Entry Lists */

/* Begin Form Elements */

#searchform {
	width: 100px;
	padding: 5px 3px;
}

#searchsubmit {
	display: none;
}

#sidebar #searchsubmit {
	display: none;
}

.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;
	background-color: #fff;
	font-family: "Courier New", Courier, monospace !important;
	text-shadow: 13px;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond {
	margin-left: 160px;
	float: left;
	width: 500px;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
}

.commentlist li {
	list-style: none;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	display: none;
}

li.recent {
	margin-top: 9px;
	margin-bottom: 28px;
	float: left;
	font-weight: bold;
}

.commentmetadata {
	
}

/* End Comments */

/* Begin Sidebar */

#right-column div.clear.span-15.last.section ul, 
#middle-column ul div.clear.span-15.last.section li ul, 
#topics li.categories ul {
	margin:0 0 18px;
}

/* End Sidebar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	width: 500px;
	padding-top: 10px;
	margin-bottom: 10px;
}

/* End Various Tags & Classes*/




/*CREATES MARGIN REQUIRED IN CATEGORIES AREA AT BOTTOM*/
li.categories {
	margin-bottom: 10px;
}


/*SETS A MIN HEIGHT TO THE COMMENTS, OVERLAPPING HAPPENS WHEN ONE / TWO LINE COMMENT IS PUBLISHED*/
.min {
	min-height: 70px;
}


/*SETS THE ENTIRE SIDEBAR NAV TO BE BLUE, NUMBERS DEFAULT TO BLACK WITHOUT*/
#middle-column ul div.clear.span-15.last.section li ul {
	color: #0062a3;
}
