/*
Theme Name: LegalQB Theme
Theme URI: http://www.legalqb.com/
Description: The default LegalQB theme.
Version: 1.0
Author: Synapse Studios
Author URI: http://www.synapsestudios.com/

*/

@charset "utf-8";

/* IE5.5+ PNG Fix */
#header img { behavior: url(/wp-content/themes/legalqb/iepngfix/iepngfix.htc) }

/* Defining core elements */

body {
	background: #005C8F;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height:20px;
}

em {
	font-style: italic;
}

h1,h2,h3,h4
{
	font-weight:normal;
	color:#202020;
	margin:3px;

}

h1
{
	font-size:20px;
	margin:0 0 0 10px;
	padding: 5px 0;
}
h2
{
	font-size:18px;
}
h3
{
	font-size:16px;
}
h4
{
	font-size:14px;
}
p
{
	margin:10px;
}
a
{
	color:#D51515;
	text-decoration:none;
}
a:visited
{
	color:#D51515;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a img {
	border: 0 none;
}
a.plainlink
{
	color:black;
}
.left {
	float: left;
}

.right {
	float: right;
}

.odd {
	background-color: #f1f5fa;
}

.even {
	background-color: #ffffff;
}

.verified {
	color: #298206;
}

.unverified {
	color: #d32323;
}

#content ul.nolist > li, #content ol.nolist > li {
	list-style-type: none;
}

#container {
	width:960px;
	margin:10px auto;
	border:2px double #c0c0c0;
	background:#fff repeat-x url(images/legalqb_sand_bg.gif);
}

.lqb-greybox
{
	height:auto;
	background:url('images/contents_bg.png') repeat-x bottom left;
	padding:8px;
	border:8px solid #e8e8e8;
	margin:5px 0;
}
.lqb-redbox
{
	height:auto;
	background:url('images/redbox_bg.png') repeat-x bottom left;
	padding:8px;
	border:8px solid #330000;
	margin:15px 0;
}
.video-thumb
{
	width:90px;
	height:45px;
}
#wp-header
{
	background:url('/wp-content/themes/pressbox/images/huddle.jpg');
	height:115px;
}

/************************************************
*	Header      								*
************************************************/

#header {
	width:100%;
	font-size:10pt;
}

	#header #logo {
		width:213px;
		height:123px;
		margin:5px 10px 5px 5px;
	}

	#header #login { 
		float:right;
		text-align:right;
		margin:20px;
	}
	#header #login .fieldbg {
		width:125px;
		height:24px;
		background:url('images/field_bg.png') no-repeat;
		margin:0;
		border:none;
		padding:5px 0 0 5px;
	}
	
/************************************************
*	Navigation    								*
************************************************/
	
#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation {
	background-color:#000;
	color:#fff;
	border-bottom:1px solid #ccc;
	height:30px;
	margin:0 auto;
	padding:0;
	width:100%;
	font-family:Arial,Tahoma,Verdana;
	clear:right;
}

#navigation ul.publicMenu {
	margin-left:20px;
}

#navigation ul.publicMenu li {
	padding:0 10px;
}
#navigation ul#loginMenu li
{
	padding:0 5px;
}
#navigation a {
	display:block;
	font-family:Arial,Tahoma,Verdana;
	font-size:9pt;
	color:#fff;
	padding:3px 0;
	width:85px;
	text-align:center;
	background:url('images/btn_reg.png') no-repeat;
}
#navigation a.extraNav
{
	background:url('images/btn_lrg.png') no-repeat;
	width:120px;
}
#navigation a.extraExtraNav
{
	background:url('images/btn_extralrg.png') no-repeat;
	width:140px;
}
#navigation a:hover {
	background-position:0 -30px;
}

#navigation li {
	float: left;
}

#navigation li ul {
	position: absolute;
	left: -999em;
	border: 1px solid #ccc;
	background-color: #fff;
}

#navigation li ul a {
	color: #ccc;
	background-color: none;
}

#navigation li:hover ul {
	left: auto;
}


#navigation {

}




/************************************************
*	Content      								*
************************************************/

#content {
	padding:2px;
}

/************************************************
*	Footer      								*
************************************************/

#footer {
	background-color:#333;
	width:100%;
	height:35px;
	margin:0 auto 0;
	padding:10px 0;
}
	
#footer p {
	color:#fff;
	font-size:11px;
	font-family:Arial, Tahoma, Verdana;
	margin:0;
	padding:0 10px;
}
	
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
	
#footer a:hover {
	text-decoration:underline;
}
	

	
#content ol, 
#content ul {
	/*
	margin-left: 1.5em;	*/
}

#content ol li {
	list-style-position: outside;
	margin-left: 1.5em;
}

