

@import "style/css/960.css";

/* @group basics */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  background-color: #eeeeee;
}

body {
  font: 12px/18px Helvetica, Arial, sans-serif;
  color: #333333;
}

body.grid {
  background: #eeeeee url(style/images/grid.png) repeat-y center 0;
}

img {
  vertical-align: bottom;
  border-style: none;
}

p {
  margin-bottom: 18px;
}

h1, h2, h3, h4 {
  margin-bottom: 18px;
}

h2 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 18px;
}

h2 strong {
  line-height: 17px;
}

h3 {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: normal;
  font-style: normal;
}

a:link, a:visited {
  color: #333333;
  text-decoration: none;
  outline: none;
}

a:link:hover, a:visited:hover {
  text-decoration: underline;
  color: #cc3333 !important;
}

a:link:active, a:visited:active {
  color: #000;
}

a:link:focus, a:visited:focus {
  
}

.container_12 {
  position: relative;
}

#wrapper {
  background-color: #fffeff;
}

.left {
  float: left;
}

.right {
  float: right;
}



/* @end */

/* @group essentials */

/* @group header */

/* @group / */

#header {
}

#header.grid {
  background: url(style/images/grid.png) repeat-y center 0;
}

#header .container_12 {
  width: 940px;
  padding-top: 36px;
  border-bottom: 1px solid #cccccc;
  height: 90px;
  margin-bottom: -1px;
  padding-left: 20px;
  padding-right: 20px;
}



/* @end */

/* @group navigation */

#navigation {
  float: right;
  padding-top: 36px;
}

#navigation li {
  float: left;
  list-style-type: none;
  margin-left: 30px;
}

#navigation li a {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}

/* --- */

.blog #navigation li.nav-work a {
  color: #333333;
}



/* @end */

/* @group logo */

#logo {
  width: 350px;
  height: 64px;
  display: block;
  background-image: url(style/images/logo.png);
  text-indent: -9999px;
  float: left;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;}

#logo:hover {
  opacity: 0.5;
}

#logo_foot {
  width: 350px;
  height: 64px;
  display: block;
  background-image: url(style/images/logo.png);
  text-indent: -9999px;
  float: left;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;}

#logo_foot:hover {
  opacity: 0.5;
}



/* @end */



/* @end */

/* @group slogan */

#slogan {
}

#slogan.grid {
  background: url(style/images/grid.png) repeat-y center 0;
}

#slogan .container_12 {
  height: 162px;
  margin-bottom: -1px;
  border-bottom: 1px solid #cccccc;
  width: 940px;
  padding: 36px 20px;
}

#slogan p:first-child {
  position: relative;
  top: -9px;
  margin-bottom: 0;
  line-height: 90px;
  font-size: 82px;
  text-indent: -4px;
}

#slogan p {
  font-size: 28px;
  line-height: 36px;
}



/* @end */

/* @group content */

#content {
}

#content.grid {
  background: url(style/images/grid.png) repeat-y center 0;
}

#content h3 {
  font-weight: bold;
}

#content p {
  color: #666;
}

#content img {
}

#content .container_12 {
  padding-top: 18px;
  padding-bottom: 36px;
}



/* @end */

/* @group footer */

/* @group / */

#footer {
  color: #666666;
  background-color: #eeeeee;
}

#footer.grid {
  background: #eeeeee url(style/images/grid.png) repeat-y center 0;
}

#footer a {
  color: #666666;
  text-decoration: none;
}

#footer h3 {
  margin-bottom: 18px;
}

#footer .container_12 {
  padding-top: 36px;
  padding-bottom: 18px;
}

#footer .grid_4 {
  padding-left: 10px;
  padding-right: 10px;
  width: 280px;
}

/* @end */

/* @group tweets */

#footer #tweets a {
  color: #000000;
  font-weight: bold;
}



/* @end */

/* @group copyright */

#footer #copyright a {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  display: inline-block;
}

#footer #copyright a.grid {
  background: url(style/images/icons/grid.png) no-repeat 0 4px;
}

#footer #copyright a.vcard {
  background-image: url(style/images/icons/vcard.png);
}

/* @end */

/* @group follow */

#footer #follow ul {
  overflow: hidden;
  width: 100%;
  list-style-type: none;
}

#footer #follow ul li  {
  float: left;
  height: 18px;
  margin-bottom: 18px;
  width: 130px;
}

#footer #follow ul li a {
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}

#footer #follow ul li.flickr {
  width: 120px;
}

#footer #follow ul li.flickr a {
  background-image: url(style/images/icons/flickr.png);
}

#footer #follow ul li.facebook {
  width: 120px;
}

#footer #follow ul li.facebook a {
  background-image: url(style/images/icons/facebook.png);
}

#footer #follow ul li.dribbble {
  margin-right: 30px;
  width: 130px;
}

#footer #follow ul li.dribbble a {
  background-image: url(style/images/icons/dribbble.png);
}

#footer #follow ul li.twitter {
  margin-right: 30px;
  width: 130px;
}

#footer #follow ul li.twitter a {
  background-image: url(style/images/icons/twitter.png);
}

/* @end */



/* @end */



/* @end */

/* @group pages */

/* @group error */

