  /*
    Theme Name: Mike Shecket Reloaded
    Theme URI: http://blog.mikeshecket.com
    Description: My very own thingy
    Version: 1.0
    Author: Mike shecket
    Author URI: http://www.mikeshecket.com
  */


html, body {
	background: #555 url(images/aubmach.png) fixed repeat;
	color: #fff;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'Arial', verdana, sans-serif;
	}

body {
	padding: 2em 8em;
	}

#header a {
	display: block;
	text-decoration: none;
	color: #aaa;
	margin: 0;
	padding: 0;
        font-family: 'Impact', sans-serif;
	}

h1 {
	text-align: center;
	font-size: 2em;
	font-weight: bolder;
        letter-spacing: .1in;
	margin: 0;
	padding: .4em;
        font-variant: small-caps;
	}

#content {
	margin: 2em 0;
	padding: 0;
	float: left;
	width: 70%;
	background: #333;
	border: 1px solid #444;
	line-height: 140%;
	}

h2 {
	font-weight: bold;
	font-size: 1em;
	text-align: right;
	margin: 1em 20px 0 20px;
	padding: 0 0 .1em 0;
	color: #fee;
	border-bottom: 1px solid #ddd;
        line-height: normal;
	}

h3 {
	font-weight: normal;
	font-size: 1.8em;
	text-align: left;
	color: #ddd;
	margin: .3em 20px;
	padding: 0;
        line-height: normal;
	}

div.meta {
	text-align: right;
	font-size: .9em;
	margin: .7em 20px;
	}

div.feedback {
	text-align: right;
	margin: -1em 20px 2em 20px;
	}

p {
	margin: 20px;
	}

#menu {
	margin: 2em 0;
	padding: 0;
	float: right;
	width: 25%;
	line-height: 130%;
	}

#menu ul{
	margin: .2em 0 .2em 1.6em;
	padding: .5em 0;
	list-style: none;
	}

#menu ul li {
	margin: 1em 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	}

#menu ul ul {
	list-style: square;
	}

#menu ul ul li {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	}

#menu li a {
	margin: 0;
	padding: 0;
	}

body>div#rap>h1#header, body>div#rap>div#content, body>div#rap>div#menu {
	background: url(images/446-70.png) repeat;
	border: 1px solid #444;
	}

* html h1#header, * html div#content, * html div#menu {
	/* star html hack for IE, because it doesn't handle PNG transparency right */
	background: #333;
	background-image: none;
	border: 1px solid #444;
	}

p.credit {
	clear: both;
	text-align: center;
	color: #ddd;
	}

a {
	color: #cba;
	text-decoration: none;
	}

a:hover, a:focus {
	text-decoration: underline;
	}

abbr[title], acronym[title] {

	cursor: help;
	color: #ccc;
	border-bottom: 1px dotted #eee;
	}

a abbr[title], a acronym[title] {
	color: #ddd;
	}

img {
	border: none;
	}

input[type="submit"] {
	margin: 0;
	width: 25%;
	padding: 1px;
	background: transparent;
	color: #eee;
	font-family: 'Bitstream Vera Sans', verdana, sans-serif;
	font-size: .9em;
	border: 2px outset #bbb;
	}

input[type="submit"]:hover, input[type="submit"]:focus {
	cursor: pointer;
	background: #888;
	}

#menu input {
	width: 87%;
	margin: .6em 0;
	}

#menu input[type="submit"] {
	width: 40%;
	margin: 0 0 0 50%;
	}
	

td {
	text-align: center;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	}

th {
	font-weight: normal;
	}
	
ul {
	list-style: square;
	}

blockquote, pre, var {
	font-style: normal;
	font-family: 'Andale Mono', monospace;
	}

input {
	width: 60%;
	padding: .3em;
	border: 1px solid #888;
	background: transparent;
	color: #eee;
	font-family: 'Bitstream Vera Sans', verdana, sans-serif;
	font-size: .9em;
	}

textarea {
	width: 95%;
	height: 15em;
	padding: .3em;
	border: 1px solid #888;
	background: transparent;
	color: #eee;
	font-family: 'Bitstream Vera Sans', verdana, sans-serif;
	font-size: .9em;
	}

.meta ul, .meta ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
