/*----------------------------------------------
Reset
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, 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,
b, u, i, center,
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-size: 100%; }

ol, ul  { list-style: none; }

:focus  { outline: 0; }

/* deleting the default appearence for form elements */
input, textarea { -moz-appearance: none; -webkit-appearance: none; }


/*----------------------------------------------
HTML5 display definitions
------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
display: block;
  }

/* Corrects inline-block not defined in IE6/7/8 and FF3 */
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
  }

audio:not([controls]) {
display: none;
  }

/* Ensures content is hidden from all presentations, including screenreaders */
[hidden] {
display: none;
visibility: hidden;
  }


/*----------------------------------------------
Base structure
------------------------------------------------*/
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll; /* Force a scrollbar in non-IE */
  -webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
  -ms-text-size-adjust: 100%;
  }

body {
  font-family: Helvetica, Arial, sans-serif; font-size:12px; color:#999999; text-align: left; line-height:19px;
  background: #313132;
  }
::selection { background:#72b6af; color:#fff; }
::-moz-selection { background:#72b6af; color:#fff; }
::-webkit-selection { background:#72b6af; color:#fff; }


/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Colaborate Thin',Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: normal;
  }

h4, h5, h6 {
  font-family: 'Colaborate Light',Helvetica, Arial, sans-serif;
  }

#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
  text-shadow: none;
  color: #ffffff;
  }

h1 { font-size: 60px; line-height: 68px; }
h2 { font-size: 40px; line-height: 46px; }
h3 { font-size: 24px; line-height: 30px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 16px; line-height: 20px; }
h6 { font-size: 14px; line-height: 18px; }

.title_section { margin-bottom: 30px; }
.title_page { padding-bottom: 30px; padding-top: 30px; }

div h1, div h2, div h3, div h4, div h5, div h6 {
  margin-top: 30px;
  }

div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
  margin-top: 0px;
  }

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
  margin-bottom: 30px;
  }


/* Forms
---------------------------------------- */
input[type=text], input[type=password], textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  background: #f0f0f0;
  border: none;
  line-height: 20px;
  color: #999999;
  padding: 5px 5px;
  }

input[type=text], input[type=password] { width: 240px; }    /* padding issue (240 + 2*5 = 250) */
textarea { width: 395px; height: 150px; max-width: 100%; }    /* padding issue (395 + 2*5 = 405) */

input[type=submit] {
  font-size: 11px;
  line-height: 26px;
  height: 24px;
  color: #ffffff;
  background: #999999;
  padding: 0px 10px;
  border: none;
  cursor: pointer;
  }
input[type=submit]:hover {
  background: #139083;
  }

label {
  display: none;
  }

form {
  margin-top: 30px;
  }

form div {
  margin-top: 15px;
  position: relative;
  }

div form:first-child, form div:first-child    {
  margin-top: 0px;
  }



/* Chech formular */
form .checkfalse {
  width: 12px;
  height: 23px;
  background: url(../images/checkfalse.png);
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: -30px;
  }

#form-note {
  display: none;
  }

#form-note .confirm_message {
  color: #139083;
  background: url(../images/confirm.png) center left no-repeat;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  padding-left: 30px;
  margin-left: -30px;
  }

#form-note .error_message {
  color: #b12a2a;
  background: url(../images/checkfalse.png) center left no-repeat;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  padding-left: 30px;
  margin-left: -30px;
  }



/* Links
---------------------------------------- */

a, a:visited {
  text-decoration: none;
  color: #666666;
  cursor: pointer;
  }

a:hover {
  color: #36c;
  }

a.color {
  text-decoration: none;
  color: #36c;
  }

a.color:hover {
  color: #666666;
  }


/* Embedded content
---------------------------------------- */

img, object, video {
  max-width: 100%;
  height: auto;
  display:block;
  }

img {
  width: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  }

