*
{
	padding: 0;
	margin: 0;
	outline:none;
}

@font-face {
	font-family: 'DIN';
	src: url('../fonts/DIN.eot');
	src: local('DIN 1451 Std Engschrift'), local('DINEngschriftStd'), url('../fonts/DIN.ttf') format('truetype');
}

/* REBRANDED CSS *************/

@font-face {
	font-family: 'UniversLTStd59UltraCondensed';
	src: url('http://geniusdivision.com/wp-content/themes/genius_division/assets/fonts/universltstd-ultracn-webfont.eot');
	src: local('â˜º'), url('http://geniusdivision.com/wp-content/themes/genius_division/assets/fonts/universltstd-ultracn-webfont.woff') format('woff'), url('http://geniusdivision.com/wp-content/themes/genius_division/assets/fonts/universltstd-ultracn-webfont.ttf') format('truetype'), url('http://geniusdivision.com/wp-content/themes/genius_division/assets/fonts/universltstd-ultracn-webfont.svg#webfontIbi7oWST') format('svg');
	font-weight: normal;
	font-style: normal;
}


#rebranded
{
	width: 500px;
	background: #fff;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -250px;
	border: 15px solid #e51937;
	-moz-box-shadow: 5px 5px 50px #000;
	  -webkit-box-shadow: 5px 5px 50px #000;
	  box-shadow: 5px 5px 50px #000;
	  padding: 20px;

}

#rebranded p
{
	color: #333;
	font-size: 1.5em;
}

#rebranded h1
{
	font-family: UniversLTStd59UltraCondensed, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 3em;
	text-align: center;
}

#rebranded a
{
	color: #e51937;
	text-decoration: none;
	font-weight: bold;
}

/* MISC ********/


img, div, a 
{ 
	behavior: url(iepngfix.htc) 
}

a img
{
	border: 0;
}

body
{
	background: url(../images/body_bg.jpg) center;
	font: 1em Arial, Helvetica, sans-serif;
}

.clear
{
	clear: both;
}

/* TEXT ******/

p, address
{
	margin-bottom: 10px;
	color: #ffdec0;
	line-height: 145%;
	font-size: 0.95em;
	text-shadow: .5px .5px .5px #713906;
}

#about h2
{
	line-height: 125%;
	font:  1.9em  Arial, Helvetica, sans-serif;
	color: #ffdec0;
	font-weight: bold;
	letter-spacing: -1px;
	//text-shadow: 1px 1px 1px #000;
	text-shadow:-1px -1px #713906; 
	margin-bottom: 20px;
}

#portfolio h2, #contact h2
{
	line-height: 125%;
	font:  3em "DIN", Arial, Helvetica, sans-serif;
	color: #ffdec0;
	letter-spacing: -1px;
	text-shadow:-1px -1px #713906; 
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 2px dotted #ffdec0;	
}

#logo h1 a
{ 
	width: 221px;
	height: 112px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
}

#contact h3
{
	color: #ffdec0;	
	text-shadow: .5px .5px .5px #713906;
}

.divider
{
	border-top:  1px dotted #ffdec0;
	margin-top: 20px;
	padding-top: 20px;
}

#nav em
{	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #0078b0;
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px;
}

.item h3
{
	margin-bottom: 20px;
	text-transform: uppercase;
	font: 2em "DIN", Arial, Helvetica, sans-serif;
}

.addedtext {
	background:#74491a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:0px 5px;
	margin:0px 0px 0px 3px;
	

}

.addedtext :hover {
	cursor:hand;
}

/* LISTS ******/

#nav li
{
	list-style: none;
	width: 110px;
	float: left;
	margin-left: 20px;
}

#nav ul
{
}

.about
{
	margin-top: 0px;
}

.work
{
	margin-right: 30px;
	margin-top: 60px;
}

.contact
{
	margin-top: 40px;
}

.blog
{
	margin-top: -20px;
}

/* LAYOUT *****/

#mantra
{
	width: 561px;
	height: 211px;
	background: url(../images/mantrabanner.png) no-repeat;
	margin: 100px auto 0 auto;
}

#header
{
	width: 100%;
	background: url(../images/header_bg.png) repeat-x center bottom;
	padding-top: 150px;
}

#clouds
{
	margin-top: 100px;
	background: url(../images/clouds_bg.png) repeat-x center bottom;
	height: 200px;
}

#logo
{
	padding-bottom: 150px;
	width: 35%;
	float: left;
}

#nav
{
	float: right;
	padding-top: 50px;	
}

.wrap
{
	width: 900px;
	margin: 0 auto;
}

.footerwrap
{
	width: 900px;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) no-repeat bottom;
	padding-bottom: 200px;
}

.col1
{
	width: 48%;
	float: left;
}

.col2
{
	width: 48%;
	float: right;
}

.content
{
	width: 31%;
	float: left;
}

.images
{
	width: 65.7%;
	float: right;
}

#about
{
	background: url(../images/about_bg.jpg) repeat-x center bottom #8b6032;
	padding-bottom: 100px;
	padding-top: 20px;
}

#portfolio
{
	background: #746457;
	padding-bottom: 20px;
}

#contact
{
	background: url(../images/contact_bg.jpg) repeat-x top #bf1f37;
	padding-bottom: 0px;
	padding-top: 70px;
}

.contactdetails, .requestquote, .welike
{
	width: 31%;
	float: left;
	margin-right: 31px;
}

.workimg, .workimglast
{
	float: left;
	margin-bottom: 25px;
}
.workimg
{
	margin-right: 31px;
}

.welike
{
	margin-right: 0 !important;
}

/* LINKS ******/

.about a
{
	width: 67px;
	height: 78px;
	display: block;
	background: url(../images/about_nav.png) no-repeat;
	text-indent: -9999px;
}

.work a
{
	width: 107px;
	height: 78px;
	display: block;
	background: url(../images/work_nav.png) no-repeat;
	text-indent: -9999px;
}

.contact a
{
	width: 68px;
	height: 78px;
	display: block;
	background: url(../images/contact_nav.png) no-repeat;
	text-indent: -9999px;
}

.showcase
{
	display: block;
}

.showcase img
{
	margin-bottom: 20px;
	//display: block;
}

.blog a
{
	width: 74px;
	height: 78px;
	display: block;
	background: url(../images/blog_nav.png) no-repeat;
	text-indent: -9999px;
}

#contact a, #contact a:visited
{
	color: #ffdec0;
}

.content a, .content a:visited
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.request
{
	display: block;
	font-size: 2.3em;
	text-decoration: none;
	padding: 20px 10px 10px 10px;
	text-align: center;
	margin-bottom: 10px;
	background: #800114;
	font-family: "DIN", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
