/*
Design by Free CSS Templates & Bear Bottoms
http://www.freecsstemplates.org
*/

/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img1.jpg);
	font: normal small Arial, Helvetica, sans-serif;
	color: #3D3D3D;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", Helvetica, sans-serif;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 180%;
}

a {
	color: #6C6C6C;
}

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

/* Post */

.latest-post {
	padding: 2em 2em 1em 3em;
}

.latest-post h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	color: #181818;
}

.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px solid #181818;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}

.file * {
	color: #747474;
}

a img {border: none;}

/* Wrapper */

#wrapper {
	width: 740px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

/* Header */

#header {
	height: 5px;
	padding: 1px 1px 1px;
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}

/* Content */

#content {
	background: url(images/img3.jpg) repeat-y;
}

#colOne {
	float: right;
	width: 460px;
	padding-right: 20px;
	line-height: 25px;
	background: url(images/img4.jpg) no-repeat;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 60px 40px 0 40px;
	background: url(images/img5.jpg) no-repeat;
}

#colTwo h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#colTwo ul {
	padding-left: .5em;
	list-style: none;
}

/* Menu */

#menu {
	height: 35px;
}

#menu ul {
	float: right;
	padding: 10px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 15px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	background: url(images/img6.jpg) no-repeat;
}

#footer * {
	color: #63c996;
}

#footer p {
	padding: 5em 0;
	text-align: center;
	font-size: smaller;
}

/* Buttons Container Menu */

.buttonscontainer {width: 175px;}

.buttons a {color: #8d8d8d;
border: 1px solid;
background-color: #f5f6f8;
padding: 1px;
padding-left: 1px;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #f5f6f8 #f5f6f8 #f5f6f8 #f5f6f8;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {color: #993233;
border: 1px solid;
padding-left: 1px;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #f5f6f8;
border-color: #f5f6f8 #f5f6f8 #f5f6f8 #f5f6f8;
text-decoration: none;}

/* Tool Tips */
a{
	z-index:10;
	}
a:hover{
	position:relative;
	z-index:100;
	}			
a span{
	display:none;
	}
a:hover span{
	display:block;
	position:absolute;
	float:left;
	top:-2.2em;
	left:5em;
	background:#ffffff;
	border:1px solid #444;
	color:#881011;
	padding:1px 5px;
	z-index:10;
	width: 350px;
	}
	/* End Tool Tips */
