/*
Theme Name: Revolution Office
Theme URI: http://www.revolutiontwo.com
Description: The Revolution Office WordPress Theme.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.jdidit.com/
Tags: WordPress, Office, Professional

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jdidit.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Lets Begin */
html, body {
font-size: 13px; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
background: #945826;
color: black;
margin: 0;
padding: 0;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
margin: 0;
padding: 0;
}

a:link, a:visited {
color: #C17225;
text-decoration: none;
}

a:hover {
color: #8D5325;

}

.clear {
clear: both;
}

p {
margin: 0 0 10px 0;
}
/* And... Moving On */

.wrapper {
width: 1000px;
margin: 0px auto;
}

/* Begin Header */
#masthead {
height:226px;
width: 1000px;
float: left;

}

#tagline {
width: 0px;
height: 22px;
float: left;
color: #FFFFFF;
padding-top: 6px;
}

#pages {
width: 510px;
height: 25px;
float: right;
font-size: 14px;
color: white;
text-align: right;
padding-top: 6px;
}

#pages ul {
list-style: none;
margin: 0;
padding: 0;
}

#pages li {
display: inline;
margin: 0 0 0 12px;
}

li.rss {
display: inline;
padding: 0 20px 0 0;
background: url(images/rss.gif) right no-repeat;
}

#pages a:link, #pages a:visited {
color: white;
text-decoration: none;
}

#pages a:hover {
color: white;
background: #8C5326;
text-decoration: ;
font-weight: bold;
}



	
#pages { list-style: none; border-width: 0 0 1px 1px;  }

#pages li { font-size: 95%; margin-bottom: -.1em; background: none; border: none; border-left: 0; float:left; position:relative; }

#pages li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #834E24; border-bottom: 0; }

#pages li li.current_page_item, ul#tabs li li.current-cat { background: none; padding-bottom: 0em; }

#pages li li.current_page_item a, ul#tabs li li.current-cat a { text-decoration:underline; }
	
#pages li a { display: block; line-height:inherit; color: white; text-transform: none; padding:3px; }

#pages li a:hover { color: white; font-weight: bold; }

#pages li li:hover { background-color:#8C5326;}
	
#pages li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }

#pages li.current_page_item li a, ul#tabs li.current-cat li a { cursor:pointer; }

#pages li li.current_page_item  a:hover, ul#tabs li li.current-cat  a:hover { font-weight: bold; }
		
#pages li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
	
#pages li.rss { padding-right: 0; background: none; border: none; float: right; }
		
#pages li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }

#pages li ul { list-style:none; position:absolute; left:-9999px;  border:none; border-top:0; float:left; background-color:none; overflow:hidden;}

#pages li:hover ul { left:auto; display:inline-block; margin:0; padding:0;}

#pages li ul li { margin:0; padding:0; float:left; display:block; clear:both; border:0;}

#pages li ul li a { width:100%;}

#pages li ul li a:hover { color: white; text-decoration: underline; background-color:none; }

#pages li ul li + li { border-top:none; }







#logo {
width: 560px;
height: 200px;
float: left;
margin-left: -25px;
}

#headright {
width: 410px;
height: 56px;
float: left;
text-align: right;
padding: 18px 0 0 20px;
}
/* End Header */

/* Begin Search */
#searchwrap {
float: right;
padding: 0 5px 5px 5px;
height: 20px;
background: url(images/searchbg.gif) top left no-repeat;
}

* + html #searchwrap {
padding: 1px 5px 5px 5px;
}

#searchwrap input{
vertical-align: middle;
background: none;
color: #3C3F36;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#searchwrap #s{
border: none;
padding: 5px 0 5px 0;
margin: 0;
width: 215px;
}

* + html #searchwrap #s {
margin: -3px 3px 0 0;
width: 210px;
}
/* End Search */

/* Begin Navigation */
#navigation {
width: 960px;
height: 31px;
float: center;

}

#nav {
bottom: 0;
right: 0;
z-index: 999;
list-style: none;
float: right;
margin: 0;
padding: 0;
margin-right: 10px;
margin-top: -15px;
}

