/*  
	Theme Name: 1955 Design v3.0
	Description: Custom theme CSS File www.1955Design.com
	Author: David Zemens | www.1955Design.com
	Copyright: David Zemens | All Rights Reserved
*/
/* 
	COLORS
*/
* { 
	margin: 0; 
	padding: 0; 
}
#button-test a.buttonxx {
	display: block;
	width: 235px;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #a4dce5;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-shadow: #fffeff 0 1px 2px;
	background-image: url(css3/noise-30.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(82,178,205,0)), to(rgba(68,151,145,0.5)));
	background-image: url(css3/noise-30.png), -moz-linear-gradient(-90deg, rgba(82,178,205,0), rgba(68,151,145,0.5));
	background-position: -1px -1px;
	-moz-background-size: 37px 37px;
	background-size: 37px 37px;
	-webkit-background-size: 37px 37px;
	border: 1px solid rgba(0,0,0,.15);
	border-bottom-color: rgba(0,0,0,.3);
	-webkit-background-clip: border-box;
	margin: 10px;
	color: #463727;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	position: relative;
}
#button-test a.buttonxx:hover{
	background-color: #6bbdc8;
	text-shadow: rgba(0,0,0,.35) 0 1px 0px,rgba(0,0,0,.2) 0 0 2px;
	-webkit-background-size: 37px;
	color: #FFF;
}

#button-test a.buttonxx:active{
	top: 1px;
}

#button-test a.buttonxx.yellow{
	background-color: #e4d758;
	background-image: url(css3/noise-30.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(249,247,174,.7)), to(rgba(249,247,174,0)));
	background-image: url(css3/noise-30.png), -moz-linear-gradient(-90deg, rgba(249,247,174,.7), rgba(249,247,174,0));
}

#button-test a.buttonxx.yellow:hover{
	background-color: #d2b135;
}

#button-test a.buttonxx em{
	font-style: italic;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0;
}
#adsense-336-280 {
float: right;
width: 340px;
height: 285px;
margin: 0 15px 15px;
}
body {
	background-color: #FFFFFF;
	font: 100.01%/120% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color:#818181;
	line-height: 18px;
	font-size:75%;
	background-image:url(images/bg-body.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-top:0px solid #31719D;
	margin-top:35px;
}

.post-teaser-block {
font-size:110%;
}
.twitter-share-button, .tweetmeme_button {
float:left !important;
clear:left !important;
}
ul#main-nav {
	margin:-25px 0 10px 0;
	text-align:center;
	position:relative;
	z-index:10000;
}
ul#main-nav li {
	display:inline;
	list-style-type:none;
	margin-right:20px;
}
ul#main-nav li.current_page_item a{
	background-color:#18434F;
	color:#fafafa;
	text-decoration:none;
-moz-border-radius:3px;
-webkit-border-radius:3px;
	background-image: url(css3/noise-30.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(82,178,205,0)), to(rgba(68,151,145,0.5)));
	background-image: url(css3/noise-30.png), -moz-linear-gradient(-90deg, rgba(82,178,205,0), rgba(68,151,145,0.5));
}
ul#main-nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF; 
	text-decoration:none;
	font-variant:normal;
	font-size:1.2em;
	letter-spacing:2px;
        padding:0 5px 0 5px;
}
ul#main-nav li a:hover {
	color:#DDDDDD;
}
.navigation {
font-size:1.6em;
}

