/************************************BODY************************************/
body {
	background-color: #eee;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #444;
	line-height: 18px;
	background: #eee url(/__live/img/bg.png) left top repeat-x;
}
h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
	color:#444;
	text-transform:uppercase;
}
h1 span {
	font-weight: normal;
}
h1 a {
	color:#444;
	text-decoration:none;
}
h1 a:hover {
	color:#444;
	text-decoration:none;
	color: #ff6600;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
	color:#444;
	text-transform:uppercase;
}
h2 span {
	font-weight: normal;
}
h2 a {
	color:#444;
	text-decoration:none;
}
h2 a:hover {
	color:#444;
	text-decoration:none;
	color: #ff6600;
}
b {
	color: #444;
}
a {
	color: #ff6600;
	text-decoration: underline;
	font-weight: bold;
}
a.buttonize {
	font-weight: normal;
	text-transform: uppercase;
}
a:hover {
	text-decoration: none;
}
a.more-link {
	text-decoration: none;
	text-align:right;
	display:block;
}
a:hover.more-link {
	text-decoration: none;
	color:#333;
}
a.link-normal {
	color: #555555;
	font-weight: normal;
}
p {
	padding-bottom: 20px;
	text-align: justify;
	width:auto;
	height:auto;
}
/************************************PROMOS************************************/
#promo_line {background-color: #FFFFFF; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD;}
#promo_line h1 {padding-bottom: 9px; padding-top: 9px;}
#promo_line h1 a{ font-family: "Droid Custom", Georgia, Garamond, serif; font-weight: normal; color: #585858; font-size: 32px; letter-spacing: -2px; text-decoration: none; line-height: 36px;}
#promo_line h1 a:hover {color: #ff6600; }
#promo_line h1 span {
	font-size: 18px;
	line-height: 20px;	
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: block;
	padding-right: 5px;
}
		
.db-block {
	width: 50%;
	float: left;
	height: 105px;
	margin-bottom: 12px;
}
.db-block-inner {
	margin: 5px;
	padding: 3px;
	height: 100%;
}
.db-block-content {
	padding-right: 5px;
	padding-top: 5px;
}
.db-block-inner img{
	margin-top: 8px;
	margin-bottom: 4px;
	margin-right: 10px;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    padding: 10px;
}
.slat-buttons a {
	margin: 4px 2px 3px 0;
	float:left;
}
.btn {
	border: 1px solid #DDDDDD;
	/*margin-right: 2px;*/
	cursor: pointer;
}
.btn:hover {
	border-color: #ff6600;
}
#login_container, #modify_credentials_section {
	background: url(/__live/img/large-keys.png) bottom right no-repeat;
	min-height: 256px;
}
#register_container, #modify_contact_section {
	background: url(/__live/img/large-register.png) bottom right no-repeat;
	min-height: 256px;
}
#contact_container {
	background: url(/__live/img/contact-form-large.png) bottom right no-repeat;
	min-height: 256px;
}
/************************************IMAGES************************************/
img.aligncenter {
	border: 1px solid #ddd;
	margin: 0 auto 20px auto;
	padding: 10px;
	display:block;
	background-color: #eee;
}
img.alignleft {
	border: 1px solid #ddd;
	float:left;
	margin:15px 15px 10px 0;
	padding: 10px;
	background-color: #eee;
}
img.alignright {
	border: 1px solid #ddd;
	float:right;
	margin:15px 0 10px 15px;
	padding: 10px;
	background-color: #eee;
}
img.nb {
	border:0;
	padding: 0;
	background-color:transparent;
}

/*HOME PAGE CONTAINERS*/

div#feature-projects {
	margin-top:0px;
	width:100%;
	height:340px;
	position:relative;
	background:transparent url(/__live/img/home-bg-right.jpg) right top repeat-x;
}
div#feature-projects-bg {
	width:50%;
	height:340px;
	float:left;
	background:transparent url(/__live/img/home-bg-left.jpg) left top repeat-x;
}
div#feature-projects-container {
	width:960px;
	height:340px;
	margin-left:-480px;
	left:50%;
	top:0;
	position:absolute;
	background:transparent url(/__live/img/home-bg-center.jpg) left top repeat-x;
}
div#feature-projects-content {
	width:960px;
	height:340px;
	position:relative;
}
/*TEXT CONTAINER*/

