﻿/* Reset default browser styles */
@import url('/css/reset.css');

/* Rebuild default browser styles */
@import url('/css/rebuild.css');

/*Custom*/
html,body
{
	font-family:verdana,Arial,Helvetica,Lucida Sans Unicode,sans-serif; 
	background-color:#676767;
	margin:0px;
	padding:0px;
	height: 100%;
}

li,ul{list-style:none;}
a img {border-style:none;}
p, li, td, .vcard
{
	font-size:1em;
	color:#D8D8D8;
	line-height:1.3em; 
}
p, h1, h2
{padding:5px !important; }
h1, h2
{
	font-size:1.6em;
	margin-bottom:0px;
	font-family: 'Michroma', verdana;
}

h1,h2,h3
{
	color:#fff;
	font-weight:bold;
}

h2 a
{
color:#fff;
}

.content
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	padding:0px;
}

#layout-continer
{
   min-height: 100%;
   margin-bottom: -60px;
   position: relative;
}

#layout-top
{
	background-image:url('/images/core/top-background.gif'); 
	background-repeat:repeat-x;  
	height:100px;
}

#layout-body
{
   padding:25px 10px 0px 40px;
}

#layout-footer
{
	clear:both !important;
	background-color:#434343;  
	height:60px;
	display:block;
	position: relative;
}

#affiliate
{
	margin-left:10px;
	padding:5px;
	padding-top:-18px;
}

#layout-footer a
{
	text-decoration:none; 
	font-size:0.8em;
	float:left;
}

#layout-footer a img
{
	float:left;
}

#layout-footer a span
{
	padding:10px;
}

#logo
{
	float:left; 
	padding-left:15px;
}

#top-menu
{
   margin-top:20px;
   float:right;
}

#top-menu li
{
	display:inline;
    list-style-image:none; 
    width:70px;
    height:23;
    text-align:center;
    padding:5px 10px 5px 10px; 
}

#layout-body a
{
	color:#959595;
}

#clearfooter/*See http://fortysevenmedia.com/blog/archives/making_your_footer_stay_put_with_css/*/
{
  height: 60px;
   clear: both;
}

#layout-body a:hover{text-decoration:underline;}
.menu a{color:#9C9B9B;text-decoration:none;}
.framed{background-color:#777777;padding:3px;margin:25px;}
.float-left{float:left;}
