@import url("/css/global.css");
@import url("/css/font.css");
@import url("/css/menu.css");
@import url("/css/twitter.css");
@import url("/css/new-style.css");

/* 
Author - Jay Hughes 
Website - http://jayhugh.es
*/

/* Generic Site Elements */

body { 
	margin: 0;
	padding: 0;
	color:#fff;
	font-size: 0.8em;
}
.nine-sixty {
	width: 960px;
	margin: 0 auto;
	position:relative;
}
a.read-more {
	color:#b19758;
	text-decoration:none;
	text-transform: capitalize;
	font-size: 12px;
}
h2.trigger {
	margin: 30px 0 0 0;
	float:left;
	color:#fff;
}
div.six-ninety {
	width: 690px;
	float:left;
	margin: 0 20px 0 0;
	position: relative;
}
div.two-twenty {
	width: 220px;
	float:left;
	position: relative;
}
div.section {
	border-top: 1px solid grey;
	padding: 20px 0 0 0;
	float:left;
	width: 100%;
	margin: 20px 0 0 0;
	position:relative;
}
div.noBorder {
	border:none;
	margin: 0;
	padding: 0;
}
div.section h2 {
	color: #b19758;
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0;
}
div.section h4 {
		color: #b19758;
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0;
}
div.section p {
	font-size: 120%;
	line-height: 24px;
	margin: 10px 0;
}
span.border {
	border-top: 1px solid grey;
	width: 30px;
	height: 1px;
	float:left;
	margin: 10px 0;
}

/* Header */

div#sub-heading {
	float: left;
    width: 560px;
}
div#sub-heading span {
	margin: 10px 404px 10px 0;
}
#header {
    float: left;
    padding: 20px 0 0;
    position: relative;
    width: 100%;
	z-index: 10;
}
div#flowers {
	width: 404px;
	position:absolute;
	height: 184px;
	right: 0;
	top: 0;
}
div#flowers img {
	width: 404px;
	height: 184px;
}
#header img {
	float:left;
}
#header h1 {
	display:none;
}
#header h2{
	color: #b19758;
	font-size: 1.5em;
	float:left;
	width: 510px;
}
.browserIE7 div.nine-sixty, .browserIE7 div.six-ninety, .browserIE7 div.section {
	position:static;
	z-index: 2;
}
div#side-header, div#home-header {
	position:relative;
	z-index: 1;
}
div.six-ninety h3 {
	color: #B19758;
    float: left;
    font-size: 1.8em;
    font-style: italic;
    padding: 10px 0;
    width: 100%;
}
span.twitterSearchUser a {
	color: #B19758!important;
}
div#home-header {
	float:left;
	margin: 10px 0 0 0;
	position: relative;
}
div#home-header img {
	position: relative;
	z-index:10;
}
/* Menu */

div#menu {
	float:right;
	position:relative;
	margin: 18px 0 0 0;
}
div#menu ul li {
	float:left;
	margin: 0 30px 0 0;
}


/* Homepage Specific */


ul.small-gallery li {
	float:left;
	margin: 10px 10px 0 0;
	border: 2px solid #fff;
}
ul.small-gallery li:hover {
	border: 2px solid #b19758;
}

/* Sidebar */

div.no-padding div.section:first-child {
	padding: 0;
	margin: 0;
}
#main-gallery {
	background: none repeat scroll 0 0 #1F1F1F;	
	padding: 30px;
	float:left;
}

/* Footer */

#footer {
	width: 100%;
	background: #1f1f1f;
	height: 50px;
	position: relative;
	border-top: 1px solid #777;
	float:left;
	margin: 60px 0 0 0;
	padding: 20px 0 ;
}
#footer h1 {
   color: #B3B528;
	font-size: 32px;
	font-weight: normal;
	margin: 8px 0 0 65px;
}
#footer ul li {
	float:left;
}
#footer ul.logos {
	float:right;
	margin: 3px 0 0 0;
}
#footer ul.logos li {
	margin: 0 30px 0 0;
}
#footer ul.info li {
	color: #b19758;
    font-size: 37px;
    font-weight: normal;
    margin: 6px 0 0;
}

/* Gallery */

select, input, textarea {
font-size: 1em;
}
.example {
border: 1px solid #CCC;
background: #f2f2f2;
padding: 10px;
}
ul {
list-style-image:url(list-style.gif);
}
pre {
font-family: "Lucida Console", "Courier New", Verdana;
border: 1px solid #CCC;
background: #f2f2f2;
padding: 10px;
}
code {
font-family: "Lucida Console", "Courier New", Verdana;
margin: 0;
padding: 0;
}

#gallery {
padding: 30px;
background: #e1eef5;
}
#descriptions {
	display:none;
	position: relative;
	height: 50px;
	background: #EEE;
	margin-top: 10px;
	width: 640px;
	padding: 10px;
	overflow: hidden;
}
#descriptions .ad-image-description {
position: absolute;
}
#descriptions .ad-image-description .ad-description-title {
display: block;
}

div.contact {
	float:left;
	font-size: 20px;
	width: 40%;
	margin: 0 5% 0 0;
}
div.contact-long {
	float:left;
	font-size: 20px;
	width: 100%;
	margin: 0;
}
div.nine-sixty ul.contact li {
	font-size: 12px;
	margin: 8px 0;
}

* styles for error box */
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	padding:20px;
	border:dashed 2px red;
	width:90%;
	margin:0px auto;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
}

.error a, .error a:hover{
	color:#8a1f11;
}

/* simply moves close box to right */
.kickRight {
	text-align:right;
}

.browserIE7 div#flowers {
	display:block;
}
span.bold {
	width: 100%;
	font-weight:bold;
	margin: 3px 0;
	float:left;
	font-style:italic;
	font-size: 15px;
}
span.top {
	margin: 8px 0 3px 0;
}
.divide {
    border-top: 1px dashed gray;
    float: left;
    height: 1px;
    margin: 20px 0 0;
    padding: 10px 0 0;
    width: 100%;
}
