


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

	#   table of contents

	1.  overall & common
	2.  header
	3.  content
	4.  footer
	5.  widgets
	6.  blog
	7.  portfolio
	8.  contact
	9.  columning
	10. media queries (responsive)

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

label {
    display:block;
    letter-spacing:2px;
}

/* Centre the page */
.body {
    display:block;

    width:300px;
}

/* Centre the form within the page */
form {
=
    width:300px;
}

/* Style the text boxes */
input, textarea {
    width:350px;
    height:27px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}



input:focus, textarea:focus {
    border:1px solid #97d6eb;
}


.main {width:100%px; margin:0 auto; text-align: center; display: block-inline; }

nd: #1b435e;
   



/* ==========================================================================
   1. overall & common
   ========================================================================== */

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



a img {
  border: none;
}

ul {
  list-style-type: none;
}

.hide {
  display: none;
}

.nomargin {
	margin: 0 !important;
}

a {
  color: #f05b23;
  text-decoration: none;
}

h1, h2, h3 {
	font-family: 'Open Sans', Arial, Sans-Serif;
	font-weight: 900;
	font-size: 20px;
	color: #000;
	margin: 9px 0;
}

h2 {
	font-size: 17px;
	color:#fff;
}

h3 {
	font-size: 30px;
}

#content h1, #content h2, #content h3 {
	font-weight: 500;
}

p {
	line-height: 21px;
	margin-bottom: 9px;
}

::selection { background: #f05b23; color: #fff; text-shadow: 1px 1px 0 #cf450b; }
::-moz-selection { background: #f05b23; color: #fff; text-shadow: 1px 1px 0 #cf450b; }
::-khtml-selection { background: #f05b23; color: #fff; text-shadow: 1px 1px 0 #cf450b; }
::-ms-selection { background: #f05b23; color: #fff; text-shadow: 1px 1px 0 #cf450b; }



.header_container:before,
.header_container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clear {
	float: none;
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
  display: block;
}

iframe {
	border: none;
	display: block;
}


/* some default classes */

div.stacked {
	padding: 30px 0;
	border-bottom: 1px #ededed solid;
}

div.stacked:last-child {
	border: none;
}

div.stacked > h2 {
	padding-bottom: 5px;
	margin-bottom: 20px;
}

a.readmore {
	display: inline-block;
	background: #393939 url(images/readmore.png) right center no-repeat;
	font-size: 13px;
	color: #fff;
	padding: 5px 30px 5px 10px;
	border-radius: 3px;
}

a.launch {
	font-size: 13px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}

.centered-text {
	text-align: center;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}


/* common responsive things */

img {
	max-width: 100%;
	height: auto;
}

.elastic-video {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 55%;
	padding-top: 15px;
}

.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* ==========================================================================
   2. header
   ========================================================================== */



#navigation-bg {
	background: #000;
}

#navigation {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: #000;
}





#responsive-menu-wrap {
	display: none;
	height: 80px;
	
	
}

.buttons1
{float:left;}
.buttons2
{float:right;}

#responsive-menu {
	text-align:left;
	width: 100%;
	height: 25px;
	margin: 5px auto 0;
	padding: 0px;
	font-size: 12px;
	line-height: 21px;
	background: #000;
	color: #333;
	border: 1px solid #CCC;


}
.gallery-block h2 {padding:26px 0px 16px 0px; text-align:center;}
.gallery-photo {border-top:#303030 1px solid; border-bottom:#303030 1px solid;}

#logo {
	height: 45px;
	float: left;
}

#menu {
	float:left;
	font-family: Franklin Gothic Medium;
	font-size: 30px;
	font-weight: 600px;
	background: #000

}

#menu a:hover {
	background: #000;
}

#menu > li {
	position: relative;
	float: left;
	height: 45px;
	border-right: 0px #464646 solid;
	
}

#menu > li a {
	display: block;
	height: 45px;
	padding: 0 22px;
	line-height: 45px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	font-weight: 500;
}

#menu .sub-menu {
	border-top: 1px #313131 solid;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 100%;
	border-bottom: 2px #f05b23 solid;
	white-space: nowrap;
	background: url(images/dark-trans-bg.png);
	font-size: 28px;
}

#menu .sub-menu .sub-menu {
	margin-top: -1px;
}

#menu .sub-menu li {
	border-bottom: 1px #313131 solid;
	position: relative;
}

#menu .sub-menu li:last-child {
	border-bottom: none;
}

#menu > li > .sub-menu > li .sub-menu {
	left: 100%;
	top: 0;
} 

#search {
	float: right;
	width: 300px;
}

#s {
	float: left;
	height: 45px;
	width: 200px;
	padding-left: 54px;
	border: none;
	border-right: 1px #464646 solid;
	background: transparent url(images/search-magnifier.png) 20px center no-repeat;
	color: #626262;
}

#sb {
	float: left;
	width: 45px;
	height: 45px;
	border: none;
	background: #393939 url(images/search-button.png) center center no-repeat;
	cursor: pointer;
}

#bgheader {
	height: 150px;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	background: #393939 url(images/dummy/default-header.jpg) 50% 0 no-repeat;
	box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.15);
}


/* slideshow
   ========================================================================== */

#use-arrows {
	display: none;
	position: absolute;
	z-index: 99;
	top: 30%;
	left: 50%;
	margin-left: -42px;
	width: 84px;
	height: 84px;
	background: #fff url(images/use-arrows.png) center center no-repeat;
	border-radius: 999px;
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15);
}

