/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
  #Reset & Basics
  #Basic Styles
  #Site Styles
  #Typography
  #Links
  #Lists
  #Images
  #Buttons
  #Tabs
  #Forms
  #Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
  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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
  body {
    line-height: 1; }
  
  blockquote, q {
    quotes: none; }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none; }
  table {
    border-collapse: collapse;
    border-spacing: 0; }


/* #Basic Styles
================================================== */
html{
  overflow-y: scroll;
  overflow-x: hidden;
  background:#E1E1E1;
}

body {
    background: #FFF; 
    font: 16px/21px  Calibri,Arial,Helvetica,Geneva,Verdana,sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
 }

/* #Typography
================================================== */
  h1, h2, h3, h4, h5, h6 {
    color: #474b59;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
  h1 { margin-bottom: 10px; display:inline-block;}
  h2 { margin-bottom: 14px; margin-top:62px; padding-top: 20px;}
  h3 {  margin-bottom: 8px; display:inline-block; }
  h4 {  margin-bottom: 4px;}

  .subheader { color: #777; }

  p { margin: 0 0 20px 0; }
  p img { margin: 0; }
  p.lead { font-size: 21px; line-height: 27px; color: #777;  }

  em { font-style: italic; }
  strong { font-weight: bold; color: #333; }
  small { font-size: 80%; }

/*  Blockquotes  */
  blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
  blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
  blockquote cite { display: block; font-size: 12px; color: #555; }
  blockquote cite:before { content: "\2014 \0020"; }
  blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

  hr { border: solid #E5E5E5; border-width: 1px 0 0; clear: both; height: 0; }


/* #Links
================================================== */
  a { color: #666; text-decoration: underline; outline: 0; }
  a:hover { color: #000;text-decoration: none; }
  p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
  ul, ol { margin-bottom: 10px; }

  ol { list-style: decimal; }
  ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
  ul.square { list-style: square outside; }
  ul.circle { list-style: circle outside; }
  ul.disc { list-style: disc outside; }
  ul ul, ul ol,
  ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
  ul ul li, ul ol li,
  ol ol li, ol ul li { margin-bottom: 6px; }
  li { line-height: 18px; margin-bottom: 12px; }
  ul.large li { line-height: 21px; }
  li p { line-height: 21px; }

/* #Images
================================================== */

  img.scale-with-grid {
    max-width: 100%;
    height: auto; }


/* #Buttons
================================================== */

  a.button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
  display: inline-block;
  font-weight:normal;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size:12px;
  padding: 9px 10px 9px 10px;
  -webkit-user-select: none;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
}
  a.button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
  text-decoration: none;
  color:#fff;
}
a.button:active,
  button:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active {
  position: relative;
}

.button:focus {

}

.blueButton{

  color: #fff;

  background: #3cb0f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#3cb0f5), to(#2799de));
  background: -moz-linear-gradient(top,  #3cb0f5,  #2799de);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0f5', endColorstr='#2799de');
}
.blueButton:hover {


  background: -webkit-gradient(linear, left top, left bottom, from(#38a9eb), to(#1b8cd0));
  background: -moz-linear-gradient(top,  #38a9eb,  #1b8cd0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#38a9eb', endColorstr='#1b8cd0');

}

.blueButton:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#1686c9), to(#1686c9));
  background: -moz-linear-gradient(top,  #1686c9,  #1686c9);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1686c9', endColorstr='#1686c9');
}

.redButton {

  color: #fff;

  background: #f11b53;
  background: -webkit-gradient(linear, left top, left bottom, from(#f11b53), to(#e01247));
  background: -moz-linear-gradient(top,  #f11b53,  #e01247);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f11b53', endColorstr='#e01247');
}
.redButton:hover {

  background: -webkit-gradient(linear, left top, left bottom, from(#f11b53), to(#d20e41));
  background: -moz-linear-gradient(top,  #eb4343,  #d20e41);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb4343', endColorstr='#d20e41');

}

.redButton:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#d20e41), to(#f11b53));
  background: -moz-linear-gradient(top,  #d20e41,  #f11b53);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d20e41', endColorstr='#f11b53');
}

.greenButton{

  color: #fff;

  background: #52b84f;
  background: -webkit-gradient(linear, left top, left bottom, from(#78de00), to(#6cca00));
  background: -moz-linear-gradient(top,  #78de00,  #6cca00);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#78de00', endColorstr='#6cca00');
}
.greenButton:hover {


  background: -webkit-gradient(linear, left top, left bottom, from(#70cf01), to(#65ba04));
  background: -moz-linear-gradient(top,  #70cf01,  #65ba04);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#70cf01', endColorstr='#65ba04');

}

.greenButton:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ba802), to(#5ba802));
  background: -moz-linear-gradient(top,  #5ba802,  #5ba802);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba802', endColorstr='#5ba802');
}

.whiteButton {
  color: #848586;


  background: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f2f2f2));
  background: -moz-linear-gradient(top,  #f5f5f5,  #f2f2f2);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f2f2f2');
  }
  
.whiteButton:hover {

  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f2f2f2));
  background: -moz-linear-gradient(top,  #f5f5f5,  #f2f2f2);
  color:#333;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f2f2f2');

}

.whiteButton:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#dfdede), to(#e6e5e5));
  background: -moz-linear-gradient(top,  #dfdede,  #e6e5e5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdede', endColorstr='#e6e5e5');
}


/*============button library ends=========================


  .button.full-width,
  button.full-width,
  input[type="submit"].full-width,
  input[type="reset"].full-width,
  input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }
    
  em{color:#B1B3BE;}*/


/* #Tabs (activate in tabs.js)
================================================== */
  ul.tabs {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: solid 1px #DDD; }
  ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0; }
  ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0px 20px;
    color:#3CB0F5;
    line-height: 30px;
    border: solid 1px #DDD;
    border-width: 1px 1px 0 0;
    margin: 0;
    background: #F2F4F9;
    text-shadow: 0 1px 0 white;
    font-size: 13px; 
    }
  ul.tabs li a:hover {
    background: #fff;
    color:#1F8BCD;
    }
  ul.tabs li a.active {
    background: #fff;
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-left-width: 1px;
    margin: 0 0 0 -1px;
    color: #474B59;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }
  ul.tabs li:first-child a.active {
    margin-left: 0; }
  ul.tabs li:first-child a {
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px; }
  ul.tabs li:last-child a {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }

  ul.tabs-content { margin: 0; display: block; }
  ul.tabs-content > li { display:none; }
  ul.tabs-content > li.active { display: block; }

  /* Clearfixing tabs for beautiful stacking */
  ul.tabs:before,
  ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  ul.tabs:after {
    clear: both; }
  ul.tabs {
    zoom: 1; }
*/

/* #Forms
================================================== */

  form {
    margin-bottom: 20px; }
  fieldset {
    margin-bottom: 20px; }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
    border: 1px solid #ccc;
    padding: 6px 3px 6px 3px;
    outline: none;
    font: 12px/21px Helvetica, Arial, sans-serif;
    color: #474B59;
    margin: 0;
    width:100%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    background: #fff; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    border: 1px solid #38A9EB;
     color: #474B59;
     -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
  textarea {
    min-height: 60px; }
  label,
  legend {
    font-size: 13px;  }
  select {
  width:100%;
     }
  input[type="checkbox"] {
    display: inline; }
  label span,
  legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }

/* #Misc
================================================== */
  .remove-bottom { margin-bottom: 0 !important; }
  .half-bottom { margin-bottom: 10px !important; }
  .add-bottom { margin-bottom: 20px !important; }

  .image{
  width:100%;
  }

.footer{
  width:100%;
  background-color:#E1E1E1;
  border-top:1px solid #ddd;
  margin-top:20px;
  padding-top:20px;
  color:#A0A2B2;
  font-size:12px;
}

.footer h4{
  color:#a0a2b2;
}

/* ------------------------------CSS Responsive Images----------------------------------- */

@media(min-width:480px){
  .desktop{
    width:100%;
    margin:0px 0px 10px 0px;
}
.mobile,
img.mobile {
background:none;
display:none;
visibility:hidden;
 }
}
@media(max-width:480px){
.desktop{background:none; display:none;}
.mobile{
width:100%;
}
}


::selection {
background: #b1ddf7;
}

.code{
  padding:24px 0px 22px 0px;
  border-top: 1px dashed #ddd;
  display:block;
}

.contact{
  padding:32px 0px 33px 0px;
  border-top:1px dashed #ddd;
  display:block;

}
/*
.resize {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 80px;
  width: 80px;
  background: url(../images/resize.png);
}*/

.ie .mobile{
  display:none;

}


label { display:block;
}

label.error { float: none; color: #ee1a4c; vertical-align: top; }

.submit { margin-left: 12em; }
em { font-weight: normal; padding-right: 1em; vertical-align: top; }

.footerWrapper{
  padding-top:20px;
  margin-bottom:20px;
  border-top: 1px dashed #DDD;
  color:#b1b3be;
  font-size:11px;
}

.footerCopyrite{
  padding-bottom:20px;
}

.footerCopyrite a{
  color:#b1b3be;
  border-bottom:1px solid #ddd;
  padding-bottom:1px;
  -webkit-transition: border-bottom 200ms ease-in 3ms;
  -moz-transition: border-bottom 200ms ease-in 3ms;
  -o-transition: border-bottom 200ms ease-in 3ms;
  transition: border-bottom 200ms ease-in 3ms;

}

.footerCopyrite a:hover{
  border-bottom:1px solid #b1b3be;
}

.uiFooter{
  padding:10px 0px 10px 0px;
}

.addPage{
  padding:5px 0px 5px 0px;
}

select {
  width:200px;
}
#anchor{
  clear:both;
  
}

.inline{
  display:inline;
}

.new {
  height:72px;
  background: url(../images/grid.png);
  padding-bottom:10px;
}

.dotted .delete{
  background: no-repeat url(../images/delete.png);
  cursor: pointer;
  width:9px;
  margin: 0.4em 0.2em 0 0;
  height:9px;

}

.rule {
  border-bottom: 1px solid #ddd;
  height:50px;
}

.pageCreate{
border-top: 1px solid #ddd;
  border-bottom: 1px dashed #DDD;
  background:#F2F4F9;
  padding:10px;
  display:block;
  height:40px;
}

.pageCreateBottom{
  border-bottom: 1px dashed #DDD;
  padding:10px;
  display:block;
  height:40px;
}

.tabs li{
  margin-top:20px;
}

input[type="text"].namePage{
  width:200px;
  display:inline;
  
}

.toggleLink{
  float:right;
  font-family: georgia;
  color: #848586;
  text-shadow: none;
  border: solid 1px #ddd;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f2f2f2));
  background: -moz-linear-gradient(top,  #f5f5f5,  #f2f2f2);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f2f2f2');
  display: inline-block;
  font-weight:normal;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size:12px;
  padding: 6px 10px 6px 10px;
  margin:2px 6px 2px 2px;
  -webkit-box-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  -webkit-user-select: none;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
  }
  
.toggleLink:hover {
  border: solid 1px #bbb;
  text-shadow: 0 1px #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f2f2f2));
  background: -moz-linear-gradient(top,  #f5f5f5,  #f2f2f2);
  color:#333;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f2f2f2');
  box-shadow: 1px 1px 2px #fff;
  -o-box-shadow: 1px 1px 2px #fff;
  -moz-box-shadow: 1px 1px 2px #fff;
  -webkit-box-shadow: 1px 1px 2px #fff;

}

.toggleLink:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#dfdede), to(#e6e5e5));
  background: -moz-linear-gradient(top,  #dfdede,  #e6e5e5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdede', endColorstr='#e6e5e5');
}


.ie7 .desktop, .ie8 .desktop{
  padding:100px 0px 20px 0px;
}

.ie7 .button{
  margin-right:10px;
}