.navigation .alignleft a, .navigation .alignright a {
display:block;
color:#000;
background-color:#FFF;
float:left;
background-image:url(http://www.1955design.com/wp/wp-content/uploads/2010/05/bg-older.jpg);
height:25px;
width:170px;
margin-right:25px;
background-repeat:no-repeat;
cursor:pointer;
margin:0 0 10px 0;
}

.navigation .alignright a {
background-image:url(http://www.1955design.com/wp/wp-content/uploads/2010/05/bg-newer.jpg);
margin-left:180px;
float:none;
}

.navigation .alignright a:focus,.navigation .alignright a:active {
background-color:#FFF;
}
/*
#fc_checkout_container {
	background:#fff url(http://www.1955design.com/wp/wp-content/themes/_1955v30/images/bg-header.jpg) no-repeat center top;
padding-top:200px;
margin-top:0;
}
#fc_cart_table {
margin-top:115px;
}
*/
#sidebar-cart {
width:300px;
float:right;
margin-left:30px;
}
form.foxycart {
padding:12px 20px 10px 15px;
width:300px;
width:235px;
margin:6px 0 25px 0;
background-color:#d8dfea;
border:2px solid #31719d;
}
form.foxycart label {
margin-right:20px;
font-size:140%;
color:#111;
font-family:Geneva, Arial;
}
form.foxycart input[type=submit] {
color:#FFF;
background-color:#6eb840;
-moz-border-radius:9px;
-webkit-border-radius:9px;
font-weight:bold;
cursor:pointer;
padding:0 3px 0 3px;
border:1px solid #552F6E;
} 
form.foxycart input:hover[type=submit] {
color:#000;
background-color:#FAFAFA;
} 
form.foxycart input:active[type=submit] {
color:#666;
background-color:#CCC;
border:1px inset #552F6E;
} 
a.foxycart {
background-color:#6eb840;
color:#FFF;
font-style:normal;
font-size:1.1em;
overflow:auto;
border:1px solid #552F6E;
-moz-border-radius:7px;
-webkit-border-radius:7px;
text-decoration:none;
padding:5px 5px 5px 5px;
margin-right:10px;
}
a:hover.foxycart {
background-color:#FAFAFA;
font-style:normal;
font-size:1.1em;
overflow:auto;
border:1px solid #552F6E;
-moz-border-radius:7px;
-webkit-border-radius:7px;
padding:5px 5px 5px 5px;
color:#000
}
a:active.foxycart {
color:#666;
background-color:#CCC;
}
dl#cart-contents {
border:2px dotted #CCC;
height:auto;
overflow:hidden;
width:250px;
background-color:#f0f3f6;
	background-image:url(https://www.foxycart.com/files/images/foxycart-100x30.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
dl#cart-contents dt {
font-variant:small-caps;
color:#111;
margin-bottom:5px;
}
dl#cart-contents dd {
color:#111;
font-variant:small-caps;
font-size:90%;
}
blockquote {
border:1px solid #CCC;
padding:10px 10px 10px 10px;
margin:10px 0 10px 0;
}
#outer {
	position: relative;
	width:901px;
	margin: 0 auto 0 auto;
	padding:0 0 0 0;
	background-color:transparent;
	height:auto;
}
#inner {
	width:901px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	background-color:transparent;
	border-right:0px solid #ccc;
	border-left:0px solid #ccc;
	border-bottom:0px solid #ccc;
}
a {
	color:#31719D;
	text-decoration: underline;
	font-weight:500;
font-variant:small-caps;
}
a[href*="pdf"]  {
   background : transparent url(images/pdf.gif) no-repeat 98% 55%;
   padding-right:25px
}
a:hover {
	border-bottom:0px;
	text-decoration: none;
	color: #18434F;
	background-color:transparent;
}
a:active, a:focus {
	background-color:#18434F;
	color:#fafafa;
	text-decoration:none;
}
p {
	margin-bottom: 4px;
}
ul, ol {
	margin:0 0 0 0;
	padding:0 0 0  0;
}