.slider ul.slides img {
	width: 100%;
	max-width: 100%; 
	display: block;
}

ul.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0;
	height: 0;
}

html[xmlns] ul.slides {
	display: block;
}

* html ul.slides {
	height: 1%;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}



/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

.slider .slides > li {
	display: none;
	position: absolute;
}

.work-slider .slides > li {
	position: relative;
}

#slideshow .flex-control-nav {
	position: absolute;
	z-index: 11;
	bottom: 60px;
	left: 50%;
	margin-left: -539px;
	display: block;
	background: #f05b23;
	height: 10px;
	width: 100%px;
	padding: 5px 0;
	text-align: center;
	line-height: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#slideshow .flex-control-nav li { 
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 3px;
	zoom: 1;
	cursor: pointer;
}

#slideshow .flex-control-nav li a { 
	display: block;
	width: 10px;
	height: 10px;
	background: #aa4c28;
	text-indent: -3000em;
	border-radius: 99px;
	box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
}

#slideshow .flex-control-nav li a.active { 
	background: #fff;
}

#slideshow .prev, #slideshow .next, .work-slider .prev, .work-slider .next {
	background: url(images/slideshow-prev.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -27px;
	cursor: pointer;
}

#slideshow .next, .work-slider .next {
	background: url(images/slideshow-next.png) no-repeat;
	left: auto;
	right: 0;
}

#slideshow .prev span, #slideshow .next span, .work-slider .prev span, .work-slider .next span {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/slideshow-prev-hover.png) no-repeat;
	display: block;
	width: 55px;
	height: 55px;
	padding: 0 12px 0 0;
	line-height: 55px;
	color: #777;
	font-weight: 900;
	text-align: right;
	opacity: 0;
}

#slideshow .next span, .work-slider .next span {
	left: auto;
	right: 0;
	background: url(images/slideshow-next-hover.png) top right no-repeat;
	padding: 0 0 0 12px;
	text-align: left;
}

#slideshow .flex-caption {
	position: absolute;
	left: 50%;
	bottom: 60px;
	width: 100%;
	margin-left: -480px;
	background: url(images/dark-trans-bg.png);
}

#slideshow .caption-inner {
	padding: 30px 50px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-size: 15px;
	font-weight: 100;
}

#slideshow .caption-inner p {
	line-height: 24px;
}

#slideshow .caption-inner h1 {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px 0;
}

#slideshow {
	height: 440px;
	width: 960px;
	margin: 0 auto;
}


/* slideshow default
   ========================================================================== */

#slideshow.default {
	position: relative;
	width: 100%;
	height: 450px;
}

#slideshow.default .slider {
	background: #000;
	position: absolute;
	width: 920px;
	height: 450px;
	top: 0;
	left: 50%;
	margin-left: -480px;
	z-index: 1;
	overflow: hidden;
}

#slideshow.default .slider .slides > li {
	height: 450px; 
}

#slideshow.default .flex-caption {
	bottom: 0;
}

#slideshow.default .flex-control-nav {
	border-radius: 0;
}


/* slideshow extended
   ========================================================================== */

#slideshow.extended .slider {
	background: #000;
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	border-bottom: 8px #e5e5e5 solid;
}

#slideshow.extended .slider .slides > li {
	height: 500px; 
}





/* ==========================================================================
   3. content
   ========================================================================== */

#content {
	position: relative;
	z-index: 998;
	background: #FFF;
	width: 980px;
	margin: 0 auto 40px;
	padding: 30px 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#content2 {
	position: relative;
	z-index: 998;
	background: #E6E6E6;
	width: 860px;
	margin: 0 auto 40px;
	padding: 30px 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#heading {
	position: absolute;
	left: 0;
	top: -75px;
	height: 75px;
	width: 960px;
	background: #ff2b1b;
	background: #ff2b1b;
	background: -moz-linear-gradient(top, #ff2b1b 0%, #e25b22 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc7025), color-stop(100%,#e25b22));
	background: -webkit-linear-gradient(top, #ff2b1b 0%,#e25b22 100%);
	background: -o-linear-gradient(top, #ff2b1b 0%,#e25b22 100%);
	background: -ms-linear-gradient(top, #fc7025 0%,#e25b22 100%);
	background: linear-gradient(top, #fc7025 0%,#e25b22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7025', endColorstr='#e25b22',GradientType=0 );
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#heading h1 {
	color: #fff;
	font-size:35px;
	font-weight: 100;
	line-height: 75px;
	margin: 0 50px;
	left: 10px;
}

#breadcrumbs {
	margin: -30px 0 50px;
	padding: 20px 0;
	border-bottom: 1px #ededed solid;
	font-size: 12px;
	color: #999;
}

#breadcrumbs ul, #breadcrumbs ol {
	list-style-type: none !important;
}

#breadcrumbs li {
	float: left;
	margin-right: 10px;
}

#breadcrumbs a {
	margin-right: 10px;
}

#breadcrumbs li:after {
	content: ">";
}

#breadcrumbs li:first-child:after, #breadcrumbs li:last-child:after {
	content: "";
}

#breadcrumbs li:last-child a {
	color: #999;
}

#sub-content {
	width: 960px;
	margin: 0 auto;
	line-height: 25px;
}




/* common content styles
   ========================================================================== */

