@charset "utf-8";
/*
Theme URI: http://a unknown website.com/
Description: A template for business use,not for free.
Version: 1.0
Author: No one knows
Author URI: http://a unknown author.com/
Tags: 

*/
/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
:focus {outline:0}
a, a:visited {text-decoration:none;color:#360}
a:hover {text-decoration:underline}
body {font:62.5% Georgia;background:url(images/bg-body.jpg) repeat}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
img {border:0;vertical-align:bottom}
fieldset {border:0}
p {margin:0 0 1em}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
#mg{
	color:#FB0A56;
}
/* Containers */
#skip {height:0px;overflow:hidden;width:0px}
#page {width:827px; overflow:hidden;margin:0 auto;}
#home #page{
	width:812px;
	margin:0 auto;
}

#home #splash{
	margin:110px 0 10px;
	border:1px #252525 solid;
	padding:5px;
	width:800px;
}
#home #enter{
	font-size:3.0em;
	color:#FB0A56;
	text-align:center;
}
#home #enter a{
	color:#fffede;
}


/* Header */
#header{
	height:219px;
	border-bottom:1px #252525 dashed;
	border-left:1px #252525	dashed;
	position:relative;
}
.logo{
	background:url(images/logo.png) no-repeat 0 0;
	width:90px;
	height:160px;
	position:absolute;
	left:58px;
	top:30px;
	text-indent:-9999px;
}
h1{
	height:219px;
	border-left:1px #252525 dashed;
	border-right:1px #252525 dashed;
	position:absolute;
	left:200px;
	width:600px;
	padding:35px 12px 0;
}
h1 span{
	/*
	font-size:5.0em;
	font-family:Arial Black;
	text-transform:uppercase;
	*/
	background:url(images/h1.png) no-repeat;
	width:499px;
	height:76px;
	position:absolute;
	top:76px;
	left:60px;
}

/* Content*/
#content{
	height:1%;
	overflow:hidden;
	border-left:1px #252525 dashed;
	border-bottom:1px #252525 dashed;
}
.main{
	float:left;
}
.main .wraper{
	border:#252525 dashed;
	border-width:0 1px 0 1px;
	padding:20px 12px 23px;
	height:1%;
	overflow:hidden;
	width:600px;
}
.post{
	color:#fff;
	margin:0 0 23px;
}
.post h2{
	font-size:3.0em;text-transform:uppercase;
}
.post a,.post a:visited{
	color:#fb0a56;
}

.post .postmeta{
	color:#fff;
	font-size:1.8em;
	margin:0 0 23px;
}
.post h2, .post h2 a, .post h2 a:visited{
	color:#FFFEDE;
	font-weight:normal;
	padding:0 0 5px;
}
.post h2 a:hover{
	text-decoration:none;
}
.post .entry{
	font-size:1.3em;
	line-height:150%;
}
.post .entry img{
	margin:0 0 10px;
	border:1px #828282 solid;
}
.navigation a{
	color:#62F0ED;
	font:bold 1em Arial;
  text-transform:uppercase;	
}
.navigation .alignleft a{
	background:url(images/old.png) no-repeat 0 60%;
	padding:0 0 0 15px;
}
.navigation .alignright a{
	background:url(images/new.png) no-repeat 100% 60%;
	padding:0 15px 0 0;
}

.copyright{
	font-size:1.0em;
	color:#252525;
	font-weight:bold;
	text-align:right;
	padding:4px 0 0;
}





/* Sidebar */
.sidebar{
	float:left;
	width:200px;
	padding:20px 0 0;
	color:#FFFEDE;
	font-family:Arial;
}

.sidebar .widgets{
	border-bottom:1px #252525 dashed;
	padding:0 10px 10px 0;
	text-align:right;
}
.sidebar .last{
	border:0;
}
.sidebar .widgets a,.sidebar .widgets a:visited{
	color:#FFFEDE;
}
.sidebar .normal-widget{
	font-size:1.2em;
}
.sidebar .normal-widget li{
	padding:0 0 5px;
}
.sidebar .widgets li{
	text-align:right;
	list-style:none;
}
.sidebar .pages li{
	font-size:3.2em;
	line-height:100%;
	height:30px;
	font-weight:bold;
}
.sidebar .pages li,.sidebar .pages li a,.sidebar .pages li a:visited{
	color:#FFFEDE;
	text-transform:capitalize;
}
.sidebar .categories li,.sidebar .categories li a,.sidebar .categories li a:visited{
	color:#62F0ED;
}
#sidebar .pages li.current_page_item a,#sidebar .categories li.current-cat a{
	color:#FB0A56;
}
.sidebar .pages li a:hover{
	color:#FB0A56;
	text-decoration:none;
}
#feed a{
	color:#ff931e;
}
#feed a:hover{
	color:#FB0A56;
}

.sidebar form{
	padding:10px 0 0;
	position:relative;
}

.sidebar form input{
	float:right;
}
.sidebar form div{
	background:#fff;
	width:140px;
	border:0;
	opacity: .1;               /* Standard style for transparency */
    -moz-opacity: .1;          /* Transparency for older Mozillas */
    filter: alpha(opacity=10);  /* Transparency for IE */
	float:right;
	height:25px;
}

.sidebar form .text-input{
	background:none;
	width:120px;
	border:0;
	font:1.2em Arial;
	padding:5px 10px;
	text-align:right;
    color:#838375;
    font-weight:bold;
    position:absolute;
    left:25px;
    top:10px;
}

.widgets h2{
	font-size:3.2em;
	color:#fb0a56;
	padding:20px 0 6px;
}
.normal-widget {text-transform:uppercase}

/* Footer */

#footer{
	clear:both;
    color:#FFFEDE;
    position:relative;
    font-size:2em;
    text-align:center;
    padding:30px 0 30px;

}
#footer div.bg{
	opacity: .1;               /* Standard style for transparency */
    -moz-opacity: .1;          /* Transparency for older Mozillas */
    filter: alpha(opacity=10);  /* Transparency for IE */
    background:#fff;
    width:826px;
    height:38px;
}


#footer div.quote{
	display:inline;
	position:absolute;
	height:30px;
	top:30px;
	text-align:center;
	width:826px;
	right:0;
	padding:8px 0 0;
}#footer div.foots{	display:inline;	position:absolute;	height:30px;	top:30px;	text-align:center;	width:826px;	right:0;	padding:8px 0 0;}
#footer blockquote ,#footer cite{
	display:inline;
	
}
#footer cite{
	color:#FB0A56;
	font-style:normal;
	position:relative;
	top:2px;
}
.quote_item{
	display:none;
}
