/* Reset ------------------------------------------------------------------------------------------------------------------------- */

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p,input {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
form {display:inline;}

/* Fonts ------------------------------------------------------------------------------------------------------------------------- */

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Eva Grinder
 * @vendorurl:  http://www.midofont.se
 * @licenseurl: http://www.fontsquirrel.com/license/Mido
 *
 *
 */

@font-face {
	font-family: 'Mido';
	src: url('/fonts/Mido.eot');
	src: local('Mido Medium'), local('Mido-Medium'), url('/fonts/Mido.woff') format('woff'), url('/fonts/Mido.otf') format('opentype'), url('/fonts/Mido.svg#Mido-Medium') format('svg');
}

/* Tags ------------------------------------------------------------------------------------------------------------------------- */

body {
	background: #111 url("/images/backgrounds/tile.gif") repeat top left;
	
	margin: 0px;
	padding: 0px;
	cursor: default;
	
	font-size: 0.75em;
	font-family: Arial, Sans-serif;
	color: #fff;
}

p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

a,
a:link,
a:visited,
a:hover {
	color: #fff;
}

a:active { outline: 0; }

/* Headings ----------------------------------------------------------------------------------------------------------------------- */

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 5.0em;
	color: #fff;
	font-family: Mido;
  font-weight: normal;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 3.0em;
	color: #fff;
	font-family: Mido;
  font-weight: normal;
}

h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2.0em;
	color: #fff;
	font-family: Mido;
  font-weight: normal;
}

h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.5em;
	color: #fff;
	font-family: Mido;
  font-weight: normal;
}

h5 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.4em;
	color: #fff;
	font-family: Mido;
  font-weight: normal;
}

/* Forms ------------------------------------------------------------------------------------------------------------------------ */

h2 input { font-family: Mido; }

.item input, .item textarea, .item select {
  background: none;
  border: 1px dotted #222222;
  color: #fff;
  width: 614px;
  padding: 0px 2px;
  margin-bottom: 2px;
}

input {
  border: 1px #222 dotted;
  padding: 2px;
}

textarea {
  border: 1px #000 solid;
  padding: 2px;
	font-size: 1em;
	font-family: Arial, Sans-serif;
  font-size: 12px;
}

select {
	font-size: 0.75em;
  border: 1px #000 solid;
  padding: 0px !important;
  background: #000 !important;
  width: auto !important;
}

label {
  display: block;
}

#upload_form {
  clear: left;
  padding-top: 50px;
}

.attach_file {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;  
  background: #51ac00 !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  padding: 3px 7px;
  font-size: 11px;
}
 
.attach_file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 1.4em;
}

#ajaxLoader { display: none; }

#upload #ajaxLoader {
  float: left;
  margin: 3px 0 0 10px;
}
/* Classes ---------------------------------------------------------------------------------------------------------------------- */

.content { padding: 0 40px; }

.pink { color: #fe0096; }

a.red { color: #FF0000; }
a.green { color: #5abf00; }

.center { text-align: center; }
.center div { margin: 0px auto 0px auto; }

img.icon { position: relative; top: 3px; }

.margin_top { margin-top: 20px;	}
.margin_bottom { margin: 0px 0px 20px 0px; }
.margin_top_big { margin-top: 50px;	}
.margin_bottom_big { margin: 0px 0px 50px 0px !important; }

.float_left { float: left; }
.float_right { float: right; }
.hidden { display: none; }

/* Buttons ---------------------------------------------------------------------------------------------------------------------- */

.button
{
  background: #a0015e !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  padding: 3px 7px;
  font-size: 11px;
}

.button.offline
{
  background: #811414 !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  padding: 3px 7px;
  font-size: 11px;
}

.submit
{
  background: #51ac00 !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px #51ac00 solid !important;
  width: 43px !important;
  margin: 0 5px 0 0 !important;
  padding: 1px 5px !important;
  font-size: 11px;
  float: left;
  cursor: pointer;
  color: #fff !important;
  text-align: center;
}

#pi {
  display: block;
  position: fixed;
  width: 10px;
  bottom: 0;
  right: 0;
  margin: 5px;
  color: #fff;
  outline: 0;
}

/* Design containers ----------------------------------------------------------------------------------------------------------------------- */

#fade {
  background: url("/images/backgrounds/background_fade.png") repeat-x left top;
  border-top: 5px #000 solid;
}

#art {
	background: url("/images/backgrounds/art.png") no-repeat 14px 10px;
  width: 1126px;
	margin: 0px auto 0px auto;
}

#shadow {
	margin: 0 auto;
  width: 926px;
  min-height: 100%;
  overflow: hidden;
}

#corners {
	background: url("/images/backgrounds/content_corners.png") no-repeat center top;
  padding-top: 64px;
}

