/*
Theme Name: doQer
Theme URI: http://www.doqer.com
Description: The theme for doQer.
Version: 1.0
*/

@import url("http://www.doqer.com/css/global.css");

/* Global style and page layout */
body 
  { 
  margin: 0px; 
  padding: 0px;
  color: #333333;
  }

#container
  {
  width:850px;
  margin: 0px auto 0px auto;
  position:relative;
  }

.topbar_nav_link a
{
   color: #8EA9A9;
}
  
a
  {
  color:#333333;
  cursor:pointer;
  }
  
.separator
  {
  clear:both
  }

img
{
   border: none;
}

#doqer_explanation
{
   width:540px;
}


#cont_topsection
{
    background: url(http://www.doqer.com/images/bgd_hometop_h254px.png);
    height:254px;
}


#topsection_fade
{
   background:transparent url(http://www.doqer.com/images/bgd_publisherstitle_h87.png) repeat     scroll 0 0;
   height:87px;
   margin:0;
   padding:0;
   width:100%;
}

/********** searchbox ***********/
  #searchbox
    {
    clear:both;
    font-size:1.4em;
    color:#464E4D;
    text-align:center;
    background: url(http://www.doqer.com/images/bgd_searchbar_h92.png);
    height:92px;
    margin:26px auto 0px auto;
    width:640px;
    }
  #searchbox_left
    {
    float:left;
    width:15px;
    height:92px;
    background: url(http://www.doqer.com/images/bgd_searchbarleft_w15h92.png);
    }
  #searchbox_right
    {
    float:right;
    width:15px;
    height:92px;
    background: url(http://www.doqer.com/images/bgd_searchbarright_w15h92.png);
    }
   .searchbox_textbox
     {
     width:450px;
     font-size:1.24em;
     color:#999;
     }
  #searchbox_input
    {
    margin:0px 0px 0px 0px;
    width:470px;
    height:62px;
    float:left;
    padding:13px 0px 0px 10px;
    }
  #searchbox_button
    {
    float:left;
    width:120px;
    padding:10px 0px 0px 0px;
    }
   
   
#explanation
  {
  font-size:1.3em;
  color:#677b7c;
  text-align:center;
  font-weight: bold;
  } 
#explanation a
  {
  color:#576b6c;
  } 
    
 
/************* publisherssection ***********/
  #cont_publisherssection
    {
    background:url(http://www.doqer.com/images/bgd_publisherssection.png);
    min-width: 1100px;
    overflow: hidden;
    }
  #publisherssection
    {
       margin: 0 auto;
       width: 960px;
    }
 


/* Blog styles */
h2 a
{   
   font-size:1.2em;
   font-weight:bold;
   margin:0;
   width:300px;
   text-decoration: none;
}

#sidebar ul, #sidebar ul ol {
   margin:0;
   padding:0;
}

#sidebar h2
{
   color:#D27D29;
}

/* Blog layout */
.post 
{
   padding-bottom: 50px;
}

.narrowcolumn 
{
   float:left;
   margin:0 0 0;
   padding:0 0 20px 0px;
   width:700px;
}


#sidebar
{
   margin-left:770px;
   padding:20px 0 10px;
   width:190px;
}

#sidebar a
{
   color: #8EA9A9;
}

#sidebar ul
{
  list-style: none;
}

#sidebar li
{
   padding-bottom: 10px;
}




