::-moz-selection{
	background:turquoise;
	color:#333;
	text-shadow:none;
}

::selection{
	background:turquoise;
	color:#333;
	text-shadow:none;
}

body{
	background:turquoise;
	border-top:4px solid #444;
	min-width: 1112px;
  	min-height: 100%;
}

#wrap{
  width:960px;
  margin:0
  auto;
  padding:0 20px;
}

h1{
	font-family:'saxMonoRegular';
	font-size:30px;
	color:#444;
	text-transform:uppercase;
}
body,p{
	font-family:'Poly',serif;
	font-weight:normal;
	font-size:16px;
	line-height:150%;
	color:#444;
	text-align:justify;
	margin-bottom:10px;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom:30px;
	font-weight:normal;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover,a:focus,a:visited{
	color:#000;
	text-decoration:none;
	outline:none;
}

/* header */

#siteheader{
	background:#fff;
	padding:80px 0 50px 0;
	-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.2);
}

#siteheader hgroup{
	width:960px;
	margin:0 auto;
	padding:0 30px;
}
#siteheader h1{
	float:left;
	background:url('../images/logo-329061406a.png') no-repeat left center;
	width:195px;
	height:139px;
	opacity:1.0;
	-webkit-transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
}
#siteheader h1 a{
	display:block;
	color:#444;
	padding-left:150px;
}
#siteheader h1:hover{opacity:0.6;}
#siteheader a:hover{text-decoration:none;}
#siteheader h2 a{
	color:#444;
	text-decoration:none;
	border-bottom:1px solid turquoise;
}
#siteheader h2 a:hover{background:turquoise;}

#siteheader h1{
	font-family:'saxMonoRegular',monospace;
	text-transform:uppercase;
	font-weight:normal;
	font-size:49px;
	line-height:49px;
}
#siteheader h2,#siteheader h4,#help hgroup h2{
	font-family:'Poly',serif;
	font-weight:normal;
	font-size:20px;
	line-height:145%;
	color:#444;
	text-align:justify;
}
#siteheader h2,#siteheader h3,#siteheader h4,#help hgroup h2{
	padding-left:415px;
}
#siteheader h4{margin:0;}
#siteheader q{font-style:italic;}
a#close{
	float:right;
	color:#555;
	padding-top:40px;
}
a#close:hover{
	color:turquoise;
}
#siteheader abbr[title]{
	border-bottom:none;
	cursor:default;
}

/* paragraph intro */

#siteheader h2.intro .super{
	font-family: 'saxMonoRegular';
	font-size: 45px;
	color: turquoise;
	text-transform: uppercase;
}

#siteheader h2.intro .name{
	color: #333;
	font-weight: bold;
}

#siteheader .dropdown {
	width: 41px;
	height: 22px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

#siteheader .dropdown-list{
	line-height: 30px;
	position: absolute;
	z-index: 599;
}

#siteheader .dropdown:hover {
	overflow: visible;
	background-color: white;
}

#siteheader .dropdown:hover .dropdown-list li{
	background-color: white;
}


h2 {
	line-height: 49px !important;

}



menu.main{
	padding:5px 2px;
}
#application{
	position: relative;
}
#viewoptions{
	position:absolute;
	top:-29px;
	right:6px;
}
#htmlelementtype{
	float:left;
}
#mastercontrols{
	float:left;
	margin-left:20px;
}
#viewoptions a{
	padding:3px 20px 11px 20px;
	margin:0 0 0 2px;
	background:#d6d6d6;
	color:#777;
	height:15px;
	display:inline-block;
	text-decoration:none;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	-webkit-box-shadow:inset 0px -2px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:inset 0px -2px 5px 0px rgba(0,0,0,0.15);
	box-shadow:inset 0px -2px 5px 0px rgba(0,0,0,0.15);
}
#viewoptions a:hover{
	text-decoration:none;
	color:#333;
	background:#e9e9e9;
}
#viewoptions a.selected{
	color:#444;
	background:#e6e6e6;
	-webkit-box-shadow:inset 0px -2px 1px 0px rgba(0,0,0,0.0);
	-moz-box-shadow:inset 0px -2px 1px 0px rgba(0,0,0,0.0);
	box-shadow:inset 0px -2px 1px 0px rgba(0,0,0,0.0);
	cursor:default;
}
#htmlelementtype a,#mastercontrols a{
	display:inline-block;
	padding:5px 10px;
	margin:0 3px 4px 0;
	color:#444;
	border:1px solid #aaa;
	font-family:sans-serif;
	font-weight:bold;
	font-size:14px;
	border-radius:3px;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