div#featured-projects-text {
	width:300px;
	height:180px;
	position:absolute;
	left:0;
	top:60px;
}
div#featured-projects-text h1 {
	font-size:16px;
	color:#fff;
	padding-bottom:10px;
	font-weight:bold;
}
div#featured-projects-text p {
	font-size:14px;
	font-style:italic;
	text-align:left;
	color:#fff;
	padding-bottom:10px;
}
div#featured-projects-text p a {
	font-size:14px;
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}
div#featured-projects-text p a:hover {
	text-decoration:none;
}
/*JFLOW KONTROLLER*/
div#myController {
	position:absolute;
	left:0;
	bottom:50px;
	padding:4px;
	border:1px solid #f7d85d;
}
span.jFlowControl, span.jFlowHover, span.jFlowSelected {
	float:left;
	width:20px;
	height:20px;
	margin:3px;
	color:#fff;
	float:left;
	text-decoration:none;
	text-align:center;
	line-height:20px;
	background:transparent url(/__live/img/controller-btn.png) top right no-repeat;
	cursor:pointer;
}
span.jFlowHover, span.jFlowSelected {
	background:transparent url(/__live/img/controller-btn.png) top left no-repeat;
}
/*JFLOW SLIDES*/
div#JSlides {
	position:absolute;
	right:31px;
	top:50px;
	height:200px;
	overflow:hidden;
	width:578px;
}
/*SERVICES*/
div#services {
	margin-top:30px;
	width:960px;
	background:transparent url(/__live/img/services-middle.png) top left repeat-y;
	overflow:hidden;
}
div#services-content {
	width:960px;
	background:transparent url(/__live/img/services-top.png) top left no-repeat;
	overflow:hidden;
}
div#services-bottom {
	width:960px;
	height:1px;
	clear:both;
	overflow:hidden;
	background:transparent url(/__live/img/services-bottom.png) top left no-repeat;
}
div.services-col1, div.services-col2, div.services-col3 {
	float:left;
	width:300px;
}
div.services-col2, div.services-col3 {
	margin-left:30px;
}
div.col-content {
	padding:0 20px;
	height:100%;
}
div.col-content h1 {
	padding:20px 0;
}
/*BOTTOM*/
div#bottom-container {
	width:960px;
	clear:both;
	margin-top:20px;
	overflow:hidden;
}
div#bottom-left {
	float:left;
	width:630px;
	background:transparent url(/__live/img/bottom-content-left-middle.png) left top repeat-y;
	overflow:hidden;
}
div#bottom-left-content {
	width:630px;
	background:transparent url(/__live/img/bottom-content.png) left top no-repeat;
	overflow:hidden;
}
div#bottom-left-bottom {
	width:630px;
	height:1px;
	clear:both;
	overflow:hidden;
	background:transparent url(/__live/img/bottom-content.png) left top no-repeat;
}
div#bottom-right {
	width:300px;
	margin-left:30px;
	float:left;
	background:transparent url(/__live/img/bottom-content-right-middle.png) left top repeat-y;
	overflow:hidden;
}
div#bottom-right-content {
	width:300px;
	background:transparent url(/__live/img/bottom-content.png) left top no-repeat;
	overflow:hidden;
}
div#bottom-right-bottom {
	width:300px;
	height:1px;
	clear:both;
	overflow:hidden;
	background:transparent url(/__live/img/bottom-content.png) left top no-repeat;
}
/*MAIN CONTAINER*/
div.wrapper {
	width: 960px;
	margin: 0 auto;
}
/************************************HEADER************************************/


div#header {
	width:100%;
	height:200px;
	position:relative;
	z-index:2;
}
h1#logo a {
	text-indent:-9000px;
	display:block;
	position:absolute;
	background: transparent url(/__live/img/oddity_software_logo.png) left top no-repeat;
	width:420px;
	height:160px;
	left:0px;
	top:0px;
	z-index:1;
}
/*HEADER BOX*/
div#header-pnone {
    text-align: right;
    width:405px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
	position:absolute;
	left:0;
    top: 120px;
    color: #999999;
    z-index: 2;
    padding: 0;
    margin-top: 4px;
}
div#header-pnone span {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 4px;
}
div#header-box {
	position:absolute;
	right:0;
	width:200px;
	top:30px;
	z-index:2;
}
div#header-box p {
	color:#fff;
	font-size:12px;
}
div#header-box p a {
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}
div#header-box p a:hover {
	color:#fff;
	text-decoration:none;
}