#content ul {
	list-style-type: square;
}

div.slider ul, div.slider ol {
	list-style-type: none !important;
}

div.slider ul.slides li {
	margin: 0 !important;
}

#content ul li {
	line-height: 20px;
	margin: 0 0 5px;
}

ul.checklist li {
	list-style-type: none;
	padding-left: 30px;
	background: url(images/check.png) no-repeat;
}

ul.sociallist li {
	float: left;
	margin: 0 5px 5px 0;
	opacity: 0.3;
}

ul.sociallist a {
	display: block;
	width: 16px;
	height: 16px;
}

ul.sociallist li.twitter { background: url(images/social/twitter.png); }
ul.sociallist li.facebook { background: url(images/social/facebook.png); }
ul.sociallist li.dribbble { background: url(images/social/dribbble.png); }
ul.sociallist li.flickr { background: url(images/social/flickr.png); }
ul.sociallist li.spotify { background: url(images/social/spotify.png); }
ul.sociallist li.feed { background: url(images/social/feed.png); }
ul.sociallist li.instagram { background: url(images/social/instagram.png); }
ul.sociallist li.path { background: url(images/social/path.png); }
ul.sociallist li.forrst { background: url(images/social/forrst.png); }

ul.commentlist li {
	background: url(images/commentlist.png) 4px 10px no-repeat;
	border-bottom: 1px #EDEDED solid;
	padding: 7px 0 7px 24px;
	line-height: 18px;
}

#footer ul.commentlist li {
	border-color: #444;
}

.pagination {
	margin-bottom: 20px;
	text-align: center;
}

.pagination li {
	display: inline-block;
	margin: 0 3px;
}

.pagination a {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	background: linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	padding: 6px;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #999;
	font-weight: 500;
	font-size: 12px;
}

.pagination li:hover a {
	color: #555;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	background: linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
}




/* ==========================================================================
   4. footer
   ========================================================================== */

#footer-tweet {
	text-align: center;
	font-family: 'Droid Serif', Georgia, Serif;
	font-style: italic;
}

#footer-tweet .bird {
	
}

#footer {
	margin-top: 40px;
	background: #222;
	padding: 30px 0;
	border-top: 8px #e5e5e5 solid;
	font-size: 14px;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #eee;
	text-decoration: underline;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
}

#footer .block {
	margin-bottom: 25px;
}

#footer .block h3 {
	color: #ccc;
	font-size: 13px;
	font-weight: 100;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px #333 solid;
}

#footer .contact form {
	padding-top: 4px;
}

#footer .contact input, #footer .contact textarea {
	box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	margin-bottom: 13px;
	padding: 6px;
	background: #333;
	border: none;
	border-radius: 4px;
	color: #fff;
}

#footer .contact textarea {
	height: 60px;
}

#footer button {
	padding: 7px 10px;
	background: #333;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

#footer .flickr_badge_image {
	background: #222;
	margin: 0 9px 9px 0;
	width: 66px;
	height: 66px;
}

#footer .flickr_badge_image * {
	width: 58px;
	height: 58px;
}

#copyright {
	background: #111;
	height: 40px;
	border-top: 1px #000 solid;
	text-align: center;
	line-height: 40px;
	font-size: 11px;
}

#copyright a {
	color: #999;
}

#copyright a:hover {
	color: #ddd;
	text-decoration: underline;
}






/* ==========================================================================
   5. widgets
   ========================================================================== */

.accordion > h3 {
	height: 37px;
	line-height: 37px;
	margin: 0 0 10px;
	padding: 0 0 10px 50px;
	background: url(images/accordion-closed.png) no-repeat;
	cursor: pointer;
	border-bottom: 1px #ededed solid;
}

.accordion > h3.ui-accordion-header-active {
	background: url(images/accordion-open.png) no-repeat;
}

.accordion > div {
	margin: 0 0 15px 50px;
}






/* flickr */

.flickr_badge_image {
	position: relative;
	float: left;
	width: 57px;
	height: 57px;
	margin: 0 5px 5px 0;
	border-radius: 5px;
}

.flickr_badge_image * {
	display: block;
	width: 49px;
	height: 49px;
	border-radius: 5px;
}

.flickr_badge_image > a {
	position: relative;
	padding: 4px;
	background: #fff;
}

#footer .flickr_badge_image > a {
	background: #333;
}

#footer div.flickr {
	margin-top: 20px;
}

.flickr_badge_image img {
	position: relative;
}

.flickr_badge_image .bevel {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 4px;
	left: 4px;
	background: url(images/flickr-bevel.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.flickr_badge_image:hover .bevel {
	display: none;
}




/* ==========================================================================
   6. blog
   ========================================================================== */

#blog-wrap {
	position: relative;
	width: 960px;
	margin: 0 auto 25px;
	padding-top: 25px;
}

#blog {
	float: left;
	width: 640px;
	font-size: 13px;
}

aside {
	float: right;
	width: 290px;
}

