.media_container {
	overflow: hidden;
	width: 100%;
	clear: both;
	margin-top: .5em;
	margin-bottom: .5em;
}

.media_attachment a {
	display: block;
	border-top: solid 1px #282;
	border-bottom: solid 1px #282;
    background: #efe 10px center no-repeat;
	color: #11d;
	text-decoration: none;
	width: 100%;
	padding: 30px 10px 30px 65px;
	margin: 6px 0px;
}

.media_attachment a:hover {
	color: #b11;
}

.media_attachment .media_info {
	color: #000;
}

.media_container .media {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.media_caption a {
	text-decoration: none !important;
	color: inherit;
	font-size: 9pt;
}

.media_caption img {
	margin-bottom: 2px;
}

.media a img {
	border: 0px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://www.visualizefuture.com/wp-includes/js/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	border: 1px solid #555;
	-moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	box-shadow: rgba(0,0,0,1) 0 4px 30px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:6px 10px 0;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:6px 10px 0;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	z-index:103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0pt 0pt -125px;
	padding: 40px 15px 15px;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	_margin-bottom:1px;
}


#main div.contact_form,
#content div.contact_form {
	width: 360px;
	margin: 0px auto;
}

.sidebar div.contact_form {
	width: auto;
}

div.cf_field {
	text-align: left;
	margin: .5em 0px;
}

div.cf_send {
	text-align: center;
}

input.cf_field {
	width: 95%;
}

textarea.cf_field {
	width: 96%;
	height: 160px;
	overflow-y: visible;
}

.sidebar .contact_form /* = sidebar widget */ {
	margin-left: 0px;
	margin-right: 0px;
}

.sidebar textarea.cf_field {
	height: 120px;
}

.cf_success {
	border: solid 1px #282;
	background: #efe;
	color: #282;
	padding: 1em;
}

.cf_error {
	border: solid 1px #b11;
	background: #fee;
	color: #b11;
	padding: 1em;
}

body {
	margin: 0px !important;
}

#am {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: right;
	z-index: 9999;
}

#am div {
	background-color: #ccc !important;
	border-bottom: solid 1px #666 !important;
	border-right: solid 1px #666 !important;
	border-top: solid 1px #ddd !important;
	border-left: solid 1px #ddd !important;
	color: #000 !important;
	font-family: Trebuchet MS, Tahoma, Helvetica, Sans-Serif !important;
	font-size: 11px !important;
	line-height: 13px !important;
	margin: 0px;
	padding: 0px !important;
	padding-left: 5px;
}

#am span {
	padding-right: 5px;
	margin: 0px;
}

#am .am_new {
	background: url(http://www.visualizefuture.com/wp-content/plugins/sem-admin-menu/css/../icons/new_file.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_manage {
	background: url(http://www.visualizefuture.com/wp-content/plugins/sem-admin-menu/css/../icons/edit.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_comments {
	background: url(http://www.visualizefuture.com/wp-content/plugins/sem-admin-menu/css/../icons/comment.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_options {
	background: url(http://www.visualizefuture.com/wp-content/plugins/sem-admin-menu/css/../icons/options.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_dashboard {
	background: url(http://www.visualizefuture.com/wp-content/plugins/sem-admin-menu/css/../icons/activity.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_user {
	background: url(http://www.visualizefuture.com/wp-content/plugins/sem-admin-menu/css/../icons/user.gif) center left no-repeat;
	padding-left: 14px;
}

#am a {
	color: #555 !important;
	text-decoration: none !important;
	padding: 0px;
	margin: 0px;
}

#am a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}


.subscribe_me_services .center_feed_button {
	text-align: center;
}

.subscribe_me_services .float_feed_button {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: .1em;
}

.subscribe_me_extra a {
	display: block;
	padding-left: 18px;
	padding-right: 6px;
	margin-top: .1em;
	margin-bottom: .1em;
	float: left;
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 144px;
	line-height: 20px !important;
	height: 20px !important;
	overflow: hidden;
	color: #11d !important;
	background-image: url(http://www.visualizefuture.com/wp-content/plugins/sem-subscribe-me/css/../icons/icons.gif) !important;
}

.subscribe_me_extra a:hover {
	color: #b11 !important;
}

.subscribe_me_extra a.help {
	width: auto;
}

.subscribe_me_spacer {
	clear: both;
}

.subscribe_me_extra {
	position: absolute;
	background: #fff;
	color: #000;
	border: solid 1px #999;
	padding: 5px 5px;
	margin-left: -1px;
	width: 360px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.subscribe_me .help {
	background-position: 0px 0px;
}

.subscribe_me .rss_feed {
	background-position: 0px -20px;
}

.subscribe_me .bloglines {
	background-position: 0px -40px;
}

.subscribe_me .google {
	background-position: 0px -60px;
}

.subscribe_me .live {
	background-position: 0px -80px;
}

.subscribe_me .netvibes {
	background-position: 0px -100px;
}

.subscribe_me .newsgator {
	background-position: 0px -120px;
}

.subscribe_me .yahoo {
	background-position: 0px -140px;
}

.subscribe_me .media_container {
	clear: none;
}

.subscribe_me .media {
	text-align: left;
	margin-left: 0px;
}


div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
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: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

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