@charset "utf-8";
/* CSS Document */

a
{
	color:#649C64;
	text-decoration:none;
}

a:hover
{
	color:#6c0;
	text-decoration:underline;
}

body
{
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
}

#container
{
    background-image: url(images/scoot_wireframe.png);
    background-repeat: no-repeat;

}

a img
{
	border:none;
	text-decoration:none;
}

#header img.logo
{
	float:right;
}

#mainNav
{
	padding:0 10px 0 20px;
}

#mainNav ul
{
	float:right;
}
#mainNav li
{
	display:inline;	
}
#mainNav a
{
	color:#808080;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.6em;
	font-weight:bolder;
	text-decoration:none;
	text-transform:lowercase;
}
#mainNav li + li
{
	margin-left:1em;
}

#mainNav a:hover, #mainNav .current_page_item a
{
	color:#6c0;
}

#mainNav + hr
{
    border:none;
    border-top:1px dashed;
    padding-bottom: 15px;
}



	
.clear
{
  clear:both;
}


div.box img
{
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
	
	border:none;
	
    width:100%;
	height:120px;
	
    margin:0;
    padding:0;
}

div.box  h2
{
    margin:0;
    padding:6px 10px;
    background-color: #e6e6e6;
	color:#6c0;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	text-transform:lowercase;
}

a.box:hover div.box
{
    -webkit-box-shadow:rgba(102,204,0, 1) 0px 0px 5px;
    -moz-box-shadow:rgba(102,204,0, 1) 0px 0px 5px;
	border:solid 1px #6c0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	background-color:rgba(255,255,255,1);

}

a.box:hover div.box h2
{
	background-color:#6c0;
	color:white;
}

div.box  p
{
	color:#555;
}

a.box:hover p
{
	color:#111;
	text-decoration:none;
}
div.box > div
{
    margin:0;
    padding:0 10px 5px;
	overflow:hidden;
}


div.box
{
    float:left;
	margin:0 1.7% 3% 0;
	width:23%;
	background-color:rgba(255,255,255,0.95);

    -webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 5px;
    -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	border:solid 1px #aaa;
}

a.box
{
	text-decoration:none;
	
}

a > .box h2, a > .box p
{
	text-decoration:none;
}

body.single #mainContent,  body.page #mainContent
{
    background-color:rgba(255,255,255,0.95);
    -webkit-box-shadow:rgba(0,0,0,0.8) 0px 0px 10px;
    -moz-box-shadow:rgba(0,0,0,0.8) 0px 0px 10px;
	box-shadow:rgba(0,0,0,0.8) 0px 0px 10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	border:solid 1px #888;
    margin:0 25px 25px;
	padding:25px;
}

body.single #mainContent h1, body.page  #mainContent h1
{
	
}

#mainContent
{
	
}

#mainContent .leftColumn {
	width: 47%;
	float: left;
}
#mainContent .rightColumn {
	width: 47%;
	float: right;
}

h1 .adminOptions
{
	visibility:hidden;
	text-align:right;
	display:block;
	margin-top:-1em;
	font-size:70%;
	font-weight:normal;
	text-transform:none;
	letter-spacing:0.1em;
	margin-left: 15px;
	margin-right:15px;
}

h1:hover .adminOptions
{
	visibility:visible;
}

*:first-child
{
	margin-top:0;;
}
*:last-child
{
	margin-bottom:0;
}

#sidebar .widget_links
{
	list-style-type:none;
}
#sidebar ul, #sidebar  ol
{
	padding:0;
	margin-left:0;
	margin-right:0;
	list-style-position:inside;
}