li {
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
fieldset {
	border:none;
}
img, img a {
	display:block;
	float: right;
clear:right;
	margin: 10px 0px 10px 20px;
	padding:3px 3px 3px 3px;
	border:1px solid #ccc;
}
img.left, img.alignleft, .portfolio img
{
	float:left;
	margin:5px 10px 10px 0;
	padding:2px 2px 2px 2px;
	border:1px solid #ccc;
}
img.right, img.alignright, .youtuber2, object
{
	float: right;
clear:right;
	margin: 10px 0px 10px 10px;
padding:3px 3px 3px 3px;
border:1px solid #CCC;
}
img.noborder {
	border:1px solid transparent;
}
img.wp-smiley {
border:0;
}
a:hover img 
{
	border:1px solid transparent;
}
#content img {
	background: #f3f4ee;
	border: 1px solid #FFF;
	border-bottom: none;
	border-right-color: #a3a49f;
	-webkit-box-shadow: 1px 3px 5px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
padding:10px 10px 10px 10px;
}
#content a img {
border: 1px solid #CCC;
}
#content a img.noborder, #content a:hover img.noborder {
border:1px solid #FFF;
}
#fb a img {
float:right;
clear:right;
border:0px !important;
}
#fb a:hover img, #twitter a:hover img, #content a:hover img, #blog a:hover img, #rss a:hover img {
border:#ccc 1px solid;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
#fb a:active img, #twitter a:active img, #content a:active img, #blog a:active img, #rss a:active img {
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
background-color:#FFF;
}
#fb a:hover img, #twitter a:hover img, #blog a:hover img, #rss a:hover img {
	border:1px solid #FFF;
}
/*= headings */
h1, h2, h3, h4, h5, h6 {
	color: #31719d;
	font-size: 140%;
	margin: 20px 0 5px 0;
	padding: 0 0 0 0;
}
h2 {
	font-size: 125%;
	margin-top: 6px;
}
h3, #footer h3.widget-title a {
	font-size: 125%;
font-size:100%;
	color: #31719d;
	margin:0 0 5px 0;
	text-transform:uppercase;
font-family: Verdana, serif;
	letter-spacing:1px;
}
#footer h3.widget-title a {
font-weight:bold;
text-decoration:none;
}
h4 {
	font-size: 105%;
	font-weight:bold;
	color:#31719d;
}
.offset {
	position : absolute;
	top : -9000px;
	left : -9000px;
	z-index : 9;
	color:#fafafa;
}
#content {
	position: relative;
	margin:12px 0  0;
	padding:20px 0px 5px 0;
	background-color:transparent;
	overflow:hidden;
	border-top:2px dotted #ccc;
	width:100%;
}
.internal-narrow {
width:550px;
}
#content-width {
width:50%;
border:1px solid red;
}
#content p {
	font-size:110%;
	font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
font-family:Verdana, Geneva, sans-serif;
	margin:0 0 15px 0;
	line-height:1.6;
	color:#818181;
}
#content ul {
	margin-left:12px;
}
#content li {
	font-size:110%;
	list-style-image:url(images/arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	list-style-type:none;
	margin-left:12px;
}
.post {
	padding: 0px 5px 00px;
	margin:320px 0 10px 0;
	width:100%;
}
.internal {
	margin:10px 0 10px 0;
}
.archive {
	margin:0 0 0 0;
	padding:0 20px 0px 30px;
	border:0px solid blue
}
h2.error, b.error {
	color:#CC0000 !important;
}
b.error {
	font-size:1.2em;
}
.continue {
	width:100%;
	height:20px;
	border:1px solid #ccc;
	padding:6px 8px 8px 0px;
	background-image:url(images/bg-continue.jpg);
	background-repeat:no-repeat;
background-position:top center;
clear:both;
}
.read-more, .comments {
	margin-bottom:10px;
	color:#CC0000;
	font-size:1.0em;
	float:right;
	background-image:url(images/page.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:22px;
	padding-top:2px;
}
.comments {
	float:left;
	background-image:url(images/comment-icon.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:30px;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:7px;
}
.read-more a, .comments a {
	color:#CC0000; color:#333333;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:1px;
}
.read-more a:hover, .comments a:hover {
	border-bottom:0px;
	text-decoration:underline;
}
.read-more a:active, .comments a:active {
	color:#fff;
}
.read-more a:focus, .comments a:focus {
	background-color:#CC0000;
	color:#fff;
}
#content h2
{
	position: relative;
	top: 4px;
	font-size: 180%;
	line-height: 25px;
	color: #000;
	font-weight:normal;	
	color: #31719d;
}

#content h2 {
	padding:3px 0px 0px 0;
	color: #31719d;
	font-size: 195%;
}
#content h2 a {
	color: #31719d;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	display:block;
	width:97%;
border:1px solid transparent;
}
#content h2 a:hover {
	background-color:transparent;
	color:#022954;
}
#content h2 a:focus, #content h2 a:active {
	background-color:transparent;
	color:#111;
}
#content h2 a:active {
	background-color:transparent;
	color:#111;
}
#content h2.no-image {
	background-image:none;
}
#content ul 
{
    margin:1em;
    padding:0 1em;
    list-style-image:url(images/arrow.jpg);
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
.post .date, .date
{
	color:#999999;
	padding:2px 0 8px 0;
	font-family:Verdana,Arial, "Georgia", Times, serif;
	font-size:80%;
text-transform:uppercase;
}
.date a {
   color:#999999;
   font-weight:normal;
   border-bottom:1px dotted #CCC;
   text-decoration:none;
}
#content .post .date a:hover {
   color:#666;
}
#content .post .date a:active {
   color:#666;
