/*
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: Arial, Helvetica, sans-serif;
background: #3C3F36 url(images/bg.gif) top left repeat-x;
color: #3C3F36;
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: #3C3F36;
text-decoration: none;
}

a:hover {
color: #AAAAAA;
text-decoration: none;
}

.clear {
clear: both;
}

p {
margin: 0 0 10px 0;
}
/* And... Moving On */

.wrapper {
width: 960px;
margin: 0px auto;
}

/* Begin Header */
#masthead {
height: 142px;
width: 960px;
float: left;
}

#tagline {
width: 480px;
height: 22px;
float: left;
color: #FFFFFF;
padding-top: 6px;
}

#pages {
width: 480px;
height: 22px;
float: left;
color: #FFFFFF;
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: #FFFFFF;
text-decoration: none;
}

#pages a:hover {
color: #C7CBC0;
text-decoration: underline;
}

#logo {
width: 300px;
height: 115px;
float: left;
}

#headright {
width: 660px;
height: 56px;
float: left;
text-align: right;
padding: 28px 0 0 0;
}
/* 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: 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: 660px;
height: 31px;
float: left;
}

#nav {
bottom: 0;
right: 0;
z-index: 999;
list-style: none;
float: right;
margin: 0;
padding: 0;
}

#nav li {
float: left;
margin-left: 5px;
background: url(images/navbg.gif) 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(images/navbg2.gif) 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 #5F6356;
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 #5F6356;
background: #EBE9DC;
color: #3C3F36;
}

#nav li:hover li a:hover, #nav li.sfhover li a:hover {
background: #D9D6BD;
}
/* 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 {
width: 960px;
float: left;
margin: 21px 0 55px 0;
}

#featured .wrap {
padding: 10px 0 10px 0;
background: #FFFFFF;
}

#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(images/slide-nav.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(images/slide-nav.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 #3C3F36;
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: Arial, Helvetica, sans-serif;
font-weight: normal;
}
/* End Tooltip */

/* Begin Home Page */
#homeleft {
width: 310px;
height: 246px;
float: left;
border-right: 1px solid #3C3F36;
padding: 0 10px 10px 0;
overflow: hidden;
line-height: 1.5em;
}

#homecenter {
width: 298px;
height: 246px;
float: left;
border-right: 1px solid #3C3F36;
padding: 0 10px 10px 10px;
overflow: hidden;
line-height: 1.5em;
}

#homeright {
width: 310px;
height: 246px;
float: left;
padding: 0 0 10px 10px;
overflow: hidden;
line-height: 1.5em;
}

#homebox {
width: 938px;
float: left;
height: 230px;
background: url(images/homeboxbg.gif) top left no-repeat;
margin: 35px 0 0 0;
padding: 11px;
font-size: 11px;
}

#homebox img {
padding: 4px;
background: #3C3F36;
}

#homebox img:hover {
padding: 4px;
background: #707366;
}

#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: #FFFFFF url(images/secondarybg.gif) top left repeat-x;
float: left;
}

#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 {
width: 960px;
height: 65px;
float: left;
color: #FFFFFF;
font-size: 16px;
}

#location p {
margin: 22px 0 0 0;
}

#location a:link, #location a:visited {
color: #FFFFFF;
text-decoration: none;
}

#location a:hover {
color: #C7CBC0;
text-decoration: underline;
}

#secondary {
width: 629px;
float: left;
border-right: 1px solid #3C3F36;
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;
}
/* 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 {
width: 300px;
float: left;
padding: 20px 0 0 0;
}

.block {
width: 280px;
float: left;
padding: 8px 10px 0 10px;
background: url(images/blockbg.gif) top left no-repeat;
}

.block h3 {
border-bottom: 1px solid #3C3F36;
padding: 0 0 2px 0;
margin: 0 0 5px 0;
}

.block ul {
margin: 0;
padding: 0;
list-style: none;
width: 280px;
}

.block li {
width: 265px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockunder.gif) top left no-repeat;
}

.block li:hover {
width: 265px;
height: 20px;
padding: 5px 0 0 20px;
background: url(images/blockover.gif) top left no-repeat;
}

.blockfooter {
width: 300px;
height: 9px;
float: left;
background: url(images/blockfooterbg.gif) bottom left no-repeat;
}

.widgetblock {
width: 300px;
float: left;
margin: 15px 0 15px 0;
}

.widgetblock li {
padding: 0 0 0 16px;
background: url(images/list.gif) top left no-repeat;
}

.widgetblock ul {
margin: 0;
padding: 0;
list-style: none;
}
/* End Sidebar */