p img { margin-top: 15px; }
p img:first-child { margin-top: 0px; }
img.alignleft { margin: 3px 30px 30px 0; float: left; }
img.alignright { margin: 3px 0px 30px 30px; float: right; }
img.aligncenter { margin-bottom: 30px; }

.video iframe {
  display: block;
  }


/* Lists
---------------------------------------- */
article ul {
  margin-top: 30px;
  padding-left: 30px;
  }

article ul li {
  padding-left: 15px;
  background: transparent url(../images/list.png) 0 8px no-repeat;
  line-height: 22px;
  }

article ol {
  margin-top: 30px;
  margin-left: 45px;
  list-style: decimal;
  }

article ol li {
  line-height: 22px;
  }


/* Others
---------------------------------------- */

strong, b, dt {
  font-weight: bold;
}

i, dfn {
  font-style: italic;
  }

sub, sup {
  font-size: 0.625em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  }

sup {
  top: -0.5em;
  }

sub {
  bottom: -0.25em;
  }

/* paragraph rules */
p {
  margin-top: 30px;
  }

div p:first-child {
  margin-top: 0px;
  }

blockquote {
  margin-top: 30px;
  padding-left: 35px;
  background: transparent url(../images/quote.png) no-repeat center left;
  }

blockquote p {
  border-left: 1px dashed #e5e5e5;
  padding-left: 15px;
  }

div blockquote:first-child {
  margin-top: 0px;
  }

address {
  border: 1px dashed #e5e5e5;
  padding: 15px;
  margin-top: 30px;
  }

div address:first-child {
  margin-top: 0px;
  }

pre {
  border: 1px dashed #e5e5e5;
  padding: 15px;
  margin-top: 30px;
  }

div pre:first-child {
  margin-top: 0px;
  }


/*----------------------------------------------
General ID's or Classes
------------------------------------------------*/
#page {
  position: relative;
  overflow: hidden;
  }

#sidebar {
  width: 210px;
  padding-bottom: 60px;
  }

#maincontent {
  width: 660px;
  }

.wrapper {
  width: 900px;
  margin: 0 auto;
  position: relative;
  }

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

.clear {
  clear: both;
  }

.sidebar_section {
  margin-top: 60px;
  }
#sidebar .sidebar_section:first-child {
  margin: 0;
  }

.left_float {
  float: left;
  }

.right_float {
  float: right;
  }

article .seperator {
  background: transparent url(../images/seperator_default.png) repeat-x top left;
  padding-top: 30px;
  padding-bottom: 30px;
  }

.add_padding {
  padding-left: 30px;
  padding-right: 30px;
  }


/*----------------------------------------------
Header
------------------------------------------------*/
header, #header {
  overflow: hidden;
  }

.header_top {
  background: transparent url(../images/seperator_dark.png) repeat-x bottom left; padding: 20px 0;
  margin-bottom: 40px;
  }

.header_tagline {
  background: transparent url(../images/seperator_dark.png) repeat-x bottom left; padding-bottom: 40px;
  margin-bottom: 80px;
  text-align: center;
  }

.header_tagline h1, .header_tagline h2, .header_tagline h3, .header_tagline h4, .header_tagline h5, .header_tagline h6 {
  margin:  0 0 5px 0;
  }

#loader {
  position: absolute;
  bottom: 45px;
  left: 0;
  text-align:center;
  width:900px;
  display: none;    /* hidden on start */
  }
#loader img {
  display:inline;
}

#close {
  position: absolute;
  bottom: 0px;
  left: 30px;
  display: none;    /* hidden on start */

  width: 39px;
  height: 20px;
  background: url(../images/close.png) no-repeat top left;
  text-indent: -9999px;
  cursor: pointer;
  }

#close:hover {
  background-position: bottom left;
  }


/*----------------------------------------------
Top
------------------------------------------------*/
#top {
  background: #ffffff;
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 2;
  box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
  -moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
  -webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 5px;
  margin-bottom: 40px;
  position: relative;
  }

#top .widget {
  line-height: 40px;
  height: 40px;
  width: 100%;
  overflow:hidden;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  }