background-color:transparent;
}
.by-text {
	text-transform:lowercase;
	font-style:italic;
	font-size:90%;
}
.post .date em 
{
	font-style:normal;
	color:#666;
}
.post .date em.user 
{
	background:url(images/user.png) no-repeat left top;
	padding-left:15px;
}
.post .date em.postdate 
{
	background:url(images/date.gif) no-repeat left top;
	padding-left:17px;
}
.post .entry {
	margin:15px 0 20px 0;
	padding: 0 15px 5px 0;
	clear:both;
	background-image:url(images/bg-post.dwzgif);
	background-repeat:no-repeat;
	background-position:bottom center;
	overflow:hidden;
border:1px solid transparent;
}
#navlink {
	margin-left:20px;
}
.post .entry p, .post .archive p {
	margin:5px 0 15px 0;
	color:#111;
	font-size:1.1em;
}
.post .archive p {
	font-size:1em
}
#content .post-archive h4  {

     margin:0 0 0 -10px;
}
#content .post h4 em
{
	color: #000066;
	font-style:normal;
	float:right;
	font-weight:normal;
}
#sidebar {
	width: 300px;
	float: right;
	margin:33px 0 0 0;
	background-color:transparent;
	padding:36px 5px 0 5px;
	border-right:0px solid #ccc;
position:relative;
}
img.centered, img.center {
	display: block;
	float:none;
	margin: 10px auto 10px auto;
	padding:0 0 0 0;
}
/*comments and their styles*/
#comments {
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:0 0 0 0;
	padding:10px 10px 10px 10px;
	border:1px solid #CCC;
	border-top:8px solid #31719D;
clear:both;
}
#commentform p {
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-size:1.0em;
}
#commentform h3 {
	margin:0 0 15px 0;
}
.post-meta {
	border:1px solid #ccc;
	overflow:hidden;
	font-size:1.0em;
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
	background-color:#F3EFE3;
}
.comment-text {
	width:530px;
	float:left;
	margin:10px 0 10px 0;
	font-size:0.9em;
}
span.comment-counter {
	font-size:1.0em;
}
#outer .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 2em 0;
	padding: 0;			
}
.commentlist li p 
{
    margin:0 1em;
}
.commentlist li.authorcomment
{
	border:#ddd 1px solid;
	border-top-width:0px;
	
}
#outer .nocomments 
{
	text-align:center;
	color:#999;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
input.text, input.text-search, textarea, select 
{
	padding:2px;
	background:#fff;
	font:1em verdana, arial, serif;
	border: 1px solid #ccc;	
	width:100%;
}
input.text-search {
	width:110px;
}
textarea{
	width: 90%;
	height: 20em;	
	padding:5px 5px 5px 5px;
	margin-bottom:10px;
}
#outer input.text:focus, textarea:focus
{
	border:#999 1px solid;
	background-color: #FAFAFA;
}
#footer {
	font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	position: relative;
	width:100%;
	clear: both;
	text-align: left;
	color: #666;
	padding:0 0px 0px 0px;
	background-color: transparent;
	background-image:url(images/bg-footerdwz.jpg);
	background-position:top left;
	background-repeat:repeat-y;
overflow:hidden;
border-bottom:1px solid #E6E6E6;
border-left:1px solid #E6E6E6;
border-right:1px solid #E6E6E6;
border:1px solid #E6E6E6;
margin-bottom:20px;
}