/* Begin Footer */
#footerwrap {
width: 100%;
background: #3C3F36;
float: left;
border-top: 5px solid #72918B;
padding: 0 0 0px 0;
}

#footer {
width: 960px;
margin: 0px auto;
color: #FFFFFF;
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;
}

.ggads{
padding-left:35px; 
background:url(images/gg.gif) left bottom no-repeat; 
}
/* Social */
.social{border-bottom:1px solid #EEE;background:#FFF;border:3px solid #EEE;border-width:2px 3px 3px 3px;}
.social dl{border-top:1px solid #EEE;}
.social dt{float:left;font-size:12px;font-weight:bold;padding:10px 20px 10px 30px;border-right:1px solid #EEE;}
.social dd{float:left;padding:10px 20px 10px 15px;color:#999;}

.track dt{background:url(images/track.png) no-repeat 10px 11px;}
.share dt{background:url(images/share.png) no-repeat 10px 11px;height:50px;}
.share dd{padding:10px 10px 5px 15px;}
.push dt{background:url(images/push.png) no-repeat 10px 11px;}
.push dd{padding:10px 10px 0 15px;}

.share dd a{background:url(images/bookmark.png) no-repeat left top;height:16px;line-height:16px;padding:2px 0 0 24px;}
.share dd.bskx a{background-position:left top;}
.share dd.bstw a{background-position:left -20px;}
.share dd.bsdb a{background-position:left -40px;}
.share dd.bsfb a{background-position:left -60px;}
.share dd.bsff a{background-position:left -80px;}
.share dd.bsgr a{background-position:left -100px;}
.share dd.bsds a{background-position:left -120px;}
.share dd.bsdd a{background-position:left -140px;}

.alignleft {
 float:left;
 text-align:left;
 margin-right:10px;
}
.alignright {
 float:right;
 text-align:right;
 margin-left:10px;
}

.page_navi{width:100%;height:36px;line-height:36px;text-align:center;overflow:hidden;padding-top:1em;}
.page_navi a{padding:3px 8px;margin:2px;text-decoration:none;color:#888;border:1px solid #ccf;}
.page_navi a:hover,.page_navi a.current{border:1px solid #356aa0;color:#356aa0;font-weight:bolder;}

#hotfriends {
    text-align:center;
}
#hotfriends ul {
    padding:7px;
}
#hotfriends ul li {
    float:left;
    list-style:none outside none;
    margin:6px;
    padding:0;
}
#hotfriends h3 {
    font-size:15px;
    margin:7px 7px 0;
}

/* Main style for the table */

.dp-highlighter
{
	font-family: "Courier New" , Courier, mono;
	font-size: 12px;
	background-color: #FAFAFA; 
	border: 1px solid #D1D7DC;
	width: 99%;
	overflow: auto;
	margin: 0px 0px 0px 0px;
}

.dp-highlighter .bar
{
	padding: 2px;
}

.dp-highlighter.collapsed .bar, .dp-highlighter.nogutter .bar
{
	padding-left: 0px;
}

.dp-highlighter ol
{
	margin: 0px 0px 1px 38px; /* 1px bottom margin seems to fix occasional Firefox scrolling */
	padding: 2px;
	color: #2B91AF;
}

.dp-highlighter.nogutter ol
{
	list-style-type: none;
	margin-left: 0px;
}

.dp-highlighter ol li, .dp-highlighter .columns div
{
	/*background-color: #fff;*/
	border-left: 1px solid #D1D7DC;
	padding-left: 10px;
	line-height: 18px;
}

.dp-highlighter.nogutter ol li, .dp-highlighter.nogutter .columns div
{
	border: 0;
}

.dp-highlighter .columns
{
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt
{
	/*background-color: #f8f8f8;*/
}

.dp-highlighter ol li span
{
	color: Black;
}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol
{
	margin: 0px;
}

.dp-highlighter.collapsed ol li
{
	display: none;
}

/* Additional modifications when in print-view */

.dp-highlighter.printing 
{
	border: none;
}

.dp-highlighter.printing .tools
{
	display: none !important;
}

.dp-highlighter.printing li
{
	display: list-item !important;
}

/* Styles for the tools */

.dp-highlighter .tools
{
	padding: 3px 8px 3px 15px;
	border-bottom: 1px solid #2B91AF;
	font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9pt;
	color: gray;
	text-decoration: none;
	margin-right: 10px;
}

.dp-highlighter .tools a:hover
{
	color: red;
	text-decoration: underline;
}

/* About dialog styles */

.dp-about { background-color: #fff; margin: 0px; padding: 0px; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
.dp-about .title { color: red; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; width: 60px; height: 22px; }

/* Language specific styles */

.dp-c {}
.dp-c .comment { color: green; }
.dp-c .string { color: blue; }
.dp-c .preprocessor { color: gray; }
.dp-c .keyword { color: blue; }
.dp-c .vars { color: #d00; }

.dp-vb {}
.dp-vb .comment { color: green; }
.dp-vb .string { color: blue; }
.dp-vb .preprocessor { color: gray; }
.dp-vb .keyword { color: blue; }

.dp-sql {}
.dp-sql .comment { color: green; }
.dp-sql .string { color: red; }
.dp-sql .keyword { color: rgb(127,0,85); }
.dp-sql .func { color: #ff1493; }
.dp-sql .op { color: blue; }

.dp-xml {}
.dp-xml .cdata { color: #ff1493; }
.dp-xml .comments { color: green; }
.dp-xml .tag { font-weight: bold; color: blue; }
.dp-xml .tag-name { color: rgb(127,0,85); font-weight: bold; }
.dp-xml .attribute { color: red; }
.dp-xml .attribute-value { color: blue; }

.dp-delphi {}
.dp-delphi .comment { color: #008200; font-style: italic; }
.dp-delphi .string { color: blue; }
.dp-delphi .number { color: blue; }
.dp-delphi .directive { color: #008284; }
.dp-delphi .keyword { font-weight: bold; color: navy; }
.dp-delphi .vars { color: #000; }

.dp-py {}
.dp-py .comment { color: green; }
.dp-py .string { color: red; }
.dp-py .docstring { color: green; }
.dp-py .keyword { color: blue; font-weight: bold;}
.dp-py .builtins { color: #ff1493; }
.dp-py .magicmethods { color: #808080; }
.dp-py .exceptions { color: brown; }
.dp-py .types { color: brown; font-style: italic; }
.dp-py .commonlibs { color: #8A2BE2; font-style: italic; }

.dp-rb {}
.dp-rb .comment { color: #c00; }
.dp-rb .string  { color: #f0c; }
.dp-rb .symbol  { color: #02b902; }
.dp-rb .keyword { color: #069; }
.dp-rb .variable { color: #6cf; }

.dp-css {}
.dp-css .comment { color: green; }
.dp-css .string { color: red; }
.dp-css .keyword { color: blue; }
.dp-css .colors { color: darkred; }
.dp-css .vars { color: #d00; }

.dp-j {}
.dp-j .comment { color: rgb(63,127,95); }
.dp-j .string { color: rgb(42,0,255); }
.dp-j .keyword { color: rgb(127,0,85); font-weight: bold }
.dp-j .annotation { color: #646464; }
.dp-j .number { color: #C00000; }

.dp-cpp {}
.dp-cpp .comment { color: #e00; }
.dp-cpp .string { color: red; }
.dp-cpp .preprocessor { color: #CD00CD; font-weight: bold; }
.dp-cpp .keyword { color: #5697D9; font-weight: bold; }
.dp-cpp .datatypes { color: #2E8B57; font-weight: bold; }

.dp-perl {}
.dp-perl .comment { color: green; }
.dp-perl .string { color: red; }
.dp-perl .keyword { color: rgb(127,0,85); }
.dp-perl .func { color: #ff1493; }
.dp-perl .declarations { color: blue; }
.dp-css .vars { color: #d00; }

#lightwindow_overlay {
display: none;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100px;
z-index: 500;
}

#lightwindow {
display: none;
visibility: hidden;
position: absolute;
z-index: 999;
line-height: 0px;
}

#lightwindow_container {
display: none;
visibility: hidden;
position: absolute;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

* html #lightwindow_container {
overflow: hidden;
}

#lightwindow_contents {
overflow: hidden;
z-index: 0;
position: relative;
border: 10px solid #ffffff;
background-color: #ffffff;
}		

#lightwindow_loading {
height: 100%;
width: 100%;
top: 0px;
left: 0px;
z-index: 9999;
position: absolute;

background-color: #f0f0f0;
padding: 10px;
}

#lightwindow_loading_shim { 
display: none;
left: 0px; 
position: absolute; 
top: 0px;
width: 100%; 
height: 100%;
}

#lightwindow_loading span {
font-size: 12px;
line-height: 32px;
color: #444444;
float: left;
padding: 0 10px 0 0;
}

#lightwindow_loading span a,
#lightwindow_loading span a:link, 
#lightwindow_loading span a:visited {
color: #09F;
text-decoration: none;
cursor: pointer;
}

#lightwindow_loading span a:hover,
#lightwindow_loading span a:active {
text-decoration: underline;
}

#lightwindow_loading img {
float: left;
margin: 0 10px 0 0;
}

#lightwindow_navigation {
position: absolute;
top: 0px;
left: 0px;
display: none;
}

#lightwindow_navigation_shim { 
display: none;
left: 0px; 
position: absolute; 
top: 0px;
width: 100%; 
height: 100%;
}

#lightwindow_navigation a,
#lightwindow_navigation a:link,
#lightwindow_navigation a:visited,
#lightwindow_navigation a:hover,
#lightwindow_navigation a:active { 
outline: none;
}

#lightwindow_previous, 
#lightwindow_next {
width: 49%;
height: 100%;
background: transparent url(http://www.skyff.net/wp-content/themes/office/images/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}

#lightwindow_previous { 
float: left;
left: 0px;
}

#lightwindow_next { 
float: right;
right: 0px;
}

#lightwindow_previous:hover, 
#lightwindow_previous:active { 
background: url(http://www.skyff.net/wp-content/themes/office/images/prevlabel.gif) left 15% no-repeat; 
}

#lightwindow_next:hover, 
#lightwindow_next:active { 
background: url(http://www.skyff.net/wp-content/themes/office/images/nextlabel.gif) right 15% no-repeat; 
}

#lightwindow_previous_title,
#lightwindow_next_title {
display: none;
}

#lightwindow_galleries {
width: 100%;
position: absolute;
z-index: 50; 
display: none;
overflow: hidden;
margin: 0 0 0 10px;
bottom: 0px;
left: 0px;
}

#lightwindow_galleries_tab_container {
width: 100%;
height: 0px;
overflow: hidden;
}

a#lightwindow_galleries_tab,		
a:link#lightwindow_galleries_tab,
a:visited#lightwindow_galleries_tab {
display: block;
height: 20px;
width: 77px;
float: right;
line-height: 22px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
font-size: 11px;
color: #ffffbe;
background: url(http://www.skyff.net/wp-content/themes/office/images/black-70.png) repeat 0 0 transparent;
}

* html a#lightwindow_galleries_tab,		
* html a:link#lightwindow_galleries_tab,
* html a:visited#lightwindow_galleries_tab {	
background: none;
background-color: #000000;
opacity: .70;
filter: alpha(opacity=70);
}

a:hover#lightwindow_galleries_tab,
a:active#lightwindow_galleries_tab {
color: #ffffbe;
}

#lightwindow_galleries_tab_span {
display: block;
height: 20px;
width: 63px;
padding: 0 7px 0 7px;
}

#lightwindow_galleries_tab .up	{
background: url(http://www.skyff.net/wp-content/themes/office/images/arrow-up.gif) no-repeat 60px 5px transparent;
}

#lightwindow_galleries_tab .down {
background: url(http://www.skyff.net/wp-content/themes/office/images/arrow-down.gif) no-repeat 60px 6px transparent;
}

#lightwindow_galleries_list {
background: url(http://www.skyff.net/wp-content/themes/office/images/black-70.png) repeat 0 0 transparent;
overflow: hidden;
height: 0px;
}

* html #lightwindow_galleries_list {
background: none;
background-color: #000000;
opacity: .70;
filter: alpha(opacity=70);
}	

.lightwindow_galleries_list {
width: 200px;
float: left;
margin: 0 0 10px 0;
padding: 10px;
}

.lightwindow_galleries_list h1 {	
color: #09F;
text-decoration: none;
font-weight: bold;
cursor: pointer;
padding: 10px 0 5px 0;
font-size: 16px;
}

.lightwindow_galleries_list li {
margin: 5px 0 5px 0;
list-style-type: none;
}

.lightwindow_galleries_list a, 
.lightwindow_galleries_list a:link, 
.lightwindow_galleries_list a:visited {
display: block;
line-height: 22px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
padding: 0 0 0 10px;
font-size: 11px;
}

.lightwindow_galleries_list a:hover, 
.lightwindow_galleries_list a:active {
background: #000000;
color: #ffffbe;
border-left: 3px solid #ffffbe;
padding: 0 0 0 7px;
}

#lightwindow_data {
position: absolute;

}
#lightwindow_data_slide {
position: relative;
}

#lightwindow_data_slide_inner {
background-color: #ffffff;
padding: 0 10px 10px 10px;
}

#lightwindow_data_caption {
padding: 10px 0 0 0;
color: #666666;
line-height: 25px;
background-color: #ffffff;
clear: both;
}

#lightwindow_data_details {
background-color: #f0f0f0;
padding: 0 10px 0 10px;
height: 20px;
}

#lightwindow_data_author_container {
width: 40%;
text-align: right;
color: #666666;
font-style: italic;
font-size: 10px;
line-height: 20px;
float: right;
overflow: hidden;
}