#htmlelementtype a:hover,#mastercontrols a:hover{
	-webkit-box-shadow:0 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow:0 0px 0px rgba(0,0,0,0.0);
	box-shadow:0 0px 0px rgba(0,0,0,0.0);
}
#htmlelementtype a:active,#mastercontrols a:active{
	-webkit-box-shadow:inset 0px 0px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0px 0px 3px 0px rgba(0,0,0,0.4);
	box-shadow:inset 0px 0px 3px 0px rgba(0,0,0,0.4);
}
a#clear:hover{
	text-decoration:none;
	color:#fff;
	background-color:#d14836;
	border:1px solid #9f3324;
}
a#all:hover{
	text-decoration:none;
	color:#fff;
	background-color:#3CB371;
	border:1px solid #2b8051;
}
#htmlelementtype a{
	width:40px;
	text-indent:-9999px;
	position:relative;
}
.element.paragraph{
	background:transparent url(../images/icon_paragraph-51b0cff90d.png) no-repeat center center;
}
.element.headings{
	background:transparent url(../images/icon_heading-9e85371749.png) no-repeat center center;
}
.element.blockquote{
	background:transparent url(../images/icon_blockquote-e9cf964de0.png) no-repeat center center;
}
.element.ul{
	background:transparent url(../images/icon_ul-fe933630f8.png) no-repeat center center;
}
.element.ol{
	background:transparent url(../images/icon_ol-6cc3edca98.png) no-repeat center center;
}
.element.table{
	background:transparent url(../images/icon_table-65e6446d13.png) no-repeat center center;
}
.element.../images{
	background:transparent url(../images/icon_image.png) no-repeat center center;
}
.element.paragraph:hover{
	background:url(../images/icon_paragraph-51b0cff90d.png) no-repeat center center;
}
.element.headings:hover{
	background:url(../images/icon_heading-9e85371749.png) no-repeat center center;
}
.element.blockquote:hover{
	background:url(../images/icon_blockquote-e9cf964de0.png) no-repeat center center;
}
.element.ul:hover{
	background:url(../images/icon_ul-fe933630f8.png) no-repeat center center;
}
.element.ol:hover{
	background:url(../images/icon_ol-6cc3edca98.png) no-repeat center center;
}
.element.table:hover{
	background:url(../images/icon_table-65e6446d13.png) no-repeat center center;
}
.element.../images:hover{
	background:url(../images/icon_image.png) no-repeat center center;
}

/* work */