#main_container {
	padding: 1px 0px 0px 0px;
	margin: 0 auto;
	width: 900px;
	background: #000;
  overflow: hidden;
}

/* Header ------------------------------------------------------------------------------------------------------------------------- */

#header {
	margin: 0 auto;
	width: 900px;
	height: 207px;
}

  ul#menu li { float: right; }
  
    ul#menu li a {
      background: url("/images/elements/menu_sprites.png") no-repeat left top;
      display: block;
      width: 112px;
      height: 29px;
      text-indent: -500px;
      overflow: hidden;
    }
    
    ul#menu li.active a { height: 35px; }
    
    /* Menu Sprites ---------------------------------------------------- */
    
      ul#menu a#who_am_i                  { background-position:    0px    0px; }
      ul#menu a#portfolio                 { background-position: -224px    0px; }

      ul#menu a#who_am_i:hover            { background-position:    0px  -40px; }
      ul#menu a#portfolio:hover           { background-position: -224px  -40px; }

      ul#menu li.active a#who_am_i        { background-position:    0px  -80px; }
      ul#menu li.active a#portfolio       { background-position: -224px  -80px; }

      /* IE */
      ul#menu li.active a#who_am_i:hover  { background-position:    0px  -80px; }
      ul#menu li.active a#portfolio:hover { background-position: -224px  -80px; }


/* Sidebar ---------------------------------------------------------------------------------------------------------------------------------- */

#sidebar {
  width: 170px;
  padding: 60px 12px 60px 15px;
  float: right;
}
  
#sidebar h4 { padding-top: 30px; }
  
#sidebar ul li {
  border-bottom: 1px #280f1a solid;  
}

  #sidebar ul a {
    display: block;
    padding: 4px 5px;
    color: #ff2d90;
  }

  #sidebar ul a:hover {
    color: #fff;
    background: #ff2d90;
  }

/* Portfolio Box ---------------------------------------------------------------------------------------------------------------------------- */

#portfolio_content {
  margin-top: 20px;
  overflow: hidden;
}

#portfolio_content div.item {
  margin-bottom: 70px;
  overflow: hidden;
}

.edit_portfolio_item div.item { overflow: hidden; }

  div.item h2 {
    margin-bottom: 20px;
    border-bottom: 1px #FF2D90 dotted;
  }
  
    div.preview {
      float: left;
      width: 414px;
      margin-right: 20px;
    }
    
    .missing
    {
      border: 6px #a0015e solid;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      line-height: 152px;
      text-align: center;
      font-family: Mido;
      font-size: 20px;
      color: #222;
    }
    
    .carousel-wrap {
      height: 152px;
      overflow: hidden;
      position: relative;
      border: 6px #a0015e solid;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 402px !important;
    }
    
    .slides {
      position:absolute;
      top:0px;
      left:0;
    }

    .carousel-wrap img {
      height: 150px;
      display: block;
      border: 1px #000 solid;
    }
      
      .pagination { overflow: hidden; }
        
      div.preview a.shadowbox {
        display: block;
        height: 150px;
        width: 400px;
        padding: 1px;
      }
            
        ul.pagination a {
          float: left;
          margin-left: 6px;        
          display: block;
          background: #610039;
          width: 10px;
          padding: 2px;
          font-size: 10px;
          color: #666;
          text-align: center;
          cursor: pointer;
        }
        
        ul.pagination li.active a {
          background: #a0015e;
          color: #fff;
          outline: none;
        }
    
  div.info {
    float: left;
    clear: right;
    color: #fff;
    width: 386px;
  }
    
    div.info p { margin: 0 0 20px 20px; }
    
    div.info blockquote {
      font-size: 17px;
      color: #ccc;
      background: url("/images/elements/quote_first.gif") no-repeat left top;
      margin-bottom: 20px;
      font-family: Arial;
    }
    
      div.info blockquote div {
        margin: 0 0 0 20px;
        background: url("/images/elements/quote_last.gif") no-repeat right bottom;        
      }     
      
    div.info textarea {
      font-size: 15px;
      font-style: italic;
      color: #ccc;
    }
    
    div.info textarea,
    div.info input
    {
      width: 570px;
    } 
          
    div.thumb_wrapper {
      margin-bottom: 10px;
      overflow: hidden;
    }
    
      div#thumbs div.thumb {
        background: url("/images/elements/no_image_thumb.png") no-repeat;
        padding: 1px;
        border: 6px #a0015e solid;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
      }
      
      div.thumb_wrapper a {
        float: left;
        margin-left: 6px;        
        display: block;
        background: #a0015e;
        color: #fff;
        padding: 2px 4px;
        font-size: 10px;
        text-align: center;
        cursor: pointer;
      }
      
      div.thumb_wrapper a.delete {
        background: #000;
        color: #a0015e;
      }
  