#lightwindow_data_gallery_container {
font-size: 10px;
width: 40%;
text-align: left;
color: #666666;
line-height: 20px;
float: left;
overflow: hidden;
}

#lightwindow_title_bar {
height: 25px;
overflow: hidden;		
}

#lightwindow_title_bar_title {
color: #ffffbe;
font-size: 14px;
line-height: 25px;
text-align: left;
float: left;
}

a#lightwindow_title_bar_close_link,	
a:link#lightwindow_title_bar_close_link,
a:visited#lightwindow_title_bar_close_link {
float: right;
text-align: right;		
cursor: pointer;
color: #ffffbe;
line-height: 25px;
padding: 0;
margin: 0;
}

a:hover#lightwindow_title_bar_close_link,
a:active#lightwindow_title_bar_close_link {
color: #ffffff;
}

#lightwindow p {
color: #000000;
padding-right: 10px;
}

#sh{box-shadow:2px 2px 5px #777;-moz-box-shadow:2px 2px 5px #777;-webkit-box-shadow:2px 2px 5px #777;background:#666666;right:50%;bottom:-14px;height:20px;overflow:hidden;border:1px solid #999;color:#E8E8E8;font-weight: bold;font-size:14px;margin:0 0 10px 0;padding:3px 0 3px 5px;}
#lwshow {color:#555;padding:10px 0 0 10px;margin:-10px 0 20px;border:1px solid #ddd;background:#eee;box-shadow:2px 2px 5px #777;-moz-box-shadow:2px 2px 5px #777;-webkit-box-shadow:2px 2px 5px #777;bottom:-14px;overflow:hidden;border:1px solid #999;}
#lwshow a{color:#047;text-decoration:none;}
#lwshow a:hover{color:#4a630f;text-decoration:underline;}
#qvodlist {float:left;width:100px;height:25px;border:1px solid #c6c6c6;padding:1px;margin:3px 3px 3px 10px;overflow:hidden;margin-bottom:10px;position:relative;}
#qvodlist a:link,#vodlist li a:visited{display:block;height:25px;width:100px;text-align:center;line-height:25px;text-decoration:none}
#qvodlist a:hover{background:#c6c6c6;color:#000000;}

