/*  
Theme Name: MoMBOo
Theme URI: http://www.minimhall.org
Version: 1.0
Author: d0k
Author URI: mailto:d0k@maledet.to

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% CachetBook , Verdana, Sans-Serif;
	background: #FFF;
	color: #333;
	padding: 13px 0 25px 0;
	}

p {	
	margin:  2px 5px;

}
p#sys { margin: 15px 2px;

	 } 

a:link, a:visited {
	color: #666666;
	text-decoration:none;
	}

a:hover, a:active {
	color:#333;
	text-decoration:none	;
	}

a img {
	border:0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	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;
	}
	
select {
	width: 130px;
	}	




/* Structure */
.navigation {
	margin: 0 0;
	width: 500px;
	border-top: 1px solid #cccccc;
	font-size:0.8em;
	}
		
#page {
	width:832px;
	margin:0 auto;
	font-size:0.8em;
	}

#branding {
	z-index:1;
	width:450px;
	}

#masthead {
	margin-top:5px;
	max-height:270px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.widecolumn {
	width: 496px;
	float:left
	}

#sidebar {
	width: 310px;
	float:right
	}
		

.linkmemb li {
	background-image:url(images/patmom.gif) ; 
	list-style:none;
	border:5px solid #ffffff;

	min-height:45px;
	width:300px;
}


.linkmemb img {
	border:7px solid #ffffff;
	float:left;
}


/*	Begin Headers */
.menu_lista {
	position:absolute;
	top:3px;
	margin: 0 auto;
	padding: 0 auto;
	left:0px;
	right:0px;
	z-index:12;
	align:center;
	text-align:center;
	font-size:0.8em;
}

.menu_list {

	display: inline-table;
	vertical-align: middle;

}

.menu_list li{
	display:inline;
	margin:0 10px;
}

h1 {	background-image:url(/blog/momhead.png) ;
	background-repeat:no-repeat;
	text-indent:-999px;
	font-size:2em;
	}
	
h2 {
	font-size: 1.6em;
	padding-bottom:8px;
	border-bottom:1px solid #cccccc;
	margin: 20px 0;
	}

h3 {
	font-size: 1.2em;
		background-image:url(images/patmom.gif) ; 
		/*background:#e5e5e5;*/
	text-transform:uppercase;
	padding:8px;
	margin-top:10px;
	}

h3.comments {
	margin: 40px auto 20px ;
	}

div.tithead {
width:100px; background:#FFFFFF; padding:2px 10px 1px 10px; overflow:hidden;
}
div.tithead:hover {
		background-image:url(images/patmom.gif) ; 
}
/* Home Content */

.description {
	font-size: 1.1em;
	font-weight: bold; 
	font-style:italic;
	color:#a4a4a4;
	}

#leadpic {
	width:496px;
	height:238px;
}

#features {
	width:319px;
	}

#features .clearfloat {
	margin-bottom:6px;
	}
	
#features img {
	float:left;
	margin-bottom:6px;
	}

.subfeature {
	width:310px; 
	/*background-image:url(images/patmom.gif) ;*/ 
	height:90px; 
	padding:20px 0 0 0px;
	margin-bottom:6px;
	overflow:hidden;
	font-weight:bold;
	font-size:1.1em;
	text-align:left;
	/*background:#e5e5e5;*/
	}

.bullets {
	padding: 5px 15px 15px 35px;
	list-style:square;
	}

.bullets li {
	padding:2px 0;
	}
	
.bullets ul {
	padding:2px 0 0 4px;
	list-style:square;
	}
	
.subcat {
	font-weight:bold;
	padding: 12px 5px 5px 25px;
	}

.subcat p {
	font-weight:normal;
	margin:0;
	}
	
h2 span {
	font-size:0.8em;
	}



/* Interior Content */
							
small {
	font-size: 0.9em;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear:both;
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

#author {
	background:#e7f1d7;
	margin:15px 0;
	padding:15px;
	}

#author img {
	padding:1px;
	border:1px solid #999999;
	float:left;
	width:80px;
	}

#author span {
	display:block;
	font-size:0.85em;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#author p {
	margin:0;
	width:370px;
	}	
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}




/* 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 {
	text-align:center;
	}

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

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

#commentform #submit {
	float: right;
	}



/* Comments*/


.alt {
		background-image:url(images/patmom.gif) ; 
	/*background: #f8f8f8;*/
	border-top: 1px solid #cccccc;
	padding: 10px;
	}

.commentlist {
	text-align: justify;
	}

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

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

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	display: block;
	}

/* Link Page */

.linkpage {
	list-style:none;
}

.linkpage li {
	background-image:url(images/patmom.gif) ; 
	vertical-align: middle;
	border:5px solid #ffffff;
	height: auto !important;
	height:35px;
	display:inline-table;
	width:500px;
}


.linkpage img {
	border:7px solid #ffffff;
	display:inline-table;
	vertical-align: bottom;
	
}
/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	

/* Footer*/

#footer {
	margin: 0 auto;
	width: 832px;
	border-top: 1px solid #cccccc;
	margin-top:60px;
	font-size:0.6em;
	padding-top:15px;
	text-align:center;
	}


