/* 
   Theme Name: Oridusartic Space
   Description: One Page Style For Oridusartic.com
   Designer/Developer: Oridusartic/CitraSudiro 
   
   You may peep and adapt but you should not take out any element or graphic related on this sheet. 
   It's cool to learn CSS from scratch. ^^

   /* Generic Styles */

body {
	background: #7b6f41 url(../images/background.jpg)no-repeat;
        background-position: center top;
	padding: 0 20px;
	text-align: center;
	font-family: lucida sans, sans-serif;
	line-height: 24px;
}

h1, h2, h3, h4, h5 {
	margin: 20px 0;
}

h2 {
	font-size: 36px;
	color: #4b4427;
	padding-bottom: 15px;
	margin-top: 35px;
}

h3 {
	color: #ddcd8c;
	font-size: 20px;
	margin: 20px 0 0 0;
	letter-spacing: -1px;
	line-height: 30px;
}

h4 {
	color: #ddcd8c;
	font-size: 28px;
	margin-top: 0;
	letter-spacing: -1px;
}

p {
	color: #ddcd8c;
	font-size: 14px;
	font-family: lucida sans;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 725px;
	margin: auto;
	text-align: left;
	position: relative;
}

#header .logo {
	text-align: center;
}

.intro h2 {
	background: url(../images/intro.jpg) no-repeat;
	height: 25px; 
	margin-bottom: 10px;
	}
	
.intro p {
	color: #f7e6a4;
	font-size: 16px;
	font-family: lucida sans;
	}
	
#main {
	overflow: hidden;
}
	
#main .FootprintsContent {
	float:left;
	width: 190px;
	margin-right: 44px;
	margin-bottom: 20px;
}

#main .FootprintsContent h2 {
	background: url(../images/footprint.png) no-repeat;
	height: 25px;
	margin-bottom: 10px;
}

#main .FootprintsContent li {

	text-decoration: none;
	width: 200px;
	height: 35px;
	padding: 5px 0 2px 0;
	background-color: #7b6f41;
	border-bottom: 1px solid #97884f;
}


#main .FootprintsContent li#blog a {
	height: 24px;
	background: url(../images/footprints.png) no-repeat 0 5px;
}


#main .FootprintsContent li#deviantart a {
	height: 21px;
	background: url(../images/footprints.png) no-repeat 0 -24px;
}


#main .FootprintsContent li#flickr a {
	height: 21px;
	background: url(../images/footprints.png) no-repeat 0 -48px;
}


#main .FootprintsContent li#twitter a {
	height: 21px;
	background: url(../images/footprints.png) no-repeat 0 -73px;
}


#main .FootprintsContent li#tumblr a {
	height: 23px;
	background: url(../images/footprints.png) no-repeat 0 -98px;
}


#main .FootprintsContent li a {
	display: block;
	color: #f7e6a4;
	font-size: 16px;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 5px;
	width: 180px;
	height: 30px;
	background-color: #b5a566;
	border-bottom: 0px;
	
}

#main .FootprintsContent li a:hover {
	background: #a5965a;
	width: 180px;
	padding-left: 35px;
	padding-top: 5px;
	margin: 0px;
}

.AboutContent {
	width: 480px;
	float: right;
}

.AboutContent h2 {
	background: url(../images/about.png) no-repeat;
	height: 25px;
    width: 480px;
    margin-bottom: 0;
}

.AboutContent img {
	float: left;
	padding: 5px 10px 0 0;
}

.AboutContent p {
	width: 480px;
}

#footer {
	width: 725px;
	clear: both;
	position: relative;
	margin: auto;
	border-top: 1px dashed #9a8c57;
	margin-top: 20px;
}

#footer p {
	text-align: left;
	font-size: 12px;
	padding: 10px 0;
}

