/* (c) Gate-O-Matic 2013 */

/* General Styles */

.content a {
	color:#888888;
	text-decoration:none;
	border-bottom:#888888 1px dashed;
}

.content a:hover {
	border-bottom:none;
}

a.fancybox {
	border:none;
}

a.fancybox:hover {
	opacity:0.8;
}

body {
	margin:0; 
	padding:0;
    font-family: Arial;
    font-size: 14px;
    background: #FFFFFF;
	background: url('background.png');
}

img { 
    border: none; /* Bug fix for IE */
}
	
.wrap {
	width:900px; /* Site content width. Standard 900px. */
	margin:0 auto; /* Centers site content. */
	position: relative;
}

h1 {
    font-family: 'Matchbook';
    font-size: 50px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.shadow {
	background: url('shadow.png') no-repeat center;
	height: 20px;
}

.q {
	background: #F8F8F8 url('q.png') no-repeat left bottom;
	padding: 20px;
	font-size: 18px;
	display: block;
	font-weight: normal;
	padding-left: 150px;
}

.f {
	margin: 0;
	background: #EAEAEA url('f.png') no-repeat left bottom;
	padding: 20px;
	font-size: 18px;
	display: block;
	font-weight: normal;
	padding-left: 150px;
}


/* Header */

.head {
	background: url('head.png') repeat-x;
}

.menu {
	background: url('post.png') repeat-x;
	padding-top: 20px;
	position: absolute;
	bottom: 0; 
	right: 0;
	margin-bottom: -1px;
}

.menu-links {
	background: #FFFFFF;
	padding: 6px;
	padding-top: 10.5px;
}

.menu a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	margin-right: 10px;
	padding: 5px 10px;
	/* Slowfade transition */
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.menu a:hover {
	opacity: 0.3;
}

/* Sidebar */

.sidebar {
    width: 25%;
    float: right;
	margin-top: 15px;
}

.sideblock {
    background: #FFFFFF;
    padding: 8px;
}

/* Content */

.content {
	background: #FFFFFF;
	padding: 20px 10px 30px 10px;
	border-top: #CCCCCC 1px solid;
}

.box-texture-top {
    height: 10px;
    background: url('box-texture.png') center;
    border-radius: 5px 5px 0px 0px;
}

.box-texture-bottom {
    height: 10px;
    background: url('box-texture2.png') center;
    border-radius: 0px 0px 5px 5px;
}

/* Footer */

.foot {
	margin-bottom: 2px;
	text-shadow: #EAEAEA 1px 1px 1px;
}

.contact td {
	padding-bottom: 10px;
}

.contact td.text {
	padding-left: 10px;
	font-weight: bold;
	text-shadow: #FFFFFF 2px 1px 1px;	
}

.foot a{
	color: #000000;
	text-decoration: none;
}