/*
Theme Name: Standard
Description: A custom Wordpress template for Fort Standard.
Version: 1.0
Author: Forest
Author URI: http://www.thisisforest.com


/* Typography */

@font-face {
    font-family: 'VAGRoundedStd-Thin';
    src: url('http://fortstandard.com/wp-content/fonts/VAGRoundedStd-Thin.eot');
    src: url('http://fortstandard.com/wp-content/fonts/VAGRoundedStd-Thin.eot?#iefix') format('embedded-opentype'),
         url('http://fortstandard.com/wp-content/fonts/VAGRoundedStd-Thin.woff') format('woff'),
         url('http://fortstandard.com/wp-content/fonts/VAGRoundedStd-Thin.ttf') format('truetype'),
         url('http://fortstandard.com/wp-content/fonts/VAGRoundedStd-Thin.svg#SackersClassicRomanStdLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  color: #b5b5b5;
  font-family: 'VAGRoundedStd-Thin', "Trebuchet MS", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}

a:link {text-decoration: none; color: #858585;}
a:visited {text-decoration: none; color: #858585;}
a:active {text-decoration: none; color: #858585;}
a:hover {text-decoration: none; color: #555555;}

a.category:link {text-decoration: none; color: #555555;}
a.category:visited {text-decoration: none; color: #555555;}
a.category:active {text-decoration: none; color: #555555;}
a.category:hover {text-decoration: none; color: #000000;}

/* End Typography */



/* Structure */

#header {
	height: 100px;
	margin: 30px;
	min-width: 1240px;
}

#line_hor {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

#line_home {
	position: absolute;
	top: 0px;
	left: 430px;
	height: 130px;
	border-right: 1px solid #e5e5e5;
}

.logo {
	float: left;
	z-index: 99;
}

.navigation {
	float: right;
	padding-top: 20px;
	z-index: 99;
}

#categories {
	position: absolute;
	top: 50px;
	left: 460px;
	line-height:20px;
}

#content {
	margin: 30px 30px 50px 30px;
	min-width: 1240px;
}

#fs {
	position: absolute;
	left: 50%;
	top: 611px;
	width: 476px;
	margin-left: -238px;
	z-index: 99;
}

#fs_info {
	position: absolute;
	left: 50%;
	top: 763px;
	width: 1000px;
	margin-left: -500px;
	padding-bottom: 60px;
	z-index: 99;
}

#home {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

/* End Structure */


/* Grid */

#item {
	float: left;
	height: 286px;
	margin: 0 30px 50px 0;
	border-bottom: 1px solid #e5e5e5;
}

#item_shop {
	float: left;
	height: 325px;
	margin: 0 30px 50px 0;
	border-bottom: 1px solid #e5e5e5;
}

.thumb {
	margin: 0 0 5px 0;
}

/* End Grid */


/* Project */

#description {
	float: left;
	width: 370px;
	height: 430px;
	padding-top: 100px;
	margin-right: 60px;
	border-bottom: 1px solid #e5e5e5;
}

#description form {
	margin: auto;
	position: relative;
	bottom: 150px;
}

#item_shop form {
	margin: auto;
	position: relative;
	bottom: 60px;
}

table {
	margin-top: 27px;
}

.mainselection {
    overflow:hidden;
    width:100px;
    background: url("http://fortstandard.com/wp-content/uploads/2012/10/dropdown.png") no-repeat #fff 74px 0px;
    margin: 0;
}

select {
    border:0;
    background:transparent;
    height:25px;
    border:1px solid #eaeaea;
    width:100px;
    -webkit-appearance: none;
    color: #858585;
    font-family: 'VAGRoundedStd-Thin', "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    padding-left: 8px;
    padding-top: 2px;
}

.title {
	color: #555555;
}

.subnav {
	position: absolute;
	top: 720px;
}

#line {
	position: fixed;
	top: 0px;
	left: 430px;
	height: 100%;
	border-right: 1px solid #e5e5e5;
}

/* End Project */

/* Blog */

#post {
	position: relative;
	padding: 0;
	margin: 0 0 60px 0;
}

#meta {
	position: absolute;
	bottom: 0;
	width: 370px;
	margin: 0 60px 0 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

#image {
	margin: 0 0 0 430px;
}

#image p {
	margin-top: 0px;
}

#line_blog {
	position: absolute;
	top: 180px;
	left: 430px;
	height: 100%;
	border-right: 1px solid #e5e5e5;
}

/* End Blog */


/* Images */

img {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
 
a:hover img {
	opacity: 0.75;
}
	
.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

/* End Images */


/* Slider */

/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
/* // image replacement */

#slider {
	margin: 0;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:810px;
	height:530px;
	overflow:hidden; 
	}
#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:35px;
		height:35px;
		position:absolute;
		top:208px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:365px;
		}
	#prevBtn, #slider1prev{ 
		left:310px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:35px;
		height:35px;
		background:url(http://www.fortstandard.com/wp-content/images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(http://www.fortstandard.com/wp-content/images/btn_next.png) no-repeat 0 0;	
		}	
		
#slider2 {
	margin: 0;
}

#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2, #slider2 li{ 
	width:1000px;
	height:500px;
	overflow:hidden; 
	}

/* End Slider */