#footer a {
	text-decoration:underline;
	font-weight:normal;
	border:0px;
}
#footer a:hover
{
	color: #111;
	text-decoration:none;	
	border:none;
}
#footer ul li a:active, #footer ul li a:focus
{
	background-color:#666;
	color:#ccc;
	text-decoration:none;	
}

#content, #sidebar, #footer, .widget {
    overflow: hidden;
}
.textwidget {
    margin-top:10px;
}
#sidebar ul li.current-cat a {
	font-weight:bold;
	font-style:italic;
color:#F38E18;
}
/*  Content / Entry list items */
ul li a {
	font-size:100%;
}
ul ul li a {
	font-size:90%;
}
ul ul ul li a {
	font-size:80%;
}
/*  End Content / Entry list items */
/* Banner Elements **************************************************************/
#bannerimg  h1 {
	background-color :transparent; 
	width: 900px;
	height: 190px;
	color:#043756;
	margin:12px 0 0 0px;
	padding:0 0 0 0px;
	font-size:2.1em;
	position:relative;
	float:left;
	clear:both;
text-align:center;
}
#bannerimg h1 a {
	position : absolute;
	top:0;
	left:0;
	display : block;
	width: 900px;
	height: 190px;
	cursor : pointer;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color :transparent;
	font-size:90%;
	color:#18434F;
	border:0px;
	text-decoration:none;
}
#bannerimg h1 small {
	font-size:66%;
}
#bannerimg h1 a:hover {
	cursor : pointer;
	background-color :transparent;
	color:#31719D;
	border:0px;
}
#bannerimg h1 a span, #bannerimg h1 span {
	position : absolute;
	top:0;
	left:0;
	display : block;
	width: 900px;
	height: 190px;
	background-image:url(images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	cursor : pointer;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-bottom:0px solid #ccc;
	z-index:500;  /* relative to top_ tabs z-index */
}
#bannerimg a:hover span {
	position : absolute;
	display : block;
	cursor : pointer;
	width: 900px;
	height: 190px;
}
#bannerimg h1 a:focus span, #bannerimg h1 a:active span { 
	position : absolute; 
	display : block; 
	width: 900px;
	height: 190px;
} 
#bannerimg h1 a span:focus, #bannerimg h1 a span:active { 
	position : absolute; 
	display : block; 
	width: 900px;
	height: 200px;
	border:0px;
}
#fb a, #twitter a,  #blog a, #rss a {
	display:block;
	float:left;
	position:absolute;
	z-index:10111;
	margin-top:175px;
	margin-left:850px;
	width:22px; 
	height:22px;
	background-color:transparent;
	outline:0;
	border:0;
}
#twitter a {
	margin-left:880px;
}
#blog a {
	margin-left:790px;
}
#rss a {
	margin-left:820px;
}
/* END  Banner Elements **************************************************************/
#highlight {
	color:#A2A2A2;
	font-size:1.3em;
	line-height:33px;
	border-bottom:2px dotted #CCC;
	margin:-30px 0 25px -5px;
	padding:10px 15px 10px 5px;
}
#highlight p {
margin:0 0 0 0;
padding:0 0 0 0;
color:#A2A2A2;
}
#columns {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	height:auto;
}
#col-left {
	width:430px;
	float:left;
	padding-right:0px;
}
#col-right{
	width:430px;
	float:right;
}
/* Footer misc ------------------------------ */
ul#footer-address {
	position:relative;
	z-index:0;
	margin:10px 5px 0 0;