#top .widget h1, #top .widget h2, #top .widget h3, #top .widget h4, #top .widget h5, #top .widget h6 {
  font-size: 10px;
  margin: -1px 0 0 0;
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: Helvetica;
  float: left;
  line-height: 42px;
  color: #999;
  }

#top .socialmedia {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding-left: 30px;
  }



/*----------------------------------------------
Bottom
------------------------------------------------*/
#bottom {
  width: 100%;
  position:fixed;
  bottom: 0%;
  left: 0;
  z-index: 10;
  }

#bottom .bottom_inner {
  background: #333;
  padding: 30px 0 0 0;
  display: none;
  }

#slideup {
  background: #333333;
  width: 100%;
  height: 5px;
  position: relative;
  }

#slideup a {
  display: inline-block;
  background: url(../images/top.png) no-repeat top left;
  width: 25px;
  height: 13px;
  text-indent: -9999px;
  position:absolute;
  top: -13px;
  left: 50%;
  margin-left: -12px;
  }

#slideup a.hide {
  background: url(../images/top.png) no-repeat bottom right;
  }

#slideup a:hover {
  background-position: bottom left;
  }

#slideup a.hide:hover {
  background-position: top right;
  }


/*----------------------------------------------
Nav
------------------------------------------------*/
nav, #nav {
  }

nav ul li, #nav nav ul li {
  float: left;
  margin-left: 30px;
  line-height: 60px;      /* height of the logo*/
  }

nav ul li a, #nav ul li a  {
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 0px #333;
  text-decoration: none;
  }

nav ul li a:hover, nav ul li a.active, #nav ul li a:hover, #nav ul li a.active {
  color: #ef4135;
  }

nav ul li ul, #nav nav ul li ul {
  display: none;        /* Hide all submenus */
  }


/*----------------------------------------------
Footer
------------------------------------------------*/
footer .footer_inner {
  background: transparent url(../images/seperator_dark.png) repeat-x top left;
  padding: 15px 0 20px 0;
  font-size: 11px;
  line-height: 24px;
  }


/*----------------------------------------------
Article
------------------------------------------------*/
article, #article {
  background: #fff;
  width: 100%;
  height: auto;
  box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
  -moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
  -webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
  border-bottom: 1px solid #e0e0e0;
  }

.article_content {
  padding-top: 30px;
  padding-bottom: 30px;
  }

#page-single .article_content {
  padding-top: 60px;
  }


/*----------------------------------------------
         P A G E C O N T E N T
------------------------------------------------*/
#pagecontent {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  display: none;
  }



/*----------------------------------------------
Entries
------------------------------------------------*/
.entries {
  width: 110%;
  margin-bottom: 30px;
  }

.entry {
  float: left;
  width: 280px;
  background: #fff;
  margin-right: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
  -moz-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
  -webkit-box-shadow:  rgba(0,0,0, 0.1) 0px 0px 3px;
  }

.entry .entry-headline {
  border-left: 5px solid #ef4135;
  padding-left: 15px;
  margin: 20px 15px 20px 15px;
  }

.entry .entry-title {
  margin-bottom: 5px;
  }

.entry-date {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  }

.entry .entry-info {
  background: url(../images/seperator_default.png) repeat-x top left;
  font-size: 11px;
  line-height: 18px;
  padding: 15px;
  }

.entry .entry-meta {
  margin-top: 15px;
  }

.entry .entry-meta div.right_float {
  margin-left: 15px;
  }


#entry-single .entry-headline {
  border-left: 5px solid #ef4135;
  padding-left: 15px;
  }

#entry-single .entry-title {
  margin-bottom: 5px;
  }

#entry-single .entry-info {
  background: url(../images/seperator_dark.png) repeat-x top left;
  margin-top: 30px;
  padding-top: 30px;
  }

#entry-single .entry-meta {
  background: url(../images/seperator_dark.png) repeat-x top left;
  margin-top: 30px;
  padding-top: 30px;
  }