/*NAVIGATION*/
	
div#nav-content {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding:0 2px 0 0;
	height: 40px;
	background: transparent url(/__live/img/nav-spacer.png) right top no-repeat;
	z-index:1;
}
ul#nav {
	float: right;
	position:relative;
	list-style: none outside none;
}
ul#nav li {
	float: left;
	position: relative;
	background: transparent url(/__live/img/nav-button.png) no-repeat left top;
	width:110px;
	height: 40px;
	z-index:1;
}
ul#nav li span {
	display: block;
	height: 40px;
	width: 100%;
	background: transparent url(/__live/img/nav-button.png) no-repeat left bottom;
}
ul#nav li a {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
}
ul#nav li ul {
	position:absolute;
	left:1px;
	top:39px;
	width: 100%;
	visibility:hidden;
	z-index:1;
}
ul#nav li li {
	display:block;
	background: transparent url(/__live/img/nav-sub-button.png) no-repeat left top;
	width: 100%;
	height:40px;
}
ul#nav li li span {
	background: transparent url(/__live/img/nav-sub-button.png) no-repeat left bottom;
}
ul#nav li ul li ul {
	position:absolute;
	left:100%;
	top:0px;
	width: 100%;
	visibility:hidden;
	z-index:2;
}
/************************************CONTENT************************************/

/*CONTENT CONTAINER*/

div#content {
	width: 640px;
	float: left;
	margin-top:50px;
}
/*ENTRY*/

div.entry {
	margin-bottom: 20px;
}
div.entry-top {
	height: 20px;
	background: #fff url(/__live/img/entry-top-bg.png) left top no-repeat;
}
div.entry-content {
	padding: 0 20px;
	background: #fff url(/__live/img/entry-middle-bg.png) left top repeat-y;
	overflow:hidden;
	width:600px;
}
div.entry-bottom {
	height: 1px;
	overflow: hidden;
	clear:left;
	background: #fff url(/__live/img/entry-bottom-bg.png) left top no-repeat;
}

/*WIDE PAGE*/
div#content-wide {
	width: 100%;
	display:block;
	margin-top:50px;
	background-color:#fff;
	border:1px solid #ddd;
}
div#entry-wide {
	padding:20px 20px 0 20px;
	margin-bottom: 20px;
}


/*ENTRY TEXT STYLES*/

div#entry-wide ul, div#entry-wide ol, div.entry-content ul, div.entry-content ol {
	list-style:square outside;
	list-style-image:none;
	padding:0 0 20px 20px;
	display:block;
}
div#entry-wide ol, div.entry-content ol {
	list-style:decimal inside;
}
div#entry-wide ul li, div#entry-wide ol li, div.entry-content ul li, div.entry-content ol li  {
	padding-left:20px;
	padding:1px 0;
}

div#entry-wide ul li ul, div#entry-wide ol li ol, div.entry-content ul li ul, div.entry-content ol li ol {
	padding:0 0 0 20px;
}

pre {
 display: block;
 padding: 10px;
 border: 1px solid #ddd;
 overflow:auto;
 font-family:"Courier New", Courier, monospace;
 margin-bottom:20px;
}

blockquote {
 display: block;
 padding: 10px 10px 0 10px;
 border: 1px solid #888;
 background:#999;
 margin:0 0 20px 50px;
 color:#fff;
 font-style:italic;
}
blockquote a {
	color: #FFFFFF;
}
/*PASSWORD PROTECTED*/
.infotip {
	width:140px;
	margin-left: 100px;
	padding: 3px;
	text-align: left;
}
div.entry-content input[type="text"], div.entry-content input[type="password"], form#frm_contact select {
	background-color:#f7f7f7;
	border:1px solid #bbb;
	padding:6px 5px;
	width:248px;
	color:#555;	
}
.txtarea {
	background-color:#f7f7f7;
	border:1px solid #bbb;
	padding:6px 5px;
	width:348px;
	color:#555;
}
div.entry-content input.pass_submit {
	width: 67px;
	height: 30px;
	border: 0;
	text-indent: -9000px;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin-top:10px;
	display:block;
	cursor: pointer;
	background: transparent url(/__live/img/submit-button.png) no-repeat left top;
}
div.entry-content input.pass_submit:hover {
	background: transparent url(/__live/img/submit-button.png) no-repeat left bottom;
}

