/* ----------------------------
Author: Anders Haig = minim.co
Version: 1.1
File: CSS Styles for AndersHaig.com
---------------------------- */

/* Reset */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

fieldset,img { border: 0; }

legend { color: #000; }

li { list-style: none; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* General */

body {
    background:#121212;
    color: #EEE;
    font:13px/15px Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}
a {
    color: #DDD;
    text-decoration: none;
}
a:hover {
    color: #FFF;
    text-decoration: none;
}
a img {
    border: none;
}

input[type=submit],label,select,.pointer { cursor:pointer; }

.clear {
    clear: both;
    height: 0;
	display:block;
}
#wrapper {
    width: 960px;
    margin: 0 auto;
}
#MORGAN_FREEMAN {
    margin: 50px 0 50px 0;
    padding: 60px 40px;
    background-color:#058c85;
	-webkit-box-shadow:inset 0 0 100px #022a28;
	-moz-box-shadow:inset 0 0 100px #022a28;
	box-shadow:inset 0 0 100px #022a28;
    color: #DFFFFD;
    line-height: 1.3;
    font-size: 24px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(pie/PIE.htc);
}
#MORGAN_FREEMAN h1 {font-size:48px;color:#FFF;}
#SNAKES_ON_A_PLANE {
	/* Should never have been made. */
}
strong {color:#FFF;}
#upper {
	line-height:1.5;
    margin:0 0 10px 0;
}
#lower {
	line-height:1.5;
    margin:10px 0 0 0;
}
h3 {
    font-size: 36px;
    color: #AAA;
    margin-bottom: 15px;
    border-bottom:1px solid #232323;
    font-family: 'Yanone Kaffeesatz', arial, serif;
    font-weight:700;
    text-shadow: 1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
.col {
    width: 300px;
    margin: 0 10px;
    float: left;
}
.twoCol {
    width: 620px;
    margin: 0 10px;
    float: left;
}
.THE_PIT {
	width: 300px;
	float: left;
}
.space {margin-right:20px;}
.left {margin-left:0; margin-right:30px;}
.right {margin-right:0;}
.SARLACC {
	display:block;
	padding:15px;
	margin-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:1; 
	font-size:14px;
	behavior: url(pie/PIE.htc);
}
.SARLACC:hover {
	z-index:2;
}
.SARLACC:active {
	position:relative;
	top:2px;
	outline:none;
}
.inactive {
	color:#111;
	cursor:default;
	background-color:#666;
	-webkit-box-shadow:inset 0 0 50px #222;
	-moz-box-shadow:inset 0 0 50px #222;
	box-shadow:inset 0 0 50px #222;
	text-shadow:none;
	filter:none; 
	behavior: url(pie/PIE.htc);
}
.inactive:hover {color:#111;}
.tealish {
	background-color:#058c85;
	-webkit-box-shadow:inset 0 0 50px #022a28;
	-moz-box-shadow:inset 0 0 50px #022a28;
	box-shadow:inset 0 0 50px #022a28;
	behavior: url(pie/PIE.htc);
}
.tealish:hover {
	background-color:#07aca4;
	-webkit-box-shadow:inset 0 0 50px #046b66;
	-moz-box-shadow:inset 0 0 50px #046b66;
	box-shadow:inset 0 0 50px #046b66;
	behavior: url(pie/PIE.htc);
}
.notPink {
	background-color:#991582;
	-webkit-box-shadow:inset 0 0 50px #4e0b43;
	-moz-box-shadow:inset 0 0 50px #4e0b43;
	box-shadow:inset 0 0 50px #4e0b43;
	behavior: url(pie/PIE.htc);
}
.notPink:hover {
	background-color:#d51db5;
	-webkit-box-shadow:inset 0 0 50px #6c0f5c;
	-moz-box-shadow:inset 0 0 50px #6c0f5c;
	box-shadow:inset 0 0 50px #6c0f5c;
	behavior: url(pie/PIE.htc);
}
.quoteBox {
	color: #FFDFFA;
    line-height: 1.3;
    font-size: 24px;
    font-weight:normal;
    cursor:default;
}
.quoteBox strong {
	color:#FFF;
	font-weight:bold;
}
.teenytiny {
	display:inline;
}

.left {
    float:left;
    text-align:left;
}

.right {
    float:right;
    text-align:right;
}

#footer {
    margin-top: 40px;
    padding-top: 10px;
    text-align: left;
    color: #444;
    border-top: 1px solid #232323;
    font-size:11px;
    text-transform:uppercase;
    font-family: 'Molengo', arial, serif;
}

.hidden {
  display: none;
}

h4 {text-align:center; text-transform:uppercase; letter-spacing:0.5em; font-size:18px; color:#DDD; margin-bottom:5px;}

#linkForm, #postForm, .adminSection {width:600px; margin:0 auto 20px; padding:20px; background:#232323;}

#linkForm label {
	display:block; 
	float:left;
	width:100px;
	line-height:28px;
}

input#link_text, input#link_url {
	border:1px solid #000;
	background:#EEE;
	padding:5px;
	width:488px;
	margin:5px 0;
}
textarea#post_content {
	border:1px solid #000;
	background:#EEE;
	padding:5px;
	width:590px;
	margin:5px 0;
}
#submitPost, .button {
	border:1px solid #000;
	background:#0099FF;
	padding:5px;
	color:#FFF;
	font-size:14px;
	width:100%;
	cursor:pointer;
	margin:5px 0;
	text-transform:uppercase; 
	letter-spacing:0.25em;
	display:block;
	text-align:center;
	text-shadow:none;
}

.button {
	width:588px !important;
}

.modify {
	display:block;
	padding:10px;
	margin:5px 0;
	background:#FFF;
	color:#000;
	text-shadow:none;
	
}
.modify p {margin-bottom:0;}
.modify a {color:#000;text-decoration:underline;}
.modify a:hover {color:#000;}
.deleteLink {
	float:right;
	margin-left:10px;
}
.deleteLink input {
	background:#000;
	border:none;
	color:#FFF;
	padding:3px 5px;
	position:relative;
	top:-4px;
	cursor:pointer;
}
.deleteLink input:hover {background:#F00;}
