/*
Theme Name: M-tastic
*/

body {
	margin:0;
	padding:0;	
	font-size:10px;
	font-size:small;
	color:#333;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Sans-serif;
	background:#000000
}


abbr {
	cursor:help;
}	
blockquote 
{
    margin:1em;
    padding-left:10px;
    border-left:#666 2px solid;
    color:#666;
}
a {
	color:#666666;
	text-decoration:none;
	border-bottom:1px dashed;
}

a:hover {
	text-decoration: highlight;
	color:#ffffff;	
	border-bottom:1px solid;
}	

p {
	line-height:1.5em;
	margin-top:5px;
}	


h1 {
	font-size:180%;
	font-family:times, serif;
	font-weight:normal;
	margin-bottom:0;
	color:#4E5C7D;
}	

h2 {
	font-family:Georgia, tahoma, sans-serif;	
	font-size:110%;	
	color:#cccccc;
	margin:0.5em 0;
	padding:0.25em 0;
}

fieldset 
{
	border:none;
}

#container {
	background: #000000;
	margin:30px auto;
	width:900px;
	font-size:95%;		
}

#header {
	width:900px;
	height:250px;
	margin:0 auto;
	background: url(headerimages/rotate.php) no-repeat 0 0;	
	float: left;	
}

#content {
	float:right;
	color:#ffffff;
	width:650px;
	margin:0;
	padding:16px 0px;	
}
.post 
{
    margin:0.5em 0.5em 3em 0.5em;
    padding:0.5em;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}

.post-title 
{
	font-size:160%;
	font-weight:normal;
	color:#666666;
    border:none;
    margin:0.5em 0;
    padding:0;
}
.post-title a 
{
    color:#666666;
    border-bottom:none;
}
.post-date 
{
    color:#cccccc;
    margin:0;
    padding:0;    
}
.post-info 
{
    color:#ffffff;
    margin:0;
    padding:0;
    font-size:0.9em;
    border-top:#ddd 1px solid;
}
.post-info em 
{
    color:#ffffff;
    font-style:normal;
}
.post-info em.user
{
	background:url(img/user.png) no-repeat left center;
	padding-left:15px;
}
.post-info em.cat
{
	background:url(img/star.png) no-repeat left center;
	padding-left:15px;
}
.post-info a:link, .post-info a:visited
{
    border:none;
}
.post-info a:hover, .post-info a:active
{
	border-bottom:1px solid;
}
.post-content 
{
    margin:0;
    padding:0.2em 0;
}
.post-comments 
{
   float:right;
}
.post-comments a 
{
   background:url(img/comments-small.gif) no-repeat left center;
   padding-left:12px;   
}
#sidebar {
	float:left;
	width:220px;
	padding:-15px 10px;
	font-size:100%;	
}
#sidebar h2 
{
    color:#cccccc; 
    margin:1em 0 0 0;       
}
#sidebar ul 
{
	margin:0;
	padding:10px 0;
	list-style:none;
}
#sidebar ul li 
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;	
}
#sidebar ul ul, #sidebar form 
{
    margin:0;
    padding:0.5em 0 0 1em;
}
#sidebar ul ul ul 
{
	margin:0;
	padding:2px 0;
}
#sidebar ul li ul li ul li
{
	margin:0;
	padding:3px 0 3px 12px;
	background:url(img/arrow.gif) no-repeat left center;
}
#sidebar li li a:link, #sidebar li li a:visited
{
    color:#fff;
    border:none;
}
#sidebar li li a:hover,#sidebar li li a:active
{
    border-bottom:#ccc 1px solid;
}
#sidebar li li 
{
    margin:0.5em 0;
}

table#wp-calendar{
	width: 100%;
	color: #fff;
}

#footer {
	clear:both;
	width:900px;
	padding:0 0;
	margin:6px auto 0 auto;
	text-align:center;
	font-size:100%;
	background:#fff;
	border-top:1px solid #000;
}

/*Comments Style*/

#comments, #respond{
	margin: 2em 0 0 5px;
}
.commentlist 
{
	margin:10px;
	padding:10px 20px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 0.5em 0;
	padding: 0.5em;	
	background:none;
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
	border-bottom: #ccc 1px solid;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#fff;
}
.commentlist .alt {
	background:#222222;
}

/****NAVIGATION                         
****/

ul#navigation {
	list-style:none;
	margin:0 auto;	
	padding:6px 0 4px 0;
	background:#ffffff;
	width:900px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;	
	font-family:Tahoma,Georgia, Verdana, Arial, Serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1em;	
}

ul#navigation li {	
	padding:0 5px;
	display:inline;
	background:none;
	list-style:none;
	margin:0;
}	

ul#navigation li a {
	text-decoration:none;	
	padding:3px 5px;
	margin:0;
	color:#000;
	background-color:inherit;
	border-bottom:none;
}	

ul#navigation li a:hover {
	text-decoration: highlight;
	border-bottom:#9f9d9c 2px solid;
	color:#999;
}	
#navigation li.current_page_item a:link, #navigation li.current_page_item a:visited, #navigation li.current_page_item a:hover, #navigation li.current_page_item a:active
{
	border-bottom:#9f9d9c 2px solid;
	color:#222;
}

/****TEXT ELEMENTS                   
****/

#header h1{
	position:absolute;
	top:35px;
	left:295px;
	font-size:200%;
	font-weight:normal;
	font-family:"Century Gothic", sans-serif;
	letter-spacing:0.1ex;
	color:#000;
	background:none;	
}
#header h1 a 
{
	color:#fff;
	border-bottom:none;
}
textarea 
{
    width:80%;
    background:#fcfcfc;
	border:#999 1px solid;
}
.textbox 
{
	background:#fcfcfc;
	border:#999 1px solid;
}
#header, #content, #footer, .widget {
    overflow: hidden;
}

h1 {
	font-size: 0;
	text-indent: -1000px;
}

