/* CSS and XHTML by Pixel Machine */
/* http://pixelmachine.co.uk/ */

/*#E87E18 - Orange*/
/*#D75BA1 - Pink*/
/*#989482 - Text grey*/

/*#4b4747 - GreyBG*/

html {
	background-color: #4b4747;
}

/* Page Setup */
body {
	font-size: 16px;
	color: #FFF;
	font-family:"times new", times, serif;
}

a {
	color: #E87E18;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}

/* Wireframe */

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

#container {
	margin: 42px 54px;
}
#content {
	margin-top: 25px;
	min-height: 632px;
}
#subnav {
	font-size: 1.25em;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#subnav .col {
	float: left;
	width: 196px;
}
#subnav .space-col {
	float: left;
	width: 52px;
}
#subnav ul {
	line-height: 24px;
}
#subnav .col p {
	line-height: 24px;
}

#footer {
	font-family: "helvetica neue", helvetica, sans serif;
	font-size: 0.75em;
	color: #E87E18;
}

/* Headers */

h1 {
	

}
h1 a {
	display: block;
	text-indent: -9999px;
	display: block;
	height: 164px;
	width: 164px;
	background: transparent url(../img/jake-site-logo.png) no-repeat top left;
	text-align: center;
	margin: 0 auto;
}
h1 a:focus {
	outline:none
}
h2 {
	font-size: 2.44em;
	margin: 0.7em 0;
}
.news-item h2, .contact-details h2 {
	font-size: 1.25em;
	line-height: 1em;
	margin: 0 0 1em 0;
	color: #E87E18;
}
h3 {
	font-size: 1em;
}
.contact-details h3 {
	font-size: 1.25em;
	margin-bottom: 0.25em
}


/* Main Menu */

#main-menu {
	font-size: 1.63em;
	margin-top: 60px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 15px;
}
#main-menu ul li {
	display: inline;
}
#main-menu ul li a{
	color: #E87E18;
	text-decoration: none;
}
#main-menu ul li a:hover{
	color: #FFF;
}
#main-menu ul li a.selected{
	color: #FFF;
}

/* Home Images*/

.home-img-1, .home-img-2, .home-img-3 {
	display: block;
	float: left;
	margin-bottom: 34px;
}
.home-img-1, .home-img-2 {
	margin-right: 19px;
}


/* Text */
#content p, #content ul {
	font-size: 1.63em;
	line-height: 26px;
}
#content .news-item p, #content .contact-details p {
	font-size: 1.25em;
	margin: 0 0 1em 0;
	color: #FFF;
	line-height: 1em;
}
#content .contact-details .contact-right p {
	color: #E87E18;
	margin: 0 0 0.5em 0;
}
#content .contact-details .contact-right p.address {
	font-size: 1em;
	margin: 0 0 1.25em 0;
}

#content ul.client-list {
	font-size: 1.56em;
	line-height: 26px;
}
#content ul.client-list li {
	display: inline;
}

/* Bad naming scheme! Change to highlight1 etc. */
.orange {
	color: #E87E18;
}
.pink {
	color: #D75BA1;
}
.grey {
	color: #989482;
}
.client-selected {
	color: #FFF;
}


/* News & Contact Specifics */

.news-item, .contact-details {
	width: 100%;
	padding-bottom:20px;
}
.news-text, .contact-left {
	width: 440px;
	float: left;
}
.news-image, .contact-right {
	float: right;
	width: 218px;
}
.contact-right {
	padding-top: 290px;
}
.news-image img {
	margin-bottom:5px;
}


/* Misc */


.clear {
	clear: both;
}


.bubbleInfo {
    position: relative;
}
.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	left:0;
	top:0;
}
.popup img {
    position: absolute;	
}
