﻿/*
Theme Name: IamWeb
Theme URI: http://www.iamwebsitedeveloper.com
Description: 3 inner column template
Author: Evan
Author URI: http://www.linkedin.com/szevan
Version: 1.0.0
Tags: white, red, black, light, two-columns, left-sidebar, fixed-width, theme-options, threaded-comments
*/

.clear {
	clear: both
}

/*******************
*	HYPERLINKS	   *
********************/ /* font format */
p {
	margin: 0 0 10px 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}


body {
	text-align: center;
	font: 12px Verdana;
	color: #666;
	background: #828080 url(images/background.png);
}

#all {
	width: 970px;
	margin: auto auto;
	text-align: left;
	background: #FFFFFF;
	background: rgba(255,255,255,0.8);
	padding: 5px 5px 5px 5px;
	border: 1px solid #999;
	-webkit-box-shadow: 1px 1px 25px #ccc;
-moz-box-shadow: 1px 1px 25px #ccc;
box-shadow: 1px 1px 25px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}

.aligncenter {
	text-align: center;
}

.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
}

/** END wrapper **/ /** BEGIN header **/
#header {
	width: 970px;
	float: left;
	padding: 5px 5px 5px 5px;
}

#header .logo {
	
}

#header .blogname {
	width: 500px;
	float: right;
}

#header .logholder {
	float: left;
	width: 315px;
}

#header .logo h1 {
	text-indent: -999999px;
	display: none;
}

#header .headrightbox {
	width: 410px;
	float: right;
	margin: 0 5px 0 0;
}

/* combo box */
#header .combobox {
	width: 265px;
	float: right;
}

#header .socialicon {
	list-style-type: none;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}

#header .socialicon li {
	float: left;
	margin: 0px 1px 0px 2px;
}

#header .socialicon li a {
	border: none;
}

/*************************************
 +Search
 *************************************/
#header .searchbox {
	width: 270px;
	float: left;
	border: none;
}

#header	.search input,.search button {
	border: none;
	float: left;
}

#header .search input.boxin {
	width: 160px;
	display: block;
	float: left;
	font: 100 10pt/ 1em Helvetica, Arial, Sans-Serif;
	margin: 0 5px 0 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
}

#header .search input.boxin:focus {
	display: block;
	float: left;
	font: 100 10pt/ 1em Helvetica, Arial, Sans-Serif;
	margin: 0 5px 0 0;
	padding: 5px;
}

#header .search button.btn {
	background: #222;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font: 100 10pt/ 1em Helvetica, Arial, Sans-Serif;
	margin: 0 0px 0 0;
	padding: 5px;
	text-transform: uppercase;
}

/* end of search */ /* end of combo box */ /* Begin Catagory */
#catagory .pages {

display: inline-block;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0px 1px 1px #555;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
list-style-type: none;
clear: both;
height: 35px;
overflow: hidden;
width: 970px;
background:#222;
font: 14px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#catagory .pages li {
	float: left;
	padding-left: 5px;
	padding-right: 2px;
	height: 30px;
}

#catagory .pages li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 11px 14px;
}

#catagory .pages li a:hover {
	color: #fff;
	height: 30px;
	background: url(images/navbg-hover.png) repeat-x left top;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#catagory .pages li a:active,a:focus {
	color: #fff;
	height: 30px;
	background: url(images/navbg-active.png) repeat-x left top;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* End of Catagory */ /** END header **/ /** BEGIN content **/
#content {
	width: 600px;
	float: left;
	padding: 10px 5px 10px 5px;
}

#content .post {
	float: left;
	background: #eee;
	width: 268px;
	height: 245px;
	margin: 10px 10px 10px 0;
	padding: 10px;
	line-height: 16px;
	border: 1px solid #e6e6e6;
	color: #444;
	font: 100 10pt/ 1em Helvetica, Arial, Sans-Serif;
}

#content span {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#content .header {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
}

#content .post h3 {
	font-size: 1.3em;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 130%;
	margin: 0 0 5px 5px;
	word-spacing: .2em;
	float: left;
	width: 180px;
}

