/* 
Theme Name: Elliott Inc
Theme URL: http://donelliott.us/
Description: Elliott Design Inc. Vancouver, Washington
Author: Don Elliott
Version: 1.0
*/

body {
	background: url(images/bg3.jpg) fixed;
	color: #878787;
	font-size: .95em;
	font-family: helvetica, arial, sans-serif;
	}

#wrap{
	width: 960px;
	margin: 0 auto 0 auto;
	}

img {
	border-style: none;
	}

a {
	color: #6F7EA3;
	text-decoration: none;
	}

a:hover {
	color: #28458D;
	text-decoration: none;
	}

p {
	margin: 0 0 20px 0;
	}

ul {
	padding: 0 0 0 10px;
	list-style-position: inside;
	}

h1 {
	color: #000000;
	text-transform: uppercase;
	font-size: 1em;
	padding-left: 30px;
	background: url(images/bullet.png) no-repeat left;
	font-weight: 200;
	margin: 0 0 10px 0;
	}

h2 {
	color: #444444;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 200;
	margin: 10px 0 0 0;
	}

hr {
	border-top: 1px solid #cccccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}

br {
	clear: none !important; 
	}

blockquote {
	padding: 10px 5px 1px 50px;
	margin: 0 0 20px 0;
	background: #f2f2f2 url(images/design-quote.png) no-repeat top left;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 3px #888;
	-khtml-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
	color: #666;
	}

.alignleft {
	float: left;
	padding-right: 10px;
	}

.alignright {
	float: right;
	padding-left: 10px;
	}

/***************HEADER & NAV****************/
#client-login {
	position: fixed;
	top: 0;
	right: 0;
	}

#header {
	width: 100%;
	height: 140px;
	}

#logo {
	float: left;
	width: 240px;
	margin: 0 0 0 10px;
	}

#logo a{
	color: transparent;
	}

#nav {
	margin: 0 0 0 220px;
	width: 700px;
	}

#nav ul li {
	float: left;
	margin: 72px 0 0 25px;
	list-style-type: none;
	}

#nav ul li a {
	color: #878787;
	text-transform: uppercase;
	font-size: .8em;
	}

#nav ul li a:hover {
	color: #28458D;
	border-bottom: 2px solid #28458D;
	}

#nav ul li ul.children {
	display: none;
	-moz-border-radius: 0 13px 13px 13px;
	-moz-box-shadow: 1px 1px 2px #999999;
	-webkit-border-radius: 0 13px 13px 13px;
	-webkit-box-shadow: 1px 1px 2px #999999;
	-khtml-border-radius: 0 13px 13px 13px;
	-khtml-box-shadow: 1px 1px 2px #999999;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	margin-left:-1px;
	opacity:0.8;
	position:absolute;
	top:106px;
	width:80px;
	}
	
#nav li:hover ul.children, #nav li ul.children:hover {
	display:block;
	}
	
#nav li ul.children li {
	margin:0;
	width: 100px;
	padding: 2px 0 2px 0;
	}

#nav li ul.children li a{
	font-size: .75em;
	}

/***************SIDEBAR****************/	
#sidebar {
	float: left;
	width: 250px;
	font-size: .8em;
	margin: 10px 0 0 0;
	}

#solo-sidebar {
	float: left;
	width: 70px;
	font-size: .8em;
	margin: 10px 0 0 0;
	}

#sidebar ul, #solo-sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside; 
	}

#sidebar ul li {
	margin: 5px 0 5px 0;
	}

#sidebar h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 5px 0;
	}

#sidebar a, #solo-sidebar a {
	font-size: 1em;
	color: #878787;
	}

#sidebar a:hover, #solo-sidebar a:hover {
	color: #28458D;
	}

#lsidebar {
	float: left;
	width: 160px;
	text-align: right;
	margin: 10px 0 0 0;
	}

#rsidebar {
	width: 70px;
	margin: 0 0 0 172px;
	}

#rsidebar h2, #solo-sidebar h2 {
	display: none;
	}

#solo-sidebar {
	width: 70px;
	
	}

