* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "helvetica", sans-serif;
}



/**ALL**/
html {
	background: #4d228c;
	color: #ffffff;
}

body {
	background: url(imgs/background.jpg) no-repeat top left;
	padding: 0 0 0 75px;
}

a {color: #ffffff;}

#all {
	width: 800px;
	height: 800px;
	display:block;
}

/**HEADER**/


#header { padding: 50px 0; }

#header h1 a {
	background:url(imgs/header.png) no-repeat;
	display: block;
	width: 662px;
	height: 156px;
	text-indent: -3000px;
}


/**NAV BAR**/

#links {
	border-bottom: 1px #ffffff solid;
	display: block;
	width: 800px;
	height: 22px;

}


.ctc {
	float: left;
	display: block;
	padding: 0px 40px 0px 0;
}

.resume a, .blog a, .twitter a {
	float: right;
	display: block;
	padding: 5px 20px;
}

ul { clear: both; }

.resume a:hover, .blog a:hover, .twitter a:hover {
	color: #4d228c;
	background: #ffffff;
}

/**ACCESS**/

#access {
	margin: 2px 0 4px ;
}

#access li {
	float: left;
}

.a1 {

	margin: 0 2px 0 0;
}

#access a, .a1 {
	font-size: 13px;
	font-style: italic;
	color: #4d228c;
	background: #ffffff;
	display: block;
	padding: 10px;
	width: 379px;
}

#access a {
	color: #ffffff;
	background: #3aaadc;
}

#access a:hover {
	color: #3aaadc;
	background: #ffffff;
}


/**CREA**/

#creations {
	clear: both;
	padding: 5px 0 0 0;
}

.creation {
	
	margin: 0 0 25px 0;
}

.post {
display: block;
}

/* Navigation */
.navigation {
	border-top: 1px #ffffff solid;
	display: block;
	width: 760px;
	height: 20px;
	float:right;
	margin: 3px 0 0 0;
	padding:3px 20px;
}

.navigation a {
	font-style:italic;
	color:#ffffff;
}
.alignleft, .alignright {
	float:left;
	margin:0 0 0 10px;
}
.clear {
	clear:both;
}


