/*-----------------------------------------------------------------------------
Style Sheet (http://)
 
version:	
date:		
author:		
email:		
website:	
-----------------------------------------------------------------------------*/

/* =Global Reset (simple)
-----------------------------------------------------------------------------*/
* {
	font-size: 100.01%;
	margin: 0;
	padding: 0;
}

/* !Fixers */
/*-------------------------------------------------------------------- */
* a {position: relative;} /* Gets links displaying over a PNG background */
a {outline: none;} /* Gets rid of Firefox's dotted borders */
a img {border: none;} /* Gets rid of IE's blue borders */
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
q:before, q:after {content: '';}


/* =Base Elements
---------------------------------------------------------------------- */
html {
	font-size: 62.5%;
	background:#89007d url(images/background_01.jpg) repeat-x center top;
	color:#FFFFFF;
	font:normal 100% "Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:0;
	height: 1000px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}


body {
	margin: 0px auto;
	color: #FFFFFF;
	font: 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height: 1.5em;
	height: 1000px;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: lighter;
}

h2 {
color: #555; 
color: font-size: 1.3em; 
font-weight: normal; 
line-height: 2em; 
margin-top: 0;
}

h3 {
color: #fff; 
font-size: 1.1em; 
font-weight: normal;
}

h4 {
color: #bbb; 
font-size: .85em; 
font-weight: normal;
}

a, a:link, a:visited {
color: #d8d7c8;
text-decoration: none;
}

a:hover {
color: #FFFFFF; 
text-decoration: none;
}

abbr, acronym {
font-style: normal; 
border-bottom: dotted 1px #888; 
cursor: help;
}

blockquote {
border-left: 3px solid rgba(0,0,0,.25); 
font-style: italic; 
margin: 0 0 1.5em 1.5em; 
padding-left: 1.5em;
}

img {
border: 0;
}

ul, ol {
margin-left: 1.5em;
margin-right: 1.5em;
}

sup {
color: #FFF; 
font-size: 75%;
}


/* =Structure
---------------------------------------------------------------------- */
#wrapper {
	background:url(images/background_logo.png) no-repeat right 55px;
	margin: 0 auto;
	height: 1000px;
	width: 1000px;
}

#header {
	width: 1000px;
	margin: 85px 0px 0px 0px;
	float: left;
}

#about {
	width: 1000px;
	margin: 155px 0px 0px 0px;
	float: left;
}

#about_text {
	width: 500px;
	line-height: 1.4em;
	font-size: 1.4em;
	text-align: justify;
	color: #d8d7c8;
	float: left;
}

#about_image {
	width: 500px;
	float: right;	

	line-height: 1.4em;
	font-size: 1.4em;
	text-align: right;
	color: #d8d7c8;
}

/* =Links
---------------------------------------------------------------------- */
h1 a, h1 a:link, h1 a:visited, h1 a:active {color: #bbb; text-decoration: none;}
h1 a:hover {color: #fff; text-decoration: none;}
h1 a:hover#feed {color: #f60;}
h1 strong {color: rgba(0,0,0,.35);}

/* =Navigation
---------------------------------------------------------------------- */

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	line-height: 1.4em;
	font-size: 1.4em;
	color: #d8d7c8;	
}

#navlist {
	margin: 0px;
}

/* =Footer
---------------------------------------------------------------------- */
#footer {
	border-top: 1px dashed #888;
	clear: both;
	color: #888;
	font-size: .7em;
	text-align: left;
	text-transform: uppercase;
}
#footer a, #footer a:Link, #footer a:visited, #footer a:active {color: #888; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: none;}
#footer #left {float: left;}
#footer #right {float: right;}
#footer #right a {padding-left: 1em;}
#footer #right a:hover#north {color: #2580a2;}
#footer #right a:hover#home {color: #ad5629;}
#footer #right a:hover#archive {color: #3f8141;}
#footer #right a:hover#contact {color: #724a79;}
#footer .clear {clear: both;}
 
/* =Other
-----------------------------------------------------------------------------*/
.clear {clear:both;}
.left {text-align: left;} .center {text-align: center;} .right {text-align: right;}
#accessability {display: none;}
 
/* =Webkit Niceties
-----------------------------------------------------------------------------*/
a {-webkit-transition-duration: .33s; -webkit-transition-property: color, background;}
















