/*
Theme Name: WD Theme
Theme URI: http://wendyd.ca
Description: Custom theme created for Wendyd.ca
Version: 1.0
Author: Asad Masede
Author URI: http://masede.net
Tags: wendyd.ca, Asad Masede
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: Times;
	background: #333333;
}

p {
  color: #EBEBEB;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

a { color:#EBEBEB; text-decoration: none; }
a:hover, a:active { text-decoration: underline; color: #666666; }

h1 { font-size: 2.5em; margin-bottom: 0.8em; color: #EBEBEB;  }
h2 { font-size: 1.5em; color: #EBEBEB; }
h3 {
	font-size: 1.1em;
	color: #EBEBEB;	
}

div#title {font: times; font-size: 30px; color: #EBEBEB;}
div#subtitle {font: times; font-size: 20px; color: #EBEBEB;}

.clear { clear: both; }

div#page-wrap {
	width:944px;
	margin: 0 auto;
}

span.right {position: absolute; right: 0;}

ul#nav {
	height: 80px;
	background: url(main-logo.png) right no-repeat; 
	list-style: none;
	padding-left: 0px;
	}
	ul#nav li {
		display: inline;
		font-size: 1.14em;
	}
	ul#nav li a {
		display: block; 
		width: auto;
		float: left;
		margin-top: 42px;
		color: #EBEBEB;
		padding-top: 2px;
		padding-right: 22px;
		font-weight: normal;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: #666666;
		}
		
		
	div#main-content {
		padding-bottom: 2px;
		}
	

	div#footer {
	  font-family: times;
	  font-size: 0.93em;
		background: #333333;
		color: #EBEBEB;
		padding: 10px 0 10px 0;
		text-transform: none;
		position: relative;
		 } 

	
/* div#footer					{ padding-top: 11px; padding-bottom: 20px;}
#left-info					{ width: 360px;  margin: 10px 0 0 0; }
#right-info					{ width: 360px; text-align: right; margin: 10px 0 0 0; } */
