/*
Theme Name: Vycron
Theme URI: http://vycron.co.uk
Description: WordPress Theme to for Vycron Design
Version: 0.1
Author: Simon Van Blerk
Author URI: http://vanblerk.co.uk
Template: mansion
License: GPL
*/

@import url("../mansion/style.css");
@import url(http://fonts.googleapis.com/css?family=Cantarell);

* {
	font-family: 'Cantarell', arial, sans-serif !important; 
	font-weight: normal !important;
	color: #fff !important;
}

.description{
	text-align:center !important;
	color:#fff;
	padding-top:8px;
	font-size:10px;
}

#nav, .pagetitle, .posted, .postmetadata, #respond, #sidebar, .navigation{
	display:none;
}

.single #container, .page #container, .single #footer, .page #footer{
	width:auto;
}

.single #content {
	margin-top:57px;
}

#header .bottom {
	padding:0 24px;
}

#header .logo, #header .menu {
	background: #000 !important;
}

#header .menu {
	height: 301px;
}

.message {
	text-align: center;
	font-weight: bold;
	padding-top: 149px;
}

.message a {
	text-decoration: none;
	font-size: 18px;
}

.message a:hover {
	text-decoration:underline;
}

#footer div.copyright {
	float:left;
	width:auto;
}

#footer div.copyright a {
	text-decoration: none;
	font-size:18px;
}
#footer div.copyright a:hover {
	text-decoration: underline;
}

#footer div.powered {
	float:none;
	margin:0;
	text-align:center;
	width:100%;
	font-size: 13px;
}
