/*
Theme Name: mmclub-blog
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: tech06
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family: Arial, Helvetica, sans-serif;
	background:#DBDCDE url(images/bg.jpg) left top repeat-x;
	color: #3C3846;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	/*background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
	margin: 0;
	height: 0;
	}

#content {
	font-size: 1.2em;
	padding-top:0;
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 17px;
	padding-top:10px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border: 1px solid #ddd;
	padding:10px;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

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;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #30285B;
	text-decoration: none;
	}
a{ color:blue; text-decoration:underline;}
a:hover {
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}
p{ font-size:12px; padding-bottom:10px; margin:0;}
#page {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding:0 10px;
        width:695px;
	background:url(images/prosprty_bg.jpg) left top repeat-x;
	}

.widecolumn {
	padding: 0 0 0 10px;
	margin:0;
	width: 705px;
	float:left;
	}

.post {
	margin: 0 0 10px 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 0 0 12px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:6px 0 10px 0;
	}

h2 {
	color:#30285B;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	padding:0;
	text-align:left;
	text-transform:uppercase;
	margin:0;
	}
h2 a{ color:#30285B;}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	background:url(images/member_login_bg.jpg) left top no-repeat;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:22px;
	padding:8px 0 0 23px;
	text-transform:uppercase;
	width:207px;
	}

h3 {
	padding: 0;
	margin: 10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) 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.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;
	}

.alignright {
	float: right;
	padding-right:10px;
	}

.alignleft {
	float: left;
	}
.alignleft a{ font-size:13px; color:#333162; text-decoration:underline}
.alignleft a:hover{ text-decoration:none;}

.alignright a{ font-size:13px; color:#333162; text-decoration:underline}
.alignright a:hover{ text-decoration:none;}

/* 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 ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.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{ background:none; border:none; margin:0; padding:0;}
#sidebar ul li ul, #sidebar ul ol {
	border-left:1px solid #DBDCDE;
	border-right:1px solid #DBDCDE;
	float:left;
	padding:10px 8px;
	width:212px;
	background:url(images/member_form_bg_top.jpg) left top no-repeat;
	}
#sidebar ul li ul a{ font-size:12px; color:#545454; text-decoration:none;}
#sidebar ul li ul a:hover{ color:#f94e02;}
#sidebar ul li#text-3, #sidebar ul li#text-4{ background:none;}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0 0 3px 0;
	background:url(images/member_form_bg_bottom.jpg) left bottom no-repeat;
	float:left;
	margin-bottom:10px;
	width:100%;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar 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: 0;
	padding: 0 0 5px 13px;
	font-size:12px;
	background:url(images/link_icon.gif) left 2px no-repeat;
	}
/* End Entry Lists */



/* 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: 320px;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px 0;
	float: left;
	background:url(images/submit.gif) left top repeat-x;
	height:22px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
	border:none;
	cursor:pointer;
	border:1px solid #251f49;
	width:130px;
	margin-left:136px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.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: 0;
	}

#commentform p label{ float:left; padding:0; width:136px;}
#commentform p label small{ font-size:12px; color:#251f49;}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 10px 0 0;
	margin: 0;
	width: 230px;
	float:right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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 {
	display: block;
	text-align: center;
	float:left;
	padding-bottom:10px;
	width:100%;
	}
/* End Various Tags & Classes*/



/* Captions */
.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: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

.Main

{
	width:980px;
	margin:0 auto;
	padding:0;	
}
div#header{ float:left; width: 100%; height: 150px; background:url(images/man.jpg) 795px bottom no-repeat;}
.logo{ display : block; float:left; padding-top:32px;}

.menu{ width:100%; float:left; padding:0;}
.menu_left{ background:url(images/menu_left.jpg) left top no-repeat; height:41px; padding-left:31px;}
.menu_right{ background:url(images/menu_right.jpg) right top no-repeat; height:41px; padding-right:31px;}
.menu_bg{ background:url(images/menu_bg.jpg) left top repeat-x; height:41px; width:100%;}

.contentLayout { width:100%; float:left; padding:0; margin-top:-1px; position:relative;}