.entry_b{

	width:629px;

	border: 1px solid #e5e5e5;

}
.relatedposts {
background-image: none;
border-bottom: none;
cursor: pointer;
display: block;
float: left;
margin: 0px;
outline: none;
padding: 5px;
position: relative;
text-align: left;
text-decoration: none;
width: 114px;
}
/* End Defaults */
/* Bottom */

.bottomcover{
background:#f4f4f4;
}

.bottom{
width:960px;
padding:10px 0px 10px 0px;
margin:0px auto;
}

.bottom a:link,.bottom a:visited{
color:#555;
}

.bottom a:hover{
color:#333;
}

.botbox{
width:284px;
float:left;
margin:0px 20px 0px 0px;
padding:10px;
background:#f4f4f4 url(images/bb.png) top repeat-x;
border:1px solid #fff;

}
.boxlast{
float:right;
margin-right:0px!important;
}

.botbox ul{
list-style:none;
}
.botbox ul li{
margin:10px 0px;
height:60px;
}
.boxlast ul li{
margin:5px 0px;
height:auto!important;
padding:10px 0px;
}

.blogbox ul li{
margin:0px 0px;
height:auto!important;
padding:5px 0px;
border-bottom:1px solid #fff;
}

.trapic{
float:left;
margin-right:10px;
}
.botbox h3{
font-size:14px;
color:#222;
font-weight:bold;
}

h3.hoxhed{
color:#018ce3;
padding:7px 0px ;
font-size:16px;
margin-bottom:5px;

}

.pmeta{
color:#666;
font-size:12px;
width:180px;
float:left;
}

.squarebanner ul{
list-style-type:none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 15px 0px;
width:300px;
overflow:hidden;
}

.squarebanner ul li{
list-style-type:none;
margin: 12px 6px 0px 6px!important;
float:left;
padding:5px!important;
display:inline;
background:#fff;
}

#footerb{
padding:10px 0px 10px 0px;
background:#111 ;
border:1px solid #2c2c2c;
margin:0px auto;
}

.credit{
text-align:center;
color:#666;
padding:5px 0px;
font-size:12px;
}

.credit a:link, .credit a:visited{
color:#999;
}

.credit a:hover{
color:#fff;
}