#nav li {
float: left;
margin-left: 5px;
background: url(http://watertowncenter.net/wp-content/uploads/2009/04/navbg.png) no-repeat right top;
font-size: 12px;
}

#nav li.current {
background-position: right bottom;
}

#nav li a {
float: left;
display: block;
height: 22px;
padding: 9px 14px 0;
background: url(http://watertowncenter.net/wp-content/uploads/2009/04/navbg.png) no-repeat left top;
color: #FFFFFF;
text-decoration: none;
}

#nav li.current a {
background-position: left bottom;
color: #FFFFFF;
}

#nav li:hover, #nav li.sfhover {
background-position: right -31px;
}

#nav li.current:hover, #nav li.sfhover.current {
background-position: right bottom;
}

#nav li:hover a, #nav li.sfhover a {
background-position: left -31px;
color: #FFFFFF;
}

#nav li.current:hover a, #nav li.sfhover.current a {
background-position: left bottom;
color: #C7CBC0;
}

#nav li#nav_home.current {
background-position: right top;
}

#nav li#nav_home.current a {
background-position: left top;
color: #FFFFFF;
}

#nav li.current#nav_home:hover, #nav li.current.sfhover#nav_home {
background-position: right -31px;
}

#nv li.current#nav_home:hover, #nav li.current.sfhover#nav_home a {
background-position: left -31px;
color: #FFFFFF;
}

#nav li ul {
clear: left;
position: absolute;
left: -999em;
z-index: 999;
width: 161px;
margin-top: 31px;
margin-left: 0px;
_margin-top: 0; /* IE6 only */
border: 1px solid #683e25;
border-top: 0;
border-bottom: 0;
list-style: none;
line-height: 1;
padding-left: 0px;
}
/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
* + html #nav li ul {
margin-top: 0;
}

#nav li li {
display: inline;
_display: block;
float: none;
_float: left;
margin: 0;
font-size: .9167em;
text-transform: none;
}

#nav li ul ul {
margin: -31px 0 0 161px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
left: auto;
}

#nav li li li {
font-size: 1em;
}

#nav li:hover li a, #nav li.sfhover li a {
float: none;
width: 133px;
height: auto;
padding: 9px 14px;
border-bottom: 1px solid #8F5525;
background: #683E25;
opacity: .90;
filter: alpha(opacity=90);
color: white;
}

#nav li:hover li a:hover, #nav li.sfhover li a:hover {
background: #8F5525;
opacity: .90;
	filter: alpha(opacity=90);
}
/* End Navigation */

/* Begin Content Slider */
.wrap {
position: relative;
margin: 0 auto;
margin-left: 20px;
background: #734524;
-moz-border-radius: 5px;

}

.contain:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .contain { height: 1%; } /* IE6 */
*:first-child+html .contain { min-height: 1px; } /* IE7 */

#featured {
width: 980px;
float: left;
margin: 21px 0 55px 0;
}

#featured .wrap {
padding: 10px 0 10px 0;
background: #683E25;
}

#slides {
width: 940px;
height: 240px;
position: relative;
top: 0px;
overflow: hidden;
z-index: 5;
margin: 0 auto;
padding: 0;
}

#slides img {
margin: 0 7px 0 0;
padding: 0;
border: 0;
width: 310px;
height: 240px;
}

#slide-box {
/* width: 7020px; */
height: 240px;
position: absolute;
overflow: visible !important;

}

#slide-box div {
float: left;
position: relative;
width: 960px;
height: 240px;
display: block !important;
}

#slides-prev {
display: block;
width: 50px;
height: 260px;
position: absolute;
top: 0;
left: -17px;
z-index: 10;
}

#slides-prev a {
display: block;
width: 50px;
height: 260px;
text-indent: -9999px;
background: url(http://watertowncenter.net/wp-content/uploads/2009/04/slide-nav1.png) no-repeat 0 0;
}

#slides-prev a:hover { background-position: 0 100%; }

#slides-next {
display: block;
width: 50px;
height: 260px;
position: absolute;
top: 0;
right: -17px;
z-index: 10;
}

