/* @override 
	http://localhost:8888/wp-content/themes/elliotswandesigns/style.css
	http://elliotswandesigns.com/wp-content/themes/elliotswandesigns/style.css
*/

/*
Theme Name: Elliot Swan Designs
Theme URI: http://elliotswandesigns.com
Description: It's back!
Version: 3.0
Author: Elliot Swan
Author URI: http://www.elliotswan.com
*/

/* @group Basics */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	line-height: 20px;
	background: url(images/bg.jpg);
	color: #797770;
}

#ienotice {
	padding: 20px;
	font-weight: bold;
	background: #fdfaaf;
}

#wrapper {
	overflow: hidden;
}

section, header, footer, nav, article, aside {
	display: block;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p {
	text-align: left;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, aside, blockquote {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 300;
	color: #3b3b38;
}

h3 {
	font-size: 21px;
}

.amp {
	font-family: Baskerville, Palatino, "Palatino Linotype", Constantia, georgia, serif;
	  font-style: italic;
}

ul, ol, dl {
	margin-left: 20px;
}

a {
	color: #1b54a2;
}

a:hover {

}

a img {
	border: none;
}

/* @group Button */

.button {
	font-size: 13px;
	position: relative;
	z-index: 2;
	top: 5px;;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: white;
	width: 140px;
	background: #1c4988;
	height: 30px;
	float: right;
	line-height: 30px;
	text-align: center;
	border: none;
	
	text-shadow: 0px 0px 2px #000;
	
     -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
          
	background-image: -moz-linear-gradient(top, #4976b5, #164382);
	  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #4976b5),color-stop(0, #164382));            		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4976b5', endColorstr='#164382');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4976b5', endColorstr='#164382')";
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1px, OffY=1px, Color='#000000')";
}

.button:hover {
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}

/* @end */

/* @end */

/* @group Header */

header#head {
	padding: 40px 0;
}

header#head h2 a {
	display: block;
	width: 214px;
	height: 40px;
	background: url(images/logo.png) center left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 20px;
}

nav li {
	margin-top: 5px;
	float: left;
	list-style: none;
}

nav li a {
	display: block;
	color: #797770;
	text-decoration: none;
	padding: 10px;
}

nav li a:hover, nav li a.selected {
	background: url(images/hover.png) center no-repeat;
}

/* @end */

/* @group Intro */

section#intro {
	position: relative;
	background: rgb(236, 234, 229);
	background: rgba(236, 234, 229, .49);
	margin-bottom: 40px;
	padding: 80px 0;
}

section#intro h1 {
	padding: 0 80px;
	margin: 0;
	font-size: 17px;
	color: #716f68;
	text-shadow: #fff 1px 1px 2px;
}

h1.intro {
	background: rgb(236, 234, 229);
	background: rgba(236, 234, 229, .49);
	padding: 20px;
	font-size: 17px;
	color: #716f68;
	text-shadow: #fff 1px 1px 2px;
}

section#intro strong, .intro strong {
	color: #1b54a2;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 500;
}

section#intro .loading {
	position: absolute;
	display: block;
	top: 35%;
	left: 415px;
	text-align: center;
	background: url(images/load.gif) top center no-repeat;
	height: 100px;
	width: 100px;;
	text-indent: -9999px;
}

section#intro .result {
	padding: 0 80px;
	font-size: 17px;
	color: #716f68;
	text-shadow: #fff 1px 1px 2px;
}

section#intro .result {
	padding: 0 40px;
	margin: -60px 0;
}

section#intro .result img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;

	float: left;
	margin: 0px 20px 0px 0;
}

section#intro .result .tags {
	font-size: 12px;
}

section#intro .result .close {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	right: 40px;
	display: block;
	text-decoration: none;
	border: 2px solid;
	height: 20px;
	width: 21px;
	text-align: center;
	line-height: 17px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    border-radius: 20px;
}

/* @end */

/* @group Work */

section#work h3 {
	background: url(images/bracket.png) top right no-repeat;
	height: 220px;
	text-align: center;
	text-indent: -65px;
	line-height: 210px;
}

section#work #thumbs {
/*	height: 220px;*/
	margin-bottom: -5px;
	margin-left: -10px;
	width: 640px;
	position: relative;
	left: 20px;
}

section#work #thumbs li {
	list-style: none;
	margin: 0 20px 20px 0;
	display: block;
	width: 134px;
	height: 95px;
	float: left;
	background: #eee;
	border: 1px solid #ccc;
	padding: 2px;
}

section#work #thumbs li a {
	outline: none;
}

section#work #thumbs li a img {
	width: 134px;
	height: 95px;
}

.hdetails {
	display: none;
	position: relative;
	top: -115px;
	left: 17px;
	width: 150px;
	height: 100px;
	background: url(images/details.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	z-index: 2;
}

/* @end */

#portfolio #thumbs li {
	margin-top: -20px;
	list-style: none;
	clear: both;
}

