/*  
Theme Name: MoM3
Theme URI: http://www.ministryofmanipualation.com/
Description: Mothers Home brew theme based on wordpress default.
Version: 0.1
Author: Drew Batchelor
*/

	/* Structure */
body {
	margin: 0;
	padding: 0; 
	font-family: 'century gothic', Verdana, Arial, Sans-Serif;
	background: #d1d1d1; /*was in html */
	}
	
#content { 
	position:absolute;
	top: 65px; left: 155px;
	width: 490px; 
    padding: 0 15px 10px 15px; margin: 0 0 20px 0;
	border-top: medium solid #eee;
	border-width: 2px;
	color: #404a4e;
	overflow: hidden; background-color: #e3e3e3;
	}
	
#pagetitle {
	position:absolute;
	top: 35px; left: 155px;
	width: 512px; 
    height: 30px;
	padding: 0 0 8px 8px;
	margin: 0;  background-color: #e3e3e3;}
	
.narrowcolumn {}
.widecolumn { }

.post {	margin: 10px 10px 20px 5px;	text-align: justify;}
.post hr {	display: block;	}
.widecolumn .post {	margin: 0;	}
.narrowcolumn .postmetadata { padding: 1px 0px 2px 0px; border-bottom: medium solid #eee;
	border-width: 2px;	color: #404a4e; background: #d4d4d4; margin: 0 0 30px 0;}
.widecolumn .postmetadata {	margin: 30px 0;	}
.widecolumn .attachment {	text-align: center;	margin: 5px 0px;}
.postmetadata {	clear: left; font-size: 0.75em}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 0px 5px 0px;
}
	/* End Structure */

.widecolumn .entry p {
	font-size: 100%;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

	/* Begin Typography & Colors */
	
/*	Begin Headers */

p {font-size: 90%; line-height: 1.3em;   text-align:left;  padding: 0; margin: 10px 0 10px 0;}

h1, h2, h3 {
	font-family:  Verdana, Arial, Sans-Serif; 	 color:  #2c393e;
	}
	
h1 {font-size: 110%;
	margin: 7px 0 0 0;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	 color:  #2c393e;
	}
	
h2 {font-size: 105%; 
	margin: 6px 0 0 0;
	}
	

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h3 {
	padding: 0;
	margin:  10px 0 0 0;
	font-size: 100%;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


small {font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
blockquote {font-style: italic; font-size:90%}
	
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 90%; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	}
.commentlist li {	font-weight: bold;	}
.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 {padding: 0 10px 0px 5px; font-family: 'Century Gothic', Verdana, Arial, Sans-Serif;	}
.commentmetadata {	font-weight: normal;	}

code {
	font-size: 1.1em; font-family: 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt;	}
#wp-calendar a {	text-decoration: none;	}
#wp-calendar caption {	font-weight: bold; font-size: 1.3em; font-family: 'Century Gothic', Verdana, Arial, Sans-Serif;	text-align: center;	}
#wp-calendar th {	font-style: normal;	text-transform: capitalize;	}
	/* End Typography & Colors */

	/* Footer */
#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	}
#footer p {
	font-size: 0.75em;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat; */
	border: none;
	}
	/* End Footer */	

/* Images 
	Using 'class="right"' on an image will 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 {display: block;	margin-left: auto; margin-right: auto;	padding: 5px;	max-width: 100%;}
img.centered {	display: block;	margin-left: auto; margin-right: auto;	}
img.right {	float: right; padding: 5px 0px 5px 15px;	}
img.left {	float: left; padding: 5px 15px 5px 0px; }
.right { display: inline;	}
.left {		display: inline; 	}
.wp-smiley {padding: 0px;  margin: 0; display: inline; }
p object {display: block; margin-left: auto; margin-right: auto; 	max-width: 100%;}

p youtube {	padding: 5px;	display: block;	margin-left: auto; margin-right: auto;	} /*thats broken too*/

.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { display:block; margin-right:auto; }
.alignright { display:block; margin-left:auto; }
	/* End Images */


/*  Lists */

.entry ul {	padding: 0 5px 0 15px;	margin: 0;  text-align:left;	}
.entry ul li {	margin: 0 0 0 5px;	padding: 0;	list-style: circle outside} 
.postmetadata ul, .postmetadata li {	display: inline;	list-style-type: none;	list-style-image: none;	}


	/* End Lists */

	/* Form Elements */
#searchform {	margin: 10px auto;	padding: 5px 3px; 	text-align: center;	}
#sidebar #searchform #s {	width: 108px;	padding: 2px;	}
#sidebar #searchsubmit {	padding: 1px;	}
#commentform input {	width: 170px;	padding: 2px;	margin: 5px 5px 5px 0;	}
#commentform textarea {	width: 100%;	padding: 2px;	}
#commentform #submit {	margin: 0;	float: right;	}
.entry form {text-align:center;	} /* This is mainly for password protected posts, makes them look better. */
select {width: 130px;}
	/* End Form Elements */

#pagetitle a { color:  #2c393e;}
	
	
	/* Sidebar */
	
#sidebar {
	padding: 20px 0 10px 0;
   width: 145px;
  margin: 0px;  font-size: 72%;	line-height: 1.05em;
	position: absolute;
	top: 20px; left: 5px;
	font-family: 'century gothic', Verdana, Arial, Sans-Serif;
 overflow:hidden; 
	}