.post {
	padding: 25px 40px 70px 0;
	background: #fff;
	width: 600px;
	color: #817a7a;
	margin-bottom: 25px;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.post-thumb {
	width: 640px;
	display: block;
	margin: -25px -40px 30px 0;
	position: relative;
}

.post-thumb > * {
	display: block;
}

.post .title {
	margin-left: 160px;
	font-size: 35px;
}

.post .title a {
	color: #333;
}

.post-data {
	border-right: 1px #E7E5E5 solid;
	padding-right: 15px;
	font-size: 11px;
	float: left;
	width: 120px;
	text-align: right;
	color: #777;
	font-style: italic;
	font-family: 'Droid Serif', Georgia, Serif;
	margin-left: 10px;
}

.post-content {
	width: 440px;
	float: right;
}

aside .block {
	margin: 0 0 25px;
	padding: 20px;
	background: #eee;
	color: #817a7a;
}

aside .block h3 {
	color: #6e6e6e;
	font-weight: 600;
}

aside .block ul li {
	border-bottom: 1px #eee solid;
	padding: 5px 0;
	margin-right: 125px;
}

aside .block ul.recent li {
	margin-right: 0;
	padding: 10px 0;
}

aside .block ul.recent li p {
	margin-bottom: 3px;
	line-height: 18px;
}

aside .block ul.recent li span {
	font-size: 11px;
}

aside a, .post-data a {
	color: #b5b5b5;
}

aside a:hover, .post-data a:hover {
	color: #555;
}

.searchform input {
	border: 1px #ccc solid;
	width: 85%;
	color: #777;
	padding: 7px;
}


/* blog widgets */

.post-preview-img, .post-preview-img *, .post-thumb, .post-thumb * {
	position: relative;
	display: block;
}

.post-preview-container h3 {
	text-align: center;
}

.post-preview-container h3 a {
	color: #333;
}

.post-preview-container .date {
	text-align: center;
	font-style: italic;
}

.post-preview-container p {
	padding: 0 15px;
}


/* comment section */

#comments-wrap {
	float: right;
	margin-top: 50px;
	width: 500px;
}

#comments-wrap h3 {
	margin-left: 60px;
}

.comment {
	float: right;
	margin: 0 0 40px;
}

#comments {
	padding: 40px 0;
}

.comments-children {
	margin-left: 60px;
}

.avatar {
	width: 50px;
	float: left;
}

.comment-data {
	margin: 0 0 7px 60px;
	padding-bottom: 5px;
	border-bottom: 1px #eee solid;
}

.comment-data a {
	color: #999;
}

.comment-data a:hover {
	color: #F05B23;
}

.comment-content {
	margin: 0 0 0 60px;
}

.commentform {
	margin-left: 60px;
}

.commentform .field {
	margin-bottom: 14px
}

.commentform span {
	display: block;
	margin-bottom: 3px;
}

.commentform input {
	width: 90%;
}

.commentform textarea {
	width: 90%;
	height: 100px;
}

.commentform input, .commentform textarea {
	border: 1px #d8d6d6 solid;
	padding: 5px;
	outline: none;
}

.commentform input:focus, .commentform textarea:focus {
	background: #eee;
	border-color: #eee;
}

input.comment-submit {
	background: #333;
	color: #fff;
	width: auto;
	font-family: 'Droid Serif', Georgia, Serif;
	font-size: 12px;
	border: none;
	cursor: pointer;
	margin: 0 !important;
	padding: 5px 15px;
	border-radius: 3px;
}





/* ==========================================================================
   7. portfolio
   ========================================================================== */

.portfolio-list {
	width: 900px;
	list-style-type: none !important;
}

.portfolio-list li {
	margin-bottom: 20px !important;
}

.portfolio-item-sub {
	text-align: center;
}

.portfolio-item-sub h3 {
	margin-top: 0;
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px #ededed solid;
}

.post-preview-container h3 {
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px #ededed solid;
}

.portfolio-item-sub h3 a {
	color: #000;
}

.portfolio-item-sub span {
	font-style: italic;
	font-size: 12px;
}

.portfolio-filter {
	margin-bottom: 30px;
}

.portfolio-filter ul.splitter {
	list-style-type: none !important;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 100;
}

.portfolio-filter ul.splitter li a {
	color: #777;
	display: block;
	float: left;
	margin: 0 -1px 0 0 !important;
	padding: 8px 20px;
	border: 1px #eee solid;
}

.portfolio-filter ul.splitter li:first-child a {
	border-left: none;
}

.portfolio-filter ul.splitter li:last-child a {
	border-right: none;
}

.portfolio-filter ul.splitter li a:hover {
	background: #f9f9f9;
}

.portfolio-filter ul.splitter li.selected a {
	background: #F05B23;
	color: #fff;
}

.work-img-container {
	position: relative;
	display: block;
	width: 260px;
	height: 146px;
	margin: 20px 0;
}

.work-img-container .hover, .post-preview-img .hover, .post-thumb .hover {
	width: auto;
	height: auto;
	position: absolute;
	top: 13%;
	left: 8%;
	right: 8%;
	bottom: 13%;
	background: #000;
	opacity: 0;
}

.fold-wrap {
	position: relative;
	background: #282828;
	width: 100%;
	height: 146px;
}

.fold-wrap .panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 65px;
	background-position: 0 50%;
	overflow: hidden;
}

.fold-wrap .panel2 {
	left: 65px;
	background-position: -65px 50%;
}

.fold-wrap .panel3 {
	left: 130px;
	background-position: -130px 50%;	
}

.fold-wrap .panel4 {
	left: 195px;
	background-position: -195px 50%;
}

.work-img ol {
	list-style-type: none;
}

