/*
Ramunas Geciauskas
http://geciauskas.info

Hand-coded with love. :) Enjoy!
*/

* {
	margin: 0;
	padding: 0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	display: block;
}

body {
	background-color: #152532;
	color: #d5dfe4;
	font-size: 16px;
	font-family: Georgia;
}

a {
	text-decoration: none;
	color: #4b6574;
	border: 0;
}

img {
	border: 0;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	text-shadow: 2px 2px #000000;
	margin: 30px 0 20px -40px;
	padding-left: 40px;
	color: #d5dfe4;
	border-left: 10px solid #55924f;
}

h3 {
	font-size: 16px;
	height: 24px;
	font-weight: normal;
	color: #d5dfe4;
}

#knowledge h3 {
	height: 18px;
}

.tag {
	float: left;
	margin: 10px;
}

header {
	padding: 8px 0px 10px 0px;
	font-style: italic;
	color: #4b6574;
	font-size: 14px;
	background-color: #152532;
	border-bottom: 1px solid #07131b;
	text-shadow: 1px 1px #000000;
}


#page {
	margin: 0 auto;
	width: 1000px;
	background: url(gfx/back.png);
	background-repeat: no-repeat;
}

#title {
	border-top: 1px solid #283d4b;
	font-size: 28px;
	text-shadow: 2px 2px #000000;
	padding: 30px 0px 30px 0px;
	border-bottom: 1px solid #07131b;
}

#social, #knowledge, #projects, #contacts {
	padding: 10px 0 30px 0;
	border-top: 1px solid #283d4b;
	border-bottom: 1px solid #07131b;
}

#contacts {
	border-bottom: 0;
}

#social ul {
	width: 1000px;
	overflow: hidden;
	list-style: none;

}

#social li {
	width: 330px;
	float: left;
	color: #4b6574;
	font-size: 14px;
	font-style: italic;
	padding: 5px 0 5px 0;
}

#knowledge ul {
	width: 1000px;
	overflow: hidden;
	list-style: none;

}

#knowledge li {
	width: 330px;
	float: left;
	color: #4b6574;
	font-size: 12px;
	font-style: italic;
	padding: 5px 0 5px 0;
}

#projects ul {
	width: 1000px;
	overflow: hidden;
	list-style: none;

}

#projects li {
	width: 300px;
	float: left;
	color: #4b6574;
	font-size: 12px;
	font-style: italic;
	padding: 5px 5px 5px 20px;
}

div.desc {
	margin-left: 60px;
}


.fadeThis {
	position: relative;
	display: block;
	height: 48px;
	width: 100%;
}

.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 48px;
	width: 48px;
}

.fadeimg {
		position: relative;
		display: block;
		height: 160px;
		width: 290px;
		border: 5px solid #d5dfe4;
	}

div.imgdesc {
	font-size: 18px;
	height: 20px;
	font-weight: normal;
	color: #d5dfe4;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #07131b;
}

div.imgdesc a {
	font-size: 18px;
	color: #d5dfe4;
}

div.imgdesc a:hover {
	color: #4b6574;
}

div.imgtxt {
	padding: 10px 5px 5px 5px;
	border-top: 1px solid #283d4b;
	line-height: 20px;
}


div.imgtxt:first-letter {
	font-size: 18px;
	padding-left: 10px;
}


fieldset {
	padding: 20px;
	border: 0;
}

label {
	width: 80px;
	display: block;
	float: left;
	padding: 10px;
	margin-top: 5px;
}

input, textarea {
	margin: 10px;
	background-color: #263f54;
	padding: 3px;
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	border: 1px solid #324f67;
	width: 200px;
	color: #d5dfe4;
}

input:focus, textarea:focus {
	background-color: #324f67;
}

legend {
	color: #4b6574;
	border: 0;
}

#contactsleft {
	float: left;
	width: 400px;
}

#contactsright {
	float: left;
}


footer {
	border: 1px solid #324f67;
	margin: 20px 0px 20px 0px;
	padding: 5px;
	background-color: #263f54;
	color: #4b6574;
	font-family: Tahoma;
	font-size: 12px;
	text-shadow: 1px 1px #000000;
}

footer a {
	color: #d5dfe4;
}

footer a:hover {
	text-decoration: underline;
}



