/*
Theme Name: LiveTime
Description: LiveTime Standard Theme
Version: 1.0
Author: LiveTime Software
Author URI: http://www.livetime.com
Tags: fixed width, two columns, widgets, white, grey

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul, ol { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }


/* Body
-------------------------------------------------------------------*/
body {
	/*font: 12px/18px 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	font: 12px/18px Arial, Tahoma, Verdana;
	color: #333; 
	background: #343434;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

h1, h2, h3, h4, h5,h6 { font-family: Arial, Tahoma, Verdana; font-weight: normal; color: #333; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #5371c5; text-decoration: none; }
a:hover { color: #5371c5; text-decoration: underline; }
a:visited { color: #5371c5; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Arial, Tahoma, Verdana; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7; 
}

/* Container
-------------------------------------------------------------------*/
#container { 
	width: 900px; 
	padding-bottom: 10px; 
	margin: 20px auto 20px auto;
	overflow: hidden; 
}
#container #wrapper { 
	width: 900px; 
	float: left; 
	overflow: hidden; 
	background: #fff url(images/sidebar-background.gif) repeat-y top right;
}
#container #wrapper_left { 
	width: 900px; 
	float: left;
	overflow: hidden; 
	background: #fff url(images/sidebar-background.gif) repeat-y top left;
}

#container #wrapper_nosidebar { 
	width: 900px; 
	float: left; 
	overflow: hidden; 
	background: #fff;
}

/* Header
-------------------------------------------------------------------*/
#header { 
	width: 900px; 
	height: 151px; 
	float: left; 
	background: url(images/header-bg.gif) no-repeat center;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	height: 148px;
	width: 415px;
	margin: 0;
	padding: 0;
	background: url(images/header-logo.png) top left no-repeat;
}
#header h1 { 
	font: 24px Verdana;
	padding: 60px 0 0 170px;
	border: 0;
	margin-bottom: 0px; 
	color: #333;
}
#header h1 a { 
	color: #fff;
	text-decoration: none;
	position: relative;
}
#header h1 span { 
	padding-left: 10px; 
	font-size: 12px; 
	color: #fff;
	font-style: italic;
}

#reflinks {
	float: right;
	margin: 3px; 0px;
	padding: 0;
}

#reflinks li {
	display:inline;
	padding: 0px 5px;
	border-left: 1px solid yellow;
}

#reflinks li a {
	color: black;
	position: relative;
}

/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 120px; 
	right: 10px;
}
#search #s { 
	width: 170px;
	height: 14px;
	padding: 3px 0 3px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 11px Arial, Tahoma, Verdana;
	color: #777;
	border: 0;
	background: url(images/searchfield.gif) no-repeat;
}

/* Navigation
-------------------------------------------------------------------*/
#menu, #sub-menu {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	background: #333333 url(images/navbar.gif);
	font-weight: bold;
	line-height: 16px;
	z-index: 20;
}
#menu ul, #sub-menu ul {
	width: 100px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}
#menu li, #sub-menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 40;
}
#menu li a, #sub-menu li a {
	color: #FFF;
	display: block;
    margin: 0;
    padding: 8px 15px 8px 15px;
	text-decoration: none;
}
#menu li a:hover, #sub-menu li a:hover {
}

#menu li li a {
	background: #d6d6d6;
	width: 180px;
	color: #000;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-top: 1px solid #FFF;
	border-left: 5px solid #aaa;
	filter:alpha(opacity=85);
	opacity:0.85;
}
#menu li li.arrow a {
	background: #d6d6d6 url(images/arrow.gif) no-repeat 97% 50%;
}
/* stop inheritance */
#menu li li.arrow li a {
	background: #d6d6d6 none;
}

#menu li li.arrow li a:hover {
	background: #AAA786 url(images/navbar.gif);
	color: #fff;
	padding: 6px 10px 6px 10px;
}

#menu li li a:hover {
	background: #AAA786 url(images/navbar.gif);
	color: #fff;
	padding: 6px 10px 6px 10px;
}
#menu li ul {
	z-index: 100;
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0; padding: 0;
}
#menu li li {
}
#menu li ul a { 
	width: 180px;
}
#menu li ul a:hover { 
}
#menu li ul ul {
	margin: -29px 0 0 200px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover { 
	position: static;
}

