/*
	Folion by Adonis Ronquillo for Free Website Templates
	www.freewebsitetemplat.es / www.doni.us
	Images by Image Base http://imagebase.davidniblack.com/
	Released under the Creative Commons Attribution 3.0 License.
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

body {
	font-size: 11pt;
	line-height: 1.75em;
	background: #000;
	color: #FFF
}

body,input {
	font-family: Georgia, serif;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1 , h2, h3, h4 {
	margin: 0;
	text-transform: lowercase;
}

h1 {
	font-size: 4.75em;
	letter-spacing: -3px;
}

#wrapper {
	margin: 100px auto;
	width: 1180px;
}

#content {
	margin: 0;
	width: 880px;
	float: right;
}


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

	#logo {
		height: 300px;
		width: 300px;
		background: #131313;
		position: relative;
		text-align: center;
	}

		#logo h1 {
			position: absolute;
			width: 300px;
			top: 110px;
		}
		
		#logo a span {
			display: block;
			color: #343434;
			margin: 30px 0 0 0;
			font-weight: 400;
		}
	
	#menu {
		margin: 10px 0;
	}
	
		#menu li {
			display: inline;
			padding: 0 10px;
		}
		
			#menu li a {
				color: #343434;
				text-transform: lowercase;
			}
	
	.widget {
		margin: 20px 0;
	}
		
		.widget h2 {
			background: #131313;
			padding: 10px 20px;
		}
		
		.widget li {
			background: #0e0e0e;
			margin: 1px 0 0 0;
			padding: 6px 20px;
			text-transform: lowercase;
		}
			
			.widget li a {
				font-size: 16px;
			}








#copyright {
	margin: 20px auto;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #343434;
}
#copyright a {
	color: #343434;
}

