/*
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
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
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');

/* Just some example content */

html { padding:0; margin: 0;}

div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#cart{
background: #fff;
position:absolute;
top:1px;
left: 1px;
}

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%;
}


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.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 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

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.nav-previous {
float:left;
}

div#header{
text-align:left;
}

input#author,input#email,input#url, {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

/**********************/
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url("Images/cloudsBkg.png");
        background-repeat:repeat-x;
        background-attachment:fixed;
        background-position:bottom center; 
}
.wrapper {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.header {
	background: none; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
      height:75px;
      width:780px;
}

.headerTitle{
float:left;
margin-top: 0px;
}

/* top nav class to hold the nav.*/
.topNav{
	height:25px;
	padding: 0px 0px 0px 0px;
	/*background-color:#cc0000;*/
	width:455px;
	float:right;
	margin-top: 5px;
}

/* MAIN NAVIGATION*/
#navigation {
	list-style: none;
	margin: 0px; padding-left:0px;
	font-family: "Book Antiqua", serif;

}

#navigation li {
	float: left;
	font-family: "Book Antiqua", serif;
	/*background-image:url(Images/whitedots.png);*/
	background-repeat:no-repeat;
	background-position:top right center;
       margin: 2.5% 0% 0 3.5%;
}

#navigation li a {
	display: block;
	font-family: "Book Antiqua", serif;
	font-size:13px;
	font-weight:bold;
	text-align: center;
	color:#cc0000;
	/*padding: 7px 15px 0px 10px;   top right bottom left*/
	text-decoration:none;
	font-variant:small-caps;
	font-style:italic;
}
	
#navigation li a:hover {
	color: #000000;
	text-decoration:underline;
	font-family: "Book Antiqua", serif;
	text-decoration:none;
	font-variant:small-caps;
	font-style:italic;
}
	
	/* END OF MAIN NAVIGATION*/

.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mainContent {
	margin:10px 0;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
}

.transparent {
        margin:0;
	padding: 1px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(Images/TransparentTile.png);
	background-repeat:repeat;
        width:100%;
}

.leftSideBar{

 width:200px;
 height:300px;
 padding-top:10px;
 margin: 20px 0 0 0;
 font-family:"Book Antiqua", serif;
 font-size:14px;
 float:left;
  
}

.leftSideBar h1 {
	font-family:"Book Antiqua", serif;
	font-size: 25px;
	color:#000000;
	padding-left:15px;
	padding:0 0 5px 10px;
	margin:0;
	font-weight:normal;
}

#SideNav {
	list-style:none;
	margin: 0px; 
        padding-left:0px;
	font-family: "Book Antiqua", serif;
}

#SideNav li {
	font-family: "Book Antiqua", serif;
	display:block; 
}

#SideNav li a {
 	display:block;
	font-family: "Book Antiqua", serif;
	font-size:13px;
	color:#000000;
	padding: 0px 0px 0px 10px;  /* top right bottom left*/
        text-decoration:none;
	font-variant:small-caps; 
        margin:0;
        margin-bottom: 0 !important; margin-bottom: -17px
}
	
#SideNav li a:hover {
	color: #cc0000;
	font-family: "Book Antiqua", serif;
	font-size:13px;
	text-decoration:none;
	font-variant:small-caps;
	
}

.subContent{
 width:570px;
 height:300px;
 float:right;
 font-family:"Book Antiqua", serif;
 font-size:12px;
 padding-top:10px;
 margin:20px 0 0 0;
}

.right{
 width:260px;
 height:300px;
 float:right;
 font-family:"Book Antiqua", serif;
 font-size:14px;
 margin-bottom:20px;
}
.right h3{color:#cc0033; font-size:15.5px;}

.left{
 width:500px;
 height:300px;
margin-bottom:20px;
}

.bottom{
	width:780px;
	margin: 10px 0 0 0;
        background: url(Images/TransparentTile.png);
}

#bottomList{
       list-style:none;
	margin: 0px; 
	padding-left:0px;
	font-family: "Book Antiqua", serif;
        width:250px;

}

.spacing{letter-spacing:.5em; font-size:11px; width:215px; padding-top:10px;}
.red{color:#cc0000; font-weight:bold; font-size:14px;}
/*.grey2{color:#999999;}*/
.read{font-size:13px; /*line-height:.95em;*/ color:#777777;}
.read2{font-size:15px; /*line-height:1.2em;*/ color:#555555;}

#bottomList li {
	font-family: "Book Antiqua", serif;
	/* list-style-image:url(../images/redDot.png); */
	padding: 0px 15px 0px 10px;  /* top right bottom left*/
	font-size:12px;
}

#bottomList li a {
	font-family: "Book Antiqua", serif;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	color:#ffffff;
	padding: 0px 15px 0px 4px;  /* top right bottom left*/
	text-decoration:none;
}
	
#bottomList li a:hover {
	color: #000000;
	text-decoration:underline;
	font-family: "Book Antiqua", serif;
	text-decoration:none;
}

#footer {
        padding:0;
        margin:0;
	color:#999999;
        height:15px;
	font-family:"Book Antiqua", serif;
	font-variant:small-caps;
        font-weight:normal;
	font-size:10.5px;
        text-align:right;
}
#footer a {
	font-family: "Book Antiqua", serif;
	color:#999999;
	text-decoration:none;
	font-variant:small-caps;
}
	
#footer a:hover {
	color: #777777;
	text-decoration:underline;
	font-family: "Book Antiqua", serif;
	text-decoration:none;
	font-variant:small-caps;
}
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.contact{
 width:500px;
 height:300px;
}
.contact h2{
font-family: "Book Antiqua", serif;
border-bottom: dotted;
border-bottom-width:thin;
}

.contact p {
font-family: "Book Antiqua", serif;
 font-size:13px;
}

.contact a {
	font-family: "Book Antiqua", serif;
	font-size:13px;
	color:#cc0000;
	text-decoration:none;
}
	
.contact a:hover {
	color: #cc0000;
	text-decoration:underline;
	font-family: "Book Antiqua", serif;
}