#navbar {
	background: #333333 url(images/navbar.gif);
	float: left;
	width: 100%;
	height: 31px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
}

#navbar #feed {
	float: right;
	display:inline;
	padding:0;
	color: #fff;
}

#navbar #feed a {
	color: #fff;
	float:left;
	font-weight: bold;
	padding: 8px 15px 8px 25px;
	background: url(images/rss.gif) no-repeat 0 9px;
}

#navbar #facebook {
	float: right;
	display:inline;
	padding:0;
	color: #fff;
}

#navbar #facebook a {
	color: #fff;
	float:left;
	font-weight: bold;
	padding: 8px 15px 8px 25px;
	background: url(images/fb.gif) no-repeat 0 9px;
}

/* Submenus */

.submenu {
	background: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	padding: 0px;
	margin: 0;
	margin-left: 3px;
	margin-bottom: 8px;
	position: relative;
}

.submenu a:link, .submenu a:visited {
	text-decoration: none;
	color: #333;
	padding: 3px 10px;
	margin-right: 10px;
}

.submenu .menuSelected {
	padding: 3px 10px;
	margin-right: 10px;
	background: #aaa;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
	border: 0;
}

.submenu a:hover  {
	margin-right: 10px;
	padding: 3px 10px;
	background: #aaa;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
	border: 0;
	color: #fff;
}

/************************************************
*	Hometop 					     		    * 
************************************************/

#hometop {
	width: 900px;
	height: auto;
	margin: 0px auto 0px;
	padding: 5px 5px 0px 5px;
	line-height: 20px;
	}

#hometop p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#hometop h1 {
	color: #2255AA;
	font-size: 22px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	}
	
#hometop h1 a, #hometop h1 a:visited  {
	color: #2255AA;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#hometop h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
#hometop img,
#hometop #rotator {
	float: left;
	border: none;
	margin: 0px 20px 10px 0px;
	}

/************************************************
*	Bottom Sidebars					     		* 
************************************************/

#bottom {
	/*background: url(images/homebottom.png) top no-repeat;*/
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	/*border-top: 5px solid #666666;*/
	clear: both;
	}

#bottom p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#bottom h2 {
	color: #000;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	}
	
#bottom h2 a, #bottom h2 a:visited  {
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

#top h2 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#bottom img {
	float: left;
	border: none;
	margin: 0px 0px 10px 0px;
}

#bottom ul {
	margin: 0px;
	border: 0;
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}

#bottom ul li {
	padding-bottom: 5px;
	}	
	
.bottomleft {
	float: left;
	width: 500px;
	margin: 0px 20px 0px 0px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 20px;
	/*border: 1px solid #000;*/
	}

.bottommiddle {
	float: left;
	width: 250px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
}

.bottomright {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 10px;
	overflow: hidden;
	background-color:#eaeaea;
	border:4px solid #aaaaaa;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	padding: 10px;
}

/* Content
-------------------------------------------------------------------*/
.windowFrame {
	background-color:#eaeaea;
	border:4px solid #aaaaaa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	margin-bottom: 12px;
	padding: 10px;
}

#content { 
	width: 670px; 
	float: left; 
	padding: 15px; 
	background: #fff; 
}

#content .post { 
	margin-bottom: 40px; 
}
#content .post h1.post-title { 
	color: #333;
	background: url(images/post.gif) no-repeat 0 1px;
	padding-left: 30px;
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #333;
}

#content .post h2 { 
	font-size: 16px; line-height: 20px; margin-bottom: 15px;
	margin-left: 0px;
	padding: 10px;
	margin-bottom: 20px; 
	border-top: 1px solid #bdccdc; 
	border-bottom: 1px solid #bdccdc; 
	background: #e9eff5;
	color: #333;
}

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #bdccdc; 
	border-bottom: 1px solid #bdccdc; 
	background: #e9eff5; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content .post.post-list p { padding-left: -1em; text-indent: 0em; }

#content .post .section {
	border: 0;
	margin: 0;
	padding: 0px;
	border-top: 2px solid #999;
	margin-bottom: 5px;
}

#content .post .section div {
	background: #999; 
	color: #000;
	border: 0;
	margin: 0;
	padding: 2px;
	width: 300px;
}