.work-img .details, .post-preview-img .details, .post-thumb .details {
	display: block;
	position: absolute;
	top: 13%;
	right: 8%;
	width: 58px;
	height: 58px;
	background: url(images/work-hover.png) no-repeat;
	opacity: 0;
}

.fold-wrap .details {
	top: 0;
	right: 0;
}

.work-img ol li.text {
	position: absolute;
	top: 50%;
	right: 25px;
	width: 80px;
	font-family: 'Droid Serif', Georgia, Serif;
	font-style: italic;
	color: #949494;
	text-align: right;
}

.work-img ol li.arrow {
	position: absolute;
	top: 70%;
	right: 25px;
	width: 39px;
	height: 20px;
	background: url(images/work-arrow.png) no-repeat;
}

.responsive-fallback-img {
	display: none;
}


/* single work 
   ========================================================================== */

#work-ajax {
	overflow: hidden;
}

#work {
	padding: 30px 0 50px;
	position: relative;
}

.work-slider {
	position: relative;
	width: 500px;
	float: left;
	margin-bottom: 30px;
}

.work-slider .prev, .work-slider .next {
	opacity: 0;
	left: 10px;
}

.work-slider .next {
	left: auto;
	right: 10px;
}

.work-content {
	width: 330px;
	float: right;
}

.work-next, .work-prev, .work-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	background: url(images/prev.png);
}

.work-prev {
	right: 50px;
}

.work-next {
	right: 25px;
	background: url(images/next.png);
}

.work-close {
	background: url(images/close.png);
}

.work-next-hover, .work-prev-hover, .work-close-hover {
	display: block;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	background: url(images/next-hover.png);
	opacity: 0;
}

.work-prev-hover {
	background: url(images/prev-hover.png);
}

.work-close-hover {
	background: url(images/close-hover.png);
}



/* ==========================================================================
   8. contact
   ========================================================================== */

#gmaps-wrap {
	height: 200px;
}

#gmaps-wrap:after, #gmaps-wrap:before {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
}

#gmaps-wrap:after {
	bottom: 0;
	top: auto;
}

#contact-form input, #contact-form textarea {
	background: #f9f9f9;
	border: 1px #e5e5e5 solid;
	margin-top: 4px;
	padding: 7px;
	width: 100%;
	font-family: 'Droid Sans', Arial, Sans-Serif;
	font-size: 14px;
	color: #555;
	font-weight: 100;
}

#contact-form textarea {
	height: 100px;
}

#contact-form .input-box {
	float: left;
	width: 30%;
	margin: 0 5% 25px 0;
}

#contact-form .textarea-box {
	width: 100%;
	margin-bottom: 15px;
}

#contact-form button {
	background: #393939;
	padding: 6px 15px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}


/* ==========================================================================
   9. columning
   ========================================================================== */

.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths {
	float: left !important;
	margin-right: 40px !important;
}

#footer .one-half, #footer .one-third, #footer .two-thirds, #footer .one-fourth, #footer .three-thirds, #footer .one-fifth, #footer .two-fifths, #footer .three-fifths, #footer .four-fifths {
	margin-right: 20px !important;
}

.one-half {
	width: 410px;
}

.one-third {
	width: 260px !important;
}

.two-thirds {
	width: 560px;
}

.three-fourths {
	width: 610px;
}

.one-fourth {
	width: 185px;
}

.one-fifth {
	width: 140px;
}

.two-fifths {
	width: 320px;
}

.three-fifths {
	width: 500px;
}

.four-fifths {
	width: 680px;
}

#footer .one-fourth {
	width: 225px;
}

div.last, #footer div.last {
	margin-right: 0 !important;
}


/* ==========================================================================
   10. media queries
   ========================================================================== */


@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	#navigation {
		width: 750px;
	}
	
	#logo {
		display: inline-block;
	}
	
	#logo a {
		display: inline-block;
	}
	
	#menu {

	float: left;
	font-family: Franklin Gothic Medium;
	font-size: 35px;
	font-weight: 600;
	

}
	
	
	#responsive-menu-wrap {
		display: block;
		width: 300px;
		height: 30px;
		float: right;
		margin-top: 4px;
	}

	#responsive-menu {
		width: 100%;
	}
	
	#content {
		width: 690px;
		padding: 30px;
	}
	
	#heading {
		width: 750px;
	}
	
	#heading h1 {
		margin-left: 30px;
	}
	
	#slideshow .flex-caption, #slideshow .flex-control-nav {
		width: 750px;
		margin-left: -375px;
		font-size: 14px;
	}

	#slideshow .caption-inner {
		padding: 20px 30px;
	}
	
	#slideshow .caption-inner h1 {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 4px;
	}
	
	#slideshow .flex-direction-nav {
		display: none;
	}
	
	#slideshow.extended {
		width: 750px;
		height: 290px;
	}
	
	#slideshow.extended .slider {
		height: 350px;
	}
	
	#slideshow.extended .slider .slides > li {
		height: 350px; 
	}

	#slideshow.default {
		width: 750px;
		height: 350px;
	}

	#slideshow.default .slider {
		width: 750px;
		height: 350px;
		margin-left: -375px;
	}

	#slideshow.default .slider .slides > li {
		height: 350px; 
	}
	
	#sub-content {
		width: 750px;
	}
	
	#footer {
		overflow: hidden;
	}
	
	#footer-inner {
		width: 770px;
		padding-left: 20px;
	}
	
	.portfolio-list {
		width: 710px;
	}

	.work-img {
		display: none;
	}
	
	.responsive-fallback-img {
		display: block;
	}
	
	.work-slider {
		width: 400px;
	}
	
	.work-content {
		width: 260px;
	}
	
	/* blog */
	
	#blog-wrap {
		width: 750px;
	}
	
	#blog {
		width: 500px;
	}
	
	.post {
		width: 450px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 50px;
	}
	
	.post-thumb {
		width: 500px;
		margin-right: -25px;
		margin-left: -25px;
	}
	
	.post .title {
		margin-left: 0;
	}
	
	.post-data {
		text-align: left;
		float: none;
		border: none;
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-bottom: 15px;
		border-bottom: 1px #E7E5E5 solid;
	}
	
	.post-data br {
		display: none;
	}
	
	.post-content {
		float: none;
	}
	
	aside {
		width: 230px;
	}
	
	#comments-wrap {
		width: 450px;
	}
	
	/* columning */
	
	.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths {
		margin-right: 20px !important;
	}

	.one-half {
		width: 335px;
	}
	
	.one-third, .work-img-container {
		width: 216px !important;
	}

	.two-thirds {
		width: 452px;
	}

	.one-fourth {
		width: 157px;
	}

	.three-fourths {
		width: 511px;
	}

	.one-fifth {
		width: 118px;
	}

	.two-fifths {
		width: 256px;
	}
	
	.three-fifths {
		width: 394px;
	}

	.four-fifths {
		width: 532px;
	}

	.work-img-container {
		height: 121px !important;
	}
	
	#footer .one-fourth {
		width: 355px !important;
	}
	
	
}