#content .post h3 a {
	color: #333;
}

#content .post h3 a:hover {
	background: #ddd;
	color: #333;
}

#postbox .author {
	text-transform: uppercase;
}

#postbox .date {
	text-transform: uppercase;
}

#content .thumbnail {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

#content .post img {
	margin: 0;
	padding: 3px;
	background: #fff;
	width: 80px;
	height: 80px;
}

#content .post p {
	margin: 5px 0 10px 0;
	padding: 0;
	line-height: 1.5em;
}

#content  .meta {
	height: 20px;
	margin: 5px 0 5px 5px;
	padding: 10px;
	line-height: 20px;
	text-transform: uppercase;
}

#content .span {
	margin: 0px;
	padding: 0x;
	font-size: 11px;
}

#content .category {
	margin: 0 7px 0 0;
	padding: 0 0 0 15px;
	background: url(images/continue.gif) no-repeat 0 0;
}

#content .comments {
	padding: 0 0 0 17px;
	background: url(images/comment.gif) no-repeat 0 -1px;
}

#content .uneven {
	float: left;
	clear: both;
}

#content .postnav {
	clear: both;
	padding: 30px;
}

#content .postnav ul {
	list-style-type: none;
	padding: 10px;
}

#content .postnav ul li {
	float: left;
	color: #B5B4BC;
	padding: 4px;
}

#content .postnav ul li a {
	color: #636363;
	text-decoration: none;
	display: block;
	padding: 2px 6px;
	border: 1px solid #E2E2E2;
}

#content .postnav ul li a:hover {
	border-color: #ffffff;
}

#wp_page_numbers ul {
	border-top: 0 !important;
}

#wp_page_numbers .page_info {
	padding: 3px 6px !important;
	margin-right: 2px;
	border: 1px solid #e0e0e0 !important;
	margin-top: 4px;
}

#wp_page_numbers .active_page a {
	background-color: #ffffff !important;
	border: 0 !important;
}

#content .postmeta {
	background-color: #CC0000;
}

.browse {
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
	margin: 15px 0 0 0;
	padding: 10px;
	color: #333;
	line-height: 18px;
}

.browse a {
	color: #333;
}

/** END content **/ /*******************
*	ARCHIVE		   *
********************/
.archive {
	margin: 0px;
	padding: 0px;
}

#post h3 {
	margin: 5px 0px 10px 0px;
	font-size: 18px;
	padding: 0px;
}

}
.archive  h3 {
	margin: 5px 0px 10px 0px;
	font-size: 18px;
	padding: 0px;
}

.archive h3 a {
	color: #000;
}

.archive h3 a:hover {
	color: #000;
	background: #71cee6;
}

.archiveleft {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

.archiveleft img {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

.archiveright {
	float: right;
	width: 515px;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

.archivebottom {
	background: #f8f8f8;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #e6e6e6;
}

/** BEGIN sidebar **/
#sidebar {
	width: 350px;
	float: right;
	margin: 0;
	padding: 0;
}
#sidebar .subscribe{
	width: 340px;
	padding-top: 10px;}
#sidebar .subscribepic {
width: 330px;
margin-left: 5px;
padding: 0px;
overflow: hidden;
	}
#sidebar .twitter{
	float: left;
	width: 72px;}
#sidebar .rss{
	float: right;
	width: 133px;}
#sidebar .subscribetext{
	float: right;
	width: 120px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;}

#sidebar .img{
	margin-bottom: 5px;}

#sidebar .box {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #333;
	line-height: 18px;

}

#sidebar .box a {
	color: #333;
}

#sidebar .box .popular {
	list-style: none;
	margin: 0;
	background: #a4bcb8;
	padding: 5px 5px 5px 5px;
}


#sidebar .box .popular li {
        list-style:none;
	line-height: 1.4em;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar .box .popular li a {
	font-weight: bold;
	text-decoration: none;
}

#sidebar .box .popular li a:hover {
	font-weight: bold;
	color: #1e2322;
}

