/*//////////////////
GENERAL DECLARATIONS
//////////////////*/

#searchsubmit {
	color: black;
	background-color: green;
	font-family: Migraine;
	font-size: 12pt;
	height: 18px;
	border: 0;
	padding: 0;
	margin: 0;
}

#searchform input {
	padding: 0;
	margin: 0;
}

html {overflow: scroll;}

body {
	background-color: #0b0c0d;
	font: 76%/1.5em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color: #81868c;
}

@font-face {  
  font-family: Migraine;  
  src: url(fonts/migraine_serif.ttf);  
	}
/* Custom font Migraine is (c) 2002 by StereoType [www.stereo-type.net] */

a {text-decoration: none; color: #81864c;}


#header a {text-decoration: none; color: #81868c;}

a:hover {text-decoration: underline; color: #f4bc43;}

h1, h2, h3, h4, h5 {
	font-family: Migraine, Palatino, Times, serif;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 3px;
/*	text-shadow: 1.5px 1.5px 2px rgba(109, 122, 113,.7);*/
}

h1{font-size:20pt;}h2{font-size:18pt;}h3{font-size:16pt;}h4{font-size:14pt;}h5{font-size:12pt;}

ul li{list-style: none;}

/*//////////////
DIV TEXT CLASSES
//////////////*/

.tagline{
border-top: solid 3px;
border-bottom: solid 3px;
border-color: rgba(109, 122, 113,.7);
	display: block;
	text-align: center;
	line-height: 1.5em;
}

.center {text-align: center;}

.right {text-align: right;}

.left {text-align: left;}

.authorstyle {background-color: #FFFFCC !important;}

.copyright{
border-top: solid 3px;
border-bottom: solid 3px;
border-color: rgba(109, 122, 113,.7);
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	font-family: Migraine, serif;
	font-size: 14px;
	text-align: center;
}

.post-box ul li{
list-style: circle;
}

.post-box h2 {
	max-width: 70%;
}

.datebox {
font-family: Palatino, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	text-shadow: 1.5px 1.5px 2px rgba(109, 122, 113,.7);
float: left;
position: absolute;
margin: 0 0 0 -60px;
width: 50px;
height: 68px;
background-color: rgba(35, 42, 64, .5);
border: solid 2px;
border-right: none;
border-color: rgba(0, 0, 0, .2);
}

.month {
padding-top: 3px;
text-align: center;
text-transform: uppercase;
font-size: 1.4em;
color: #FFF;
font-weight: bold;
margin: 0;
padding: 0;
line-height: 100%;
}

.day {
text-align: center;
font-size: 2.5em;
color: #FFF;
font-weight: bold;
margin: 0;
padding: 0;
line-height: 100%;
}

.year {
text-align: center;
font-size: 1em;
color: #FFF;
margin: 0;
padding: 0;
line-height: 100%;
}

/*/////////
NAVIGATION
/////////*/

#toplink h4 a{
border-top: solid #fff 4px;
padding: 2px;
text-align: right;
position: absolute;
bottom: -40px;
width: 70px;
right: 2px;
}

#header ul{
	float: right;
}

#header ul li{
	float: left;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 2.6em;
	padding-left: 10px;
}

/*////
IMAGES
////*/

#footerimg img{
float: left;
max-height: 100px;
}

#contact img {
float: left;
width: 80px;
height: 80px;
margin: -20px 0 0 0;
}

#right img {
display: block;
position: absolute;
bottom: 0px;
left: 10px;
padding: 10px;
border: none;
max-height: 32px;
}

#left img {
	display: block;
	border: none;
	margin-left: auto;
	margin-right: auto;
	width: 30em;
}

.post-box img.about {
position: relative;
max-width: 215px;
max-height: 215px;
color: #fff;
float: right;
margin: -40px -50px 0px 10px;
border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
border: solid 8px;
border-color: rgba(0, 0, 0, .2);
}

.post-box img.small {
position: relative;
max-height: 215px;
color: #fff;
float: right;
margin: -80px 0px 0px 0px;
right: -50px;
border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
border: solid 8px;
border-color: rgba(0, 0, 0, .2);
}