@media only screen and (min-width: 480px) and (max-width: 767px) {

	#navigation {
		width: 480px;
		
		
	}
	
	#logo {
		display: inline-block;
	}
	
	#logo a {
		display: inline-block;
	}
	
	#menu {
		display: none;
	}
	
	#responsive-menu-wrap {
		display: block;
		width: 300px;
		height: 30px;
		float: right;
		margin-top: 4px;
	}

	#responsive-menu {
		width: 100%;
	}
	
	#content {
		width: 420px;
		padding: 30px;
	}
	
	#heading {
		width: 480px;
	}
	
	
	#heading h1 {
		margin-left: 30px;
	}
	
	#slideshow .flex-caption, #slideshow .flex-control-nav {
		width: 480px;
		margin-left: -240px;
		font-size: 13px;
	}
	
	#slideshow .caption-inner {
		padding: 15px 20px;
		font-size: 13px;
	}
	
	#slideshow .caption-inner h1 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 4px;
	}

	#slideshow .caption-inner p {
		line-height: 18px;
	}
	
	#slideshow .flex-direction-nav {
		display: none;
	}
	
	#slideshow.extended {
		width: 480px;
		height: 240px;
	}
	
	#slideshow.extended .slider {
		height: 300px;
	}
	
	#slideshow.extended .slider .slides > li {
		height: 300px; 
	}

	#slideshow.default {
		width: 480px;
		height: 240px;
	}

	#slideshow.default .slider {
		width: 480px;
		height: 240px;
		margin-left: -240px;
	}

	#slideshow.default .slider .slides > li {
		height: 240px; 
	}
	
	#sub-content {
		width: 480px;
	}
	
	#footer-inner {
		width: 500px;
		padding-left: 20px;
	}
	
	.portfolio-list {
		width: 440px;
	}

	.portfolio-list li {
		margin-bottom: 50px !important;
	}

	.work-img {
		display: none;
	}
	
	.responsive-fallback-img {
		display: block;
	}
	
	.work-slider {
		width: 420px;
	}
	
	.work-content {
		width: 420px;
	}
	
	/* blog */
	
	#blog-wrap {
		width: 480px;
	}
	
	#blog {
		width: 480px;
	}
	
	.post {
		width: 430px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 50px;
	}
	
	.post-thumb {
		width: 480px;
		margin-right: -25px;
		margin-left: -25px;
	}
	
	.post .title {
		margin-left: 0;
	}
	
	.post-data {
		text-align: left;
		float: none;
		border: none;
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-bottom: 15px;
		border-bottom: 1px #E7E5E5 solid;
	}
	
	.post-data br {
		display: none;
	}
	
	.post-content {
		float: none;
	}
	
	aside {
		width: 480px;
	}
	
	#comments-wrap {
		width: 430px;
	}
	
	/* columning */
	
	.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-half.last, .one-third.last, .two-thirds.last, .one-fourth.last, .three-fourths.last, .one-fifth.last, .two-fifths.last, .three-fifths.last, .four-fifths.last {
		float: none !important;
		width: 420px !important;
		margin: 0 auto 50px !important;
	}
	
	#footer .one-fourth {
		width: 230px !important;
		float: left !important;
	}
	
	.work-img-container {
		width: 420px;
		height: 236px;
		margin: 0 auto 10px;
	}
	
	.responsive-center {
		text-align: center;
	}

}



