/* 
Theme Name: Melissa
Theme URL: http://tyleroakleaf.com
Description: For Melissa
Author: Tyler Oakleaf
Author URI: http://tyleroakleaf.com
Version: 1.0

*/

* { padding: 0; margin: 0; }

p {
	font-size:14px;
	color:#D0EDED;
}

p + p { 		/* paragraph following another paragraph spacing = 1em */
	margin-top: 1em;
	color:#D0EDED;
}

p li {
	text-indent: 2em;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:18px;
}

a:link, a:visited, a:active {
	color: #82C7CE;
	text-decoration:none;
}

a:hover {
	color: #82C7CE;
	text-decoration:underline;
}

img {
	border: none;
}

cite {
	font-size: 90%;
	font-style: normal;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}



/* ----- Layout ----- */


body {
	background:url(images/bg.gif) repeat-x top left;
	background-color:#000;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#wrapper { 
	width:892px;
	margin:0 auto;
}


/* ----- HEADER ----- */

#logo {
	margin-top:30px;
	height:105px;
}

#header {
	margin:5px 0 0 0;
	width:892px;
	height:45px;
	background-color:#000;
}

#nav {
	text-align:right;
	padding-top: 13px;
	font-size:18px;
}

#nav ul {
	width: auto;
	height: auto;
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 0;
}


#nav li.portfolio a {
	color:#9DCD7C;
	text-decoration:underline;
}

#nav li.portfolio a:hover {
	color:#fff;
	text-decoration:underline;
}

#nav li.info a {
	color:#82C7CE;
	text-decoration:underline;
}

#nav li.info a:hover {
	color:#fff;
	text-decoration:underline;
}

#nav li.blog a {
	color:#DFDC35;
	text-decoration:underline;
}

#nav li.blog a:hover {
	color:#fff;
	text-decoration:underline;
}

#nav li.contact a {
	color:#E47500;
	text-decoration:underline;
}

#nav li.clients a:hover {
	color:#fff;
	text-decoration:underline;
}

#nav li.clients a {
	color:#FD7EC1;
	text-decoration:underline;
}

#nav li.contact a:hover {
	color:#fff;
	text-decoration:underline;
}

#nav li.not_portfolio a {
	color:#9DCD7C;
}

#nav li.not_portfolio a:hover {
	color:#fff;
}

#nav li.not_info a {
	color:#82C7CE;
}

#nav li.not_info a:hover {
	color:#fff;
}

#nav li.not_blog a {
	color:#DFDC35;
}

#nav li.not_blog a:hover {
	color:#fff;
}

#nav li.not_contact a {
	color:#E47500;
}

#nav li.not_contact a:hover {
	color:#fff;
}

#nav li.not_clients a {
	color:#FD7EC1;
}

#nav li.not_clients a:hover {
	color:#fff;
}


/* ----- MAIN CONTENT ----- */


#content {
	margin:0;
	width:892px;
	background-color:#000;
	min-height:472px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:472px; /* for IE5.x and IE6 */

}

#postnavigation { 
	width:400px;
	margin:0 auto;
	padding:5px;
	text-align:center;
	overflow:none;
}

#post {
	padding:0;
}

#title {
	padding:10px 0 0 10px;
}

#the_content {
	padding:10px 0 0 20px;
	margin-bottom:20px;
}

#postmeta {
	padding:10px 0 10px 20px;
}

#list_title {
	margin:0 auto;
	text-align:center;
	padding:10px;
}

#list_title ul {
	width: auto;
	height: auto;
	margin:0;
	padding:0;
	list-style-type:none;
}

#clients_page_write_in {
	margin:0 auto;
	text-align:center;
	padding:30px 0 0 0;
}

/* ----- Sidebar ----- */


#side {
	
}


/* ----- FOOTER ----- */

#footer { 
	margin:0;
	width:892px;
	height:45px;
	background-color:#000;
}

#menu {
	color:#9DCD7C;
	padding-top: 13px;
	font-size:14px;
}

#menu ul {
	width: auto;
	height: auto;
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 20px;
}

#menu li.not_current a {
	color:#9DCD7C;
}

#menu li.current a{
	color:#9DCD7C;
	text-decoration:underline;
}
#menu li.current a:hover {
	color:#fff;
}

#menu li.not_current a:hover {
	color:#fff;
}

#sub_footer {
	color:#00817E;
	margin:0 0 5px 0;
	width:892px;
	height:30px;
}

#phone {
	float:left;
}

#copyright {
	float:right;
	text-align:right;
}