/* Slideshow */

			
/* End Slideshow */





/***edit css***/
#categories ul {
  margin: 0;
  padding: 0;
}

#categories ul li {
  display: inline;
  margin-right:20px;
  position:relative;
   padding-bottom: 8px;
}
#categories ul li a{
	font-size:13px;
	text-transform:uppercase;
}

#categories li ul li {
  display: block;
  margin-right: 0;
  padding-bottom: 0;
  width: 100%;
}
#categories li ul li a {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 21px;
  padding: 0;
}
#categories li ul li a:hover{
	color:#000;
}

#categories li ul{
	position:absolute;
	visibility:hidden;
	left:0px;
	z-index:9999999999;
	width:0px;
	overflow:hidden;
}

#categories li:hover ul{
	visibility:visible;
	width:100px;
}


.social-icons ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.social-icons ul li {
  display: table-cell;
  padding: 0 11px 0 0;
  vertical-align: middle;
}




@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/b18774/00000000000000003b9ad1bd/27/l?subset_id=2&fvd=n1) format("woff2");font-weight:100;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/44646c/00000000000000003b9ad1be/27/l?subset_id=2&fvd=i1) format("woff2");font-weight:100;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/015ec8/00000000000000003b9ad1b5/27/l?subset_id=2&fvd=n3) format("woff2");font-weight:300;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/b609e5/00000000000000003b9ad1b6/27/l?subset_id=2&fvd=i3) format("woff2");font-weight:300;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/edab9a/00000000000000003b9ad1b9/27/l?subset_id=2&fvd=n4) format("woff2");font-weight:400;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/1b9fb4/00000000000000003b9ad1ba/27/l?subset_id=2&fvd=i4) format("woff2");font-weight:400;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/4980ad/00000000000000003b9ad1b7/27/l?subset_id=2&fvd=n5) format("woff2");font-weight:500;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/84212d/00000000000000003b9ad1b8/27/l?subset_id=2&fvd=i5) format("woff2");font-weight:500;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/921f74/00000000000000003b9ad1bb/27/l?subset_id=2&fvd=n6) format("woff2");font-weight:600;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/ad1dc0/00000000000000003b9ad1bc/27/l?subset_id=2&fvd=i6) format("woff2");font-weight:600;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/03034e/00000000000000003b9ad1b1/27/l?subset_id=2&fvd=n7) format("woff2");font-weight:700;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/5a684a/00000000000000003b9ad1b2/27/l?subset_id=2&fvd=i7) format("woff2");font-weight:700;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/6b4e48/00000000000000003b9ad1b3/27/l?subset_id=2&fvd=n8) format("woff2");font-weight:800;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/8eeabc/00000000000000003b9ad1b4/27/l?subset_id=2&fvd=i8) format("woff2");font-weight:800;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/ff0997/00000000000000003b9ad1af/27/l?subset_id=2&fvd=n9) format("woff2");font-weight:900;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/5b0cbd/00000000000000003b9ad1b0/27/l?subset_id=2&fvd=i9) format("woff2");font-weight:900;font-style:italic;}@font-face{font-family:futura-pt;src:url(https://fonts.typekit.net/af/75f41e/000000000000000000010096/27/l?subset_id=2&fvd=n3) format("woff2");font-weight:300;font-style:normal;}@font-face{font-family:futura-pt;src:url(https://fonts.typekit.net/af/4221eb/000000000000000000010093/27/l?subset_id=2&fvd=i3) format("woff2");font-weight:300;font-style:italic;}@font-face{font-family:futura-pt;src:url(https://fonts.typekit.net/af/8a5494/000000000000000000013365/27/l?subset_id=2&fvd=n4) format("woff2");font-weight:400;font-style:normal;}@font-face{font-family:futura-pt;src:url(https://fonts.typekit.net/af/d337d8/000000000000000000010095/27/l?subset_id=2&fvd=i4) format("woff2");font-weight:400;font-style:italic;}@font-face{font-family:futura-pt;src:url(https://fonts.typekit.net/af/9749f0/00000000000000000001008f/27/l?subset_id=2&fvd=n5) format("woff2");font-weight:500;font-style:normal;}@font-face{font-family:futura-pt;src:url(https://fonts.typekit.net/af/e54bf3/000000000000000000010090/27/l?subset_id=2&fvd=i5) format("woff2");font-weight:500;font-style:italic;}@font-face{font-family:futura-pt;src:url(https://fonts.typekit.net/af/90cf9f/000000000000000000010091/27/l?subset_id=2&fvd=n7) format("woff2");font-weight:700;font-style:normal;}@font-face{font-family:futura-pt;src:url(https://fonts.typekit.net/af/1ffb9f/000000000000000000010092/27/l?subset_id=2&fvd=i7) format("woff2");font-weight:700;font-style:italic;}@font-face{font-family:futura-pt;src:url(https://fonts.typekit.net/af/f73c9d/000000000000000000010097/27/l?subset_id=2&fvd=n8) format("woff2");font-weight:800;font-style:normal;}@font-face{font-family:futura-pt;src:url(https://fonts.typekit.net/af/f1920f/000000000000000000010098/27/l?subset_id=2&fvd=i8) format("woff2");font-weight:800;font-style:italic;}

