#sidebar h2 {font-family: Verdana, Arial, Sans-Serif;}
#sidebar a {color: #000;	text-decoration: none;	}
#sidebar form {	margin: 0;	}

#sidebar ul, #sidebar ul ol {	margin: 0;	padding: 0;	}
#sidebar ul li {list-style-type: none;	list-style-image: none;	margin-bottom: 15px;	}
#sidebar ul p, #sidebar ul select {	margin: 5px 0 8px;	}
#sidebar ul ul, #sidebar ul ol {margin: 5px 0 0 10px;	}
#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: 3px 0 0;	padding: 0;	}	
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {	cursor: help;	}
acronym, abbr {	border-bottom: 1px dashed #999;	}
blockquote {margin: 10px 30px 10px 15px;
	padding-left: 15px;	border-left: 5px solid #ddd;	}
blockquote cite {	margin: 5px 0 0;	display: block;	}
.center {	text-align: center;	}
hr {	display: none;	}
a img {	border: none;	}

.navigation {display: block;	text-align: left; 	font-size: 0.75em;
	margin: 10px 0 10px 0; line-height:1.2em;	}
	/* End Various Tags & Classes*/

/* Primary menu system */
#menubar {left:5px;
		  top: 5px; 
		  position: absolute; 
    	  white-space: nowrap;
    	  color: #000;
    	  font-size: 100%;
		  text-align:left;
		  text-transform: uppercase;
}
   
.menu 	{width: auto;
 	     float: left;
    	 padding: 0 0.2em 0 0;
    	 margin: 0 4ex 0 1ex;
      	 cursor: default;
}
    	 
.menu a:link {color: #fff; text-decoration: none;}
.menu a:visited {color: #fff; text-decoration: none;}
.menu a:link:hover {color: #000; text-decoration: none; }
.menu a:visited:hover {color: #000; 	text-decoration: none; }
/* End Primary menu system */

/* Begin Comments*/
.alt {margin: 0;	padding: 10px;}
.commentlist {padding: 0; text-align: justify;}
.commentlist li {margin: 15px 0 3px 0px;	padding: 5px 10px 3px 15px;	list-style: none;}
.commentlist p {margin: 10px 5px 10px 5px;}

#commentform p {margin: 5px 0;	}
.nocomments {text-align: center; margin: 0;	padding: 0;	}
.commentmetadata {margin: 0;	display: block;	}
/* End Comments */

div.half {
	float: left;
	overflow: auto;
	width: 48%; padding:0 3px; 
}

div.block_clear {
	clear: both;
	float: none;
}

.akst_link {text-align: right; font-size: 90%; display:none}
#akst_form {font-size: 90%; line-height:1.2em; display:none}
/*Killed off the share this for handheld */
