/*
Theme Name: Custom Theme mod
Description: Theme for my blog, powered by Thematic.
Author: James M.
Template: thematic
Tags: buddypress
*/

.entry-content img {
    margin: 0 0 18px 0;
    width: auto; 
    max-width: 350px; 
    height: auto;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
        img.alignright {
	display: block;
	float: right;
        margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:13px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
.melative-library td {
 padding:5px 5px 20px;
}

.melative-library tr:hover {
 background:#fff;
}

.melative-library .C a {
 text-decoration:none;
 font-weight:bold;
 font-size:14px;
}

.melative-library .l {
 color:#888;
}
.cont {
font-size:14px;
}
.cont img{
	max-width: 16px;
	height: auto;
}

#topbar {
   	top: 0;
        left: 0;
        position: absolute;
	/*position: fixed;*/
	float: left;
	width: 100%;
	padding: 5px 0 19px;
	background: #EFFAB4;
	z-index: 900;
	height: 6px;
	overflow:visible;
    	border-bottom:solid 1px #ccff99;
	box-shadow: -3px 2px 3px #888;
}

#topbar-inner {
   	width:940px;
	margin: 0 auto;
	position:relative;
	text-align: left;
}

#topbar ul {
	float: left;
	padding-top: 2px;
	list-style-type: none;
	margin: 0 auto !important;
}

#topbar ul li {
	float: left;
	margin-right: 20px;
	font-size: 1.0em;
	line-height: 16px;
}

#topbar ul li a:link, #topbar ul li a:visited, #topbar ul li a:active {
	display: block;
	color: #CB4E61;
	text-decoration: none;
	padding: 1px 0 1px 21px;
}

#topbar ul li a:hover {
	color: #E96188;
	text-decoration: none;
}

#topbar-subscribe {
	background: url("./images/icon-feed.png") no-repeat 0 50%;
}
#topbar-anime {
	background: url("./images/icon-kronblr.png") no-repeat 0 50%;
}

#topbar-projects {
	background: url("./images/information.png") no-repeat 0 50%;
}

#topbar-share {
	display: inline;
}

#share {
	position: fixed;
	margin: -1px 0 0 -383px;
     z-index: 999;
}

#subscribe-menu li, #share li {
	float: left;
	width: 46%;
	height: 20px;
	margin: 0 2% 10px 0;
	font-size: .95em;
}

#topbar-share {
	background: url("./images/topbar-lg.gif") no-repeat 0 50%;
}

#topbar-admin {
	background: url("./images/icon-dashboard.png") no-repeat 0 50%;
}

#subscribe-menu, #share {
	display: none;
	top: 31px;
	left: 50%;
	width: 200px;
	padding: 10px 19px;
	font: 1.0em Lucida Grande, Trebuchet MS, Arial, Helvetica, serif;
	text-align: left;
	background: #EFFAB4;
    box-shadow: 5px 5px 7px #888;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


#subscribe-menu {
        position: absolute;
	/*position: fixed;*/
	margin: -1px 0 0 -469px;
         z-index: 999;
 }

#subscribe-menu ul {
	
}

#subscribe-menu li, #share li {
	float: left;
	width: 80%;
	height: 20px;
	margin: 0 2% 10px 0;
	font-size: .95em;
	list-style-type: none;
}

#subscribe-menu a:link, #subscribe a:active, #subscribe a:visited {
	color: #CB4E61;
	text-decoration: none;
}

#subscribe-menu li a.feed {
	padding: 1px 0 1px 19px;
	background: url("./images/icon-feed.gif") no-repeat 0 50%;
}

#share a:link, #share a:active, #share a:visited {
	color:  #CB4E61;
	text-decoration: none;
}

#subscribe-menu a:hover, #share a:hover {
	text-decoration: underline;
}

#subscribe-menu form {
	clear: left;
	margin-bottom: 10px;
	color: #EFFAB4;
}

#subscribe-menu input {
	margin-bottom: 5px;
	font-size: 8pt;
}
#erc {
        list-style:none !important;
        margin: 0px;
        padding: 0px
}
#erc img {
        float: left;
        margin: 3px;
        padding: 0px;
}
#wpstats
{
        display: none;
}