.content-top{ background:url(images/round_top.jpg) left top no-repeat; float:left; padding-top:5px; width:100%;}
.content-bottom{ background:url(images/round_bottom.jpg) left bottom no-repeat; float:left; padding-bottom:6px; width:100%;}
.content-bg{ background:url(images/round_bg.jpg) left top repeat-y; float:left; width:98.6%; padding:10px;}

* html #footer{ margin-top:-8px;}
#footer{ float:left; background:url(images/footer.jpg) left top repeat-x; border-top:1px solid #FFFFFF; height:97px; float:left; padding:0; width:100%;}

#footer .Footer-inner{ padding-top:42px; background:url(images/footer_top.jpg) left top no-repeat; margin:0 auto; width:980px; text-align:left;}

#footer a{ color:#FFFFFF; text-decoration:underline;}
#footer a:hover{ color:#EFAF23;}



#footer .Footer-background{ position:absolute; z-index:-1; width: 950px; height: 100px; bottom:0; left:0; }
#footer .Footer-text ul.menu{ float:left; margin:0;}
#footer .Footer-text ul.menu li{ float:left; background:url(images/fot_menu_arrow.jpg) right center no-repeat; padding:0; list-style:none;}
#footer .Footer-text ul.menu li a{ color:#ffffff; font-size:11px; text-decoration:none; padding:0 10px; float:left; font-family:Tahoma,Verdana,Arial;}
#footer .Footer-text ul.menu li a:hover{ color:#EFAF23;}


#footer .Footer-text

{

display:inline-block;
color:#FFFFFF;

font-size: 12px;

}



#headerimg h1{ background:url(images/logo.jpg) left top no-repeat; width:610px; height:71px; float:left;}


/*===============menu css start here===============*/
.menuhxdmenu,.menuhxdmenu  *{margin:0;padding:0;}

div#hxdmoomenu{

z-index:100;}

#hxdmoomenu li li{margin:0;}

.menuhxdmenu {line-height:1.0;float:left;margin-bottom:1.5em;position:relative; z-index:101}

.menuhxdmenu  ul{background:#fff;

padding:0;}

.menuhxdmenu  li{float:left;list-style:none;position:relative;}

div#hxdmoomenu li li a, div#hxdmoomenu li.active li a{display:block;padding:0;margin:0;text-decoration:none;float:none;width:98%;}

.menuhxdmenu  li ul{float:none;left:-999em;position:absolute;width:170px;z-index:102;}

.menuhxdmenu  li:hover ul,

.menuhxdmenu  li.sfHover ul{left:0px;top:25px;}

.menuhxdmenu  li:hover li ul,

.menuhxdmenu  li.sfHover li ul,

.menuhxdmenu  li li:hover li ul,

.menuhxdmenu  li li.sfHover li ul,

.menuhxdmenu  li li li:hover li ul,

.menuhxdmenu  li li li.sfHover li ul{top:-999em;}

.menuhxdmenu  li li:hover ul,

.menuhxdmenu  li li.sfHover ul,

.menuhxdmenu  li li li:hover ul,

.menuhxdmenu  li li li.sfHover ul,

.menuhxdmenu  li li li li:hover ul,

.menuhxdmenu  li li li li.sfHover ul{left:170px;top:0px;}

.menuhxdmenu  li li{position:relative;float:none;width:100%;}

/*** EDIT THESE CSS CODES WITH CARE: ENDS ***/



#hxdmoomenu{

	position:relative;
	margin-left:-25px;

}



#hxdmoomenu ul{

	margin: 0;

	padding: 0;

}		



#hxdmoomenu ul li{

	 float: left; background:url(images/menu_arrow.jpg) right top no-repeat; padding:12px 0 14px 0;

}



#hxdmoomenu ul li a{

	 color:#312e60; font-size:12px; font-weight:bold; padding:0 16px; text-decoration:none; text-transform:uppercase;

}		



#hxdmoomenu ul li a:hover{

	color:#000000;

}		



#hxdmoomenu li.active a {

	color:#000000;

}



#hxdmoomenu li ul {

	margin-top:15px;

	margin-left:auto;

	width:220px;

}



#hxdmoomenu ul ul ul {

	margin-top:10px;

	margin-left:-10px;

}



#hxdmoomenu ul ul li{

	display:block;

	padding:8px 0 8px 15px;

	text-align:left;

	width:220px;
	background:#babdc2;
}



#hxdmoomenu ul ul li a{

	display:block;

}





