@charset "UTF-8";
/* CSS Document */
@import url('/css/nav.css');
@import url('/css/header.css');
@import url('/css/mid.css');
@import url('/css/main_page.css');
@import url('/css/getcontent.css');
@import url('/css/blog.css');
@import url('/css/buzz.css');
@import url('/css/footer.css');
@import url('/css/shopping.css');
@import url('/css/podcasts.css');
@import url('/css/videos.css');
@import url('/css/contact_form.css');
@import url('/css/login.css');
@import url('/css/quotes.css');
@import url('/css/signup.css');
@import url('/css/dashboard.css');
.entry-content{	}
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,p,ul,ol,li,fieldset,blockquote,caption,table,tr,dl,dt,dd { margin: 0; padding: 0; }
html,body {
	height:100%; /* needed for container min-height */
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#050505;
}

a {text-decoration:none}

img {border:0;}

h1 {
	font-size:28px;
	color:#0584ba;
}

h2 {
	font-size:18px;
	color:#EB7848;
	font-weight:normal;
}

h3 {
	font-size:22px;
	color:#38232A
}

h4 {
	font-size:18px;
	color:#0584ba;
}

hr {
	border-bottom:1px dashed #CCCCCC;
	border-left:none;
	border-right:none;
	border-top:none;
	padding:10px 0px 10px 0px;
	clear:both;
}

.clear {clear:both}

#wrapper{
	width:996px;
	margin:0 auto;
	overflow:hidden; /*Make Colums 100% */
	position: relative;/* fix to 'IE7 10000px padding-bottom spill over footer' problem */
	min-height:350px;
	padding-bottom:50px;
}



