/*
Theme Name: Illume Design Main Theme
Theme URI: http://www.illume-design.com/
Description: Theme introduced in 2010 during the rebranding campaign of Illume Design.
Version: 2.0
Author: Aaron Childress
Author URI: http://illume-design.com
Tags: orange, white, silver, black, light, minimalist, fixed-width

------------------------------------------------------------------ */

/* BASIC ELEMENTS BEGIN */

p,h1,h2,h3,h4,h5,h6,pre {
	margin:0;
}

pre{
	font-size: 1em;
}

p{
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: justify;
}

h1{
	font-size:1.1em;
	margin: 0 0 15px;
	padding: 0px;
	display: block;
	float: left;
	width: 100%;
}

h2{
	font-size:1.2em;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 5px;
	margin: 0 0 5px;
	border-bottom: 1px dotted #ccc;
	background-color: #eee;
}

h3{
	font-size:1.3em;
}

h4{
	font-size:1.4em;
}

h5{
	font-size:1.5em;
}

h6{
	font-size:1.6em;
}

a {
	text-decoration:none;
}

img {
	border:0;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.float-none {
	float:none;
}

.clear {
	clear:both;
}

.middot {
	margin:0 15px;
	background:url(/wp-content/themes/Illume-02/images/middot-illume-design-advertising-01a.png) center center no-repeat;
	width: 6px;
	height: 55px;
	float: left;
}

/* BASIC ELEMENTS END */

/* STRUCTURE ELEMENTS BEGIN */

body {
	margin:0;
	font-size:62.5%;
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	color:#666;
	text-align:left;
	line-height: 20px;
	text-transform: none;
}

#topbarWrapper {
	background-color:#666;
	margin: 0;
	width: 100%;
	float: left;
}

#topbar {
	height:55px;
	margin: 0;
	text-align: right;
	background:url(/wp-content/themes/Illume-02/images/horizontal-rule-illume-design-advertising-01a.png) center 45px repeat-x;
}

#topbar img {
	float:left;
	margin: 0;
}

#topbarinfo {
	line-height: 55px;
	margin: 0 auto;
	width: 800px;
}

#topbarinfo p{
	line-height: 55px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#topbarinfo p a {
	color: #666;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 0.8em;
	margin: 0 5px;
}

#topbarinfo p a:hover {
	color: #F49515;
}

#topbarinfo img {
	margin: 0 10px;
	padding: 0;
}

#container {
	margin:0 auto;
	width: 900px;
	font-size: 1em;
	padding: 0;
}

#header {
	width: 900px;
	background:url(/wp-content/themes/Illume-02/images/header-backing-illume-design-advertising-01a.png) center bottom no-repeat;
	margin: 0 auto;
	height: 55px;
}

#header a img{
	float: left;
	margin: 0;
}

#navigation {
	width:800px;
	margin: 0 0 10px;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 10px;
	float: left;
	background:url(/wp-content/themes/Illume-02/images/horizontal-rule-illume-design-advertising-01a.png) center 45px repeat-x;
	height: 50px;
	border-bottom: 1px solid #ddd;
}

#navigation a{
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	width: 260px;
	text-align: right;
	background-color: #F49515;
	font-family: "Gill Sans MT";
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 1.5em;
	height: 50px;
}

#navigation a span{
	font-size:65px;
	float: left;
	color: #F5A83F;
	display: block;
	line-height: 48px;
	height: 50px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#333));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#navigation a p{
	color:#FFF;
	margin: 0;
	padding: 0 2px;
	float: right;
	text-align: right;
	font-family: "Gill Sans MT";
	font-weight: bold;
	letter-spacing: -2px;
	font-size: 1em;
	line-height: 50px;
}
#navigation a div{
	color:#FC6;
	margin: 0 0 0 2px;
	padding: 0;
	float: right;
	text-align: right;
	font-family: "Gill Sans MT";
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1em;
	line-height: 50px;
}

#navigation a:hover{
	background-color: #F5A83F;
}

#navigation a:hover span{
	color:#F8BD6D;
	
}

#navigation a:hover, {
	color: #000;
}

#navigation a.current{
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	width: 258px;
	text-align: right;
	background-color: #EEE;
	font-family: "Gill Sans MT";
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 1.5em;
	height: 48px;
	border: 1px dotted #FFF;
}
#navigation a.current span {
	color:#DDD;
}

#navigation a.current p{
	color:#DDD;
}
#navigation a.current div {
	color:#DDD;
}


#navigation a:hover.current{
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	width: 258px;
	text-align: right;
	background-color: #E5E5E5;
	font-family: "Gill Sans MT";
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 1.5em;
	height: 48px;
	border: 1px dotted #FFF;
}

#page {
	margin:0;
	width: 900px;
}

#page-extend {
	margin:0;
	width: 900px;
}

