@charset "utf-8";

/*====================================================================
	 Table of Contents:
	 
		A001: BODY STYLING
		A002: LINK STYLING
		A003: UL & LI STYLING
		A004: FORM STYLING
		A005: IMG STYLING
		A006: NAV BAR STYLING
		A007: 'HOME' STYLING
		A008: 'PORTFOLIO' STYLING
		A009: 'ABOUT' STYLING
		A010: 'CONTACT' STYLING
		A011: MEDIA QUERIES

====================================================================*/


/*====================================================================
	A001	Body Styling
====================================================================*/


body {
	background-repeat: repeat;
	color: #000000;
	background-image: url(../images/bg_texture.jpg);
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
h5 {
	margin-bottom: .5em;
}
::selection { background: #2B2323; color: #F1F1F1;
}
::-moz-selection { background: #2B2323; color: #F1F1F1;
}
a {
	font-weight: bold;
	text-decoration: none;
    line-height: inherit;
}
p {
	font-size: 0.9em;
    line-height: 1.5em;
}
hr{
	display:block;
	margin:1em 0;
	padding:0;height:0px;
	border:0;
	border-top:2px solid #B5000E;
	border-bottom: 1px solid #E5354B;

}
.sectionhead {
	text-transform: uppercase;
}

.style1 {
	font-style: italic;
}

/*====================================================================
	A002	Link Styling
====================================================================*/


#nav a {
	font-weight: normal;
	color: #FFF9E1;
}
#nav li a {
	-moz-transition-duration: 0.2s, 0.2s;
    -moz-transition-property: background, text-shadow;
    -moz-transition-timing-function: linear, ease-in;
    display: inline;
    padding: .8em .8em;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#nav li a:hover {
	background: none repeat scroll 0 0 rgba(191, 20, 2, 1.0); /* #BF1402 */
}
#nav li a:active {
background: none repeat scroll 0 0 rgba(191, 20, 02 1.0); /* #BF1402 */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
}
#home a:active {
	font-weight: normal;
	color: #FFF9E1;
}
#home a:hover {
	font-weight: normal;
	color: #FFF9E1;
}
#home a:visited {
	font-weight: normal;
	color: #FFF9E1;
}
#home a {
	font-weight: normal;
	color: #FFF9E1;
}
a:active, a:hover, a:visited, a:focus, a {
	font-weight: bold;
	color: #D30010;
}


/*====================================================================
	A003	UL & LI styling
====================================================================*/


#nav ul {
	font-size: 1.2em;
	position: relative;
	top: .5em;
	list-style: none none none;
	text-transform: uppercase;
	float: right;
	display: block;
}
#nav select {
	background-color: #FFF9E1;
	color: #000000;
	width: 90px;
	display:none;
    float: right;
    position: absolute;
    right: 20px;
    top: 20px;
}
#nav li {
	font-family: Impact, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
    float: right;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    position: relative;
}
#filter li {
	float: left;
	padding-right: 20px;
}
.work li {
	display: block;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 300px;
}


/*====================================================================
	A004	Form Styling
====================================================================*/


section#contact form fieldset label {
    color: #F3F3F5;
    font-family: Verdana,Tahoma;
    font-size: 0.55em;
    font-weight: bold;
    line-height: 33px;
    text-align: right;
    text-shadow: 1px 2px 2px #24292B;
    text-transform: uppercase;
}
section#contact form fieldset label {
    display: inline-block;
    height: 33px;
    padding-right: 10px;
    vertical-align: top;
    width: 60px;
}
section#contact form fieldset input[type="text"], section#contact form fieldset textarea {
    color: #A0A6AB;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 1em;
    font-style: italic;
}
section#contact form fieldset input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    height: 24px;
    margin-bottom: 11px;
    margin-right: 10px;
    padding-left: 6px;
    width: 300px;
}
section#contact form fieldset textarea {
   background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    height: 97px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 6px;
    padding-top: 6px;
    width: 300px;
}
section#contact button#quotebutton {
	margin-left: 75px;
	margin-top: -12px;
}
button.defaultButton.small {
    border-radius: 5px 5px 5px 5px;
    height: 24px;
    padding: 0 14px;
}
button.defaultButton {
    background: none repeat scroll 0 0 #D30010;
    border: medium none;
    cursor: pointer;
}


/*====================================================================
	A005	Img Styling
====================================================================*/


img {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
}		
.work img {
	max-width: 300px;
}
#portfolio img {
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 4px #2B2323;
  	-webkit-box-shadow: 0px 0px 4px #2B2323;;
	box-shadow: 0px 0px 4px #2B2323;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=150, Color='#2B2323')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=150, Color='#2B2323');
}
#about img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	o-border-radius: 6px;
	margin-bottom: 20px;
}
#about ul {
	padding-left: 20px;
	line-height: normal;
	font-size: 0.9em;
    line-height: 1.5em;
}
style1 {
font-style:italic;
}

/*====================================================================
	A006	Navigation Styling
====================================================================*/


