/*
THEME NAME: Corporate Sandbox - Custom
THEME URI: http://www.rubiqube.com/corporate-sandbox/
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/


/* CSS Document */

/* ShelleWeb CSS Template v1.0 (27/01/2009) */
/* http://shelleweb.holotropik.com */

/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;	/* Creates scrollbar in FF */
}

body {
	background-color: #fff;
	color: #4d545b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

body * {
	font-family: inherit;
	font-size: 100%;
}

/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center;
}

.align_justify {
	text-align: justify;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}

.clear {
	clear: both;
}

div.clear {  /* for clearing divs if overflow doesn't work */
	font-size: 0;
	line-height: 0px;
}

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0 0 0.5em 1em;
}

img.float_left_border {
	border: 1px solid #dee8eb;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #dee8eb;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.invisible {
	visibility: hidden;
} 

/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a {
	color: #4d545b;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

a:visited {
}

a img {
	border: none;
}

a.anchor {
	background-color: inherit;
	border: inherit;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	white-space: inherit;
	word-spacing: inherit;
}

a.shelleweb, a:hover.shelleweb, a:focus.shelleweb {
	color: #00814f;
}

q:before, q:after { 
    : ""; /* With IE's lack of support, remove quotes on all good browsers. Add them manually in the markup */
}

/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

address {
	font-style: normal;
}

blockquote {
	border-left: 3px solid #376bb9;
	background: #f4f8fb url(/images/bg_blockqoute.gif) no-repeat right top;
	margin-bottom: 1.28em;
	padding: 1em 11px 1px 11px;
}

hr {
	background-color: #dee8eb;
	border: none;
	color: #dee8eb;
	height: 1px;
	margin: -0.6em 0 0.6em 0;
}

html >/**/ body hr {
	margin-bottom: 1.28em;
	margin-top: 0;
}

p {
	margin-bottom: 1.28em;
}

h1, h2, h3, h4, h5, h6, .entry-content .linkcat h2 {
	font-weight: bold;
	margin-bottom: 1.28em;
}

h1 {
	font-size: 158.5%;
	font-weight: normal;
}

h2 {
	font-size: 142%;
}

h3 {
	font-size: 125.5%;
}

h4, h4 a:link, h4 a:hover, h4 a:visited, h4 a:active {
	color: #2d7a98;
	font-size: 145.50%;
	text-decoration: none;
}

h4 a:hover {
	text-decoration: underline;
}

h4.entry-title {
	margin-bottom: 0.28em;
}

h4.entry-title a {
	font-size: 100%;
}

h5 {
	margin-top: 1.28em;
}

h5, .entry-content .linkcat h2 {
	font-size: 109.09%;
}

.entry-content .linkcat h2 {
	margin-top: 0;
}

h6 {
	font-size: 100%;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

ol {
	list-style-type: decimal;
	margin-bottom: 1.28em;
	margin-left: 39px;
}

html >/**/ body ol {
	margin-left: 34px;
}

ol.lower_alpha {list-style-type: lower-alpha;}
ol.upper_alpha {list-style-type: upper-alpha;}
ol.lower_roman {list-style-type: lower-roman;}
ol.upper_roman {list-style-type: upper-roman;}

ol li {
	margin-bottom: 0.5em;
	padding-left: 1px;
}

html >/**/ body ol li {
	padding-left: 6px;
}

html body ul ol li {
	background: none;
	padding-left: 1px;
}

html >/**/ body ul ol li {
	padding-left: 6px;
}

li ul, li ol {
	margin-top: 1.28em;
}

ul {
	list-style-type: none;
	margin-bottom: 1.28em;
	/*padding-left: 20px;*/
}

html body ul li {
	margin-bottom: 0.8em;
	padding-left: 20px;
}

ul.list_next_to_image li {
	height: 1%;
	position: relative;
}

html >/**/ body ul.list_next_to_image li {
	height: auto;
}

/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/

table.data {
	border: none;
	border-collapse: collapse;
	line-height: 1.3em;
	margin: 0 0 1.28em 0;
	width: 100%;
}

html >/**/ body table.data {
	margin-left: 1px;
}

table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table.data td, table.data th {
	border: 1px solid #dee8eb;
	padding: 3px 6px;
	vertical-align: top;
}

table.data th {
	background-color: #c3d5df;
	color: #025744;
	font-weight: bold;
	line-height: 130%;
}

table.data tbody th {
	background-color: #71a9ce;
	text-align: left;
}

table.data td {
	background-color: #fff;
}

table.data tr.even td {
	background-color: #f8fafa;
}

/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      #OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
}

legend {
	display: none;
}

input.submit {			/* Ensure buttons behave the same across all browsers */
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;	/* Same as . IE won't inherit the initial value */
	padding: 0 .25em;
    width: 0;  			/* IE width fix */
   	overflow: visible;
}

input.submit[class] {	/* IE ignores [class] (attribute selectors) */
   	width: auto;  		/* Cancel IE width fix for other browsers */
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: #ffc;
}

textarea {
	font-family: Arial, Helvetica, sans-serif	/* Same as . IE won't inherit the initial value */
}

option {
	padding-left: 2px;
	padding-right: 1px;
}

/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/

acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

cite {
	display: block;
	font-style: italic;
	margin-bottom: 1.28em;
	margin-top: -1.28em;
	text-align: right;
}

/* --------------------------------------------
	Specific Block-level Elements
----------------------------------------------- */

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 18px 18px 0 18px;
	position: relative;
	width: 1024px;
	width/**/:/**/ 988px; /* 1024px wide - 2 x 18px padding left and right*/
}

