/*
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: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
NOTE: This theme was heavily customized and is not representative of the original theme it is based on. However, it does give you a glimpse at just how easy and powerful the Sandbox theme is when creating your own Wordpress theme. Thanks Scott!
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
img { border: none; } 

#icons { width:205px; margin: 0 auto; margin-bottom:-20px; }
a:active
{
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial;
margin: 0 0 10px 0;
}

body {
background: url('images/headerbg.png') repeat-x 0 0;
font-family: Arial, "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; /* Revise this at some point... */
}

div#wrapper { 
width: 940px;
margin: 0 auto;
}

div#container {

}

div#content {
float:left;
border-left: 10px solid #F3F2F3;
border-right: 10px solid #F3F2F3; 
border-bottom: 10px solid #F3F2F3; 
width:573px;
padding:15px 15px 0 15px;
font-size:15px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
font-size:85%;
}

div#content p {
margin-bottom:20px;
line-height: 2em;
}

div#header {
height: 181px;
}

div#slogan {
background: url('images/slogan.png');
width: 529px;
height: 23px;
text-indent:-9999px;
float: right;
margin: 90px 0 0 0;
display:block;
}

div#secslogan { 
background: url('images/secslogan.png');
width:294px;
height: 36px;
text-indent:-9999px;
}

span.contact	{
font-weight: bold;
margin: 17px 130px 0 0;
float: right;
display:block;
font-size: 19px;
}

div#primary.sidebar {
float:right;
overflow:hidden;
width:306px;
text-align:left;
margin-top:-10px;
}

div#secondary {
clear:right;
}

div#footer {
background: url('images/footerbg.png');
height: 40px;
width:940px;
clear:both;
font-size:14px;
padding-top:25px;
margin-bottom:15px;
}

#footer p#address
{
float:right;
text-align:left;
margin-right: 20px;
margin-top:-25px;
color: #333;
font-size:12px;
}

div#contactform {
background: url('images/formbg.png') no-repeat 0 45px;
font-size: 14px;
color: #333;
padding:10px 15px 10px 15px;
height: 640px;
margin: 0 0 0 12px;
}

div#contactform  p{
margin: 8px 0 0 0;
width:260px;
}

div#contactform  p#formdescrip{
margin: 0 0 15px 0;
font-weight:bold;
width: 290px;
}

#logo { float: left; width: 233px; height: 126px; background: url("images/logo.png") 0 0 no-repeat; text-indent: -9999px; margin: 25px 0 0 35px;}

#logo a { display: block; width: 233px; height: 126px; }

.button { 
display:block;
margin: 0 auto;
}

.bcontent {
margin: 0;
padding:0;
clear:right;
}




/* Navigation */
  #navmenu {
    float: left;
    width: 623px; height: 62px;
    background: url('images/mainnav.png');
    position: relative;
	text-indent:-9999px;
	}
  #navmenu li {
   list-style: none;
    position: absolute; top: 0;}
  #navmenu li, #navmenu a {
    height: 62px; display: block;}
	
  #home {left: 0; width: 125px;}
  #service {left: 125px; width: 195px;}
  #packages {left: 320px; width: 169px;}
  #facts {left: 489px; width: 134px;}
  
  #home a:hover {
    background: transparent url('images/mainnav.png')
    0 -62px no-repeat;}
  #service a:hover {
    background: transparent url('images/mainnav.png')
    -125px -62px no-repeat;}
  #packages a:hover {
    background: transparent url('images/mainnav.png')
    -320px -62px no-repeat;}
  #facts a:hover {
    background: transparent url('images/mainnav.png')
    -489px -62px no-repeat;}

/* Secondary Navigation */
  #secnav { 
  float:right;
  background: url('images/secnav.png');
  width: 298px;
  height: 26px;
  font-family: Arial;
  font-weight: bold; 
  font-size:14px;
  padding: 11px 0 0 0;
  margin: 11px 0 0 0;
  }
  #secnav li  {
  margin: 0 0 0 20px;
  list-style:none;
  text-transform: uppercase;
  }
  #secnav li, #secnav a  {
  display: inline;
  color: #172d08;
  text-decoration: none;
  }   
  #secnav a:hover {
  color: #326212;
  }
 
/* Content styles */

h2.entry-title  {
text-decoration: none;
font-size:26px;
color: #28425e;
}
h2.entry-title a {
text-decoration: none;
font-size:26px;
color: #28425e;
font-weight: normal;
}
h2.entry-title a:hover {
color: #EE0000;
}
.entry-content {
margin-bottom: 20px;
}

.entry-date {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
text-indent:25px;
color: #637b93;
}

abbr.published {border: none;}

#comments {
padding: 15px;
}
#comments  ul{
list-style: decimal;
}
div #comments  h3{
margin-bottom: 10px;
color: #333;
}

.entry-meta { 
background: #F4F8FC;
border: 1px dotted #ccc;
padding: 5px;
}

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 .5em;
}

div.sidebar ul ul li {
margin:.5em 0 0 0;
padding:0 0 0 20px;
background: url('images/bullet_go.png') no-repeat 0 0;
background-position: left;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}


div.entry-content blockquote{background:#F4F8FC;border-left:3px solid #6295CF;padding: .5em .5em 0em .5em;font-size: 95%; margin-top: -20px;}
div.entry-content blockquote p{padding:0.5em 1em 0 0;}
div.entry-content ul {margin:0.5em 0 1.3em 1em; }
div.entry-content blockquote blockquote{background:#F4F8FC;border-left:3px solid #6295CF;}
div.entry-content ul li{margin:0.5em 0 0 1em;padding:0;list-style:circle; line-height: 1.5em;}
div.entry-content ul li h3{margin-bottom:0;}
div.entry-content ul p{margin-top:0;}
div.entry-content ul li ul{margin:0 0 0 2em;padding:0;}
div.entry-content ul li ul li{list-style:disc;}
div.entry-content ul li ul li ul li{list-style:circle;}
div.entry-content ul li ul li ul li ul li{list-style:square;}

div.entry-content ul ul,div.entry-content ol ol,div.entry-content ol ul,div.entry-content ol ul{margin-bottom:0.5em;}
div.entry-content .clearer,p.entry-edit{clear:both;width:99%;}
div.entry-content span.more-link,div.entry-content div.page-link{font-size:0.9em;font-weight:700;text-transform:uppercase;}
div.entry-content div.page-link{background:#ebeef1;margin:1em auto 2em;padding:0.3em 0.1em;text-align:center;width:25%;}
div.entry-content h1, div.entry-content h2,div.entry-content h3,div.entry-content h4,div.entry-content h5,div.entry-content h6{color:#333;font-weight: 400;}
div.entry-content h2,div.entry-content h3{font-size:1.4em;margin:1.5em 0 0.2em 0;}
div.entry-content h4{font-size:1.3em;margin:1.5em 0 -0.6em;}
div.entry-content h5,div.entry-content h6{font-size:1.2em;font-style:italic;margin:1.5em 0 -0.7em;}