#sidebar .box .popular li p {
	padding: 5px 0;
}

#sidebar .widget {
	margin: 0;
	padding: 0;
}

#sidebar .leftwidget {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
}

#sidebar .rightwidget {
	float: right;
	width: 170px;
	margin: 0;
	padding: 0;
}

.widget ul,.leftwidget ul,.rightwidget ul {
	margin: 0;
	padding: 0;
}

.widget ul li,.leftwidget ul li,.rightwidget ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
}

.widget ul li a:hover,.leftwidget ul li a:hover,.rightwidget ul li a:hover
	{
	text-decoration: underline;
}

#sidebar li ul {
	
}

#sidebar li li {
	
}

#sidebar h3 {
	font-size: 16px;
	font-family: "Verdana", Geneva, sans-serif;
	margin: 10px 0 0 0;
	padding: 7px;
	background:#526663;
	color: #1e2322;
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
	text-shadow: rgba(164,188,184,.8) 0 1px 1px;
}

.ad300x250 {
	background: #f0f0f0;
	width: 300px;
	height: 250px;
	margin: 15px 0 0 0;
	padding: 10px;
}

.ad300x250 img {
	border: none;
}

/** End SideBAR **/ 
/** BEGIN footer **/
#footer {
	background: #474747 url(images/footerbg.jpg);
	width: 970px;
	overflow: hidden;
}
#footer h3{
font: 30px "Tahoma", Helvetica, Arial, Sans-Serif;
color: #222;
text-shadow: 0px 1px 1px #555;
padding: 5px;	
	}
#footer .leftbox{
	width: 600px;
	margin:0;
	padding: 0px;
	float: left;}
#footer .leftright{
	float: right;
	width: 280px;
	margin-left: 20px;}
#footer .leftleft{
	float: left;
	width: 280px;
	margin-left: 20px;}
#footer .leftboxes{
	width: 250px;
	padding: 10px 10px 10px 5px;
	background: #222;
	border: 1px solid #222;
	-webkit-box-shadow: 1px 1px 1px #555;
-moz-box-shadow: 1px 1px 1px #555;
box-shadow: 1px 1px 1px #555;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	}
#footer .leftboxes li{
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 0;	
	}
	
#footer .leftboxes li a{
	text-decoration: none;
	color:#666;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	}
#footer .leftboxes li a:hover{
	text-decoration: none;
	color:#ccc;
	}
#footer .leftboxespage{
	width: 250px;
	padding: 10px 10px 10px 5px;
	background: rgba(68,68,68,0.8);
	border: 1px solid #222;
	-webkit-box-shadow: 1px 1px 1px #555;
-moz-box-shadow: 1px 1px 1px #555;
box-shadow: 1px 1px 1px #555;
margin-bottom: 5px;
	}
#footer .leftboxespage li{
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 0;	
	}	
#footer .leftboxespage li a{
	text-decoration: none;
	color:#999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	}
#footer .leftboxespage li a:hover{
	text-decoration: none;
	color:#ccc;
	}

#footer .rightbox{
	width: 370px;
	margin:0;
	padding: 0px;
	float: right;}
#footer .rightleft{
	width: 160px;
	float: left;
	margin-left: 15px;}
	
#footer .rightleft ul{
	margin:0;
	padding: 0;}	
#footer .rightleft li{
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 0;}
#footer .image{
	float: left;
	margin:0;
	padding-right: 10px;}
#footer .blocktext{
	padding-top: 5px;}	

#footer .rightleft li a{
	color: #999;
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	font-size: 18px;
	}
#footer .rightleft li a:hover{
	color: #ccc;
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	font-size: 18px;
	}
	#footer .rightright{
	width: 140px;
	float: right;
	margin-right: 10px;}
	
	#footer .rightright li{
		list-style: none;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 10px 0px 5px 5px;
		background: #444
		
			
	}
	
	#footer .rightright li a{
		color: #999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	padding: 10px 0px 5px 5px;
		}
	#footer .rightright li a:hover{
		color: #ccc;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 16px;
		}