/*----------------------------------------------
Filter
------------------------------------------------*/
.filter {
  overflow: hidden;
  margin-bottom: 25px;
  }

.filter li {
  float: left;
  background: url(../images/seperator_filter.png) no-repeat center right;
  padding-right: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  }

.filter li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  background: none;
  }

.filter li a {
  text-decoration: none;
  color: #999999;
  }
.filter li a:hover { color: #ef4135; text-decoration: none;}
.filter li a.active { color: #ef4135; }


/*----------------------------------------------
Meta Datas
------------------------------------------------*/
.entry-meta div {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 5px;
  }

.meta_likes a {
  background: url(../images/likes_icon.png) no-repeat 0px 1px;
  padding-left: 17px;
  color: #999999;
  }
.meta_likes a:hover { background: url(../images/likes_icon-hover.png) no-repeat 0px 1px; color: #ec8ab8; }

.meta_comments a {
  background: url(../images/comments_icon.png) no-repeat 0px 1px;
  padding-left: 17px;
  color: #999999;
  }
.meta_comments a:hover { background: url(../images/comments_icon-hover.png) no-repeat 0px 1px; color: #666666; }

.meta_views {
  background: url(../images/views_icon.png) no-repeat 0px 4px;
  padding-left: 17px;
  }

.meta_tags {
  background: url(../images/tags_icon.png) no-repeat 0px 4px;
  padding-left: 17px;
  }


/*----------------------------------------------
Comments
------------------------------------------------*/
#comments  {
  padding-top: 30px;
  padding-bottom: 30px;
  }

#comments .comment {
  overflow: hidden;
  padding-top: 30px;
  }
#comments .comment:first-child {
  padding-top: 0px;
  }

#comments .comment .comment {
  padding-left: 65px;
  margin-bottom: 0;
  padding-bottom: 0;
  }

#comments .user {
  float: left;
  width: 50px;
  }

#comments .comment_content {
  margin-left: 65px;
  padding-left: 15px;
  border-left: 1px dashed #e5e5e5;
  }

#comments .comment_date {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 15px;
  }


/*----------------------------------------------
Leave Comments
------------------------------------------------*/
#leave_comment {
  padding-top: 30px;
  padding-bottom: 30px;
  }


/*----------------------------------------------
Social Media Widget
------------------------------------------------*/
.socialmedia a {
  float: left;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-indent: -9999px;
  border-right: 1px dashed #e5e5e5;
  }

.socialmedia a:first-child {
  border-left: 1px dashed #e5e5e5;
  }

a.facebook { background: transparent url(../images/facebook_icon.png); }
a.twitter { background: transparent url(../images/twitter_icon.png); }
a.thumblr { background: transparent url(../images/thumblr_icon.png); }
a.vimeo { background: transparent url(../images/vimeo_icon.png); }
a.dribbble { background: transparent url(../images/dribble_icon.png); }
a.behance { background: transparent url(../images/behance_icon.png); }
a.flickr { background: transparent url(../images/flickr_icon.png); }
a.forrst { background: transparent url(../images/forrst_icon.png); }
a.deviantart { background: transparent url(../images/deviantart_icon.png); }

.socialmedia a:hover { background-position: bottom left; }




/*----------------------------------------------
Skills
------------------------------------------------*/
#skillgroup {
  margin-top: 30px;
  }

div #skillgroup:first-child, p #skillgroup:first-child {
  margin-top: 0px;
  }

.skill {
  margin-top: 15px;
  }

#skillgroup .skill:first-child {
  margin-top: 0px;
  }

.skill .skill_bar {
  background: #e0e0e0;
  height: 22px; width: 100%;
  position: relative;
  }

.skill .skill_bar .skill_active {
  background: #999999;
  height: 100%;
  }

.skill .skill_bar span {
  color: #ffffff;
  position: absolute;
  top: 2px;
  left: 10px;
  }