/*BLOG META*/

div.post-meta-data {
	height: 30px;
	width: 100%;
	position:relative;
	background: #fff url(/__live/img/post-meta-data-bg.png) left top no-repeat;
}
div.database-meta-data {
	height: 40px;
	width: 100%;
	position:relative;
	background-color: #E6E6E6;
}
div.database-meta-category {
	height: 100px;
	width: 100%;
	position:relative;
	background-color: #E6E6E6;
}
div.database-meta-category img:hover {
	border-color: #ff6600;
}
database-tools {
/*    position:relative;
    left: 50%;
    float: left;*/
	/*left: -50%;*/
}
div.database-wrapper {
    float:right;
    position:relative;
    text-align:left;
}
div.database-tools a {
    margin-top: 4px;
    margin-right: 2px;
    margin-bottom: 3px;
    margin-left: 5px;
    float: left;
}
div.database-tools .recs {
    float: right;
    color: #808080;
    cursor: help;
    margin-top: 5px;
    margin-right: 4px;
}
div.database-meta-data p {
	font-size: 11px;
	padding: 8px 10px 0 10px;
	line-height: normal;
	text-align: center;
}
div.post-meta-data p {
	width:560px;
	font-size: 11px;
	padding: 8px 20px 0 20px;
	line-height: normal;
}
div.post-meta-data p a, div.database-meta-data p a {
	color:#333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
div.post-meta-data p a:hover, div.database-meta-data p a:hover {
	text-decoration: none;
	color:#ff6600;
}
a.comments {
	color:#fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	position:absolute;
	display:block;
	width:30px;
	height:15px;
	right:20px;
	top:5px;
	text-align:center;
}
a:hover.comments {
	text-decoration: none;
	font-weight:bold;
}
/************************************COMMENTS************************************/

img.avatar {
	border: 1px solid #ddd;
	padding: 10px;
	display:block;
	background-color: #eee;
}
span.comment-date {
	display:block;
	color:#666;
	font-size:10px;
}
div.comment {
	margin-bottom: 20px;
}
div.comment-top {
	height: 20px;
	background: #fff url(/__live/img/entry-top-bg.png) left top no-repeat;
}
div.comment-content {
	width:600px;
	padding: 0 20px;
	background: #fff url(/__live/img/entry-middle-bg.png) left top repeat-y;
	overflow:hidden;
}
div.comment-content p {
	padding-bottom:20px;
	font-style:italic;
}
div.comment-content h2 {
	line-height:normal;
	padding-bottom:0;
}
div.comment-avatar {
	width:102px;
	padding:20px 0;
	float:left;
}
div.comment-text {
	width:478px;
	padding-top:20px;
	float:right;
}
div.comment-bottom {
	height: 21px;
	overflow: hidden;
	background: #fff url(/__live/img/comment-bottom-bg.png) left top no-repeat;
}
/*COMMENT FORM*/

input#author, input#email, input#url, #comment-textarea, .iput {
	background-color:#f7f7f7;
	border:1px solid #bbb;
	padding:6px 5px;
	width:248px;
	color:#555;
}
input#author:hover, input#email:hover, input#url:hover, #comment-textarea:hover, .iput:hover {
	border:1px solid #999999;
}
#comment-textarea {
	width:500px;
	height:150px;
}
p.submit-container {
	overflow:hidden;
	width:600px;
	padding-bottom:20px;
}
input#comment-submit {
	width: 67px;
	height: 30px;
	border: 0;
	text-indent: -9000px;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	float: left;
	cursor: pointer;
	background: transparent url(/__live/img/submit-button.png) no-repeat left top;
}
input#comment-submit:hover {
	background: transparent url(/__live/img/submit-button.png) no-repeat left bottom;
}
form#commentform label {
	float:left;
	text-align:right;
	width:60px;
	padding:5px 10px 0 0;
}
form#frm_login label, form#frm_register label, form#frm_forgot label, form#frm_confirm label, form#frm_pass label, form#frm_modify label, form#frm_contact label {
	float:left;
	text-align:right;
	width:90px;
	padding:5px 10px 0 0;
}
form#frm_quote label, form#frm_sitesale label {
	padding-bottom: 5px;
	display: block;
}
form#frm_quote input[type="text"], form#frm_quote textarea, form#frm_quote select, form#frm_sitesale input[type="text"], form#frm_sitesale textarea, form#frm_sitesale select {
	background-color:#f7f7f7;
	border:1px solid #bbb;
	padding:5px 5px;
	width:248px;
	color:#555;	
}
form#frm_quote input[type="submit"], form#frm_sitesale input[type="submit"]{
	width: 67px;
	height: 30px;
	border: 0;
	text-indent: -9000px;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 10px 0 0 0;
	float: right;
	display:block;
	cursor: pointer;
	background: transparent url(/__live/img/submit-button.png) no-repeat left top;
}
form#frm_quote input[type="submit"]:hover, form#frm_sitesale input[type="submit"]:hover {
	background: transparent url(/__live/img/submit-button.png) no-repeat left bottom;
}
/************************************SIDEBAR************************************/

