/*

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: 12px; /* Resets 1em to 10px */

font-family: Helvetica, sans-serif;

background: url('images/enterprise-district.png') repeat scroll 0 0 #2D2D2D;

color: #000000;

margin: 0;

padding: 0;

}



small {

font-family: Helvetica, Sans-Serif;

font-size: 0.9em;

line-height: 1.5em;

}



h1, h2, h3 {

font-family: Helvetica, sans-serif;

font-weight: bold;

}



h1 {

font-size: 2.3em;

}



h2 {

font-size: 1.6em;

}



h3 {

font-size: 1.3em;

margin: 0;

padding: 0;

color: #FFFFFF;

}



a:link, a:visited {

color:rgb(95,128,178);

text-decoration: none;

}



a:hover {

text-decoration: underline;

}



.clear {

clear: both;

}



p {
	margin: 0 0 10px 0;
	line-height:1.5em;
}

/* And... Moving On */



.wrapper {
overflow:hidden;
width: 970px;
padding:0 20px 10px 20px;
margin: 0px auto;

}



/* Begin Header */

#masthead {
	background:#f1f1f1;
	margin-bottom:20px;
	overflow:hidden;
	clear:both;
	padding: 0 5px;
	-moz-box-shadow:0px 2px 3px #000;
	-webkit-box-shadow:0px 2px 3px #000;
}



#tagline {

height: 20px;

color: #3d3d3d;

padding-top: 6px;

}

#headright {

width: 300px;

float: right;

text-align: right;

}

#logo {

width: 300px;

float: left;

}

/* End Header */



/* Begin Search */

#searchwrap {

float: right;

padding: 0 5px 5px 5px;

height: 25px;

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: 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 {

float:right;

text-transform:uppercase;

width:630px;

margin: 40px 0 20px 0;

}



#nav {
	
right: 0;

z-index: 999;

list-style: none;

float: right;

margin: 0;

padding: 0;

}



#nav li {

float: left;

font-size: 1.3em;

margin-left:20px;

}



#nav li.current {

background-position: right bottom;

}



#nav li a {

float: left;

display: block;

height: 22px;

padding: 9px 14px 0;

color: #3d3d3d;

text-decoration: none;

z-index: 999;

}



#nav li.current_page_item a {

border-bottom:2px solid #529235;

}

#nav li.current_page_item ul li a {

border-bottom:none;

}

#nav li ul li.current_page_item a {

border-bottom:none;

}



#nav li:hover, #nav li.sfhover {

background-position: right -31px;

z-index: 999;

}



#nav li.current:hover, #nav li.sfhover.current {

background: rgb(106,105,102);

}



#nav li:hover a, #nav li.sfhover a {
background: rgb(187,190,189);
}



#nav li.current:hover a, #nav li.sfhover.current a {


color: #C7CBC0;

}



#nav li#nav_home.current {


}



#nav li#nav_home.current a {

color: #FFFFFF;

}



#nav li.current#nav_home:hover, #nav li.current.sfhover#nav_home {

}



#nv li.current#nav_home:hover, #nav li.current.sfhover#nav_home a {

color: #FFFFFF;

}



#nav li ul {
	
background: rgb(187,190,189);

clear: left;

position: absolute;

left: -999em;

z-index: 999;

margin-top: 30px;

margin-left: 0px;

_margin-top: 0; /* IE6 only */

border-top: 0;

border-bottom: 0;

list-style: none;

line-height: 1;

padding:10px 0;

text-transform:uppercase;

font-size:.8em;

}

/* 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;

}



#nav li ul ul {

margin: -31px 0 0 170px;

}



#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;

height: auto;

padding: 9px 14px;

background: rgb(187,190,189);

}



#nav li:hover li a:hover, #nav li.sfhover li a:hover {

text-decoration:underline;

}

/* End Navigation */



/* Begin Content Slider */

.wrap {

position: relative;

margin: 0 auto;

}



.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 {
	background:rgb(22,24,22);
	margin: 0px 0px 20px 0;
	padding:20px;
	border-bottom:5px solid #000;
	overflow:hidden;
}

#featured h2{
	text-transform:uppercase;	
	font-size:2.5em;
	margin-top:5px;
	color:#ccc;
}

#postcontent object {
	padding:20px 16%;
	display:block;
}

#featured object{
	z-index:0;
}


#welcome_text{
	width:500px;
	float:left;
}

#welcome_text p{
	font: 100 normal normal 1.3em/1.5em helvetica;
	width:400px;
	color:#a9a9a9;
}

#welcome_text a{
	background:rgb(82,146,53);
	padding:5px 25px;
	margin:20px 0 20px 30px;
	color:rgba(255,255,255,.8);
	display:block;
	font-size:.9em;
	text-shadow:0px -1px rgba(0,0,0,.5);
	-moz-border-radius:2px;
	-webkit-border-radius:1px;
	border-top:1px solid rgba(255,255,255,.2);
	border-bottom:1px solid rgba(0,0,0,.5);
	float:left;
}

#welcome_text a:hover{
	background:rgb(44,146,81);
	margin-top:22px;
	text-decoration:none;
}

#welcome_text a:active{
	background:rgb(44,146,81);
}

#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(images/slide-nav.gif) 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(images/slide-nav.gif) no-repeat 100% 0;

}



#slides-next a:hover { background-position: 100% 100%; }

/* End Content Slider */



/* Begin Tooltip */

#tooltip {

position: absolute;

z-index: 3000;

background: 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: Helvetica, sans-serif;

font-weight: normal;

}

/* End Tooltip */



/* Begin Home Page */
#home-content{
	clear:both;
}