/* Tables */
#content .post #certify-table
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#content .post #certify-table td
{
	padding: 10px 18px;
	background: #fff;
	color: #666;
	vertical-align: top;
}

#content .post #certify-table td.text-odd
{
	padding: 10px 18px;
	background: #eaeaea; 
	border-left: 2px solid #aaa;
	color: #444;
	vertical-align: top;
}

#content .post #certify-table td.text-even
{
	padding: 10px 18px;
	background: #fff; 
	border-left: 2px solid #aaa;
	color: #444;
	vertical-align: top;
}

#content .post #box-table-a
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	
}
#content .post #box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #bbb;
	border-top: 4px solid #666;
	border-bottom: 1px solid #fff;
	color: #000;
}
#content .post #box-table-a tr
{
	background: #fafafa;
}
#content .post #box-table-a tr.even
{
	background: #eaeaea; 
}
#content .post #box-table-a td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #666;
	border-top: 1px solid transparent;
	vertical-align: top;
}
#content .post #box-table-a tr:hover td
{
	background: #bbb;
	color: #fff;
}

#content .post #inline-table
{
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#content .post #inline-table td
{
	vertical-align: top;
	padding: 5px;
}

#content .post div.highlight
{
	background-color:#eaeaea;
	border:4px solid #aaaaaa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	padding: 15px;
	margin-bottom: 15px;
}

#content .post div.syntax
{
	background-color: #eaeaea;
                        
        -moz-background-clip: padding;     /* Firefox 3.6 */
        -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
        background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
                                                 
        border: 10px solid rgba(0,0,0,0.3);
                                                
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; 

	padding: 15px;
	margin-bottom: 15px;

        -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

#content .post div.icon
{
	background-color:#fff;
	border:1px solid #aaaaaa;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 6px;
	padding: 9px 0px;
	margin-bottom: 0px;
}

#content .post #specs-table
{
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

#content .post #specs-table td
{
	vertical-align: top;
	padding-right: 15px;
}

#content .post #specs-table td h3
{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
}

#content .post #specs-table td li
{
	padding-left: 20px;
	text-indent: -20px;
	list-style-type: square;
	list-style-position: inside;
}

/* End Table */

#content #pages { text-align: center; }
#content #pages a { font: bold 20px Arial, Tahoma, Verdana; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 0px; }
#content ul {
	margin: 0;
	padding: 0;
    margin-left: 0;
	padding-left: 15px;
	list-style-type: disc;
}
#content ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
#content ol { 
	list-style-type: decimal;
	padding-left: 15px;
	text-indent: -15px;
	list-style-position: inside;
}
#content ol li {
	padding-bottom: 5px;
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border: 5px solid #ebebeb;
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 630px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Comments
-------------------------------------------------------------------*/
#comments .comment { 
	width: 670px;
	background: #ebebeb;
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}
#comments .comment .comment-avatar { 
	width: 50px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 570px;
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	background: #fafafa ; 
}
#comments .comment .comment-content a { color: #444; }

#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px Arial, Tahoma, Verdana; 	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 198px; 
	float: left; 
	font-size: 11px; 
	color: #555; 
	margin-bottom: 15px;
	border: 0;
}
#sidebar h3 { 
	font: bold 12px Verdana; 
	color: #333;
}

#sidebar a { color: #333; text-decoration: none; }
#sidebar a:hover { color: #777; }
#sidebar .block { 
	padding: 15px; 
	overflow: hidden;
	background: url(images/sidebar-block-bg.gif) no-repeat bottom center;
}
#sidebar .block ul li { 
	padding-left: 18px;
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}

/* Calendar */
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }


/* Footer
-------------------------------------------------------------------*/
#footer {
	width: 900px;
	height: 28px;
	float: left;
	clear: both;  
	position: relative;
	background: #fafafa url(images/footer-bg-black.gif) no-repeat; 
}
#footer a#theme-author { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	display: block; 
	height: 28px; 
	width: 130px; 
}
#footer p { 
	line-height: 28px; 
	color: #333; 
	padding-left: 15px; 
	font-size: 10px; 
	margin: 0; 
}
#footer a { 
	color: #555;
	text-decoration: underline;
}
/* End Footer */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 captions */

span.rss-date {
	display: block;
	font-size: 10px;
	border-bottom: 1px solid #ddd;
}