#hxdmoomenu li.active ul li a {
color:#312E60;
}
#hxdmoomenu li.active ul li a:hover{ color:#000000;}
#hxdmoomenu li.active ul li.active a{ color:#000000;}


#hxdmoomenu ul ul li a:hover,

#hxdmoomenu ul li.active.parent ul a:hover {

	display:block;

}

/*** Copy upto here ***/





/****** DEMO CSS CODE TO DEMONSTRATE THE IMPLEMENTING SECOND MENU START ***/

/****** These codes are only for demonstration. You can delete this code. ***/

/*** Changes made from orignal CSS: 	

	 Replaced parent UL class menuhxdmenu with menuhxd_moodemo_2

	 Replaced Div ID hxdmoomenu with moomenu2 ***/



.menuhxdmenu2,.menuhxdmenu2  *{margin:0;padding:0;}

div#moomenu2{

z-index:55;}

#moomenu2 li li{margin:0;}

.menuhxdmenu2 {line-height:1.0;float:left;margin-bottom:1.5em;position:relative; z-index:56}

.menuhxdmenu2  ul{background:#fff;

padding:0;}

.menuhxdmenu2  li{float:left;list-style:none;position:relative;}

div#moomenu2 li li a, div#moomenu2 li.active li a{display:block;padding:0;margin:0;text-decoration:none;float:none;width:98%;}

.menuhxdmenu2  li ul{float:none;left:-999em;position:absolute;width:170px;z-index:57;}

.menuhxdmenu2  li:hover ul,

.menuhxdmenu2  li.sfHover ul{left:0px;top:25px;}

.menuhxdmenu2  li:hover li ul,

.menuhxdmenu2  li.sfHover li ul,

.menuhxdmenu2  li li:hover li ul,

.menuhxdmenu2  li li.sfHover li ul,

.menuhxdmenu2  li li li:hover li ul,

.menuhxdmenu2  li li li.sfHover li ul{top:-999em;}

.menuhxdmenu2  li li:hover ul,

.menuhxdmenu2  li li.sfHover ul,

.menuhxdmenu2  li li li:hover ul,

.menuhxdmenu2  li li li.sfHover ul,

.menuhxdmenu2  li li li li:hover ul,

.menuhxdmenu2  li li li li.sfHover ul{left:170px;top:0px;}

.menuhxdmenu2  li li{position:relative;float:none;width:100%;}

/*** EDIT THESE CSS CODES WITH CARE: ENDS ***/



#moomenu2{

	

}



#moomenu2 ul{

	margin: 0;

	padding: 0;

}		



#moomenu2 ul li{

	margin:0;

	padding:0;

	display:block;

}



#moomenu2 ul li a{

	margin:0;

	display:block;

	float: left;

	height: 25px;

	line-height: 25px;

	padding: 0 15px;

}		



#moomenu2 ul li a:hover{

	display:block;

}		



#moomenu2 li.active a {

	display:block;

}



#moomenu2 li ul {

	margin-top:0px;

	margin-left:auto;

	width:195px;

}



#moomenu2 ul ul ul {

	margin:0;

	margin-top:10px;

}



#moomenu2 ul ul li{

	display:block;

	padding:0 0 0 15px;

	text-align:left;

	width:180px;

	height: 25px;

}



#moomenu2 ul ul li a{

	display:block;

}





#moomenu2 li.active li a {



}



#moomenu2 ul ul li a:hover,

#moomenu2 ul li.active.parent ul a:hover {

	display:block;

}
.rss-tag-icon{ float:right; padding-right:5px;}
p.copy_right{ color:#FFFFFF; padding-top:10px; padding-left:10px; font-size:11px; float:left;}

form#commentform{ background:#FFFAEE; border:1px solid #FCB924; width:510px; padding:20px; float:left; margin:0;}

h3.comment_title{ background:url(images/comment_title.gif) left top no-repeat; height:22px; float:left; padding:2px 0 10px 8px; color:#FFFFFF; font-size:16px; float:left; margin:0; width:100%;}

h5{ margin:0; padding-bottom:10px; font-size:12px; font-weight:bold; color:#000000;}

#commentform div.error, #commentform label.error{ padding-left:133px; font-size:13px; clear:both;}
#commentform div.errorlabels{ padding-left:0; float:none;}