#homeleft,#homecenter,#homeright{
	display:none;
}

#homeleft {

width: 310px;

height: 246px;

float: left;

border-right: 1px solid #3C3F36;

padding: 0 10px 10px 0;

overflow: hidden;

line-height: 1.5em;

}



#homeleft h3 {

color: #000000;

}

#homecenter {

width: 298px;

height: 246px;

float: left;

border-right: 1px solid #3C3F36;

padding: 0 10px 10px 10px;

overflow: hidden;

line-height: 1.5em;

}



#homecenter h3 {

color: #000000;

}



#homeright {

width: 310px;

height: 246px;

float: left;

padding: 0 0 10px 10px;

overflow: hidden;

line-height: 1.5em;

}



#homeright h3 {

color: #000000;

}

#home_news{
	background:#f6f6f6;
	width:260px;
	float:left;	
	padding:0 10px 10px 10px;
}

.home_news_entry{
	border-bottom:1px dashed rgb(195,197,183);
}

.home_news_entry h2{
	margin-bottom:0;
}

.home_news_entry h2 small{
	font:lighter italic normal .5em/1em helvetica;
	color:rgb(89,117,170);
}

#home_posts{
	width:600px;
	margin-bottom:100px;
	padding:0 10px 10px 10px;
	overflow:hidden;
	float:right;
}

.home_post h2{
	margin-bottom:0;
}

.home_post{
	border-bottom:1px dashed rgb(195,197,183);
}	

a.blog-link{
	margin:20px 0 0 0;
	color:rgba(0,0,0,.5);
	display:inline-block;
	font-size:1.4em;
	text-shadow:0px -1px rgba(255,255,255,.2);
}	


.itemdets {

float: left;

margin: 5px 0 0 0;

}

/* End Home Page */



/* Begin Secondary Pages */
#blog-content{
	width:620px;
	padding: 0 20px 20px 0;
	margin: 0;
	float:left;
		
}

.post{
	margin-top:50px;
}

.post p, .page p{
	font:normal normal normal 1.2em/1.5em helvetica;
}

.singlepost{
	padding-bottom:200px;	
}

#nav-below{
	text-align:center;	
	margin-top:20px;
}

#nav-below a{
	color:rgb(90,117,170);	
}

.nav-next{
	float:right;	
}

.nav-previous{
	float:left;	
}


#whitewrap {
	background:#fff;
	overflow:hidden;
	padding:20px;
	-moz-border-radius:2px;
	-moz-box-shadow:0px 1px 7px #000;
	-webkit-border-radius:2px;
	-webkit-box-shadow:0px 1px 7px #000;
}



#whitewrap img {

padding: 4px;

background: #3C3F36;

}



#postcontent li {

padding: 0 0 0 16px;

background: url(images/list.gif) top left no-repeat;

}





#postcontent ul {

	margin: 5px 0 15px 0;

	padding: 0;

	list-style: none;

}



#location {
	
	background:#eee;

	padding:10px 20px;

	color: #3d3d3d;

	font-size: 12px;
	
	border-top:1px solid #bbb;
	
	border-bottom:1px solid #bbb;


}



#location p {

margin:0;

}



#location a:link, #location a:visited {

color: #3d3d3d;

text-decoration: none;

}



#location a:hover {

text-decoration: underline;

}



#secondary {

width: 100%;

float: left;

padding: 20px 15px 12px 0;

margin: 0 15px 0 0;

}



#gallery {

width: 960px;

float: left;

padding: 5px 0 20px 0;

margin: 0;

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: 78px;

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: #3C3F36;

float: left;

}



.galleryitem img:hover {

width: 125px;

height: 125px;

padding: 4px;

margin: 0 8px 0 0;

background: #707366;

float: left;

}



.categorydets {

font-size: 11px;

}

.cform{
	width:100%;	
}

.cform input{
		
}

.Partner{
	background:rgb(244,243,200);	
}

.result_name span{
	font:normal normal normal .6em/.6em verdana;
	color:rgb(232,158,46);	
}

small.key{
	display:block;
	margin-top:10px;
	font:normal normal normal .6em/.6em verdana;
	color:rgb(232,158,46);		
}

.result:hover{
	background:;	
}

/* End Secondary Pages */



/* Begin Comment Styles */

h2.commh2 {

font-size: 1.4em !important;

padding: 0 0 5px;

color:#333 !important;

}



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 {
	position:relative;
	width: 270px;
	border-left:1px solid #bbb;
	min-height:70%;
	float:right;
}



.block {
	background: #f6f6f6;
	padding:10px 0 0 0;
}



.block h2 {

width: 260px;

padding:0 20px;

}



.block ul {

margin: 0;

padding: 0;

list-style: none;

border-top:1px solid #bbb;

}



.block li {

padding: 15px 20px;

background: #f1f1f1;

border-bottom:1px solid #bbb;


}



.block li:hover {

background: #e6e6e6;

}

#children{
	padding-bottom:20px;	
}

#children li ul{
	display:none;	
}

.widgetblock h2 a{
	color:#000;
}

.widgetblock ul {	
}

.widgetblock li{
	padding:10px;	
}

.widgetblock span{
	line-height:1.2em;	
}

.widgetblock p{
	line-height:1.5em;	
}

/* End Sidebar */



/* Begin Footer */

#footerwrap {
	height:150px;
	padding: 0 0 20px 0;

}



#footer {

width: 960px;

margin: 0px auto;

color: #f1f1f1;

padding: 10px 0 0 0;

}



#footer a:link, #footer a:visited {

color: #FFFFFF;

text-decoration: none;

}



#footer a:hover {

color: #C7CBC0;

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 */