@media only screen and (max-width: 479px) {
	
	#header {
		width: 900px;
	margin: 0 auto;
	display: inline-block; 
	float: none; 
	background: #000;

	}

	#navigation {
		width: 320px;
		padding-top: 15px;
		text-align: left;
		background: #000
	}
	
	#logo {
		display: inline-block;
		float: none;
		margin: 0 auto 15px;
	}
	
	#logo a {
		display: inline-block;
	}
	
	#menu {
		display: none;
	}
	
	#responsive-menu-wrap {
		display: block;
		
	}
	
	#responsive-menu {
		width: 80%;
		
	}
	
	#content {
		width: 290px;
		padding: 15px;
		background: #000;
	}
	
	#heading {
		width: 320px;
		height: 50px;
		top: -50px;
		background: #000;
	}
	
	#heading h1 {
		margin: 0 15px;
		font-size: 14px;
		line-height: 50px;
		white-space: nowrap;
	}

	#slideshow .flex-caption, #slideshow .flex-control-nav {
		width: 320px;
		margin-left: -160px;
		font-size: 13px;
	}
	
	#slideshow .caption-inner {
		padding: 10px 15px;
		font-size: 12px;
	}
	
	#slideshow .caption-inner h1 {
		font-size: 17px;
		line-height: 17px;
		margin: 0 0 5px;
	}
	
	#slideshow .caption-inner p {
		line-height: 18px;
		margin-bottom: 4px;
	}

	#slideshow.extended .flex-control-nav {
		margin-bottom: -40px;
	}

	#slideshow .flex-direction-nav {
		display: none;
	}
	
	#slideshow.extended {
		width: 320px;
		height: 290px;
	}
	
	#slideshow.extended .slider {
		top: 120px;
		height: 190px;
	}
	
	#slideshow.extended .slider .slides > li {
		height: 230px; 
	}

	#slideshow.default {
		width: 320px;
		height: 280px;
	}

	#slideshow.default .slider {
		margin-top: 120px;
		width: 320px;
		height: 160px;
		margin-left: -160px;
	}

	#slideshow.default .slider .slides > li {
		height: 160px; 
	}
	
	#sub-content {
		width: 320px;
	}
	
	#footer-inner {
		width: 320px;
	}
	
	.work-img {
		display: none;
	}
	
	.responsive-fallback-img {
		display: block;
	}
	
	.work-slider {
		width: 290px;
	}
	
	.work-content {
		width: 290px;
	}
	
	/* blog */
	
	#blog-wrap {
		width: 320px;
	}
	
	#blog {
		width: 320px;
	}
	
	.post {
		width: 290px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 50px;
	}
	
	.post-thumb {
		width: 320px;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.post .title {
		margin-left: 0;
	}
	
	.post-data {
		text-align: left;
		float: none;
		border: none;
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-bottom: 15px;
		border-bottom: 1px #E7E5E5 solid;
	}
	
	.post-data br {
		display: none;
	}
	
	.post-content {
		float: none;
		width: 100%;
	
	}
	
	aside {
		width: 320px;
	}
	
	#comments-wrap {
		width: 100%;
	}
	
	.comments-children {
		margin-left: 20px;
	}
	
	/* columning */
	
	.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-half.last, .one-third.last, .two-thirds.last, .one-fourth.last, .three-fourths.last, .one-fifth.last, .two-fifths.last, .three-fifths.last, .four-fifths.last {
		float: none !important;
		width: 290px !important;
		margin: 0 auto 50px !important;
	}
	
	
	
	.work-img-container {
		width: 290px;
		height: 163px;
		margin: 0 auto 10px;
	}
	
	.responsive-center {
		text-align: center;
	}
}