#slides-next a {
display: block;
position: relative;
width: 50px;
height: 260px;
text-indent: -9999px;
background: url(http://watertowncenter.net/wp-content/uploads/2009/04/slide-nav1.png) no-repeat 100% 0;
}

#slides-next a:hover { background-position: 100% 100%; }
/* End Content Slider */


/* Begin Tooltip */
#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #6B3F26;
background: #f2e8cb url(images/tipbg.png) top left repeat;
padding: 5px;
width: 200px;
font-size: 10px;
font-weight: normal;
color: #3C3F36;
}

#tooltip h3, #tooltip div { 
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
/* End Tooltip */

/* Begin Home Page */

#homeleft {
width: 302px;
height: 80px;
float: left;
border-right: 2px solid #734524;
padding: 10px 10px 5px 0;
overflow: hidden;
text-align: center;
line-height: 1.5em;
margin-top: 30px;
margin-left: 33px;
}

#homecenter {
width: 298px;
height: 80px;
float: left;
text-align: center;
border-right: 2px solid #683E25;
padding: 10px 10px 5px 10px;
overflow: hidden;
line-height: 1.5em;
margin-top: 30px;
}

#homeright {
width: 302px;
height: 80px;
float: left;
text-align: center;
padding: 10px 0 5px 10px;
overflow: hidden;
line-height: 1.5em;
margin-top: 30px;
}

#homebox {
width: 932px;
float: left;
height: 260px;
background: #7A4825;
margin: 10px 0 0 0;
border: 5px solid #C17625;
-moz-border-radius: 5px;
margin-top: 44px;
margin-bottom: 31px;
margin-left: 21px;
padding: 8px;
padding-top: 36px;
color: #f2e8cb;
font-size: 11px;
}

#homebox h2{
color: #C17625;
}

#homebox img {
padding: 2px;
background: #6F4225;
}

#homebox img:hover {
padding: 2px;
background: #834E24;
}

#boxmain {
width: 460px;
float: left;
margin: 0 22px 0 0;
}

#boxmain img {
width: 190px;
height: 190px;
float: left;
margin: 0 8px 0 0;
}

.boxitem {
width: 215px;
height: 60px;
float: left;
margin: 0 10px 10px 0;
overflow: hidden;
}

.boxitem h3 {
font-size: 12px;
}




.boxitem img {
width: 50px;
height: 50px;
float: left;
margin: 0 8px 0 0;
}

.itemdets {
float: left;
margin: 5px 0 0 0;
}
/* End Home Page */

/* Begin Secondary Pages */
#whitewrap {
width: 100%;

background: #F2E8CB;
color: black;
margin-top: 21px;
float: left;
}


#whitewrap img {
padding: 2px;
background:#be7025;
border: 3px solid #6C4025;
}

#postcontent {
float: left;
margin-top: 10px;
}


#postcontent li {
width: 640px;
padding: 0 0 0 16px;
background: none;

color: #945826;
}

#postcontent ul {
background: none;
margin: 5px 0 15px 0;

padding: 0;
list-style: none;
}

#location {
width: 630px;
height: 65px;
float: center;
color: black;
font-size: 12px;
}

#location p {
color: #945826;
text-decoration: none;
font-weight: bold;
font-size: 2em;
margin: 22px 0 0 0;

}

#location a:link, #location a:visited {

color: #945826;
text-decoration: none;
font-weight: bold;
font-size: 2em;
}



#location a:hover {
color: #6C4025;
text-decoration: underline;
font-size: 1em;
}

#secondary {
width: 630px;
float: left;
color: black;
padding: 10px 15px 20px 0;
margin: 0 15px 20 0;
}

#secondary h2{
font-size: 160%;
color: #945826;
font-weight: bold;
}

#gallery {
width: 960px;
float: left;
padding: 5px 0 20px 0;
margin: 0;
margin-left: 20px;
line-height: 1.4em;
}

.galleryitem {
width: 465px;
height: 125px;
float: left;
padding: 20px 15px 12px 0;
margin: 0;
}

.galleryitem p {
margin: 5px 0  0 0;
height: 73px;
line-height: 1.2em;
overflow: hidden;
}

