/*  
Theme Name: HM2K
Theme URI: http://hm2k.com/
Description: A two column theme. Simple with hm2k colours.
Version: 1.0
Author: HM2K
Author URI: http://www.hm2k.org/
*/

/* Screen Start */
@media screen {

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	color: #1F1F1F;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #FFCC00; 
}
h1 {
	font-size: 2.0em;
}

h2 {
	color: black;
	font-size: 1.8em;
	border-bottom: 1px solid #FFCC00;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a:link {
	color: #CC0000;
}
a:visited, a:active {
	color: #CC0000;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background: #FFFCEF;
	color: #1F1F1F;
	font-size: 80%;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0.1em 20px;
	border-left: 4px solid #FFFCEF;
	background: #FAFAF0;
}
small {
	font-size: 0.9em;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	background: #FAFAF0;
	color: #666;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	/*width: 750px;*/
	width: 100%;
	background-color: #FFF;
	text-align: left;
}
#header {
	color: #000;
	padding: 15px 0 15px 0;
	background-color: #FFF;
	border-bottom: 10px solid #FFCC00;
}
	/* Header Styles */
	#header h1 {
		margin: 0;
	}
	#header h1 a {
		display: block;overflow: hidden;font-size: 0.0;	line-height: 0.0;text-decoration: none; text-indent: -9999px;background: transparent no-repeat 0 0;
		height: 80px; width: 150px;background-image: url(/prx/000/http/hm2k.com/wp-content/themes/hm2k/images/hm2k.gif);
	}		
#content {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 5px;
	/*width: 500px;*/
	width: 78%;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
	border-right: 1px solid #FFCC00;
}
#sidebar {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	/*width: 190px;*/
	width: 17%;
	font-size: 1em;
	overflow: hidden;
	display: inline; /* IE double margin bug fix */
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}
	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 10px 0 20px 0;
		background-color: #FFF;
		border-top: 10px solid #FFCC00;
		font-size: 0.9em;
		text-align: right;
	}
	
/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 0 0 0.6em 0;
	padding: 0 10px 0 0;
	background: url(/prx/000/http/hm2k.com/wp-content/themes/hm2k/images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
	color: black;
}
#sidebar h2 a {
	color: #FFCC00;
}
#sidebar h2 a:hover {
	text-decoration: none;
	color: #E58712;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
}
#sidebar ul ul li {
	padding: 0;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 
html>body #sidebar ul ul li a {
}
#sidebar ul ul li a:hover {
	background-color: #FFF;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0.1em 10px 0.1em 25px;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 
html>body #sidebar ul ul ul li a {
}
/* Calendar */
#wp-calendar {
	margin: 0 0 1.2em 0;
	border: 1px solid #ccc;
	background: #FAFAF0;
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 
html>body #wp-calendar {
}
#wp-calendar caption {
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
	background: #FFCC00;  
	color: #FFF;
	font-weight: bold;
}
#wp-calendar td {
	border: 0;
	border-collapse: collapse;
	background: #FFF;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}

/* Blog */

.post {
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #000;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0;
}
.posttitle a:link, .posttitle a:visited {
	color: #000;	
}
.posttitle a:hover, .posttitle a:active {
	text-decoration: none;
	color: #666;
}
.postmeta {
	margin-top: 0;
	padding-top: 0.1em;
	font-size: 0.9em;
	color: #999;
}
.postentry {
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(/prx/000/http/hm2k.com/wp-content/themes/hm2k/images/permalink.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(/prx/000/http/hm2k.com/wp-content/themes/hm2k/images/commentslink.gif) no-repeat center left;
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #ccc;
	padding: 0.1em 20px;
	background-color: #FFF;
}
.alt {
	background-color: #FAFAF0 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

/* Widgets and Etc */

.widget_calendar h2 {
	display: none !important;
}
.widget_search div {
	margin: auto;
}
#sidebar #s {
	margin-bottom: 2px;
}

/* Just for digg/gregarious */
.diggWrap {
float: right;
margin-left: 5px;
margin-bottom: 5px;
padding: 2px 0 2px 2px;
background: #fff;
}

} /* Screen End */

/* Print Style Sheet */
@media print {
#sidebar { display:none; }
#footer { display:none; }
.postmeta { display:none; }
#respond { display:none; }
#commentform { display:none; }
.postfeedback { display:none; }
.sociable { display:none; }
}