/*----------------------------------------------
Columns
------------------------------------------------*/
.columnsection {
  padding-bottom: 30px;
  }

.column {
  float: left;
  padding-bottom: 45px;
  margin-right: 30px;
  }

.one_full { width: 100%; float: none; margin-right: 0; }
.one_half  { width: 405px; }
.one_third { width: 260px; }
.two_third { width: 550px; }

.last {  margin-right: 0px; }

#bottom .one_half  { width: 405px; }
#bottom .one_third { width: 280px; }
#bottom .two_third { width: 550px; }

#entry-single .one_half  { width: 285px; }
#entry-single .one_third { width: 180px; }
#entry-single .two_third { width: 390px; }



/*----------------------------------------------
Buttons
------------------------------------------------*/
a.button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 3px 15px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  }

a.button:hover {
  -moz-box-shadow: 0px 1px 0px #cccccc;
  -webkit-box-shadow: 0px 1p 0px #cccccc;
  box-shadow: 0px 1px 0px #cccccc;
  }


a.white {
  color: #999999;
  text-shadow: 1px 1px 0px #ffffff;
  border: 1px solid #cccccc;

  background: #f0f0f0;
  background-image: linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
  background-image: -o-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 12%, rgb(250,250,250) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.12, rgb(240,240,240)),
    color-stop(1, rgb(250,250,250))
  );

  }
a.white:hover { border: 1px solid #999999; color: #333333; }

a.blue {
  color: #318588;
  text-shadow: 1px 1px 0px #ace9ec;
  border: 1px solid #5bc0c7;

  background: #6ccbd6;
  background-image: linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
  background-image: -o-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(108,203,214) 0%, rgb(160,218,221) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(108,203,214)),
    color-stop(1, rgb(160,218,221))
  );
  }
a.blue:hover { border: 1px solid #469499; color: #194b51; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.yellow {
  color: #ae8c2d;
  text-shadow: 1px 1px 0px #fce8af;
  border: 1px solid #fcd14b;

  background: #fcd96c;
  background-image: linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
  background-image: -o-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(252,217,108) 0%, rgb(252,228,154) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(252,217,108)),
    color-stop(1, rgb(252,228,154))
  );
  }
a.yellow:hover { border: 1px solid #ba972a; color: #7e6621; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.green {
  color: #768c34;
  text-shadow: 1px 1px 0px #e0eebc;
  border: 1px solid #aecd5b;

  background: #c2e16d;
  background-image: linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
  background-image: -o-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(194,225,109) 0%, rgb(206,225,154) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(194,225,109)),
    color-stop(1, rgb(206,225,154))
  );
  }
a.green:hover { border: 1px solid #738b32; color: #56691c; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.pink {
  color: #e0556e;
  text-shadow: 1px 1px 0px #e9b6bf;
  border: 1px solid #f2798d;

  background: #f28699;
  background-image: linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
  background-image: -o-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(242,134,153) 0%, rgb(242,162,176) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(242,134,153)),
    color-stop(1, rgb(242,162,176))
  );
  }
a.pink:hover { border: 1px solid #d53652; color: #8e2437; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.purple {
  color: #d46fc9;
  text-shadow: 1px 1px 0px #efe2ee;
  border: 1px solid #e8a0e0;

  background: #e8b0e2;
  background-image: linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
  background-image: -o-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(232,176,226) 0%, rgb(232,211,230) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(232,176,226)),
    color-stop(1, rgb(232,211,230))
  );
  }
a.purple:hover { border: 1px solid #c359b7; color: #843c7c; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }


a.grey {
  color: #8c8c8c;
  text-shadow: 1px 1px 0px #ebebeb;
  border: 1px solid #adadad;

  background: #bfbfbf;
  background-image: linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
  background-image: -o-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(191,191,191) 0%, rgb(217,217,217) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(191,191,191)),
    color-stop(1, rgb(217,217,217))
  );
  }