#footer {
	clear: both;
	color: #94989D;
	height: auto;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 50px 0 0 0;
	width: 998px; /* same as wrapper width */
}

#inner_wrapper {
	display: inline;
	float: left;
	height: 100%;
	margin-bottom: 0;
	width: 988px;
}

#col_lhs {
	color: #666666;
	display: inline;
	float: left;
	font-size: 110%; /* 11px */
	margin-bottom: 0;
	margin-right: 10px;
	position: relative;
	width: 222px;
}

#col_rhs {
	display: inline;
	float: left;
	font-size: 110%; /* 11px */
	margin-bottom: 0;
	overflow: hidden;
	width: 756px;
}

/* --------------------------------------------
	Specific Col_LHS Elements
----------------------------------------------- */

#col_lhs ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

#col_lhs ul li {
	background: none;
	padding-left: 0;
	padding-right: 10px;
}

#col_lhs ul ul {
	margin-top: 0.8em;
}

#col_lhs ul li ul li {
	background: transparent url(/images/lhs_procedures_li.png) no-repeat 0 3px;
	margin-left: 8px;
	padding-left: 10px;
}

#col_lhs a {
	/*border-left: 4px solid #fff;*/
	color: #666666;
	font-weight: bold;
	line-height: 1.5em;
	/*padding-left: 0.8em;*/
	text-decoration: none;
}

#col_lhs li li a {
	border-left: none;
	font-weight: normal;
	line-height: 1em;
	padding-left: 0;
}

#col_lhs a:hover, #col_lhs a:focus {
	text-decoration: underline;
}

#col_lhs a:active, #col_lhs a:visited {
}

#col_lhs #lhs_contact, #col_lhs #lhs_procedures, #col_lhs #lhs_feature {
	padding: 0 0 1.28em 15px;
}

#col_lhs #lhs_feature {
	padding: 0 0 2.28em 15px;
}

#col_lhs #lhs_contact {
	background: #dde0e3 url(/images/lhs_contact_bg.png) no-repeat 0 0;
}

#col_lhs #lhs_contact h4 {
	font-size: 109.09%;
	padding-top: 70px;
}

#col_lhs #lhs_contact .phone_icon {
	display: inline;
	float: right;
	padding-right: 10px;
}

#col_lhs #lhs_procedures {
	background: #eceef0 url(/images/lhs_procedures_bg.png) no-repeat 0 0;
}

#col_lhs #lhs_procedures h4 {
	font-size: 109.09%;
	padding-top: 75px;
}

#col_lhs #lhs_procedures h4.sub, #col_lhs #lhs_feature h4.sub {
	padding-top: 15px;
}

#col_lhs #lhs_feature {
	background: #eceef0 url(/images/lhs_feature_bg.png) no-repeat 0 0;
}

#col_lhs #lhs_feature h4 {
	font-size: 109.09%;
	padding-top: 80px;
}

#col_lhs #lhs_feature h4.padding_top_none {
	padding-top: 0;
}

/* --------------------------------------------
	Specific Col_RHS Header Elements
----------------------------------------------- */

#header {
	height: 394px;
	position: relative;
	width: 756px;
	z-index: 1000;
}

#header_top {
	background: transparent url(/images/header_top_bg.png) no-repeat 0 0;
	display: inline;
	float: left;
	height: 106px;
	left: 0;
	position: absolute;
	text-indent: -9999em;
	top: 0;
	width: 756px;
}

#header_middle {
	/*background: transparent url(/images/header_middle_bg.jpg) no-repeat 0 0;*/
	display: inline;
	float: left;
	height: 248px;
	left: 0;
	position: absolute;
	top: 106px;
	width: 756px;
}

#header_btm {
	background: transparent url(/images/header_btm_bg.png) no-repeat 0 0;
	display: inline;
	float: left;
	height: 40px;
	left: 0;
	position: absolute;
	top: 354px;
	width: 756px;
}

#nav_container {
	display: inline;
	float: left;
	margin-left: 356px;
	position: absolute;
	width: 400px;
}

#header_btm ul, #header_btm h3 {
	color: #fff;
	font-weight: bold;
}

#header_btm h3 {
	font-size: 127.27%; /* 14px */
	margin-bottom: 0;
}

#header_btm ul, #header_btm ul li {
	padding-left: 0;
	margin-bottom: 0;
}