div#sidebar {
	width: 300px;
	float: right;
	margin-top:50px;
}
/*WIDGETS*/

div.widget {
	margin-bottom: 20px;
}
div.widget-top {
	height: 20px;
	background: #fff url(/__live/img/widget-top-bg.png) left top no-repeat;
	position:relative;
	z-index:1;
}
div.widget-top-img, div.widget_search_img, div.widget_tag_cloud_img, div.widget_categories_img {
	background: #fff url(/__live/img/widget-top-img.png) left top no-repeat;
	position:absolute;
	width:60px;
	height:60px;
	right:10px;
	top:0px;
	z-index:1;
}
div.widget_search_img {
	background: #fff url(/__live/img/widget-top-img-search.png) left top no-repeat;
}
div.widget_categories_img {
	background: #fff url(/__live/img/widget-top-img-category.png) left top no-repeat;
}
div.widget_tag_cloud_img {
	background: #fff url(/__live/img/widget-top-img-tagcloud.png) left top no-repeat;
}
div.widget-content, div.widget_categories {
	padding: 0 20px;
	background: #fff url(/__live/img/widget-middle-bg.png) left top repeat-y;
}
div.widget-content h1 {
	padding-right:20px;
}
div.widget-content p {
	color:#666;
	overflow:hidden;
	width:260px;
}

div.widget-bottom {
	height: 1px;
	background: #fff url(/__live/img/widget-bottom-bg.png) left top no-repeat;
	overflow:hidden;
}
/*WIDGETS*/

/*advertising*/
a.ad125 {
	width:129px;
	height:129px;
	float:left;
}
a.ad125 img {
	padding:2px !important;
	border:0;
	overflow:hidden;
}
a.ad img {
	padding:2px 0 !important;
}
/*search*/
div#sidebar-search {
	padding-bottom:20px;
}
input#db_srch, input#domainToCheck, select#TLD {
	background-color:#f7f7f7;
	border:1px solid #bbb;
	padding:6px 5px;
	width:248px;
	color:#555;
}
input#db_srch:hover, input#domainToCheck:hover, select#TLD:hover {
	border:1px solid #999;
}
input.searchsubmit {
	width: 60px;
	height: 30px;
	border: 0;
	text-indent: -9000px;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 10px 0 0 0;
	float: right;
	cursor: pointer;
	background: transparent url(/__live/img/ok-button.png) no-repeat left top;
}
input.searchsubmit:hover {
	background: transparent url(/__live/img/ok-button.png) no-repeat left bottom;
}
/*categories*/

div.widget_categories {
	padding-bottom:20px;
	overflow:hidden;
}
li.cat-item {
	background: transparent url(/__live/img/category-bg.png) no-repeat left top;
}
li.cat-item a {
	display:inline-block;
	padding:5px 5px 5px 20px;
	color:#555;
	text-decoration:none;
}
li.cat-item a:hover {
	color:#ff6600;
	text-decoration:none;
}
ul.children li.cat-item {
	background: transparent url(/__live/img/category-sub-bg.png) no-repeat left top;
}
ul.children li.cat-item a {
	padding:5px 5px 5px 30px;
	color:#666;
}
ul.children li.cat-item a:hover {
	color:#ff6600;
}
/*tag cloud*/

div.widget_tag_cloud {
	padding-bottom:20px;
}
div.widget_tag_cloud a {
	text-decoration:none;
	color:#999;
	line-height:120%;
}
div.widget_tag_cloud a:hover {
	text-decoration:none;
	color: #ff6600;
}
/*blogroll*/

