/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(grayscale2/img1.jpg);
	font: normal small Arial, Helvetica, sans-serif;
	color: #3D3D3D;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", 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;
}

.latest-post ul {
    padding-left: 1.0em;
	list-style: none;
}

.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px solid #181818;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}

.post ul {
    padding-left: .5em;
	list-style: none;
}

.form1{
	padding: 2em 2em 1em 3em;
}

.form2 {
	padding: 0em 2em 1em 3em;
}

.file * {
	color: #747474;
}

.dropDownSkin {
    margin-top: 20px;
	margin-left: 5px;
    text-align: left;
	line-height: 2.5;
}

.link {
    margin-top: 130px;
}

.fellepok {
    padding-left: 20px;
}

.fellepok ul {
    list-style: square;
}

/* Wrapper */

#wrapper {
	width: 840px;
	margin: 0 auto;
	background: url(grayscale2/img2.jpg) no-repeat;
}

/* Header */

#header {
	height: 90px;
	padding: 30px 50px 0 20px;
	color: #E5F5D0;
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
    display: none;
}

#header p {
	font-size: 1em;
}

/* Content */

#content {
	background: url(grayscale2/img3.jpg) repeat-y;
}

#content2 {
	background: url(grayscale2/img3a.jpg) repeat-y;
	min-height: 500px;
}

#colOne {
	float: right;
	width: 560px;
	padding-right: 20px;
	background: url(grayscale2/img4.jpg) no-repeat;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 60px 40px 0 30px;
	background: url(grayscale2/img5.jpg) no-repeat;
	text-align: center;
}

#colTwo h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#colTwo ul {
	padding-left: .5em;
	list-style: none;
}

/* Menu */

#menu {
	height: 35px;
	font-size:12px;
}

#menu ul {
	float: left;
	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;
	color: #FFFFFF;
}

/* Footer */

#footer {
	background: url(grayscale2/img6.jpg) no-repeat;
}

#footer * {
	color: #CCCCCC;
}

#footer p {
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}

#disc, #disc ul {
    position: absolute;
	visibility: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px;
}

#disc a:link,
#disc a:active,
#disc a:visited {
	display: block;
	border: 0;
	background: #CED7E5;
	color: #1a5fa8;
	font-size: 10px;
	text-indent: 7px;
	width: 150px;
}

#disc a:hover{
	background: #E4E9F0;
	color: #c10000;
	font-size: 10px;
	text-indent: 13px;
	width: 150px;
}

#disc li {
	float: left;
	padding: 0;
	margin: 0;
	width: 150px;
}