padding:8px 0 10px 15px;
	float:left;
	color:#fff;
	font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size:1.0em;
	clear:right;
	letter-spacing:0px;
	border-top:0px solid #E6E6E6;;
width:100%;
background-color:#F3F3F3;
}
ul#footer-address li h3 {
font-size:1.1em;
}
ul#footer-address li {
    color: #646464;
	text-align:left;
	margin:0 0 -2px 0;
	padding:0 0 0 0;
	list-style-type:none;
font-size:0.9em;
}
ul#footer-address li.footer-font {
	color:#999999;
}
#footer a {
    color: #646464;
	text-decoration:underline;
}
#footer a:hover {
	color:#111;
	text-decoration:none;
	background-color:transparent;
}
ul#top_demo {
	position:relative;
	z-index:-1000;
	margin:-105px 35px 0 0;
	float:right;
	color:#fff;
	font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size:105%;
	text-align:right;
	width:40%;
	clear:right;
}
ul#top_demo li {
	color:#111;
	text-align:right;
	margin:0 0 -2px 0;
	padding:0 0 0 0;
	list-style-type:none;
	
}
ul#top_demo li.demo-font {
	font-size:1.3em;
	font-style:italic;
}

/*
green hidden accesible navigation
*/
.jump a {
   position : absolute;  /* Forces it off-page */
   top : -1000px; /* The direction and value (optional) */
   left : -1000px; /* The direction and value */
   padding : 5px; /* To style the link�s box (optional) */
   font-weight : bold; /* Link Styling (optional) */
   font-size : 100%; /* Link Styling (optional) */
   text-align:center;
   text-decoration:none;
   color:#fff;
}

.jump a:hover {
	text-decoration:underline;
	border-bottom:1px solid #fff;
}
.jump a:focus, .jump a:active {
   font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
   position : absolute; /* Forces it back on focus */
   top : 8px; /* The direction and value */
   left : 1%; /* The direction and value (I got better results with % here) */
   border:3px double #1199ff;
   color : #000; /* Link Styling (optional) */
   z-index : 100000; /* to overlay logo division */
   width:12em;
   padding:5px 0 5px 0;
   background-color:#fff;
}
dfn {
	border-bottom: 1px dotted #64988B;
	border-color:#0033FF;
	font-style:normal;
}
dfn:hover {
	border-bottom: 1px dotted #64988B;
	cursor: help;
	border-color:#66CC00;
	cursor:help;
}
/* footer tab links */
ul#footer_tabs {
	margin:-0px 0px 0 0px;
	border-top:0px solid #E6E6E6;
width:100%;
padding:8px 0 0 15px;
background-color:#F3F3F3;
background-color:transparent;
}
ul#footer_tabs li {
	display:inline;
	margin:0 0 0 0px;
	background-color:transparent;
}
ul#footer_tabs li a {
	background-color:transparent;
	padding:1px 5px 1px 0px;
	font-weight:normal;
	font-size:88%;
	margin:0 0 0 0;
	text-decoration:underline;
	border-right:0px solid #666;
    color: #646464;
    font-family: Arial, Verdana, Times, Helvetica;
	font-variant:normal;
}
ul#footer_tabs li a.noborder {
	border:0px;
}
ul#footer_tabs a:hover, ul#footer_tabs li.current_page_item a:focus {
	background-color:transparent;
	color: #111;
	text-decoration:none;
	border-right:0px solid #666;
}
ul#footer_tabs a:focus, ul#footer_tabs a:active, ul#footer_tabs li.current_page_item a:active {
	background-color:#111;
	color:#fff;
	text-decoration:none;
	border-right:0px solid #666;
}

