/* @group Default Values */

* {
	margin: 0;
}

#maincontent {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	-webkit-transition: opacity 0.2s linear;
	background: url(images/background.png) repeat-y center;
}

img, a {
	border-style: none;
	border-width: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
}

a:focus, a:active {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

html, body {
	height: 100%;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #000;
}

.faded {
	opacity: .3;
}

/* @end */

/* @group Heading */

#header {
	width: 760px;
	height: 215px;
	display: block;
	background-image: url(images/header.png);
}

#title {
	color: #fff;
	display: block;
	height: 210px;
	line-height: 210px;
	float: left;
	text-shadow: #000 0 1px 1px;
	margin: 0px;
	padding: 0 0 0 50px;
	font-size: 22px;
}

#toolbar {
	text-shadow: #000 0 1px 1px;
	list-style-type: none;
	height: 22px;
	line-height: 210px;
	font-size: 11px;
	float: right;
	display: block;
	margin: 0;
	padding: 0 45px 0 0;
}

.sectionheading-hidden {
	display: none;
}

.sectionheading {
	width: 760px;
	height: 35px;
	background-image: url(images/section-titlebar.png);
	padding: 0;
	margin: 0 0 -5px;
	line-height: 30px;
	color: #fff;
	font-size: x-small;
	text-shadow: #000 0 1px 1px;
	text-transform: uppercase;
}

#toolbar li {
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}

#toolbar a {
	text-decoration: none;
	font-weight: bold;
	color: #7f7f7f;
}

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

#toolbar a.activated {
	color: #fff;
}

/* @end */

/* @group Gallery */

#gallery {
	list-style-type: none;
	display: block;
	overflow: hidden;
	padding: 0 20px;
}

.vertical {
	height: 240px;
	width: 240px;
	list-style-type: none;
	float: left;
	background-image: url(images/image-vertical.png);
}

.vertical img {
	margin: 18px 53px;
	border: 2px solid #000;
	width: 130px;
	height: 200px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: all .1s linear;
}

.vertical img:hover {
	border: 2px solid #fff;
}

.horizontal {
	height: 240px;
	width: 240px;
	list-style-type: none;
	float: left;
	background-image: url(images/image-horizontal.png);
}

.horizontal img {
	margin: 53px 18px;
	border: 2px solid #000;
	width: 200px;
	height: 130px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: all .1s linear;
}

.horizontal img:hover {
	border: 2px solid #fff;
}

/* @end */

/* @group About Me */

#aboutme {
	width: 280px;
	height: 180px;
	background: #fff;
	display: block;
	font-size: 11px;
	-webkit-transition: all .1s linear;
	margin: 10px auto 0;
}

#aboutme h2 {
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #2a2a2a;
	height: 50px;
	line-height: 50px;
	width: 280px;
}

#aboutme a {
	color: #000;
	text-decoration: none;
}

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

#aboutme .contactinfo {
	color: #000;
	width: 200px;
	height: 35px;
	padding-bottom: 18px;
	text-align: justify;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#aboutme .contacttype_lable {
	width: 100px;
	height: 20px;
	line-height: 20px;
	padding-right: 5px;
	float: left;
	color: #000;
	text-align: right;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

#aboutme .contacttype {
	width: 170px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	float: right;
	color: #000;
	text-align: left;
	font-weight: bold;
	margin: 0;
}

/* @end */

/* @group Footer */

#push {
	height: 35px;
}

#footer {
	height: 35px;
	width: 100%;
	-webkit-transition: opacity 0.2s linear;
	background: url(images/footer.png) repeat-y center;
}

#footercontent {
	width: 760px;
	line-height: 35px;
	font-size: 10px;
	color: #fff;
	margin: 0 auto;
	padding-left: 30px;
}

/* @end */