﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #ccc;
    font-size: .75em;
    font-family: Helvetica,Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
pre
{
    font-size: 1em;
    font-family: Helvetica,Verdana, Arial, Sans-Serif;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Helvetica,Verdana, Arial, Sans-Serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#title
{
    padding-bottom:5px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height:90px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Helvetica,Verdana, Arial, Sans-Serif;
    font-size: 32px !important;
}

#content-area, #content-area .sb-inner 
{ 
  background-color:#eee;
  z-index:1;
} 

#main
{
    color: #222;    
    display:inline-block;
    padding: 20px 30px 30px 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#main A
{
 color: #222;  
}

#footer, #footer .sb-inner 
{
    line-height: normal;
    height:30px;
    font-size: .9em;    
    color: #000;  
    text-align:center;
    padding-top:10px;
}

#footer A
{
    text-decoration:none;
    color: #666;
}

#dp
{
    padding:5px 10px 10px 0;
    float:right;
}

#dp A
{
    color:rgb(186,186,186);
    text-decoration:none;
}




/* TAB MENU   
----------------------------------------------------------*/
#tab-container:{position:relative;}
#tabs { position:absolute; right:15px; overflow:visible; padding:0 15px 0 0;margin:35px auto 0 auto; color:#444; z-index:2} 
* html #tabs { height:1%; } 
#tabs li { float:left; color:#222; list-style:none; margin:0 auto; width:80px; padding:0px;} 
* html #tabs li { display:inline-block; } 
#tabs li a { display:block; float:left; text-decoration:none; padding:5px; color:#666; width:70px; text-align:center;} 
#tabs li, #tabs li .sb-inner { background:#ddd;  } 
#currentTab, #currentTab .sb-inner { background:#eee; position:absolute; top:1px;  } 

#tabs li:hover, #tabs li:hover .sb-inner { background:#eee; color:#222} 
#tabs li.hover, #tabs li.hover .sb-inner { background:#eee; color:#222 } /* for ie6 */
#currentTab div.sb-gen div.sb-inner{ background:#eee; cursor:default; color:#222; }
#currentTab a{cursor:default;  color:#222} 



#tabs li .sb-border { background:#bbb; } 



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Common
----------------------------------------------------------*/
.bordered-image {
  padding:8px;
  border:1px solid #ddd;
  background-color: #fff;
  }
  
.bordered-thumb
{
    margin-left:10px;
    border: 1px solid #888;
}

.thumb-holder
{
    width:100%; 
    padding:10px;
    margin-top: -10px;
}

.description
{
 margin:5px 20px;
 padding-top:10px;   
 color:#666;
}
  
  .main-title
  {
   font-size:1.6em;
   color:#666;
   font-weight:bold;
   background: url('/Content/Images/dots.png') repeat-x 0px 100%;
   padding-bottom: 3px;
   margin-bottom:6px; 
   width:740px;
      
  }
  
  .main-title-no-dots
  {
   font-size:1.6em;
   color:#555;
   font-weight:bold;
   padding-bottom: 3px;
   width:100%;      
  }
  
  .form-data
  {
      float:left;
      padding-right:10px; 
      padding-bottom:10px;     
  }
  
  .form-row
  {
      clear:both;
      padding-bottom:15px;
  }
  
  .portfolio-list
  {
      list-style-type:none;
      height:120px;
  }
  .portfolio-list-image
  {
      width:100px;
      height:100px;
      margin-right:10px;
  }
  
  
/*Portfolio
----------------------------------------------------------*/
#pager
{
    clear:both;
    height:15px;
    padding-bottom:10px;
}

#work
{
    padding-top:7px; 
    clear:both;
}

.work-image
{
    float:left;
    width:416px;
}

#work-info
{
    float:right;
    width:300px; 
    background-color:#dedede;   
}
#work-info .sb-inner
{
    background-color:#dadada;    
}

#work-info p
{
    padding:10px;
}


.scaled
{
    width:400px;
}

.pager-next
{
    float:right;
}

.pager-previous
{
    float:left;
}

#main a.pager
{
 font-weight:bold;
 text-decoration:none;
 color:#bbb;   
 padding:2px;
 font-size:1em;
}

.pager
{
 color:#777;   
 padding:1px;  
 font-size:2.4em;
 font-family:Serif; 
 vertical-align:middle;
}

.pager-numbers
{
 height:40px;
 width:100%; 
 padding:10px 0; 
}


ul.portfolio{
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
    padding-top:15px;
    color:#999;
    font-family:Serif;
    font-size:1.1em;
}
ul.portfolio li{
    line-height:1.3em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background:url(/Content/Images/arrow.png) no-repeat 0 2px;
    font-style:normal;
    color:#666;
    font-family: Helvetica,Verdana, Arial, Sans-Serif;
    font-size:1em;
}