.widget {
	margin-bottom: 50px;
	}

/***************CONTENT****************/
#content-full {
	margin: 0 0 80px 0;
	width: 100%;
	line-height: 150%;
	color: #787878;
	}

#content-full a{
	color: #222222;
	}

#content-full a:hover{
	color: #28458D;
	}

#content-wide {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	width: 960px;
	line-height: 150%;
	color: #787878;
	}

#content, #content-post {
	margin: 10px 0 0 0;
	padding: 0 0 0 250px;
	width: 700px;
	line-height: 150%;
	color: #787878;
	}

#category-list {
	font-size: .7em;
	text-transform: uppercase;
	}

.button {
	padding: 3px 10px 3px 10px;
	font-size: .85em;
	font-weight: 200;
	background: #ffffff;
	border: 2px solid #ffffff;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 0px 5px #888;
	-khtml-box-shadow: 1px 0px 5px #888;
	-webkit-box-shadow: 1px 0px 5px #888;
	box-shadow: 1px 0px 5px #888;
	text-transform: uppercase;
	}

.buttonhover {
	border: 2px solid #6eced1;
	background: #f2f2f2;
	padding: 3px 10px 3px 10px;
	font-size: .85em;
	font-weight: 200;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 0px 5px #888;
	-khtml-box-shadow: 1px 0px 5px #888;
	-webkit-box-shadow: 1px 0px 5px #888;
	box-shadow: 1px 0px 5px #888;
	text-transform: uppercase;
	}

.disclaimer {
	font-size: .8em;
	line-height: 120%;
	font-style: italic;
	}

#postblock {
	padding: 10px 5px 1px 10px;
	margin: 0 0 20px 0;
	background: #f2f2f2;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 1px 1px 3px #888;
	-khtml-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
	color: #666;
	}

/***************COMMENTS****************/
#comments {
	margin-top: 60px;
	}

#comment-box {
	width: 450px;
	border: 1px solid #cccccc;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

/***************FOOTER****************/
/**********FOOTER: Full Page********/
#footer-full {
	width: 100%;
	padding-top: 3px;
	border-top: 1px solid #cccccc;
	position: fixed;
	bottom: 0;
	right: 0;
	background: url(images/bg3.jpg);
	}

#footer-full table{
	padding: 5px;
	}


#footer-full .widget {
	margin:0px;
	font-size: .9em;
	}

#footer-full p {
	margin: 0 0 5px 0;
	}
	
#footer-full table{
	width: 100%;
	}

td#footer-credit {
	width: 20%;
	text-align: center;
	}

#footer-links {
	font-size: .8em;
	width: 10%;
	}

#footer-links ul{
margin: 0px;
	}

/**********FOOTER: Standard********/
#footer {
	width: 650px;
	margin: 30px 60px 0 0;
	padding-top: 5px;
	border-top: 1px solid #aaaaaa;
	float: right;
	}

#footer-credit {
	text-transform: uppercase;
	font-size: .7em;
	}

#current-post {
	font-size: .75em;
	}

#current-post li {
	list-style-type: none;
	}

#current-post ul {
	margin: 0;
	padding: 0;
	}

#current-post a {
	text-transform: uppercase;
	}

#current-post p {
	line-height: 140%;
	}
	
/**********Add Ons & Misc********/
input, textarea {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #aaaaaa;
	padding: 3px;
 	color: #6F7EA3;
	-moz-box-shadow: inset 0px 0px 3px #cccccc;
	-khtml-box-shadow: inset 0px 0px 3px #cccccc;
	-webkit-box-shadow: inset 0px 0px 3px #cccccc;
	box-shadow: inset 0px 0px 3px #cccccc;
	}

label {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

.cform {
	margin: 0px !important;
	}

.ngg-widget img {
	margin: 0 0 5px 0 !important;
	border: 4px solid #ffffff !important;
	-moz-box-shadow: 0px 0px 3px #888;
	-khtml-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 3px #888;
	
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

.ngg-widget {
	padding: 4px 0 0 3px !important;
	}

.gallery-item dl br{
	clear: none !important; 
	}