#content #error {
  width: 920px;
  padding: 36px 30px 54px;
}

#error h2 {
  padding-left: 0;
  font-size: 82px;
  line-height: 90px;
}

#error p {
  font-size: 28px;
  line-height: 36px;
  color: #262626;
}



/* @end */

/* @group contact */

#content #contact {
  line-height: 24px;
  font-size: 16px;
  padding-top: 36px;
}

#contact h2 {
  font-size: 28px;
  line-height: 36px;
  padding-left: 0;
  margin-bottom: 18px;
}

#contact a {
  color: #cc3333;
}

#contact a:hover {
  color: #ff6666 !important;
}

#contact .right {
  width: 600px;
  padding-left: 10px;
  padding-right: 10px;
}

#contact p {
  width: 440px;
}



/* @end */

/* @group about */

#content #about {
  line-height: 24px;
  font-size: 16px;
  padding: 36px 0 35px;
}

#about h2 {
  font-size: 28px;
  line-height: 36px;
  padding-left: 0;
  margin-bottom: 18px;
}

#about a {
  color: #cc3333;
}

#about a:hover {
  color: #ff6666 !important;
}

#about .right {
  width: 600px;
  padding-left: 10px;
  padding-right: 10px;
}

#content .grid_8 {
  width: 440px;
  padding-right: 170px;
}



/* @end */

/* @group single */

#single h2 {
  padding-left: 0;
}

#single .grid_2 {
  padding-left: 10px;
  padding-right: 10px;
  width: 120px;
}

#single .grid_4 {
  padding-left: 10px;
  padding-right: 10px;
  width: 280px;
}

#single .grid_6 {
  padding-left: 10px;
  padding-right: 10px;
  width: 440px;
}

/* --- */

#single #images {
  border-bottom: 1px solid #cccccc;
  width: 940px;
  padding: 18px 20px 0;
  margin: 0 -10px 35px;
}

#single #images p {
  margin-bottom: 0;
}

#single #images img {
  margin-bottom: 36px;
}



/* @end */

/* @group home */

#home h2 {
  margin-bottom: 36px;
}

/* @group item */

.item {
  margin-bottom: 18px;
  position: relative;
  height: 234px;
}

.item a {
  color: #666;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}

.item h3 a {
  color: #333333;
}

.item h3 {
  padding-left: 10px;
}

.item p {
  padding-left: 10px;
}

.item a.image {
  display: block;
  margin-bottom: 11px;
}

.item a.image img {
  width: 300px;
  height: 169px;
}

.item a.image:hover {
  opacity: 0.7;
}

/* --- */

.item .dwn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(style/images/download.png);
  text-indent: -9999px;
  padding: 0;
  z-index: 1;
}

/* @end */



/* @end */



/* @end */

/* @group modules */

/* @group download */

p.download {
  position: absolute;
  top: 18px;
  right: 10px;
  background: url(style/images/icons/download.png) no-repeat 0 1px;
  padding-left: 26px;
}



/* @end */

/* @group pagination */

.pagination {
  border-top: 1px solid #ccc;
  margin: 0 -10px -1px;
  padding: 18px 20px 0;
}



/* @end */

/* @group form */

form {
  font-size: 12px;
  line-height: 18px;
  padding-top: 18px;
  width: 440px;
  padding-bottom: 14px;
}

#contact form p {
  overflow: hidden;
  width: 100%;
}

form label {
  display: block;
  margin-bottom: 12px;
}

form input {
  width: 428px;
  height: 21px;
  padding: 5px 5px 0;
  border: 1px solid #cccccc;
  margin: 0 0 14px;
  font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #333;
}

form input:focus {
  background-color: #ffffcc;
}

form textarea {
  width: 428px;
  border: 1px solid #cccccc;
  height: 130px;
  vertical-align: bottom;
  margin-bottom: 26px;
  font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #333;
  padding: 5px 5px 0;
}

form textarea:focus {
  background-color: #ffffcc;
}

form input[type=submit] {
  width: 120px;
  height: 26px;
  text-indent: -9999px;
  background-image: url(style/images/submit.png);
  padding: 0;
  margin: 0;
  border-style: none;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
}

form input[type=submit]:active {
  background-position: 0 -26px;
}

/* --- */

p.contactform_error {
  font-size: 12px;
  line-height: 18px;
  color: #ed1c24 !important;
  font-weight: bold;
}

p.contactform_respons {
  font-size: 12px;
  line-height: 18px;
  color: #69be00 !important;
  font-weight: bold;
}



/* @end */

/* @group address */

#address {
  font-size: 12px;
  line-height: 18px;
  padding-left: 10px;
  width: 280px;
  color: #666;
}

#address address {
  font-weight: normal;
  font-style: normal;
}

#address h3 {
  margin-bottom: 18px;
  color: #333333;
}



/* @end */

/* @group services */

#services {
  font-size: 12px;
  line-height: 18px;
  padding-left: 10px;
  width: 280px;
  color: #666;
}

#services h3 {
  margin-bottom: 18px;
  color: #333333;
}

#services ul {
  list-style-type: none;
}



/* @end */



/* @end */

.loading {
	background: url('style/images/ajax-loader.gif') no-repeat center 20px;
	height: 60px;
  width: 280px;
}