.work{
	padding:5px;
	margin:80px auto 80px auto;
	width:960px;
	position: relative;
	min-height: 300px;
}
.work .text{
	float: left;
	display: block;
	max-width: 280px;
}
.work .text h3{
	margin-bottom: 45px;
	font-family: 'saxMonoRegular';
	font-size: 30px;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	text-align: left;
}
.work .text p{
	line-height: 181%;
	font-size: 125%;
}
.work .proyects{
	float: left;
	height: 300px;
}
.work .proyect{
	width: 270px;
	height: 100%;
	margin-left: 60px;
	float: left;
	padding:5px;
	background:#e6e6e6;
	background:-moz-linear-gradient(top,#e6e6e6 0%,#ffffff 50%,#cccccc 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e6e6e6),color-stop(50%,#ffffff),color-stop(100%,#cccccc));
	background:-webkit-linear-gradient(top,#e6e6e6 0%,#ffffff 50%,#cccccc 100%);
	background:-o-linear-gradient(top,#e6e6e6 0%,#ffffff 50%,#cccccc 100%);
	background:-ms-linear-gradient(top,#e6e6e6 0%,#ffffff 50%,#cccccc 100%);
	background:linear-gradient(top,#e6e6e6 0%,#ffffff 50%,#cccccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6',endColorstr='#cccccc',GradientType=0);
	-webkit-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow:0px 1px 1px 0px rgba(0,0,0,0.2);
	border-radius:2px;
	position:relative;
}
.work .proyect-preview{
	width: 100%;
	height: 50%;
	background:#555;
	background:url('../images/codebg-898140370f.png') repeat;
	border-radius:2px;
	display:block;
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden;
	-webkit-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.5);
	box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.5);
	text-shadow:none;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	color:beige;
	font-family:monospace,sans-serif;
	font-weight:bold;
	line-height:140%;
	resize:none;
	border:none;
}
.proyect-description{
	font-size:18px;
	line-height:25px;
}
.proyect-title{
	font-family:'saxMonoRegular',monospace;
	text-transform:uppercase;
	font-weight:normal;
	font-size:26px;
	line-height:66px;
}

/* footer */

#sitefooter{
	padding:60px 0 100px 0;
	margin-bottom:-10px;
	background:#555;
	overflow-x:hidden;
	overflow-y:hidden;
	background:url('../images/codebg-898140370f.png') repeat;
	-webkit-box-shadow:inset 0px 3px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0px 3px 4px 0px rgba(0,0,0,0.2);
	box-shadow:inset 0px 3px 4px 0px rgba(0,0,0,0.2);
}
#footerinfo{
	width:960px;
	margin:0 auto;
}
#sitefooter aside{
	float:left;
	width:300px;
	margin-right:30px;
}
#sitefooter aside.last{
	margin-right:0;
}
#sitefooter h1{
	color:turquoise;
}
#sitefooter h2{
	font-family:'Poly',serif;
	font-weight:normal;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:5px;
}
#sitefooter p{
	color:#fff;
	text-align:left;
}
#sitefooter a{
	color:#fff;
	border-bottom:1px solid turquoise;
}
#sitefooter a:hover{
	color:#333;
	background:turquoise;
}
#sitefooter ul{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:0;
	margin-bottom:10px;
}
#sitefooter li p{
	margin:0;
}
#sitefooter li{
	padding:10px;
	margin:0;
	border-bottom:1px solid #444;
}
#sitefooter li:last-child{
	border:none;
}
.twitter-share-button{
	position:relative;
	top:4px;
	left:10px;
}

/* slider */
.prev, .next{
	position: absolute;
	top: 200px;
	font-size: 75px;
	color: white;
	text-shadow: 0px 1px 1px #4d4d4d;
}
.next{
	left: 1035px;
}
.prev{
	left: -75px;
}
.prev:hover, .next:hover{
	text-shadow: 0px 3px 3px #4d4d4d;
	top: 198px;
	color: white;
}

/* more */


#more{
	background:#fff;
	padding:80px 0 60px 0;
	position: relative;
	-webkit-box-shadow:0px -1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px -1px 2px 0px rgba(0,0,0,0.2);
	box-shadow:0px -1px 2px 0px rgba(0,0,0,0.2);
}

#more hgroup{
	width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}

#more p{
	text-align:left;
	display: inline-block;
	font-size: 20px;
	width: 65%;
	margin-left: 4%;
	line-height: 45px;
}

#more pre{
	text-shadow:none;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	-webkit-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow:0px 1px 1px 0px rgba(0,0,0,0.2);
}

#more pre{
	font-family:monospace,sans-serif;
	font-size:13px;
	text-align:left;
}

#more h4{
	font-family: 'saxMonoRegular';
	font-size: 45px;
	color: turquoise;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	line-height: 45px;
	width: 30%;
}


#more a:hover{text-decoration:none;}
#more p a{
	color:#444;
	text-decoration:none;
	border-bottom:1px solid turquoise;
}
#more p a:hover{background:turquoise;}