h2 {font-size:40px; line-height:60px; color:000; font-weight:normal; letter-spacing:-2px;}
h4 {font-size:53px; line-height:65px; color:#1e1e1e; font-weight:normal; letter-spacing:-2px;}
h6 {color:#ffffff; font-weight:normal; letter-spacing:-2px;}
h7 {color:#a83715; font-size:25px; line-height:65px: font-weight:normal; letter-spacing:-1px;} 
h8{font-size:18px; line-height:30px; color:#1e1e1e; font-weight:normal; letter-spacing:-1px;} 
h9 {color:#000;}
h10{color:#000; font-size:18px; font-weight:normal;}
h12 {color: #000; font-size: 14;}
h13 {font-size:40px; color:000; font-weight:normal; letter-spacing:-0px; }
h14 {font-size:18px; color:#666; font-weight:normal; letter-spacing:1px; }
h15 {font-size:18px; color:#666; font-weight:normal; letter-spacing:1px; }


h1 {display:inline-block; z-index:100; float:left; }


/* Global properties ======================================================== */


/***********************************************************************/
a {text-decoration:none; cursor:pointer;}
a:hover {text-decoration:none;}

a.button {background:#e6e6e6; border-radius:10px; color:#3A4249; font-size:26px; line-height:40px; padding:12px 20px 20px 12px; display:inline-block; }

a.button2 {background:#4A7695; border-radius:10px; color:#FFF; font-size:24px; line-height:40px; padding:16px 30px 20px 30px; display:inline-block; }

a.button3 {background:#e6e6e6; border-radius:10px; color:#000; font-size:18px; line-height:20px; padding:20px 30px 20px 30px; display:inline-block; }


a.button:hover {background:#1e1e1e; color:#fff; }
a.button-2 {background:url(file:///Macintosh%20HD/Users/maradavidson/Downloads/Website%20Redo%20Final/images/button-3.jpg) 0 0 repeat-x #b21903; border-radius:5px; color:#fff; font-size:14px; line-height:18px; padding:11px 29px 11px 29px; display:inline-block; }
a.button-2:hover {background:#1e1e1e; color:#fff; }

a.link {text-decoration:none; cursor:pointer; color:#a83715; }
a.link:hover {text-decoration:underline;}

.color-1 { color:#1e1e1e;}
a.color-1:hover {text-decoration:underline;}
.color-2 { color:#1e1e1e; font-size:12px; line-height:20px;}
.color-3 { color:#a83715; font-size:30px; line-height:36px; letter-spacing:-1px;}
.color-4{color:#a83715; font-size:30px; line-height:36px; letter-spacing:-1px; text-align:center;}



ul {margin:0; padding:0;list-style-image:none;}
ul.list-1 li {padding:5px 0 5px 11px; line-height:25px; background:url(file:///Macintosh%20HD/Users/maradavidson/Downloads/Website%20Redo%20Final/images/marker-1.gif) 0 16px no-repeat;}
ul.list-1 li a { font-size:14px; color:#fff; line-height:25px;}
ul.list-1 li a:hover {color:#fff;}

/******************************************************************/





ul.menu {float:right; margin:33px 0 0 0;}

.sub-page-banner p {padding:47px 0 0 80px;}
.sub-page-banner strong { display:block; color:#fff; margin-top:-34px; }
.sub-page-banner strong:first-child {margin-top:0 !important;}
.sub-page-banner strong+strong+strong {margin-top:-23px !important;}
.sub-page-banner strong+strong+strong+strong {margin-top:-34px !important;}
.font-1 { font-size:50px; line-height:60px; letter-spacing:-3px;}
.font-2 {font-size:100px; line-height:120px; letter-spacing:-4px;}

/*********************************content*************************************/

.border {border-top:#f4f4f4 10px solid;}


.block-1 {padding:27px 20px 39px 20px;}
.block-1 p {padding:8px 0 13px 0;}

.page1-col1 { width:392px; position:relative; }
.page1-img1 {background:images/page1-img1.jpg 0 0 no-repeat; width:208px; height:514px; position:absolute; top:7px; right:-208px;}
.block-2 {border-top:#e8e8e8 1px solid; border-bottom:#e8e8e8 1px solid; margin:23px 0 22px 0; padding:30px 0 25px 0;}
.block-2 a {display:inline-block; background:images/button-2.jpg 0 0 repeat-x #b21803; font-size:36px; line-height:45px; color:#000; padding:20px 35px 23px 35px; border-radius:5px; letter-spacing:-2px; float:left; margin-right:28px;}
.block-2 a:hover {background:#1e1e1e;}
.block-2 p {font-size:24px; line-height:30px; color:#000; margin-top:-9px; display:inline-block;}
.block-2 p strong {display:block; margin-top:-6px; font-weight:normal; }

.block-3 {}
.border-1 {border-bottom:#e8e8e8 1px solid; padding-bottom:12px; margin-bottom:22px;}
.block-3 p.color-1 {padding-bottom:10px;}
.block-3 p+p {padding-bottom:13px;}
time {display:inline-block; border-right:#e8e8e8 1px solid; padding-right:15px; margin-right:14px;}

.block-4 p.color-3 { float:left; width:75px;}
.block-5 {padding-top:14px; width:180px; float:left;}
.block-5 img {margin-bottom:12px;}
.border-2 {border-right:#e8e8e8 1px solid; padding-right:30px; margin-right:29px;}
.block-6 .extra-wrap {width:450px;}
.block-6 .extra-wrap a.button-2 {margin-top:23px;}
.lists {padding-top:10px;}
.lists ul {float:left;}
.lists ul:first-child {width:280px;}

.block-7 {background:#f4f4f4; border-radius:4px; padding:20px 20px 18px 20px;}
.block-7 p.color-1 {padding-top:12px;}

/****************************footer************************/




/**********************form**********************/
.map {width:260px; height:180px; margin:23px 0 0 0;}
.map iframe {width:260px; height:180px; border-radius:5px;}
dl {margin:22px 0px 0 0px; float:left;}
dl dt {}
dl dd span { display:block; width:79px; float:left;}
dl dd {}
dl dd a {color:#999999;}
dl dd a:hover {text-decoration:underline;}
#form { margin: 9px 0 0px 0px; width:580px; }
#form input {border-top:#cbcbcb 1px solid;border-left:#e0e0e0 1px solid;background:#f2f2f2;border-radius:4px;font: 14px Arial, Helvetica, sans-serif;color:#1e1e1e;padding:5px 10px 7px 10px;outline: medium none;width: 259px;height:17px;float:left;}
#form textarea {border-top:#cbcbcb 1px solid;border-left:#e0e0e0 1px solid;background:#f2f2f2; border-radius:4px;font: 14px Arial, Helvetica, sans-serif;color:#1e1e1e;height: 274px;outline: medium none;overflow: auto;padding: 5px 0px 0px 10px;width: 489px;resize:none;margin:0px 0 0 0;float:left;}
#form label {position:relative;overflow:hidden;display: block;min-height:40px;}
#form label strong {font-weight:normal; color:#1e1e1e; float:left; display:inline-block; width:80px; padding-top:2px;}
.btns {text-align:right; width:580px; padding-top:20px;}
.btns a {display:inline-block; margin:0 0px 0 10px;}

#social-icons{float:left;}
#end{float:right;}

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, , h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
header {
	position:inherit;
	
	
	background:#000;  
	margin: 0 auto;
}

#body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	
	background:#fff;
}

a, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}









	
	


