/*
Theme Name: SummitMarking theme
Theme URI: 
Description: SummitMarking theme
Version: 1.8
Author: zemodo
Author URI: 
Tags: custom theme

*/
* { margin:0; padding:0;}
a { color:#FFFFFF; text-decoration:none;}
a:hover { color:#00aeef;}
body{ font:12px/170% Arial, Helvetica, sans-serif; color:#FFFFFF;}
body { background:#121112 url(images/body-home-bg.jpg) repeat-x;}
#page { background:url(images/page-bg.jpg) top center no-repeat;}
#page-inner { width:960px; height:100%; overflow:hidden; margin:0 auto; position:relative;}
h2 { font-size:18px; margin:0 0 0.5em 0;}

/*header */
#search-block { width:275px; height:35px; padding:5px 0px 0px 15px; background:url(images/search-box.jpg) no-repeat; position:absolute; right:0; top:0;}
#search-block  label.screen-reader-text { display:inline-block; background:url(images/search.gif) center left no-repeat; width:20px; height:16px; font-size:0px; color:#424242;}
#search-block  #s { width:200px; border:none; background:none; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#CCCCCC;}
#search-block #searchsubmit { display:none;}


#header { }
#header-inner  { padding-top:48px; padding-left:36px; height:100%; overflow:hidden;}
#headerimg { float:left;}
img { border:none;}
#menu { width:625px; height:38px; padding-left:50px; background: url(images/menu-bg.png) no-repeat; float:right;}
#menu ul { list-style:none;}
#menu ul li { list-style-type:none; float:left; padding:8px 0px;}
#menu ul li.current_page_item,#menu ul li.hover { background:url(images/menu-item.png) bottom center no-repeat;}
#menu ul li a { font-size:14px; line-height:100%; display:inline-block; padding:0 16px; border-right:1px solid #FFFFFF;}
#menu ul li a:hover ,#menu ul li.current_page_item a { color:#00aeef;}
#menu ul li.page-item-14 a { border:none;}

/* home top */
#ad { padding:40px 36px 70px 36px; position:relative;}
#home-content { padding-top:80px;}

/*sidebar */
#sidebar { width:884px; margin-left:36px; background:url(images/top-line.gif) no-repeat;  padding-top:15px;}
#sidebar-center { background:url(images/center-line.gif) top left; repeat-y; padding:20px 0 20px 20px; }
#sidebar-bottom { background:url(images/bottom-line.gif) no-repeat; width:884px; height:15px;}
#sidebar-center ul { list-style:none; margin:0; padding:0;}
#sidebar-center li { list-style-type:none; margin:0; padding:0;}
#sidebar-center  .textwidget ul { height:100%; overflow:hidden; margin-top:20px;}
#sidebar-center  .textwidget ul li { float:left; padding-left:106px; width:170px;}
#sidebar-center  .textwidget ul li.item1 { background:url(images/print.png) no-repeat; background-position:0px 20px;}
#sidebar-center  .textwidget ul li.item2 { background:url(images/web.png) no-repeat;background-position:0px 20px;}
#sidebar-center  .textwidget ul li.item3 { background:url(images/seo.png) no-repeat;background-position:0px 20px;}
#sidebar-center h2.widgettitle,#sidebar-center .textwidget p{ display:none;} 
body.home #sidebar-center h2.widgettitle,body.home #sidebar-center .textwidget p{ display: block;} 

/* footer */
#footer { padding:20px 0; text-align:center;}

/* portfolio */
#content { width:884px; background:url(images/top-line.gif) no-repeat;  padding-top:15px; margin:40px 0 20px 36px;}
#content-center { background:url(images/center-line.gif) top left; repeat-y; padding:20px 0 20px 20px; }
#content-bottom { background:url(images/bottom-line.gif) no-repeat; width:884px; height:15px;}
ul.plist { height:100%; overflow:hidden; list-style:none;}

ul.plist li { list-style-type:none; float:left; width:182px; height:150px; padding:14px; overflow:hidden; }

ul.plist li a img { border:3px solid #111111;}
ul.plist li a:hover img { border:3px solid #3e7dfe;}
ul.plist li a:hover { color:#3c77f5;}
.wp-pagenavi { text-align:center;}

/* home */
#gallery { width:443px; height:319px; padding:19px 0 0 132px; background:url(images/tv.png) no-repeat; position:absolute; top:40px; right:5px;}
#gallery ul { list-style:none; margin:0; padding:0;}
#gallery ul li { list-style-type:none; width:336px; height:181px; overflow:hidden; text-align:center;}


#pen { width:178px; height:185px; background: url(images/pen.png) no-repeat; position:absolute; top:150px; right:25px;}







/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox  <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
 
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 25px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:right;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  position:absolute;
  top:-5px; 
  right:5px;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}



#post-with-sidebar-right { width:620px; float:left; padding-right:20px;}
#sidebar-right { width:204px; float:left; }
#content-center { height:100%; overflow:hidden;}
#main {width:884px; height:100%; overflow:hidden;  padding-top:15px; margin:40px 0 20px 36px;}
#sidebar-left { width:207px; float:left;}
#main-right { width:674px; float:right; height:100%; overflow:hidden;}
#post-with-sidebars {width:395px; float:left; padding:0 20px;} 
#sidebar-left-top { width:207px; height:25px; background:url(images/sidebar-left-top.gif) no-repeat;}
#sidebar-left-mid { width:207px; background: url(images/sidebar-left-mid.gif) repeat-y;}
#sidebar-left-bottom{ width:207px; height:25px; background:url(images/sidebar-left-bottom.gif) no-repeat;}
#main-right-bottom {  width:674px; height:25px; background:url(images/main-right-bottom.gif) no-repeat;}
#main-right-top{  width:674px; height:25px; background:url(images/main-right-top.gif) no-repeat;}
#main-right-mid {width:674px; background:url(images/main-right-mid.gif) repeat-y; height:100%; overflow:hidden;}
#sidebar-left ul { list-style:none; margin:0; padding:0; display:block;}
#sidebar-left ul li { list-style:none; margin:0; padding:0; display:block;}
#sidebar-left ul.parent { padding-left:2em; padding-bottom:1em;}
#sidebar-left ul.parent li a { font-size:18px; font-weight:bold;}
#sidebar-left ul.children li { padding-left:4em;}
#sidebar-left ul.children li a  { font-size:14px; line-height:38px;}
#sidebar-left ul.children li.current_page_item { background:url(images/sidebar-left-item-bg.png) no-repeat; }
#sidebar-right-top { width:204px; height:12px; font-size:0px; line-height:100%; background:url(images/sidebar-right-top.gif) no-repeat;}
#sidebar-right-mid { width:204px; background:url(images/sidebar-right-mid.gif) repeat-y;}
#sidebar-right-bottom { width:204px; height:12px; font-size:0px; line-height:100%; background:url(images/sidebar-right-bottom.gif) no-repeat;}
#sidebar-right-mid ul { list-style:none; margin:0; padding:0;}
#sidebar-right-mid ul li { list-style:none; margin:0; padding:10px;}
.blue { color:#00aeef;}
.phone { font-size:24px; font-weight:bold; padding-bottom:10px;}
.addr { padding-top:10px; margin-top:5px; border-top:1px dashed #FFFFFF;}
#menu { margin-top:20px;}
#gallery ul li { display:none;}
#ad { padding-top:10px;;}
#main { margin-top:10px;}
#content { margin-top:20px;}
