/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

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

/* Web Reool Styles */

/* general */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#999999;
	background-image:url(http://www.webretool.com/images/gradient.jpg);
	background-repeat:repeat;
}

#wrapper, wrapper2 {
	margin:0 auto 0 auto;
	padding:0;
	width:792px;
	height:100%;
	background-image:url(http://www.webretool.com/images/wrapper.png);
	background-repeat:repeat-y;
	background-position:bottom;
	position:relative;
}

#header {
	margin:0 auto 0 auto;
	width:780px;
	background-color:#FFF;
}

#header2 {
	margin:0 auto 0 auto;
	width:780px;
	background-color:#464646;
}

#navbar {
	color:#2f3136;
	width:780px;
	margin: 0 auto 0 auto;
	font-size:13px;
	font-weight:bold;
}



.clear {
	clear:both;
	width:100%;
	padding:0;
	margin:0;
}


/* header */

#logo  {
	text-align: center;
	color: #666666;
	font-size: 18px;
	line-height: 20px;
	height:108px;
}

#logo ul {
	width: 780px;
	height: 95px;
	margin:0;
	padding:0;
	list-style:none;
	bottom: 0;
}

#logo-pos	{
	float: left;
	margin-top: 0;
	width: 215px;
}

#phone-contact	{
	float: right; 
	width: 133px;
	margin-right: 0;
}

#contact-btn	{
	width: 134px;
	height: 79px;
	float: right;
	margin: 33px 30px 0 0;
	background-image: url(http://www.webretool.com/images/box/header_box.png);
	background-repeat:no-repeat;
	background-position: bottom;
	font-size: 16px;
	color: #678caf6;
	line-height: 18px;
	text-align: center;
}

#contact-btn a:link, #contact-btn a:visited	{
	text-decoration: none;
	color: #22aaf5;
}

#contact-btn a:hover, #contact-btn a:active	{
	text-decoration: none;
	color: #333333;
}

/* Footer */

#footer {
	margin:0px auto 0px auto;
	padding:0;
	width:792px;
	height:100px;
	background-image:url(http://www.webretool.com/images/footer.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	font-size:12px;
	line-height:26px;
}

#footer p{
	padding-top:5px;
}
#footer a {
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}
#footer a:hover {color:#000000;}

#disclaimer	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	text-align:left;
	}

#disclaimer	a:link, #disclaimer	a:visited{
	color:#28b1eb;
	text-decoration:none;
	}

#disclaimer	a:hover{
	color:#666666;
	}
	
#row-header	{
	text-align:center;
	background-color:#CCCCCC;
	font-weight:bold;
	}
	
#footer-wp {
	color:purple;
}

/* navigation */

.nav-previous	{
	margin-top: 15px;
}

#navbar {
	background-image:url(http://www.webretool.com/images/navigation/navgray.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	width:780px;
}

.menu {
	height:28px;
	position:relative;
	width:780px;
	position:relative;
	z-index:100;
}

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

.menu li {
	float:left;
	position:relative;
	padding:0;
	margin:0;
	width:195px;
}

.menu a, .menu a:visited {
	display:block;
	font-size:13px;
	text-decoration:none;
	color:#2f3136;
	background-image:url(http://www.webretool.com/images/navigation/navgray.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:28px;
	line-height:28px;
	border:0;
	width:195px;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0;
}

.menu :hover > a {
	background:url(http://www.webretool.com/images/navigation/navblue.jpg) top left no-repeat;
	color:#2f3136;
	text-decoration:none;
}

.menu a:active {
	background:url(http://www.webretool.com/images/navigation/navdarkblue.jpg) top right no-repeat;
}

.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
}

.menu ul :hover ul ul{
	visibility:hidden;
}

.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

.menu ul ul {
	width:195px;
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0; 
}

.menu ul ul a, .menu ul ul a:visited {
	background:#FFFFFF; 
	background-image:url(http://www.webretool.com/images/dropdown.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#2f3136;
	height:auto; 
	line-height:1.5em;
	font-size:12px;
	width:195px;
	border:0;
}


.menu ul ul :hover > a {
	background:#d8d8d8;
	background:url(http://www.webretool.com/images/dropdownover.gif) no-repeat top left;
	color:#ededed;
	text-decoration:none;
	font-size:12px;
	font-weight:bold; 
}

.menu ul ul ul{
	top:0px;
	left:195px; 
	width: 135px;
}

.menu ul ul ul a, .menu ul ul ul a:visited {
	width:135px;
	border-left: medium solid #ffffff;
	background:#d8d8d8 url(http://www.webretool.com/images/dropdownover.gif) no-repeat top left;
	color:#ededed;
}

.menu ul ul ul a:hover {
	background: url(http://www.webretool.com/images/dropdown.gif) no-repeat top left;
	color:#2f3136;
}

.menu ul ul ul :hover > a {
	background:background:url(http://www.webretool.com/images/dropdown.gif) no-repeat top left;
	color:#2f3136;
}

/* ETC */

#clear {
	clear: both;
}




/* preload images */

.preload img {
	display:none;
}

/* Blog Content */

#blog-title, #blog-title a {
	text-align:center;
	line-height:31px;
	margin:0px 0 0 10px;
	padding:10px 0 0 0;
	font-size:24px;
	color:#28b1eb;
	text-decoration: none;
}

#blog-description {
	text-align:center;
	line-height:21px;
	margin:0 0 0 5px;
	padding:0 0 10px 0;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}

#container {
    width:780px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
	color:#2f3136;
	font-size:12px;
}

#content {
	width: 580px;
	color:black;
	text-align:left;
	padding-bottom: 10px;
}

#content a, #content a:visited	{
	font-color: #2f3136;
}

#content a:hover	{
	text-decoration:underline;
}

.entry-title, .entry-title a, .entry-title a:visited{
	color: #28b1eb;
	text-decoration:none;
	font-size: 14pt;
}

.entry-title a:hover	{
	text-decoration:underline;
}

.entry-meta, .entry-meta a, .entry-meta a:visited{
	color: black;
	text-decoration:none;
	font-size: 10pt;
}

.entry-meta a:hover	{
	text-decoration:underline;
}

.sidebar {
	margin: 0 0 0px 7px;
	padding-bottom: 10px;
	width:150px;
	font-weight:bold;
	font-size:13px;
	color:#28b1eb;
	background-color:#E1E1E1;
}

.sidebar a, .sidebar a:visited{
	color:#2f3136;
}

.sidebar a:hover {
	text-decoration:underline;
	
}

#primary {
	font-size:13px;

}

#secondary {
	font-size:13px;
	
}

.xoxo, .xoxo ul	{
	list-style:none;
	margin:0 6px 0 6px;
	padding:0;
}

.xoxo ul li	a{
	font-size:11px;
	text-decoration:none;
}

#pages	{
	display:none;
}

.entry-content img {
	border:none;
}