#nav {
	display: block;
	width: 100%;
	position: fixed;
	z-index: 200;
	float: left;
	left: 0;
	top: 0;
	height: 3em;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 3px;
	background-color: #D30010;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A4000D;
}
#nav #logo {
	display: block;
	float: left;
	position: relative;
	padding-top: 0.4em;
}
#logo h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	-moz-transition: color .75s ease-in 0s;
    box-shadow: 0 0 10px transparent inset;
    color: #B5000E;
    text-shadow: 1px 1px 1px rgba(234, 163, 115, 0.6);
}
#logo :hover {
	color: #FFF9E1;
}
#navborder {
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/navborder.png);
	background-position: left top;
	height: 6em;
	top: 3em;
	display: block;
	overflow: hidden;
	position: fixed;
	width: 960px;
	float: left;
	left: 10%;
}


/*====================================================================
	A007	Home Styling
====================================================================*/


#home {
	background-color: #D30010;
	width: 100%;
	z-index: 20;
	display: block;
	position: relative;
	padding-bottom: 400px;
	background-repeat: no-repeat;
	background-position: -400px center;
	background-image: url(../images/bigg3.png);
}
#teaserinfo {
	height: 400px;
	padding-bottom: 500px;
	padding-top: 120px;
}
#teaserinfo p {
	font-size: 1.5em;
	padding-top: 30px;
	color: #000000;
	text-align: center;
}
#teaserinfo h1 {
	padding-top: 40px;
	line-height: 0.1em;
	text-transform: uppercase;
	text-align: center;
	font-size: 3.5em;
}
#teaserinfo h2 {
	line-height: 0.1em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
#letters {
	background-image: url(../images/letterwrap.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	height: 500px;
	min-height: 500px;
	display: block;
	position: relative;
	z-index: 20;
	overflow: hidden;
	width: 100%;
}


/*====================================================================
	A008	Portfolio Styling
====================================================================*/


#portfolio {
	padding-bottom: 200px;
	float: left;
	padding-top: 120px;
	width: 100%;
	z-index: 20;
	display: block;
	position: relative;
}
.work {
	list-style: none outside none;
	transition: all .5s linear; 
	-o-transition: all .5s linear; 
	-moz-transition: all .5s linear; 
	-webkit-transition: all .5s linear;
}
#gallery_text {
	display:none;
	visibility:hidden;
}
#gallery_text li {
	width: 400px;
}

/*====================================================================
	A009	About Styling
====================================================================*/


#about {
	padding-bottom: 500px;
	float: left;
	padding-top: 120px;
	width: 100%;
	z-index: 20;
	display: block;
	position: relative;
}


/*====================================================================
	A010	Contact Styling
====================================================================*/
#contact {
	float: left;
	width: 100%;
	z-index: 20;
	display: block;
	background-color: #1C1717;
	color: #FFF9E1;
	padding-top: 120px;
	padding-bottom: 700px;
	position: relative;
}
#contact .sectionhead {
	text-shadow: 2px 2px 2px rgba(244, 103, 121, 0.5);

}
.left {
    display: inline;
    float: left;
}


/*====================================================================
	A011	Media Queries
====================================================================*/

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.work img {
	max-width: 250px;
	height: 100%;		
}
.work li {
    padding: 10px;
    width: 250px;
}
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	


}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	

#home {
	padding-bottom: 200px;
}
#contact {
	padding-bottom: 400px;
}

#nav #logo {
	display:none;
	visibility:hidden;
}	
#navborder {
	display:none;
	visibility:hidden;
}

.work img {
	max-width: 420px;
	height: 100%;		
}
.work li {
    padding: 10px;
    width: 420px;
}
#nav ul {
	float: left;
}
#nav li {
	text-align: center;
	float: left;
}
}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

#teaserinfo h1 {
    font-size: 2.3em;
}
#teaserinfo h2 {
	font-size: 1.2em;
}
#teaserinfo p {
    font-size: 1.3em;
}
h2 { 
	font-size: 1.5em;
}
#nav #logo {
	display:none;
	visibility:hidden;
}
#navborder {
	display:none;
	visibility:hidden;
}
#nav ul { 
	display: none; 
}
#nav select { 
	display: inline-block; 
}
.work img {
	max-width: 220px;
	height: 100%;
}
.work li {
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
    width: 220px;
}
section#contact form fieldset input[type="text"] {
    width: 220px;
}
section#contact form fieldset textarea {
    width: 220px;
}
section#contact button#quotebutton {
	margin-left: 5px;
	margin-top: -12px;
}

}

	@media only screen and (max-width: 240px) {
#teaserinfo h1 {
    font-size: 1.6em;
	line-height: 0.2em;
}
#teaserinfo h2 {
	font-size: 0.9em;
	font-weight: normal;
}
#teaserinfo p {
    font-size: 1.1em;
}		
h2 { 
	font-size: 1.4em;
}
#nav ul { 
	display: none; 
}
#nav select { 
	display: inline-block; 
}
#navborder {
	display:none;
	visibility:hidden;
}	
.work img {
	max-width: 200px;
	height: 100%;
}
.work li {
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
    width: 200px;
}
section#contact form fieldset input[type="text"] {
    width: 200px;
}
section#contact form fieldset textarea {
    width: 200px;
}
section#contact button#quotebutton {
	margin-left: 5px;
	margin-top: -12px;
}

}