#index {
	float:left;
	width: 800px;
	height:300px;
	padding: 0px;
	background:url(/wp-content/themes/Illume-02/images/index-banner-illume-design-advertising-01a.png) center center no-repeat;
	margin: 50px;
}

#content {
	float:left;
	width: 800px;
	padding: 10px 50px 25px;
}

#content-extend {
	float:left;
	width: 800px;
	padding: 25px 50px;
}

#generalContent {
	float:left;
	width: 510px;
	padding: 0 43px 0 0;
	text-align: justify;
	margin: 0;
	border-right: 2px solid #ccc;
}

#generalContent a{
	margin: 0;
	color: #D43E01;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
}

#content p{

}

#sidebar {
	float:left;
	width:200px;
	margin: 0 0 0 45px;
	padding: 0;
	background:url(/wp-content/themes/Illume-02/images/sidebar-image-illume-design-advertising-01a.png) center bottom no-repeat;
	min-height: 350px;
	background-color: #DEDEDE;
}

#sidebar-contact {
	float:left;
	width:200px;
	margin: 0 0 0 45px;
	height: 440px;
	border-left: 2px solid #ccc;
	padding: 0 0 0 43px;
	background:url(/wp-content/themes/Illume-02/images/contact-image-illume-design-advertising-01a.png) right bottom no-repeat;
}

#sidebar-contact p{
	line-height:20px;
}

#footer {
	margin:0;
	width: 900px;
	background:url(/wp-content/themes/Illume-02/images/footer-backing-illume-design-advertising-01a.png) center top no-repeat;
	float: left;
	padding: 0;
	font-size: 0.85em;
	text-align: center;
	letter-spacing: 0px;
}

#footerLogos {
	margin:0 50px 5px;
	width: 800px;
	background:url(/wp-content/themes/Illume-02/images/horizontal-rule-illume-design-advertising-01a.png) center 10px repeat-x;
	padding: 25px 0 0;
	font-size: 1em;
	float: left;
}

#logosBacking {
	background:url(/wp-content/themes/Illume-02/images/footer-span-backing-illume-design-advertising-01a.png) no-repeat;
	height: 50px;
	width: 225px;
	padding: 0 15px;
	float: right;
}

#footer p{
	margin:15px 0 0 0;
	text-align: left;
	line-height: 25px;
	text-transform: uppercase;
	display: block;
	color: #909090;
	padding: 0 10px;
	float: left;
}

#footer a{
	color:#F5D42C;
}

#footer img{
	float:right;
	margin: 7px 5px;
}

.middot02 {
	margin:0 15px;
	background:url(/wp-content/themes/Illume-02/images/middot-illume-design-advertising-01a.png) center center no-repeat;
	width: 6px;
	height: 55px;
}

/* STRUCTURE ELEMENTS END */


form .data {
	float:left;
	width:200px;
	margin: 0 40px 0 0;
}

form .question {
	float:left;
	width:270px;
	margin: 0;
}

form {
	margin:0;
	float:left;
}

form .data p{
	line-height:1em;
	margin:0;
	padding:0;
}

.data label {
	margin:0;
	line-height: 20px;
	float: left;
	width: 100%;
}

.question label {
	margin:0;
	line-height: 20px;
	float: left;
	width: 100%;
}

.data input {
	margin:5px 0 10px;
	width: 200px;
	float: left;
}

.question input {
	margin:5px 0 10px;
	float: left;
	width: 100%;
}

.question img {
	margin:5px 0 10px;
	float: left;
	border: 1px solid #ccc;
}

select {
	margin:0;
	width: 100%;
	float: left;
}

textarea {
	margin:5px 0 10px;
	height: 220px;
	float: left;
	width: 270px;
}


#topbar form {
	margin:17px 0 0 100px;
	float:right;
	width: 325px;
}

#topbar form img{
	float:left;
	margin: 5px 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #777;
	width: 90px;
}

#topbar form p{
	line-height:1em;
	margin:0;
	padding:0;
}

#topbar label {
	margin:0 5px;
	line-height: 25px;
	float: left;
	width: 50px;
	text-align: right;
	color: #909090;
}

#topbar input {
	margin:0;
	float: left;
}

#topbar textarea {
	margin:0;
	width: 285px;
	height: 220px;
	float: left;
}


#portfolioContent {
	margin:0;
	padding:0;
	float:left;
	width: 510px;
	height: 300px;
}

#portfolioNav {
	margin:0 0 0 45px;
	padding:0 0 0 41px;
	float:left;
	width: 200px;
	border-left: 3px solid #fff;
}

#portfolioMenu {
	margin:0 0 45px;
	padding:0 0 20px;
	float:left;
	border-bottom: 1px dotted #ccc;
}

#portfolioMenu a{
	margin:0;
	padding:0;
	float:left;
	width: 200px;
	text-transform: uppercase;
	color: #666;
}