/* ShadowBox ----------------------------------------------------------------------------------------------------------------------- */

#sb-body {
  padding: 1px !important;
  border: 3px #a0015e solid !important;
}

/* Admin -------------------------------------------------------------------------------------------------------------------------- */

#login {
  background: url("/images/elements/fingerprint.gif") no-repeat 20px 50px;
  margin: 0 0 0 70px;
  padding: 50px 0 0 120px;
  height: 280px;
}

#login input {
  font-size: 4em;
  text-align: center;
  background: #000;
  color: #fff;
  border: 1px dotted #222222;
  width: 436px;
}

#login #error {
  margin: 20px auto;
  width: 420px;
}

table {
  width: 620px;
  margin-bottom: 1em;
}

table.list th, 
table.list td {
  border-bottom: 1px #d2d2d2 solid;
  padding: 3px 6px;
}

table tr th {
  font-size: 1.2em;
  text-align: left;
}

table ul li {
  line-height: 1.5em;
}

#admin_list tr th {
  background: #fe0096;
  padding: 3px;
}

  #admin_list a {
    padding: 2px 3px;
    color: #fe0096;
  }

  #admin_list ul a:hover {
    color: #fff;
    background: #ff2d90;
  }
  
  #admin_list #logout {
    background: #600;
    text-align: center;
  }
  
  #admin_list #logout a { color: #000; }

/* About -------------------------------------------------------------------------------------------------------------------------- */

#about {
  background: url("/images/elements/portrait.jpg") no-repeat right top;
  margin: 0px 55px 0px 80px;
  overflow: hidden;
  padding: 50px 0 100px 0;
}

#about #top
{
  overflow: hidden;
  margin-bottom: 50px;
}

#about #top h1
{
  color: #fff;
  background: #bb006e;
  float: left;
  clear: left;
  padding: 0px 6px;
  font-size: 48px;
  margin-bottom: 5px;
  line-height: 1.0em;
}

#about #top h2
{
  background: #bb006e;
  float: left;
  clear: left;
  padding: 1px 6px;
  font-size: 25px;
  margin-bottom: 5px;
  line-height: 1.1em;
}

#about #top h3
{
  color: #fff;
  background: #1e1e1e;
  float: left;
  clear: left;
  padding: 0px 6px;
  font-size: 28px;
  margin-bottom: 4px;
  line-height: 1.1em;
}

#about #top h4
{
  background: #bb006e;
  float: left;
  clear: left;
  padding: 1px 6px;
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1.1em;
  margin-left: 363px;
}
  
#about ol#hire
{
  width: 400px;
  font-family: Arial;
  font-size: 17px;
  list-style-type: square;
  padding-left: 24px;
  margin-bottom: 30px;
}

  #about ol#hire li {  list-style-type: decimal; }

  #about ol#hire li strong,
  #about p strong
  {
    font-size: 17px;
    color: #bb006e;
  }
  
#about p
{
  width: 400px;
  font-family: Arial;
  font-size: 17px;
}

#about p a
{
  border-bottom: 1px #bb006e dotted;
}

/* Footer ------------------------------------------------------------------------------------------------------------------------- */

#footer {
	margin: 0 auto 50px auto;
	width: 900px;
	background: url("/images/backgrounds/footer_corners.png") no-repeat left bottom;
	padding: 20px 0;
}

  #footer_content {
    margin: 0px 40px;
    padding: 20px 0 0px 0px;
    border-top: 1px #222 dotted;
    color: #333;
    overflow: hidden;
  }
  
    #footer_content div.box {
      width: 150px;
      padding: 0 0 5px 20px;
      padding-right: 80px;
      border-right: 1px #222 dotted;
      float: left;
    }
    
    #footer_content div.box strong {
      color: #FF2D90;
      font-weight: normal;
    }
  
    #footer_content a {
      color: #fff;
    }

/* Flashes ------------------------------------------------------------------------------------------------------------------------ */

#notice {
	margin: 20px 0px 0px 0px;
	padding: 10px;
	font-weight: bold;
	border: 2px #84fd8d solid;
	background-color: #dbffde;
	color: #318b00;
}

#error, #errorExplanation {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	font-weight: bold;
	border: 2px #550000 solid;
	background-color: #370000;
	color: #ff3e3e;
	width: 416px;
}

#error_page {
  background: url("/images/elements/sad.gif") no-repeat 20px 50px;
  margin: 0 0 0 70px;
  padding: 50px 0 0 170px;
  height: 280px;
}

#error_page p {
  width: 350px;
  margin-top: 50px;
  font-size: 17px;
  color: #666;
  font-style: italic;
}

#error_page a span {

  color: #ff2d90;
}

/* jCrop ------------------------------------------------------------------------------------------------------------------------ */

.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('/images/elements/jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}