#content ul li {
	/*
		these are taking precedence over some stuff for the home page, so i'm going to comment them out for now
	list-style-type: circle;
	margin-left: 1.5em;*/
}

thead td, th
{
	text-align:center;
	font-weight:bold;
}

td
{
	padding:4px;
}


/** 
 * Styling for fieldsets, to make them presentable 
 * 
 * We make ul listings float everything left...
 */

fieldset {
	position: relative;
	margin: 5px;
	border: 1px solid #dddddd;
	padding: 2em 5px 5px 5px;
}

fieldset legend {
	position: relative;
}

#content fieldset ul {
	padding: 0;
	margin: 0;
	clear: both;
}

#content fieldset ul li {
	list-style: none;
	display: block;
	clear: both;
}

#content label {
	padding: 2px;
	font-weight: bold;
}

#content fieldset label {
	float:left;
}

#content fieldset input,
#content fieldset select,
#content fieldset textarea {
	float:left;
}


/* auth2-account-edit */

fieldset#auth2-account-edit label {
	width: 80px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

/* auth2_admin */

#auth2_admin-search {
	width: 170px;
	float: left;
	clear: none;
}

#auth2_admin-search label,
#auth2_admin-search input,
#auth2_admin-search select {
	display: block;
	clear: both;
	float:none;
}

#auth2_admin-results {
	margin: 5px;
	border: 1px solid #d9d9d9;
	float: left;
	clear: right;
	width: 740px;
	border-collapse: collapse;
}

table#auth2_admin-results td,
table#auth2_admin-results th {
	border: 1px solid #eee;
}

table#auth2_admin-results th {
	padding: 0 15px;
}

table#auth2_admin-results td {
	vertical-align: top;
}

table#auth2_admin-results th.nopad {
	padding: 0 5px;
}

table#auth2_admin-results td.centered {
	vertical-align: center;
	text-align: center;
}

.auth2_admin-pagination {
	width: 740px;
	display: block;
	clear: right;
	float: left;
	margin: 5px;
}

/* Some YUI Fixes */

#content .yui-toolbar-group ul {
	/*list-style: none;
	border: 4px solid #ffcc33;*/
}

#content .yui-toolbar-group ul li.yui-toolbar-groupitem {
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	list-style: none;
}

/************************************************
*	Home Page      								*
************************************************/

#index-container
{
	margin:18px 5px;
}
	#index-container .lqb-greybox
	{
		width:640px;
	}
#index-flashbanner
{
	margin-left:-2px;
}
#index-columns, #index-flashbanner, #index-welcome, #index-registration
{
	clear:left;
}

#index-col1
{
	width:350px;
}

#sidebar
{
	width:250px;
	float:right;
	position:relative;
	text-align:left;
}

#index-3col #index-col2
{
	width:275px;
}

#index-3col #index-col1, #index-3col #index-col2, #index-3col #index-col3
{
	height:175px;
}

#index-3col #index-col1, #index-3col #index-col2
{
	border-right:1px dashed #CCC;
	padding-left:5px;
}

#index-3col #index-col3
{
	width:240px;
	padding-left:10px;
}

#index-col3-text
{
	margin-left:0;
	padding:0;
}

#index-col3-text li {
	margin-left:10px;
}


#index-2col #index-col1
{
	border-top:1px solid #CCC;
	margin:25px 0 0 0;
}

#index-2col #index-col1 ul
{
	padding-left:10px;
	margin:0 10px;
}

#index-2col h4
{
	margin:2px 10px;
}

#index-2col #index-col2
{
	border-top:1px solid #CCC;
	width:510px;
	margin:25px 10px 0;
}

#index-tradeshowlist
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#index-tradeshowlist li
{
	padding:0 0 15px 0;
	clear:left;
}

#index-tradeshowlist li.first
{
	border-bottom:1px dashed #CCC;
}

#index-flashbanner{ 
	margin:-2px; 
}
#posts-links
{
	text-align:center;
	margin:5px 0;
	width:690px
}
	#posts-links a
	{
		padding:0 10px;
	}
	h2.pagetitle
	{
		width:670px;
		float:left;
		clear:both;
	}
/*************************
* Roundy boxes
*************************/
	.lqb-shadowbox-head table
	{
		background:transparent url('http://www.legalqb.com/media/images/lqb-rounded-box.png') no-repeat bottom right;
		padding-left:15px;
	}
	
	#iewrapper .lqb-shadowbox-head table td
	{
		padding-left:15px;
		padding-top:15px;
	}
	
	.lqb-shadowbox-blog
	{
		width:675px;
	}
	.lqb-shadowbox
	{
		margin:0;
	}
	.lqb-shadowbox-head table
	{
		background-position: top left;
		margin:0;
		padding:20px 0 1px 25px;
		height:auto;
	}

	.first { width:630px; overflow:hidden; }
