@charset "utf-8";
/* CSS Document */

/*
  
 * Filename		 		style.css
 * Website				
 * Author				InMotion Hosting - http://inmotionhosting.com 

 */

html, body {margin:0;padding:0;}

body {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {}

a:link, a:visited {text-decoration:none; outline:none;}
a:hover, a:focus {text-decoration:underline; outline:none;}


/* want rounded corners?  Add this class to your containers for instant gratification -- adjust the curve as needed */

.rounded-corners {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}


/* insert this class where you need to clear inline items */
.clearall {clear:both;}


/* float images left or right - adjust margins as needed */
.left-img {float:left; margin:0 10px 0 0;}
.right-img {float:right; margin:0 0 0 10px;}




/*** LAYOUT STYLES ***/

#header-wrap, #leaderboard-wrap, #nav-wrap, #content-wrap, #footer-wrap {width:100%;}
#header, #leaderboard, #nav, #content, #footer {margin:0 auto; width:960px;}



/* HEADER */

#header-wrap {}
#header {}
#logo {float:left;}
#contact-info {float:right;}



/* NAVIGATION */

#nav {}
#nav ul {display:block;}
#nav li {display:inline;}
#nav li a, #nav li a:visited {}
#nav li a:hover, #nav li a:focus {}



/* LEADERBOARD */

#leaderboard-wrap {}
#leaderboard {}



/* CONTENT */

#content-wrap {}
#content {overflow:hidden;}



#content-left {float:left;}
#content-right {float:right;}



/* FOOTER */

#footer-wrap {}
#footer {}
#footer p {}

#footer a, #footer a:visited {}
#footer a:hover, #footer a:focus {}

#contact {}
#contact p {}

#social {}

#copyright {}
#copyright p {}
#copyright a, #copyright a:visited {}
#copyright a:hover, #copyright a:focus {}



/* Errors */

#404wrap {margin:20px auto; width:800px; height:400px; background:#f2f2f2; border:1px solid #e3e3e3; font-family:Verdana, Geneva, sans-serif; font-size:12px;}
#404wrap h1 {font-size:18px; margin:20px; text-align:center;}
#404wrap p {margin:20px; text-align:center;}
#404wrap ol {margin:40px;}
#404wrap ul {margin:40px;}
#404wrap li {padding-bottom:8px;}
#404wrap a:link, #404wrap a:visited {color:#01759d; text-decoration:none; outline:none;}
#404wrap a:hover, #404wrap a:focus {color:#e26c1d; text-decoration:underline; outline:none;}
