/*
THEME NAME: Welcome2Work Blog template (based on Sandbox 1.5.2)
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
/*@import url('sandbox-layouts/2c-r.css');*/

	/*
		Welcome2Work Blog template
		-------------
		modified: 2008-08-17
		
		Contents
		============================
		1. General
		2. Header
		3. Navigation
    4. Sub navigation
		5. Content
		6. Sidebar
		============================
	*/



	/******************************************
	  1. General
	******************************************/


html
{
  font-size:x-small;
}

body
{
  margin: 0; 
  padding: 0;  
  background-color: #178c8d; 
  color: #5a5a5a;
  font-family:Georgia,Verdana,Arial,Helvetica;
  font-size:120%;
}

div#wrapper
{
  width: 950px;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 110%;
}

ul
{
  list-style-type:none;
  margin:0;
  padding: 0;
}

.skip-link
{
  display: none;
}

.clr
{
  clear: both;
}

	/******************************************
	  2. Header
	******************************************/


div#header
{
  background: #178c8d url(images/gui/headerBG.gif) -9px 0 no-repeat;
  width: 870px;
  height: 128px;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}

#blog-description
{
  display: none;
}

#blog-title a
{
  display: block;
  float: left;
  background: url(images/gui/topLogo.png) 0 0 no-repeat;
  margin: -3px 0 0 0;
  width: 195px; 
  height: 98px;
  text-indent: -9999px;
  overflow: hidden;
}


	/******************************************
	  3. Navigation
	******************************************/


#nav-above
{
  display: none;
}

.WebTopMenuContainer 
{ 
  float: left; 
  margin: 0 0 10px 0; 
  border:0!important; 
  display: inline; 
  height: 47px; 
  width: 860px; 
  background-image: url(images/gui/topMenuBG.gif); 
}

.WebTopMenuItem 
{ 
  float: left; 
  height: 47px; 
  display: inline; 
  overflow:hidden; 
}

.WebTopMenuEnd 
{ 
  width: 14px; 
  height: 47px; 
  background-image: url(images/gui/topMenuEnd.gif); 
  float: right; 
}

.WebCompanyAddressContainer
{
  display: none;
}

#menu 
{
  display: none;
}



	/******************************************
	  3. Sub navigation
	******************************************/

#subnavigation_top
{
  background: #127071 url(images/gui/leftMenuTop.gif) 0 0 no-repeat;
  width: 140px;
  height: 14px;
  margin: -20px 0 0 -10px;
}

#subnavigation
{
  float: left;
  width:110px;
  padding: 20px 20px 20px 10px;
  margin-right: 10px;
  background: #127071 url(images/gui/leftMenuBG.gif) 0 0 repeat;
  font-family:Verdana,Arial,Helvetica;
}

#subnavigation ul li
{
  background: transparent url(images/gui/leftMenuTopItem.gif) 0 5px no-repeat;
  padding-left: 13px;
  line-height: 1.1em;
}

#subnavigation ul li a
{
  color: #fff;
  font-size: 0.7em;
  font-weight: bold;
  text-decoration: none;
}


	/******************************************
	  5. Content
	******************************************/

div#container
{
  margin: 0 10px 0 0;
  width: 530px;
  float: left;
}

#content_top
{
  float: left;
  background: transparent url(images/gui/middleColumnTop.gif) 0 0 no-repeat;
  width: 530px;
  height: 14px;
}

div#content
{
  width: 490px;
  background: #fff url(images/gui/middleColumnBG.gif) 0 0 repeat-y;
  padding: 0 20px 20px 20px;
  margin-right: 10px;
  float: left;
}


#content a
{
  color: #C43DC9;
}


div#content h2.entry-title, 
div#content h2.entry-title a
{
  font-family: arial, verdana, sans-serif;
  font-size: 30px;
  color:#636262;
  text-decoration: none;
  overflow:hidden;
}

div#content abbr
{
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
}

div#content .hentry,
div#content .entry
{
  border-bottom:1px dotted #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


	/******************************************
	  5. Sidebar
	******************************************/

div#sidebar_top
{
  float: left;
  background: transparent url(images/gui/rightColumnTop.gif) 0 0 no-repeat;
  width: 170px;
  height: 15px;
}


div.sidebar
{
  float: left;
  width: 140px;
  margin: 0;
  padding: 0 20px 20px 20px;
  background: transparent url(images/gui/rightColumnBG.gif) 0 0 repeat-y;
}

div.sidebar a
{
  color: #000;
  
}

div.sidebar h3
{
  font-family: arial, verdana, sans-serif;
  
}


div.sidebar li
{
  margin-bottom: 10px;
  
}