#footer p {
	color: #444;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
}

#power {
	background: #474747 url(images/footerbg.jpg);
	width: 970px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
#power .byright{
	float: right;
	padding-right: 10px;
	}
#power .byleft{
	float: left;
	padding-left: 10px;}

/** END footer **/ /** BEGIN miscellaneous **/
#content .single {
	padding: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solids #ccc;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-webkit-box-shadow: 2px 5px 5px #888;
-moz-box-shadow: 2px 5px 5px  #888;
box-shadow: 2px 5px 5px  #888;
overflow: hidden;
background: #fff;
}

#content .borderbottom {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#content .single h2 {
	font-size: 28pt;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0;
	word-spacing: .1em;
	font-family: "Arial", Sans-Serif;
	border-bottom: 1px solid #333;
	color: #333;
}

#content .single p {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top:15px;
        color: #333;
	padding: 10 0 10 0;
	max-length: 100%;
	line-height: 20px;
}

#content .single img{
border:3px solid #eee;
padding: 5px;	
	}

#content .single ul,#content .single ol {
	list-style-position: inside;
	margin-bottom: 10px;
}

#content .single li {
	line-height: 1.5em;
	padding: 2px 0;
	font-family: Georgia, serif;
	line-height: 21px;
	margin: 5px 0 10 0;
	padding: 10 0 10 0;
	font-size: 13.2167px;
	color: #333;
	max-length: 100%;
}

#content .single blockquote {
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e0e0e0;
}

#content .single pre {
	border: solid 1px #eee;
	font-size: 1.3 em;
	color: blue;
	margin: 10px;
	padding: 10px;
	background: #ccc max-length : 500px;
}

#content .single code {
	font-family: "Verdana";
	font-size: 13px;
	padding: 10px;
	Margin: 5px;
	color: #333;
	max-length: 500px;
}

#content .single h6 {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #444;
	font-family: Helvetica Neue, Helvetica, Arial, FreeSans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 4px 4px 4px 2px;
}

#content .single h4 {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #444;
	font-family: Helvetica Neue, Helvetica, Arial, FreeSans, sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 4px 4px 4px 2px;
}

#content .single h5 {
	border-top: 1px solid #eee;
	clear: both;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 3px;
	margin-top: 10px;
	padding: 9px 0 10px;
}

#content .single h3 {
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 2px;
	word-spacing: .1em;
	margin-bottom: 10px;
	margin-top: 15px;
	font-family: "Georgia";
	border-bottom: 1px solid #333;
	color: #333;
}

#content div#author-info {
	background: #eaeacc;
	padding: 10px;
	margin: 0 0 15px 0;
	-moz-border-radius: 5px 20px 10px 40px;
	-webkit-border-radius: 5px 20px 10px 40px;
	overflow: auto;
}

#content div#author-info div#author-image {
	float: left;
	margin: 0 10px 5px 0;
	border: 5px solid #d5d5bc;
	padding: 0px;
}

/* related post and social badges */

#content .related-holder{
width:580px;
padding-bottom: 10px;
margin-bottom: 10px;

}
#content div #related-post {
	padding: 10px;
	margin: 0 0 15px 0;
	background: #eaeaee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 300px;
	float: left;
	
}

#content div #social-badge{
	padding: 10px;
	margin: 0 0 15px 0;
	background: #eaeaec;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
	width:220px;
	float:right;
}
@font-face {
font-family:'Juvelo';
src: url('Juvelo.otf') format('opentype');
}
#content div #social-badge h{
font-family: ‘Juvelo’, Helvetica, Sans-Serif;
font-size: 12px;
text-shadow: rgba(0,0,0,.8) 0 1px 0;
font-weight: 100;
color: #333;
padding-bottom: 5px;
	
	}

#downloadsource div #social-badge ul {
	list-style-type: none;
	clear: both;
	overflow: hidden;
}

#content div #social-badge li {
	list-style: none;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}



/* end of related post and social badges */