a.grey:hover { border: 1px solid #737373; color: #4d4d4d; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }

a.orange {
  color: #e08457;
  text-shadow: 1px 1px 0px #fde5d9;
  border: 1px solid #fda072;

  background: #fdb897;
  background-image: linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
  background-image: -o-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(253,184,151) 0%, rgb(253,203,179) 100%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(253,184,151)),
    color-stop(1, rgb(253,203,179))
  );
  }
a.orange:hover { border: 1px solid #de7744; color: #bd5223; -moz-box-shadow: 0px 1px 0px #cccccc; -webkit-box-shadow: 0px 1p 0px #cccccc; box-shadow: 0px 1px 0px #cccccc; }




/*----------------------------------------------
Alert
------------------------------------------------*/
p.alert {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 15px;
  }

p.blue {
  color: #2d98bd;
  border: 1px dashed #83c7df;
  background: #d6eff8;
  }

p.green {
  color: #509640;
  border: 1px dashed #99dd8a;
  background: #ecffe7;
  }

p.red {
  color: #ca3436;
  border: 1px dashed #ff9e9f;
  background: #ffe4e5;
  }




/*----------------------------------------------
Toggle
------------------------------------------------*/
.toggle {
  border: 1px dashed #e5e5e5;
  margin-top: 30px;
  }

div .toggle:first-child {
  margin-top: 0px;
  }

.toggle .toggle_title {
  padding: 15px;
  }

.toggle .toggle_title .toggle_icon {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: #139083;
  color: #ffffff;
  text-align: center;
  line-height: 13px;
  padding-left: 1px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 15px;
  margin-top: 3px;
  float: left;
  }

.toggle .toggle_inner {
  border-top: 1px dashed #e5e5e5;
  padding-top: 15px;
  padding: 15px;
  display: none;
  }



/*----------------------------------------------
WIDGETS
------------------------------------------------*/
.widget {
  margin-top: 30px;
  }

div .widget:first-child {
  margin-top: 0px;
  }



/*----------------------------------------------
Overlay Images
------------------------------------------------*/
.img_holder {
  position: relative;
  cursor: pointer;
  }

.img_holder a .overlay {
  width: 100%;
  height: 100%;
  background: #ffffff /*url(../images/overlay.png) center center no-repeat*/;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  }


/*----------------------------------------------
Custom Styles
------------------------------------------------*/
.top_call {
  font-size:28px;
  font-weight:bold;
  text-align:right;
  font-family: 'Colaborate Thin',Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 1px 0px #333;
  letter-spacing:2px;
}
.top_call span {
  font-size:17px;
  font-weight:normal;
  letter-spacing: 0px;
}
.closing_content {
  width:900px;
  margin: 0 auto;
  overflow: hidden;
  background: url("../images/seperator_dark.png") repeat-x scroll left top;
  padding:15px 0;
  color:#666;
}
.closing_content .left_col {
  float:left;
}
.closing_content .right_col {
  float:right;
}
.closing_content p {
  font-size:16px;
  font-weight:bold;
}
.coming_soon h1 {
  color:#f7f7f7;
  font-size:72px;
  padding:40px 0 10px;
  text-align:center;
  text-shadow:1px 1px 1px #666;
}
.coming_soon p {
  padding:0 0 80px;
  color:#666;
  text-align:center;
  font-size:18px;
}
#page-single h2 {
  color:#666;
  background: url("../images/gray_dpa_logo.png") no-repeat right 20px center;
}
#page-single .column p,
#page-single .column li {
  color:#333;
}
#page-single .column em {
  color:#999;
}
#logo {
  padding:10px 0 0;
}
.article_content h3, .article_content h4 {
  color:#666;
}
.article_content .second_col_title {
  padding:62px 0 0;
}
a.blue_link, a.blue_link:visited {
  color:#36f;
}
#we_accept {
  display:none;
  padding:3px 165px 3px 0;
  color:#999;
  background:url('/files/images/we_accept_bitcoin_litecoin.png') no-repeat center right;
  background-size:159px;
}