#header_btm ul  {
	display: inline;
	float: right;
	line-height: 1;
	margin-bottom: 0;
	padding-right: 30px;
	text-align: right;
	width: 370px;
}

#header_btm ul li {
	background: transparent url(/images/header_btm_li.png) no-repeat right 5px;
	display: inline;
	float: right;
	height: 20px;
	padding-right: 25px;
	width: 345px; /* width needed or else Opera goes nuts */
}

#header_btm ul ul {
	background-color: #00172B;
	display: block;
	float: right;
	margin-right: -55px;
	_margin-right: -30px;
	margin-top: 0;
	padding: 1.28em 30px 1.28em 0;
	position: relative;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	
	width: 200px; 
}

#header_btm #nav li ul li {
	background: transparent url(/images/header_btm_li_li.png) no-repeat right 0;
	height: auto;
	margin-bottom: 1.28em;
	margin-top: 2px;
	padding: 0 25px 0.05em 12px;
	width: 163px;
}

#header_btm #nav li ul li:hover, #header_btm #nav li ul li:focus, #header_btm #nav li ul li.sfHover {
	background: transparent url(/images/header_btm_li_li_hover.png) no-repeat right 0;
}

#header_btm a {
	display: block;
	color: #fff;
	padding-bottom: 6px;
	text-align: right;
	text-decoration: none;
}

#header_btm #nav li ul a {
	line-height: 14px;
	padding-bottom: 0;
}

#header_btm a:hover, #header_btm a:focus, #header_btm #nav a.sfHover {
	text-decoration: underline;
}

#header_btm a:visited, #header_btm a:active {
}

#header_btm #nav li:hover ul, #header_btm #nav li.sfhover ul {
	left: auto;
}

/* --------------------------------------------
	Specific Col_RHS Content Elements
----------------------------------------------- */

#content {
	zpadding: 0 20px;
	zposition: relative;
	zz-index: 800;
}

#breadcrumbs {
	color: #94989d;
	font-size: 90.91%; /* 10px */
	padding: 5px 0 30px 0;
}

#breadcrumbs p {
	margin-bottom: 0;
}

#breadcrumbs a {
	color: #94989D;
}

#content ul li {
	background: transparent url(/images/rhs_content_li.png) no-repeat 0 7px;
}

#content img {
	border: 1px solid #bcc3c8;
	padding: 4px;
}

#content .error404 img {
	border: none;
	padding: 4px 0px 4px 4px;
}

/* --------------------------------------------
	Specific Footer Elements
----------------------------------------------- */

#footer_lhs {
	display: inline;
	float: left;
	margin-right: 10px;
	text-align: left;
	width: 222px;
}

#footer_rhs {
	display: inline;
	float: left;
	text-align: center;
	width: 756px;
}

#footer p.last_node {
	margin-bottom: 0;
}

#footer a {
	color: #94989D;
}

#footer a:hover, #footer a:focus {
	color: #94989D;
	text-decoration: none;
}

#footer a:active, #footer a:visited {
}

#logo {
	bottom: 25px;
	display: inline;
	float: right;
	position: absolute;
	right: 0;
	text-align: right;
}

/**************************/


#header {
	zheight: 140px;
	zborder-top: 1px solid #E5E5E5;
	zborder-bottom: 3px solid #666666;
}

#container {
	float: left;
	width: 100%;
}

#content {
	margin: 20px 20px 30px 20px;
}

#sidebar {
	zmargin: 20px 0 30px -210px;
	zwidth: 190px;
	zfloat: left;
	zoverflow: hidden;
}

/* General */
* {
	zmargin: 0;
	zpadding: 0;
}

a {
	zcolor: #666666;
	ztext-decoration: none;
}

a:hover {
	zcolor: #333333;
	ztext-decoration: underline;
}

img {
	zborder: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 760px;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
	padding: 15px 10px;
}

#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 100%;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
	zwidth: 450px;
	zfont-weight: normal;
	zfont-size: 160%;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #FF8000;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-bottom: 1em;
	margin-top: 1em;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 1em;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
}

.entry-content p {
	font-size: 109.09%;
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content .ddsg-wrapper h2 {
	display: none;
}

.ddsg-xml-link {
	padding-top: 1em;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content ul, .entry-content ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	font-size: 109.09%;
	line-height: 2em;
	margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	zfont-size: 100%;
	zfont-weight: bold;
	zcolor: #333333;
	ztext-transform: uppercase;
	zmargin-bottom: 5px;
	zpadding: 0 2px;
}

#sidebar ul {
	zlist-style: none;
}

#sidebar ul li {
	zmargin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	zmargin: 0;
	zpadding: 0;
}

#sidebar ul li ul li {
	zpadding: 4px 2px 4px 10px;
	zbackground: url(images/bullet.gif) no-repeat top left;
	zbackground-position: 0 7px;
	zmargin: 0;
	zborder-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	zpadding: 4px 0 0 10px;
	zbackground: url(images/bullet.gif) no-repeat top left;
	zbackground-position: 0 7px;
	zmargin: 0;
	zborder-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}