/* 
Theme Name: Trend Creators
Theme URL: http://www.trendcreators.com/
Description: A custom design created for Lynda by Websites in a Flash. Converted into Worpdress by Devin Hanson.
Author: Ashton Sanders
Author URI: http://www.websitesinaflash.com
Version: 1.0

*/

html, body {
margin: 0;
background:#FFFFFF;
font-family:trebuchet MS;
font-size:12px;
align:left;
}

a, a:active, a:visited {
color:#000;
font-weight:bold;
text-decoration:none;
outline:0;
}

a:hover {
color:#454545;
}

td {
border: none;
text-align:left;
background:#ffffff;
padding:6px;
color: #000000;
}

code, pre {
background:#ececec;
color:#000;
display:block;
direction:ltr;
text-align:left;
border:1px solid #c5c5c5;
margin:8px 2px;
padding:5px;
overflow:auto;
}

div#content {
	background-color:#FFFFFF; 
	color:#333333;
	float:left;
	width:723px;
	margin: 22px 27px;
}

h1{ font-size:20px }
h2{ font-size:18px }
h3{ font-size:14px }
div#content p { font-size:14px; margin: 6px 0;}
div#footer {font-size:11px; text-align:center}
li { font-size:14px }

#main {
position: relative;
min-height: 100%;
padding-bottom:65px;
}

#header {
height:159px;
background: url('images/marketing.jpg');
background-repeat:no-repeat;
width:100%;
}

#navigation {
background: url('images/navbar.jpg');
font-size:16px;
font-weight:bold;
display: block;
line-height: 17px;
padding: 6px 0px 5px;
}

#navigation ul {
list-style:none;
margin:5px 0 0 0;
padding:0;
display:inline;
}

#navigation ul li {
display: inline;
}

#navigation ul li a {
padding:10px 10px 10px 10px;
color:#FFFFFF;
font-size:17px;
}

#navigation ul li a:hover {
color:#000000;
}

#leftnav {
float:left;
background:url('images/big-bg.jpg') no-repeat; 
width:118px;
height:1000px;
}


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