#portfolio #thumbs li img {
	background: #eee;
	border: 1px solid #ccc;
	padding: 2px;
	float: left;
	margin: 0 20px 20px 0;
}

/* @group Testimonials */

section#testimonials {
	margin-top: -100px;
	background: url(images/lines.png) no-repeat;
	padding-top: 215px;
}

section#testimonials h3 {
	margin-left: 320px;
	margin-bottom: 40px;
}

section#testimonials blockquote {
	font-size: 21px;
	line-height: 27px;
	color: #9f9f9e;
}

/* @end */


/* @group article */

header.top {
	padding: 40px;
	background: rgb(236, 234, 229);
	background: rgba(236, 234, 229, .49);
	margin-bottom: 20px;
	overflow: hidden;
}

header.top h1 {
	font-size: 21px;
	color: #716f68;
	text-shadow: #fff 1px 1px 2px;
	margin: 0;
	float: left;
	font-family: Helvetica Neue, helvetica, arial, sans-serif;
	font-weight: 400;
}

header.top h1 a {
	text-decoration: none;
}

header.top a.button {
	float: right;
	margin-top: -10px;
	
}

section#portfolio aside {
	font-size: 17px;
	line-height: 27px;
	color: #9f9f9e;


	color: #716f68;
	text-shadow: #fff 1px 1px 2px;

}

section#portfolio aside ul,  section#portfolio aside li {
	margin: 0;
	list-style: none;
/*	line-height: 20px; */
}

section#portfolio aside em {
	font-style: normal;
	color: #777;
}

section#portfolio h3 {
	font-size: 15px;
	line-height: 27px;
	color: #716f68;
	text-shadow: #fff 1px 1px 2px;
}

section#portfolio .button {
	float: left;
}

article#individual {
	font-size: 17px;
	color: #716f68;
	text-shadow: #fff 1px 1px 2px;
}

article#individual .img {
	float: left;
}

article#individual .img img {
	background: #eee;
	border: 1px solid #bbb;
	padding: 2px;
	margin: 0 20px 20px 0;
}

article#individual p {
	font-size: 13px;
}

section#portfolio .tags a {
	margin-bottom: 5px;
}

article#individual p.tags {
	font-size: 12px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 10px;
}

.tags a {
	display: inline-block;
	background: rgb(236, 234, 229);
	background: rgba(236, 234, 229, .49);
	padding: 2px 10px;
	     -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
	color: #797770;
	text-decoration: none;
	border: 1px solid #bbb;
}

.tags a:hover {
	background: rgb(236, 234, 229);
	background: rgba(236, 234, 229, 1);
}

/* @end */

/* @group Contact */

section#talk {
	background: url(images/lines2.png) no-repeat;
	padding-top: 125px;
	margin-top: 20px;
	margin-bottom: 40px;
}

section#talk h3 {
	margin-left: 320px;
	margin-bottom: 40px;
}

#talk aside, aside.aside {
	margin-top: -2px;
	font-size: 21px;
	line-height: 34px;
	color: #9f9f9e;
	text-shadow: none;
}

article#individual aside.aside p {
	font-size: 17px;
	color: #716f68;
	text-shadow: #fff 1px 1px 2px;

}

#talk aside strong, aside.aside strong {
	color: #1b54a2;
}

#contact br {
	display: none;
}

#contact p {
	margin-bottom: 5px;
}

article#individual #contact p {
	font-size: 13px;
}

#contact label {
	display: block;
	width: 150px;
	float: left;	
	clear: both;
	line-height: 27px;
	margin-bottom: 5px;
}

#contact input[type=text], #contact select {
	border: 3px solid #fff;
	line-height: 20px;
	background: #eee;
	color: #797770;
}

#contact input[type=text] {
	width: 464px;
	padding-top: 3px;
	text-indent: 4px;
	height: 20px;

}

#contact select {
	width: 470px;
	padding-top: 3px;
	height: 29px;
}

#contact textarea {
	float: left;
	clear: both;
	width: 614px;
	background: #eee;
	border: 3px solid #fff;
	height: 100px;
	margin-bottom: 20px;
	height: 200px;
	color: #797770;
}

#contact #hire {
	margin-bottom: 0px;
}

#contact #submit {
	float: left;
	clear: both;
	cursor: pointer;
}

#eresults, #contact .loading {
	float: left;
	margin-left: 20px;
	font-weight: bold;
	background: #eee;
	padding: 5px;
	margin-top: 5px;
}


/* @end */

article#individual div.side {
	border-left: 1px solid;
	padding-left: 20px;
	width: 260px;
}

article#individual div.side p, div.side {
	font-size: 13px;
}

article#individual div.side img {
	background: #eee;
	padding: 4px;
	border: 1px solid #bbb;	
}

div.side li {
	margin: 0 0 0 -5px;
}

footer {
	margin-top: 80px;
		background: rgb(236, 234, 229);
	background: rgba(236, 234, 229, .49);
	padding: 20px 20px 0;

}

footer p {
	text-align: center;
}

