/* @override 
	http://localhost/sirebrands/design2/css/styles.css
	http://localhost/sirebrands/web/media/css/styles.css
*/

/* Design by Jeff Wilde, Markup by Rolo */

/* Sire red: #ef4030 */

@import 'html5-reset.css';

/* Fonts */
font-face {
    font-family: "Gill Sans Std";
    src: local('GillSansStd'),
         url('fonts/GillSansStd.otf') format('opentype');
}
@font-face {
    font-family: "Gill Sans Std";
    font-weight: 100;
    src: local('GillSansStd-Light'),
         url('fonts/GillSansStd Light.otf') format('opentype');
}
@font-face {
    font-family: "Gill Sans Std";
    src: local('GillSansStd'),
         url('fonts/GillSansStd.otf') format('opentype');
}
@font-face {
    font-family: "Gill Sans Std";
    font-weight: bold;
    src: local('GillSansStd-Bold'),
         url('fonts/GillSansStd Bold.otf') format('opentype');
}
@font-face {
    font-family: "Gill Sans Std";
    font-style: italic;
    src: local('GillSansStd-Italic'),
         url('fonts/GillSansStd Italic.otf') format('opentype');
}

body { 
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", GillSans, Calibri, "Trebuchet MS", sans-serif;
	letter-spacing: 0.2ex; 
}
a {
	color: rgba(255,255,255,0.6); 
	text-decoration: none; 
}
a:hover { color: rgba(255,255,255,0.85); }

@media screen {
p { margin-bottom: 1em; } 
#wrapper { 
	margin: 10px auto;
	width: 950px; 
}
#top { 
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#top h1 { float: left; }
#top h1 a { 
	 background: url(../images/logo.png) no-repeat left top;
	 display: block;
	 height: 70px;
	 overflow: hidden;
	 text-indent: -999px;
	 width: 138px;
}
#top nav { 
	bottom: 0;
	position: absolute;
	right: 0;
	text-transform: lowercase;
}
#top nav ul { overflow: hidden; }
#top nav li {
	color: #ef4030; 
	float: left;
	font-size: 22px;
	line-height: 1.2;
	margin-right: 1ex; 
}
#top nav a { display: inline-block; vertical-align: baseline; }
#top nav li:last-child, #top nav li.last { margin-right: 0; }
#top nav li:after { content: ' /'; }
#top nav li:last-child:after { content: ''; }
#top nav li a, #footer { color: #ef4030; }
#top nav li a:hover, #top nav li a.active { color: #939598; }
#innerWrapper { 
	margin-bottom: 20px;
	min-height: 430px; 
	text-align: right;
	width: 950px;
}
#content { 
	background: #ef4030;
	color: #fff;
	display: none;
	font-size: 22px;
	font-weight: 100;
	line-height: 1.5;
	min-height: 430px;
	position: relative;
	text-align: left;
}
#content.portfolio { background: #fff; }
#content .bottom { 
	bottom: 0;
	left: 0;
	margin: 20px 20px 0 20px;
	position: absolute;
	vertical-align: bottom;
	width: 480px;
}
#portfolio a { color: #939598; }
#portfolio nav { 
	background: #ef4030; 
	height: 15px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
#portfolio nav ul { float: right; }
#portfolio nav li { 
	border-left: 2px solid #ffffff;
	float: left; 
}
#portfolio nav a { 
	display: block;
	height: 15px;
	line-height: 1;
	overflow: hidden;
	text-indent: -999px; 
	width: 15px;
}
#portfolio nav a:hover, #portfolio nav a.active { background: #939598; }
#portfolio #slider { 
	overflow: hidden;
	width: 950px; 
}
#portfolio #slider .wrapper {
    overflow: hidden; 
	width: 10450px; 
}
#portfolio figure { 
	float: left;
	width: 950px; 
}
#portfolio figure img { 
	float: right;
	margin-top: 20px; 
}
#portfolio figcaption { 
	color: #939598;
	padding-top: 50px;
	position: relative;
	margin: 20px;
	width: 400px; 
	z-index: 40;
}
#portfolio figcaption a { display: block; width: auto; }
#portfolio figcaption a:hover { color: #ef4030; }
#office.bottom, #services.bottom, #error.bottom { width: 90%; }
#services { padding-bottom: 1em; }
#services h2 { font-weight: normal; }
#services h2 a:before { content: '> '; }
#services p { display: none; margin-left: 1.8ex; }
#office.bottom p { margin-bottom: 0; }
#office.bottom p:last-child, #office.bottom p.last { margin-bottom: 1em; }
#messages p { display: none; }
#messages p:first-child { display: block; }
#error h1 { font-size: 60px; font-weight: normal; }
#subnav { 
	bottom: 0;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 1em; 
	position: absolute;
	right: 20px;
}
#subnav a { 
	display: block; 
	text-align: center;	 
}
#content.portfolio #subnav a { color: #939598; }
#content.portfolio #subnav a:hover { color: #ef4030; }
#subnav a:hover, #services h2 a:hover { cursor: pointer; }
#footer { 
	 margin-top: 10px;
	 text-align: right;
	 text-transform: lowercase;
}
#footer #tag { 
	font-size: 22px;
	margin-top: 10px;	
}
#footer #copyright { 
	font-size: 12px;
	margin-top: 20px;
	text-transform: none; 
}
.hide { display: none; }
}

/* For iPhone */
@media only screen and (max-device-width:480px) { 
#top nav li { font-size: 24px; }
#innerWrapper { 
	margin-bottom: 10px;
	min-height: 390px; 
}
#content { 
	font-size: 20px;
	line-height: 1.3;
	min-height: 390px; 
}
#portfolio figure img { 
	width: 480px; 
}
#services p { font-size: 19px !important; margin-left: 2.5ex; }
#subnav a { 
	display: inline-block;
	font-size: 46px; 
}
#footer { margin-top: 5px; }
#footer #tag { margin-top: 5px; }
#footer #copyright { font-size: 15px; margin-top: 10px; }
}
/* for iPad */
@media only screen and (max-device-width:960px) {
#wrapper { overflow: hidden; }
#services p { margin-left: 2.4ex; }
#portfolio figcaption { position: absolute; z-index: 10; }
}