ul#footer_tabs li.current_page_item a {
	color: #111;
	cursor:default;
	border-right:0px solid #666;
	text-decoration:underline;
}
ul#footer_tabs li.current_page_item a:hover  {
	cursor:default;
	border-right:0px solid #666;
	text-decoration:none;
}
ul#footer_tabs li.current_page_item a:active  {
	background-color:#666;
	color:#ccc;
}
#footer img, #footer img a, ul#top_demo img, ul#top_demo img a {
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:right;
	margin:-4px 10px 0 0;
	z-index:500;
	position:relative;
}
/* End footer tab links in  ------------------------------ */
.no-display {
	display:none;
}
/* sidebar definition lists */

dl { 
	margin: 10px 0 20px 0px; 
	font-size:110%;
padding:10px 10px 10px 10px;
}
dt {
	font-weight:bold;
	margin-top:5px 0 15px 0;
	color:#666;
}
dd {
	margin: 0 0 5px 10px;
	line-height:1.2;
}
/* Left Sidebar */
#sidebar h2  {
	font-size: 1.5em;
	letter-spacing:1px;
	margin: 7px 0 5px 0;
	color:#18434F;
	border:0px solid #ccc;
	padding:6px 0 0px 2px;
	width:179px;
	height:24px;
	text-transform:none;
	background-color: transparent;
	font-weight:bold;
	font-size: 125%;
	color: #31719d;
	margin:0 0 5px 0;
	text-transform:uppercase;
font-family: 'Inconsolata', serif;
	letter-spacing:1px;
}
/* End Left Sidebar */
#contact_me {
	position: absolute;
	width: 320px;
	height: 80px;
	right: 0px;
	top: 15px;
	overflow: hidden;
	z-index:99999;
	margin:0 0 0 0;
}
#contact_me a {
	display: block;
	width: 300px;
	height: 75px;
	text-decoration:none;
	z-index:99999;
}
#contact_me a:hover {
	/*
	background-image:url(images/contact_me_new_hover.png);
	background-repeat:no-repeat;
	*/
	background-color:transparent;
}
#contact_me a:focus {
	background-color:transparent;
}
#contact_me a:active {
	background-color:transparent;
}
/* Breadcrumbs */
#breadcrumbs, .homelink {
	margin:5px 0 0 20px;
	padding: 0 0 0 0;
}
.homelink {
	color:#666;
	font-variant:small-caps;
}
#breadcrumbs a, #breadcrumbs span, .homelink a {
	font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size:100%;
	color:#022954;
	font-variant:small-caps;
	font-weight:bold;
}
#breadcrumbs a:hover, .homelink a:hover {
	text-decoration:none;
}
#breadcrumbs a:focus, #breadcrumbs a:active, .homelink a:focus, .homelink a:active  {
	background-color:#666;
	color:#ccc;
}
#breadcrumbs span {
	color:#666;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#breadcrumbs ul {
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#breadcrumbs ul li {
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
/* End Breadcrumbs */