* + html .galleryitem p {
margin: 5px 0  0 0;
height: 72px;
overflow: hidden;
}

.galleryitem img {
width: 125px;
height: 125px;
padding: 4px;
margin: 0 8px 0 0;
background: #6C4025;
float: left;
}

.galleryitem img:hover {
width: 125px;
height: 125px;
padding: 4px;
margin: 0 8px 0 0;
background: #6C4025;
float: left;
}

.categorydets {
font-size: 11px;
}



/* End Secondary Pages */

/* Begin Comment Styles */
h2.commh2 {
padding: 0 0 5px;
#color: #945826;
text-decoration: none;
font-weight: bold;
font-size: 1.5em;;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
line-height: 20px;
}

ol.commentlist p {
margin-bottom:10px;
line-height: 20px;
}

.commentmetadata a {
font-size:11px;
color:#333333;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
padding: 20px 10px 10px 10px;
width: 592px;
}

ol.commentlist li.alt {
padding: 18px 18px 5px 18px !important;
background:#F8F8F4;
border:1px solid #DEDBD1;	
}

#commentform input {
background: #FFFFFF;
border: 1px solid #E7E7E7;
}

#commentform textarea {
background: #FFFFFF;
border: 1px solid #E7E7E7;
width: 625px;
}

input#submit {
color:#333333;
padding:7px;
margin: 0 0 7px 0;
text-align: center;
border: 1px solid #E7E7E7;
background:#FFFFFF;
}
/* End Comment Styles */

/* Begin Sidebar */
#sidebar {
color: #683E25;
width: 290px;
float:left;
padding: 20px 0 0 0;
}

.block {
width: 280px;
float: left;
padding: 8px 10px 0 10px;
background:none;
}

.block h3 {
border-bottom: 1px solid #683E25;
padding: 0 0 2px 0;
margin: 0 0 5px 0;
}

.block ul {
margin: 0;
padding: 0;
color: #905829;
list-style: none;
width: 280px;
}

.block li {
width: 265px;
height: 20px;
color: #905829;
padding: 5px 0 0 20px;
background: none;
}

.block li:hover {
width: 265px;
height: 20px;
color: black;
font-weight: bold;
padding: 5px 0 0 20px;
background: none;
}

.blockfooter {
width: 300px;
height: 9px;
float: left;
background: none;
}

.widgetblock {
width: 300px;
float: left;
margin: 15px 0 15px 0;
}

.widgetblock li {
padding: 0 0 0 16px;
background:none;
font-weight: bold;
}

.widgetblock ul {
margin: 0;
padding: 0;
list-style: none;
}
/* End Sidebar */

/* Begin Footer */
#footerwrap {
width: 100%;
height: 60px;
background: #E28424 url(http://watertowncenter.net/wp-content/uploads/2009/04/waterfooter1.jpg);
float: left;
border-top: 8px solid #683E26;
padding: 0 0 20px 0;
margin-top: 15px;
}

#footer {
width: 960px;
margin: 0px auto;
color: white;
padding: 10px 0 0 0;
}

#footer a:link, #footer a:visited {
color: white;
text-decoration: none;
}

#footer a:hover {
color: white;
text-decoration: underline;
}

#footertext {
width: 860px;
float: left;
}

#pagination{
width: 100px;
float: left;
text-align: right;
}

#pagination a:hover{
border:none;
}

#pagination img{
border:none;
}

span.navback{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/back.gif) top right no-repeat;
cursor:pointer;
}

span.navforward{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/forward.gif) top right no-repeat;

cursor:pointer;
}
/* End Footer */

/* Begin Defaults */
acronym, abbr, span.caps

{

font-size: 0.9em;


letter-spacing: .07em;
}





p img {
padding: 0;
max-width: 100%;
}

a img {
border: none;
}


img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 8px 8px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 8px 8px 0;
display: inline;
}

.alignright {

float: right;
}

.alignleft {
float: left
}


.center {
text-align: center;

}


.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.hidden {
display: none;
}

blockquote {
margin: 15px 30px 0 0;
padding-left: 30px;
background: url(images/blockquote.jpg) top left no-repeat;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End Defaults */