ul.blogroll {
	padding-bottom:15px;
}
ul.blogroll li {
	font-size:12px;
	padding:5px 0;
	color:#666;
	border-bottom:1px solid #ddd;
}
ul.blogroll li a {
	font-size:13px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
ul.blogroll li a:hover {
	display:block;
	color: #ff6600;
	text-decoration:none;
	font-weight:bold;
}

/*recent comments*/

div.widget_recent_comments {
	padding-bottom:20px;
}

li.recentcomments {
	font-size:12px;
	padding:5px 0;
	color:#666;
	border-bottom:1px solid #ddd;
}
li.recentcomments a {
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
li.recentcomments a:hover {
	color: #ff6600;
	text-decoration:none;
	font-weight:bold;
}

/*recent posts / meta / archives */

div.widget_recent_entries, div.widget_meta, div.widget_archive {
	padding-bottom:20px;
}

div.widget_recent_entries li, div.widget_meta li, div.widget_archive li {
	font-size:12px;
	padding:5px 0;
	color:#666;
	border-bottom:1px solid #ddd;
}
div.widget_recent_entries li a, div.widget_meta li a, div.widget_archive li a {
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
div.widget_recent_entries li a:hover, div.widget_meta li a:hover, div.widget_archive li a:hover {
	color: #ff6600;
	text-decoration:none;
	font-weight:bold;
}

/*pages*/
div.widget_pages {
	padding-bottom:20px;
}

div.widget_pages  li  {
	font-size:12px;
	padding:5px 0;
	color:#666;
}
div.widget_pages li a {
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#666;
}
div.widget_pages li a:hover {
	color: #ff6600;
	text-decoration:none;
	font-weight:bold;
}

div.widget_pages li ul {
	padding-left:20px;
}

/*calendar*/

div#calendar_wrap {
    padding-bottom: 20px;
}

table#wp-calendar {
    font-size: 12px;
    width: 260px;
    overflow: hidden;
}

table#wp-calendar caption {
    font-size: 14px;
    padding-bottom: 10px;
    width: 100%;
}

table#wp-calendar thead {
    border: 0;
}

table#wp-calendar th {
    font-weight: bold;
	color:#444;
    text-align: center;
    padding-bottom: 2px;
}

table#wp-calendar tbody td {
    text-align: center;
	line-height:21px;
    border: 1px solid #ddd;
    white-space: nowrap;
}

table#wp-calendar #next a, table#wp-calendar #prev a {
    padding: 5px 0 0 10px;
	text-decoration:none;
	color:#ff6600;
	background-color:transparent;
}
table#wp-calendar #next a {
	text-align: right;
}
table#wp-calendar #prev a {
    text-align: left;
}
table#wp-calendar #next a:hover, table#wp-calendar #prev a:hover {
	color:#333;
}

table#wp-calendar a {
    display: block;
	background-color:#666;
	color:#fff;
	text-decoration:none;
}
table#wp-calendar a:hover {
	background-color:#ff6600;
	color:#fff;
	text-decoration:none;
}



/************************************FOOTER************************************/

div#footer {
	clear:both;
	width:100%;
	height:auto;
	background:#3a3a3a url(/__live/img/footer-bg.png) left bottom repeat-x;
}
div.footer-content {
	width:960px;
	height:150px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
div.blog {
	height:200px;
}
a#top {
	position:absolute;
	width:50px;
	height:21px;
	bottom:30px;
	left:0;
	color:#444;
	text-decoration:none;
	text-align:center;
	line-height:22px;
	background:transparent url(/__live/img/top-bg.png) left top no-repeat;
}
a:hover#top {
	color: #ff6600;
}
div.copyright {
	position:absolute;
	right:0;
	bottom:10px;
}
div.copyright p {
	font-size: 10px;
	line-height: normal;
	color:#fff;
	padding:0;
	text-align: right;
}
div.copyright p a {
	color:#fff;
	text-decoration:none;
}
div.copyright p a:hover {
	text-decoration:none;
}

div.footer-nav {
	position:absolute;
	bottom:25px;
	right:0;
}

div.footer-nav ul li {
	color:#fff;
	font-size:11px;
	float:right;
	margin-left:5px;
	list-style: none outside none;
}
div.footer-nav ul li a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
div.footer-nav ul li a:hover {
	text-decoration:underline;
	color:#fff;
}
/*FOOTER ICONS*/