fieldset {
	clear:both;
}
.ie6-message {
	font-weight:bold;
	font-size:9pt;
	color:#FF6600;
	font-style:italic;
}
/* 
	Safari only hack ... but for some reason it is targetting OPERA!!
	http://dustinbrewer.com/css-hackgetting-safari-to-behave/
*/
/*
@media screen and (-webk i t -min-device-pixel-ratio:0){
.quick_links_submit {margin:-26px 10px 0 0;}
}
*/
.privacy-notice {
	color:#666;
	font-size:11px;
	border:1px solid #ccc;
	width:130px;
	margin:10px 0 10px 8px;
	padding:5px 35px 5px 5px;
	background-image:url(images/bg_privacy-notice.png);
	background-position:95% 20%;
	background-repeat:no-repeat;
}
.nobg a:hover {
	background-color:transparent !important;
}
a[href*="1955design.com/#"]  {
	background-image:url(images/1955_button.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:86px
}
#content h2.archive-title {
	color:#666;
	font-size:1.4em;
	text-align:right;
	margin-right:25px;
}
#footer ul li.widget {
	float:left;
	clear:left;
}
#lead {
	float:right;
	height:175px;
	width:320px;
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	margin:5px 0 15px 15px;
}
#lead a {
	color:#FF0000;
	margin:33px 0 0 19px;
	display:block;
	font-weight:bold;
	padding:111px 5px 5px 5px;
	width:270px;
	font-size:1.2em;
	text-decoration:none;
	letter-spacing:1px;
	font-variant:small-caps;
}
#lead a:hover {
	text-decoration:underline;
}
#lead a:active, #lead a:focus {
	background-color:transparent;
	text-decoration:none;
	border:0px;
}
code, pre { 
	margin:0 0 0 0;
	padding:0 0 0 0;
}
pre {
	border: 1px solid #ccc;
	background-color: #F0EEE8;
	padding: 0px 10px 0 10px;
	margin:0 0 15px 0;
	width: 90%;
	font: 1.3em/1.7em "courier new", courier, monospace;
	background-image:url(images/bg_pre.jpg);
}
code {
   font-size:12px;
}
#featured, #featured-archive {
	margin-bottom:20px;
	padding:0px 10px 10px 10px;
	height:auto;
	width: 630px;
	border:6px solid #D8E6E9;
	background-image:url(images/bg-featured.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:190px;
}
#featured-archive {
	background-image:url(images/bg-featured-archive.jpg);
	min-height:10px;
}
#featured h3 {
	margin:0 0 0 0;
	padding:5px 5px 0 0;
	font-size:1.2em;
}
#featured h4 {
	margin:0 0 0 0;
	padding:5px 5px 0 0;
}
#featured p {
	line-height:16px;
	padding-top:3px;
	padding-left:5px;
	padding-right:35px;
	font-size:1.0em;
	margin-bottom:14px;
}
#featured p a {
	color:#83C13E;
	font-weight:bold;
	font-size:1.0em;
	padding-top:0px;
	border:0px;
}
#featured h3 a:active {
	color:#333366;
}
#twitterlink {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 16px;
  margin: 85px -3px -2px 111px;
  background: url(images/tweet.png) no-repeat -93px -49px;
  text-decoration: none;
}
#twitterlink span {
  position: absolute;
  left: -9999em;
}
#twitterlink:hover {
  background-position: -117px -49px;
}
#twitterlink strong {
  display: block;
  position: absolute;
  width: 141px;
  height: 49px;
  background: url(images/tweet.png) no-repeat 0px 0px;
  left: -9999em;
}
#twitterlink:hover strong {
  left: -117px;
  top: -49px;
}
a.post_edit_link {
   float:left;
clear:both;
}
ul#port-icons {
margin:-15px 0 0px 0; 
padding:0 0 0 10px;
}
ul#port-icons li {
	margin:0 34px 0 0; 
	padding:0 0 0 0;
	float:left;
	width:50px;
	list-style-type:none;
	display:inline;
}
ul#port-icons img {
padding:2px 2px 2px 2px;
}
ul#footer-widget {
list-style-type:none;
margin:0 0 10px 15px;
padding:0 0 0 0;
width:100%;
border-top:0px dotted #FCFCFC;
background-color:#F3F3F3;
background-color:transparent;
}
ul#footer-widget li {
display:inline;
margin-right:10px;
padding:0 0 0 0;
float:left;
}
ul#footer-widget li a {
	font-variant:normal;
}
.widget-container h3 {
border-top:0px solid #E6E6E6;
margin:5px 0 0 0;
padding:8px 0 3px 0;
width:100%;
}
.google-left {
margin-bottom:10px;
}