#comments {
	padding: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#comments a {
	text-decoration: none;
}

#comments h2 {
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom: 20px;
	clear: both;
}

#comments p {
	margin-bottom: 10px;
	line-height: 1.6em;
}

#comments form {
	
}

#comments form p {
	margin-bottom: 5px;
}

#comments form input {
	margin-right: 5px;
}

#comments form input,textarea {
	border: 1px solid #cccccc;
	font-size: 0.9em;
	font-family: Verdana;
	padding: 4px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

#comments form input {
	width: 240px;
	border: 1px solid #cccccc;
}

#comments form textarea {
	width: 350px;
	padding: 4px 4px !important;
	border: 1px solid #cccccc;
}

#comments form button {
	border: 1px solid #a0a0a0;
	font-size: 1em;
	font-family: Verdana;
	padding: 2px 6px;
}

.commentdetails {
	margin-top: 25px;
}

.commentauthor {
	margin-bottom: 5px !important;
	font-weight: bold;
}

.twitavatars {
	width: 48px;
	height: 48px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #ccc;
}

.commentdate {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #909090;
}

.required {
	color: #ff0000;
}

h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.notfound {
	padding: 40px;
}

.notfound h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

/** END miscellaneous **/ /** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}

#comments .buffer {
	padding: 10px;
}

#comments ol li {
	margin-bottom: 10px;
}

#comments ol li ul li {
	border: 1px solid #e0e0e0;
	padding: 10px;
}

#comments ol li .avatar {
	float: right;
}

#comments ol li .comment-author {
	
}

#comments ol li .comment-author .fn {
	font-weight: bold;
	font-size: 1.2em;
}

#comments ol li .comment-meta {
	font-size: 0.9em;
	color: #999999;
	margin: 5px 0 10px;
}

#comments ol li .reply {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
}

#comments .children {
	list-style-type: none;
}

#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}

#comments .navigation a {
	color: #999999;
	padding: 3px 8px;
	border: 1px solid #cccccc;
}

#comments .navigation a:hover {
	color: #000000;
	border-color: #000000;
	text-decoration: none;
}

#comments .says {
	display: none;
}

/** END wordpress 2.7 comments **


/** Sociable Network **/
div.sociable {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.sociable_tagline {
	font-size: 11px;
	font-family: "Verdana", Geneva, sans-serif;
	margin: 10px 0 10px 0;
	padding: 7px;
	color: #666;
	font-weight: bold;
	position: relative;
}

span.sociable_tagline {
	font-size: 11px;
	font-family: "Verdana", Geneva, sans-serif;
	margin: 10px 0 10px 0;
	padding: 7px;
	color: #666;
	font-weight: bold;
	position: relative;
}

span.sociable_tagline strong {
	font-size: 11px;
	font-family: "Verdana", Geneva, sans-serif;
	margin: 10px 0 5px 0;
	padding: 7px;
	color: #666;
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
}

span.sociable_tagline span {
	display: none;
	width: 14em;
}

span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable span {
	display: block;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 5px;
	padding: 1px;
}

.sociable ul li:before {
	content: "";
}

.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

/**Download source **/
#downloadsource {
	margin: 0 auto;
	padding: 9px 0 8px;
	width: 500px;
}

#downloadsource li a {
	background: #222;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font: 100 10pt/ 1em Helvetica, Arial, Sans-Serif;
	margin: 0 5px 0 0;
	padding: 5px;
	text-transform: uppercase;
}

#downloadsource li a:hover {
	background: #333;
}

#downloadsource li {
	float: left;
	padding-left: 15px;
	padding-right: 5px;
}

#downloadsource ul {
	list-style-type: none;
	clear: both;
	height: 41px;
	overflow: hidden;
}

/** browser detection **/
.error {
	background:#222;
	color:#eee;
	padding:20px;
	border:dashed 1px #444;
	width:90%;
	margin:0px auto;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
}

.error a, .error a:hover{
	color:#ee7615;
}

/* simply moves close box to right */
.kickRight {
	text-align:right;
}