/*
Theme Name: WordPress OSG
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
td { color: Black; text-decoration : none; font-family:  Arial, Helvetica, sans-serif; line-height : 18px; font-size: 13px; }
a {	color: White; text-decoration : none; font-family:  Arial, Helvetica, sans-serif;  line-height : 18px; font-size: 13px; }
a:hover { color : #c20b0b; text-decoration : none; font-family:  Arial, Helvetica, sans-serif;  line-height : 18px; font-size: 13px; }
body { margin: 0 0 0 0; }
div { font-family:  Arial, Helvetica, sans-serif; font-size: 13px; }

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.navigation a {
   color: gray; text-decoration : none; font-family:  Arial, Helvetica, sans-serif;  line-height : 18px; font-size: 13px; }
}

.news a {
   color: gray; text-decoration : none; font-family:  Arial, Helvetica, sans-serif;  line-height : 18px; font-size: 13px; }
}

.news a:hover { 
   color : #c20b0b; text-decoration : none; font-family:  Arial, Helvetica, sans-serif;  line-height : 18px; font-size: 13px; 
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
#faq {
    display: none;
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width:100%; 
    height:200%; 
    text-align: center; 
    z-index: 1000;
    background-image:/**/ url("/wp-content/themes/osg/maskBG.png") !important; 
}

#faq div {
    width:450px; 
    margin: 150px auto; 
    background-color: #fff; 
    border:1px solid #000; 
    padding:15px; 
    text-align:left;
    z-index: 1001;
}