div#rss, div#twitter {
	position:absolute;
	top:45px;
	width:105px;
	height:105px;
}
div#rss div, div#twitter div {
	width:105px;
	height:105px;
	position:absolute;
	left:0;
	top:0;
	background: transparent url(/__live/img/twitter-icon.png) left bottom no-repeat;
}
div#rss a, div#twitter a {
	height: 100%;
	width: 100%;
	text-indent: -999em;
	position: absolute;
	right: 0;
	top: 0
}
div#rss {
	right:105px;
	background: transparent url(/__live/img/rss-icon.png) left top no-repeat;
}
div#rss div {
	background: transparent url(/__live/img/rss-icon.png) left bottom no-repeat;
}
div#twitter {
	right:0;
	background: transparent url(/__live/img/twitter-icon.png) left top no-repeat;
}
div#twitter div {
	background: transparent url(/__live/img/twitter-icon.png) left bottom no-repeat;
}
/************************************PAGINATION************************************/

div.wp-pagenavi {
	width:620px;
	float:left;
	height:100%;
	padding:20px 0 5px 0;
	overflow:auto;
}
div.wp-pagenavi a, div.wp-pagenavi a:link {
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	text-decoration: none;
	border: 1px solid #bdbdbd;
	background-color: #d8d8d8;
	color: #555;
}
div.wp-pagenavi a:visited {
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	border: 1px solid #bdbdbd;
	background-color: #d8d8d8;
}
div.wp-pagenavi a:hover {
	border: 1px solid #bdbdbd;
	background-color: #fff;
	text-decoration: none;
	color:#555;
}
div.wp-pagenavi a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	border: 1px solid #dddddd;
	background-color: #fff;
}
div.wp-pagenavi span.pages {
	padding:0;
	margin-right: 10px;
}
div.wp-pagenavi span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	font-weight: bold;
	border: 1px solid #bdbdbd;
	background-color: #fff;
}
div.wp-pagenavi span.extend {
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	text-decoration: none;
	border: 1px solid #bdbdbd;
	background-color: #d8d8d8;
}
/************************************RASCALS WP-CAPTION************************************/
div#wp-caption {
	position: absolute;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 10px;
	display: none;
	line-height: 0;
	z-index:100;
}
div#wp-caption p {
	font-size: 12px;
	color: #333;
	padding:5px 0 0 0;
	display:block;
	line-height:18px;
	text-align:left;
	width:auto;
}

/************************************RASCALS FORMS************************************/

div.rascals-form {
    clear: both;
    margin-bottom: 20px;
    overflow: auto;
}

div.rascals-form span {
    float: left;
    width: 32px;
    height: 29px;
    margin: 5px 0 0 5px;
    display: none;
    background: transparent url(/__live/img/form-check.png) no-repeat left top;
}

div.rascals-form label {
    display: block;
    line-height: normal;
    clear: both;
}

div.rascals-form input {
	background-color:#f7f7f7;
	border:1px solid #bbb;
	padding:6px 5px;
	width:248px;
	color:#555;
    margin-top: 5px;
    float: left;
    line-height: normal;
}

div.rascals-form textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    line-height: 20px;
    padding: 5px;
    overflow: auto;
	margin-top:5px;
	width:500px;
	height:150px;
	float:left;
	color:#555;
	background-color:#f7f7f7;
	border:1px solid #bbb;
}

div.rascals-form input:hover, div.rascals-form textarea:hover {
	border:1px solid #999999;
}

div.rascals-form-submit {
    width: 512px;
    height: 28px;
    display: block;
    clear: both;
    margin: 10px 0 20px 0;
    padding: 0;
}

input#send {
	width: 67px;
	height: 30px;
	border: 0;
	text-indent: -9000px;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	float: left;
	display:none;
	cursor: pointer;
	background: transparent url(/__live/img/submit-button.png) no-repeat left top;
}
input#send:hover {
	background: transparent url(/__live/img/submit-button.png) no-repeat left bottom;
}
div.rascals-form-submit span {
    margin-top: 2px;
    float: right;
    display: none;
    display: block;
    line-height: normal;
}





div.db-field-list {
	font-size: 9px;
	height: auto;
	overflow: auto;
}




/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

