/*
Design: Karlo Domic ( karlodomic@gmail.com )
*/

body { background: #fff url('../images/layout/body.gif') top repeat-x; font:10pt Arial, Helvetica, sans-serif; }

a { color: #5c91c7; }
a.visited { color: #5c91c7; }
a:hover { color: #3b6691; }

blockquote{margin-left:30px;}

#container { width: 900px; margin: 0 auto; }

/* =Header
----------------------------------------------- */
#header { height: 150px; position: relative; }

  #header h1 a.logo { display: block; text-indent: -5000px; width: 137px; height: 50px; background: url('../images/layout/logo.jpg') no-repeat; position: absolute; left: 20px; top: 14px; }
  
  #utility-nav { position: absolute; right: 20px; top: 30px; }
  #utility-nav li { display: inline; }
  #utility-nav li a { display: block; float: left; font-size: 1.3em; color: #ffffff; text-decoration: none; padding: 0 0px; background: url('../images/nav/utility_nav_divider.gif') left no-repeat; }
  #utility-nav li a:hover, #utility-nav li a.active { color: #E9F5FE; text-decoration: underline; }
  #utility-nav li.first-item a { background: none; }
  
  #main-nav { background: url('../images/nav/main_nav.gif') left no-repeat; margin: 0 -9px; height: 53px; width: 891px; position: absolute; bottom: 11px; padding: 15px 0 0 27px; }
  #main-nav li { display: inline; }
  #main-nav li a { display: block; float: left; font-size: 1em; font-weight: bold; color: #fff; text-decoration: none; padding: 12px 20px 0 20px; background: url('../images/nav/main_nav_divider.gif') left no-repeat; height: 27px; }
  #main-nav li.first-item a { background: none; padding-left: 0; }
  #main-nav li a.active span {  background: url('../images/nav/main_nav_active.gif') bottom center no-repeat; height: 31px; display: block; float: left; cursor: pointer; color: #B3640D; }
  #main-nav li a:hover { color: #B3640D; }
  
/* =Sub Header
----------------------------------------------- */
#sub-header { background: url('../images/layout/sub_header.gif') no-repeat; width: 900px; position: relative; padding-top: 43px; margin-bottom: 20px; }

  p.breadcrumbs { font-size: 0.8em; color: #777; position: absolute; top: 14px; left: 20px; }
  
  #search { background: url('../images/search.gif') no-repeat; width: 220px; height: 20px; position: absolute; right: 20px; top: 11px; }
  #search legend { display: none; }
  #search .input-text { width: 187px; background: none; border: none; font-size:0.9em; color: #999; display: block; float: left; padding: 3px 0 0 9px; margin:0; }
  #search .input-button { width: 16px; height: 20px; cursor: pointer; background: none; border: none; }
  
  #images { background: #fff; height: 111px;  }
  #images li { display: block; float: left; margin: 1px 1px 0 0;}
  #images li.first-item { margin-left: 1px; }
  #images li.last-item { margin-right: 0; }
  
  #directory { background: url('../images/layout/directory.gif') bottom no-repeat; padding: 0 0 11px 0; }
  #directory-inner { background: #f5f5f5 url('../images/layout/directory_list.gif') top left no-repeat; padding-bottom: 5px;}
  #directory ul { width: 159px; float: left; padding: 10px 0 0 20px; }
  #directory ul li { background: url('../images/icons/directory_bullet.gif') left no-repeat; padding-left: 8px; }
  #directory ul li a { font-size: 0.8em; color: #666; text-decoration: none; line-height: 1.6; }
  #directory ul li a:hover, #directory ul li a.active { border-bottom: 1px dotted #333; color: #333; }

/* =Sidebar
----------------------------------------------- */
#innersidebar{
  background: #f4f4f4 url('../images/layout/sidebar_li.gif') top repeat-x;
  padding: 4px;
}
#innersidebarbottom{
  background: #ffffff url('../images/layout/sidebar_li.gif') top repeat-x;
}

#sidebar { width:397px; }
  #innersidebar h2, #sidebar h2, #main-content h2, #innercontent h2{ font-size: 1.4em; color: #2e9eff; margin-bottom: 5px; text-indent: 8px; }
  #sidebar ul { background: #f4f4f4 url('../images/layout/sidebar_li.gif') top repeat-x; }
  #innersidebar ul { padding-top:5px; padding-bottom:6px;}
  #innersidebar  ul li, #sidebar ul li { padding: 10px; background: url('../images/layout/sidebar_li.gif') bottom repeat-x; line-height: 1.4; }
  #sidebar ul li img { float: left; padding: 1px; border: 1px solid #ddd; margin-right: 8px; }
  #innersidebar ul li h3, #sidebar ul li h3 { font-size: 0.8em; font-weight: bold; color: #ee912a; }
  #innersidebar ul li p, #sidebar ul li p { font-size: 0.8em; color: #666; }
  #innersidebar  ul li a, #sidebar ul li a { background: url('../images/icons/read_more.gif') left no-repeat; padding-left: 12px; color: #5c91c7; font-size: 0.8em; }
  #innersidebar ul li a:hover, #sidebar ul li a:hover { color: #386da4; }
  ul.plain, #innersidebar ul.plain, #sidebar ul.plain{background:none; list-style:disc inside;padding-left: 15px;}
  #innersidebar ul.plain li, #sidebar ul.plain li{background:none; float:none; line-height:1.2; padding:0px; font-size: 0.8em; color: #666;}

  #innersidebar td{font-size:0.8em;color: #666;line-height:1.2;}

/* =Main Content
----------------------------------------------- */

#innercontent { width: 700px; margin-left: 20px; }
#main-content { width: 483px; margin-bottom: 20px;}
  .article-wrapper .article-actions { background: url('../images/layout/article_actions.gif') top repeat-x; height: 34px; font-size: 1.2em; font-weight: bold; color: #ee912a; padding: 8px 0 0 8px; }
  .article-wrapper .article { width: 483px; margin: 0 auto; }
  .article-wrapper h3 { font-size: 1.2em; font-weight: bold; color: #ee912a; margin-bottom: 6px; }
  .article-wrapper .article p { color: #666; font-size: 0.9em; line-height: 1.6; margin-bottom: 10px; width: 483px;}
  .article-wrapper .article-inner p { margin-bottom: 10px; width: 642px;}
  .article-wrapper .article-inner{ font-size: 0.9em; line-height: 1.3; margin-left:30px; color: #666;}  
  .article-wrapper hr { width:80%; border: none 0; border-top: 1px dotted #999999; height:1px;}

#avcontactform td{color:#666666;}
#avcontactform{margin-left:20px;}

.alertmsg{
    border:1px solid #ff0000;
    background-color:#fff3f3;
    font-weight: bold; 
    color: #ff0000;
    padding:5px;
    margin: 5px 0 5px 0;
    display:inline-block;
}

/* =Footer
----------------------------------------------- */
#footer { background: url('../images/layout/footer.gif') no-repeat; width: 898px; height: 27px; margin: 0 auto 10px auto; clear: both; padding-top:13px; position: relative; }
  #footer p { font-size: 0.8em; color: #999;}
  #footer p.copyright { padding-left: 25px; }
  #footer p.copyright span { color: #5c91c7; }
  #footer p.authors { position: absolute; right: 25px; top: 14px; }
  #footer p.authors a { color: #5c91c7; text-decoration: none; } 



/* =Web Hosting Table
----------------------------------------------- */

#hostingtable td{padding:3px 3px 3px 3px;}

#hostingtable div.help{width:100%;display: none;}

#hostingtable td.host_col1, 
#hostingtable td.host_col2, 
#hostingtable td.host_col3,
#hostingtable td.host_help{
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  font-size: 1em;
}

#hostingtable td.host_col1{
  background-color: #f4f4f4;
  text-align:left;
}
#hostingtable td.host_col2{
  background-color: #effaff;
}
         
#hostingtable td.host_col3{
  background-color: #fff8ef;
}

#hostingtable td.host_help{
  background-color: #ffffff;
  text-align:left;         
}

#hostingtable a.hostlink {color:#df7300; text-decoration:none; background:url('../images/icons/read_more.gif') left no-repeat; padding-left: 12px;}
#hostingtable a.hostlink:hover{color:#df7300; text-decoration:underline;}


/* =Mouse Over Tool Tips
----------------------------------------------- */
.toolTipText{
    position:relative;
    cursor:help;
    display:inline;

}
.toolTipText span{
    text-decoration:underline;
}

.toolTip {
    position:absolute;
    left:26px; /*Moves it to the right beside the question mark*/
    top:-16px;
    display:none;
    text-decoration:none;
    padding:5px;
    border:1px solid #eee;
    background-color:#f2f2f2;
    font-size:0.9em;
    float:left;
    width:200px;
    z-index:25;
}

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

select, textarea, input {
  background:#f7f7f7;
  border:1px solid #999999;
  margin:10px 4px 1px 0;
  padding:4px;
}

select:focus, input:focus, textarea:focus {
  background:#ffffff;
  border:1px solid #686868;
}

input[type="submit"]{cursor:pointer;}


/* = Project Request form
----------------------------------------------- */
table#projectform td{padding:2px 6px 2px 6px;}
table#projectform tr td:first-child{padding-top:8px;}


/* = Styled notice boxes
----------------------------------------------- */
div.infobox, div.errorbox, div.warningbox, div.successbox{display:inline-block;width:auto;padding:8px;border-radius:8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;}
div.errorbox{border:1px solid #efb3b3;color:#ff0000;background-color:#ffeeee;}
div.warningbox{border:1px solid #efe2a4;color:#ff6600;background-color:#fff9dd;}
div.successbox{border:1px solid #b3efb3;color:#008800;background-color:#eeffee;}
div.infobox{border:1px solid #a4caef;color:#114e8f;background-color:#dfeeff;}

/* = Buttons
----------------------------------------------- */
div.simplebutton{
    background:url("../images/layout/grad_grey_sm.jpg") repeat-x scroll top left;
    padding:4px 6px 0px 6px;
    cursor:pointer;
    border: 1px solid #999;
    font-size:10pt;
    font-weight:bold;
    text-align:center;
    height:24px;
    display:inline-block;
    border-radius:4px;  /* CSS3. Not yet supported. */
    -moz-border-radius:4px;  /* Mozilla Browsers Only! Upgrade to the CSS3 version when it comes out! */
    -webkit-border-radius: 4px; /* Safari */
}            
div.simplebutton a{
    color:#000;
    text-decoration:none;             
}
div.simplebutton a:hover{
    color:#fff;
}



