/*
This CSS is coded specifically for this website.
You may not copy, redistribute, or use for your own purposes.
Stylesheet coded and designed by Transfixx Productions

EMAIL: transfixx@gmail.com
URL: http://transfixx.com
*/

html {
	background: #ffffff;
}
body {
	background-color: #ffffff;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

td, tr {
	font-size: 12px;
	color: #444444;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif; 
}

/*
--------------------------------
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #576e76;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #6b5b52;
}
a img {
	border: 3px solid #cdd5d8;
}
a:hover img {
	border: 3px solid #9ca7ab;
}
textarea, input, select, button {
	background: #ffffff;
	border: 1px solid #cdd5d8;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
.quote {
	background: #ffffff;
	border-left: 5px solid #c8cdd1;
	border-right: 5px solid #c8cdd1;
	text-align: justify;
	font-size: 11px;
	padding: 5px;
}

/*
--------------------------------
*/

.title {
	background: #475961 url(images/lay/title-bg.jpg) repeat-x;
	padding: 5px 10px 5px 10px;
	text-align: left;
	text-shadow: 2px 2px #172429;
	margin: 0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius:  0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #ffffff;
	margin: 0px;
}
.entrymeta {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px;
	color: #c2cdcf;
}
.menu {
	text-align: justify;
	background: #ffffff url(images/lay/contents-main-bg.jpg) repeat-x;
	background-position: bottom;
	padding: 10px;
	line-height: 150%;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:  5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.back {
	padding-top:10px;
	text-align: center;
}
.images {
	text-align: center;
	font-size: 10px;
}