.post-box img.big {
max-width: 450px;
float: none;
border: solid 8px;
border-color: rgba(0, 0, 0, .2);
}

#homeimg {
float: right;
position: inherit;
max-height: 250px;
max-width: 25%;
margin-top: 20px;
border: none;
}

/*///////
STRUCTURE
///////*/

#header {
	background: #2b2e34 url(images/bg-tiled-header2.png) repeat-x;
	background: #0b0c0d -webkit-gradient(linear, left top, left bottom, from(rgba(35, 42, 64, .5)), color-stop(0.6, rgba(35, 42, 64, .5)), to(#0b0c0d));
	height: 70px;
	border-bottom: 2px solid #0b0c0d;
}

#container {
	/*position: relative;*/
	background-color: rgb(11, 12, 13);
	padding: 10px 0 0 0;
	min-height: 712px;
}
#content {
	margin: 10px 190px 10px 495px;
	min-height: 535px;
}

div.post-box {
	margin-bottom: 20px;
	width: 90%;
	min-height: 215px;
	background-color: rgba(23, 34, 65, .5);
	padding: 10px;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	box-shadow: 4px 4px 6px rgba(23, 34, 65, .4);
	-webkit-box-shadow: 4px 4px 6px rgba(23, 34, 65, .4);
	-moz-box-shadow: 4px 4px 6px #2b2a34;
}

div.post {
	width: 90%;
	padding-left: 10px;
}

#left {
	position: absolute;
	left: 0px;
	top: 72px;
	width: 35em;
	height: 540px;
	background-color: rgba(35, 42, 64, .5);
	background-image: url('images/wordpress-logo.png');
	border-radius: 3em;
	-webkit-border-bottom-right-radius: 3em;
	-moz-border-radius-bottomright: 3em;
	box-shadow: 4px 4px 6px #2b2e34;
	-webkit-box-shadow: 4px 4px 6px #2b2e34;
	-moz-box-shadow: 4px 4px 6px #2b2e34;
}

#left-padding {padding: 20px 5% 10px 5%;}

#right {
	position: absolute;
	right: 5px;
	text-align: right;
	padding-right: 10px;
	top: 72px;
	width: 170px;
	min-height:300px;
	max-height: 540px;
	background-color: rgba(35, 42, 64, .5);
	border-radius: 3em;
	-webkit-border-bottom-left-radius: 3em;
	-moz-border-radius-bottomleft: 3em;
	box-shadow: -4px -4px -6px #2b2e34;
	-webkit-box-shadow: -4px 4px 6px #2b2e34;
	-moz-box-shadow: -4px 4px 6px #2b2e34;
}

#right-padding {padding: 0px 2% 40px 2%;}

#footer {
	clear: both;
	background-color: #fff;
	height: 177px;
	width: 100%;
	position: relative;
	padding: 10px 0 0 0;
}

#footerimg {
width: 644px;
display: block;
margin: auto;
}

#calendar {
width: 300px;
float: left;
margin: 0;
}


#twitter {
text-align: right;
width: 300px;
float: right;
margin: 0;
}

/*///////////
PAGE SPECIFIC
///////////*/

#right-padding h4 {
	display: block;
	text-align: center;
}

#contact ul {
	margin: 0 0 0 50px;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.6em;
}

#homect {
float: left;
position: absolute;
margin-right: 31%;
}

#quote {
float: left;
margin-left: 40px;
margin-top: 2em;
}

#linklist1 ul li a{
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #70737b;
	font-size:14pt;
	margin-left: -8px;
}

#left ul li a{
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #70737b;
	font-size:14pt;
	margin-left: -8px;
}

#indent {
	margin-left: 80px;
}

/*///////////
ACCESSIBILITY
///////////*/

#header hr, #footer hr {display: none;}

/*//////
IE HACKS
//////*/
#ieonly {
float: left;
	position: fixed;
	color: black;
	background: red;
	height: 40px;
	width: 300px;
}

#ieonly a {
	color: yellow;
}