/* @group General Styles */

body {
    font:12px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color:#EFEFEC;
}

p {
    line-height:1.8em;
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {

}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	margin-top: 60px;
}
.clearer {
	clear: both;
}
#pageHeader {
	height: 50px;
}
#pageHeader img {}
#pageHeader h1 {
	color: #7e7e7e;
	margin: 0 0 7px;
	letter-spacing: -1px;
}
#pageHeader #left{
   	float:left;
	margin-top:3px;
}
#pageHeader #right {
    float:right;
    margin-top: 5px;
	width:280px;
}
#right #user_box {
	color:#ffffff;
}
#right #user_box img{
	float:left; 
	margin-right:10px;
	height: 30px;
	border: 1px solid rgb(204, 204, 204); 
	padding: 4px;  	
	background-color:#000000;
}
#right #user_box #user{
	font-size:14px;
	font-weight:bold;
}
#right #user_box #user span{
	font-size:12px;
	color: #2F2F2F;
}
#right #sign_up{
	font-size:14px;
	margin:0;
    margin-top:8px;
    list-style-type: none;
    float:left;
    display:inline;
    padding:0;
}
#right #sign_up li{
    display: inline;
    padding-right:20px;
}
#right #sign_up li a{
    padding:20px 0px;
}


#right #sign_up li a:hover {
    text-decoration:none;
    color:#FFF;
}

#right #user_box #user_options{
	color:#2F2F2F;
	font-size:12px;
	line-height:15px;
}
#pageHeader h2 {
   	color:#B8B8B8;
	display:inline;
	font-size:1em;
	font-weight:normal;
	margin-left:2px;
	position:relative;
	top:-14px;
}

#contentContainer {
	margin-bottom: 10px;
}

#contentContainer #contentRight {}
#contentRight h3{
	border-bottom: 1px dotted rgb(216, 216, 208); color: rgb(153, 153, 153); font-size: 12px;
}
#sidebarContainer {
	width: 300px;
	float: right;
	margin-bottom: 10px;
}

#sidebarContainer #sidebar h4{
	margin-top:20px;
	margin-bottom:10px;
}

#sidebarContainer #sidebar h4.first{
	margin-top:0px;
}

#sidebarContainer #sidebar {
    padding:0 20px;
    margin:0 0 15px;
    text-align:left;
}
#sidebarContainer #sidebar ul{
	list-style: none outside none; 
	margin: 0pt; 
	padding: 0pt;
}

#sidebarContainer .sideHeader {
	color: #000000;
	font-weight: bold;
	margin: 0;
	font-size: 1em;
}

.main_link {
    color: #8e8e8e;
    border: 1px solid #EAEAEA;
    padding: 3px 10px;
   	text-decoration: none;
}

.main_link a{
    text-decoration: none;
}

#sidebarContainer .main_link:hover, #sidebarContainer .add_story:hover {
    text-decoration: none;
    background-color: #54CE79;
    color: white;
}

#sidebarContainer .current{
    text-decoration: none;
    background-color: #54CE79;
    color: white;
}

#sidebarContainer h3{
    margin:0 0 15px;
    color:#404036;
}
#footer { 
    font-size:9px;
}

#footer p {
	padding:10px;
}

h1 {
    padding:0;
    color:#8E8E8E;
    display:block;
    font-size:1.6em;
    font-weight:normal;
    margin:0;
}

h2 {
    font-size: 18px;
    font-weight: bold;
	margin: 7px 0px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
<<<<<<< .mine
    margin-top:20px;
=======
	font-size:12px;
    margin-top:10px;
>>>>>>> .r1302
}
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
.blog-entry {
    b-order:2px solid #EAEAEA;
    b-ackground-color: white;
    margin-bottom:10px;
    position: relative;
    z-index: 2;
}

.blog-entry-title {
	font-size: 1.6em;
	margin: 0 0 5px;
	font-weight: normal;
    display: inline;
    color: #54ce79;
}

.blog-entry-title a:link {
	text-decoration: none;
	color: #464646;
}

.blog-entry-date {
	color: #b3b3b3;
	margin-bottom: 15px;
	padding-left: 16px;
	background: no-repeat 0px 3px  url(/images/date.png);
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}
.blog-entry-comments {
	margin-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-left: 16px;
	background: no-repeat left center url(/images/filed.png);
	margin-left: 8px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #b3b3b3;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	padding-left: 16px;
	background: no-repeat left center url(/images/filed.png);
	margin-left: 8px;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #b3b3b3;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.rss {
	display:block;
	float:left;
}

.rss_wrapper {
	background: transparent url(/images/rss_corner.png) no-repeat scroll 3% 34%;
	padding-left:20px;
	display:block;
}

.rss a {
	background: #FFFEEF url(/images/rss_icon.gif) no-repeat 5% 51%;
	border:1px solid #DFDFDF;
	border-left:0;
	padding:2px 3px 2px 18px;
}
.rss a:hover {
	text-decoration:none;
}

.rss a.comment{
	background: url(/images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
}
.remove_story{
	left:530px;
	margin-top:20px;
	position:absolute;
	z-index:3;
}
* html img.imgBio { 
    height: expression( this.scrollHeight > 99 ? "100px" : "auto" ); /* sets max-height for IE */
}
img.imgBio {
    max-height: 100px; /* sets max-height value for all standards-compliant browsers */
    padding:4px;background-color:#ededed;
    border:1px solid #FFFFFF;
}
#story_header ul li a.add_story, #story_header ul li a.add_story:hover {
	padding-left:20px;
	background: transparent url(/images/icons/lightbulb_off.png) no-repeat left center; 
	color:#54CE79;
}
#story_header ul li a.add_story:hover {
	background-image:url(/images/icons/lightbulb.png);
}
#story_body h1{
    display:block;
    text-align:center;
    font-size:2em;
}
.story-image{
    background-color:#FFFFFF;
    border:1px solid #DFDFDF;
    padding:5px;
    width:80px;display:block;float:right;
}
.story-options{
    text-align:right;padding-bottom:3px;float:left;width:100px;padding-right:20px;min-height:150px;
}
#story_text{
    display:block;
    line-height:25px;
    padding-top:10px;
}
#story_text .firstletter{
    color:#464646;
    font-size:50px;
}
.tag-list{
    display:block;margin:0 0 10px;color:#9F9F9F;
}
.tag{
    font-size:10px;
}
.read-more{
margin-top:20px;
}
.read-more a{
    background:url("/images/bg.gif") repeat scroll 0 0 #464646;color:#FFFFFF;padding:5px 10px;
}
.cloud .blog-entry-title{
    padding:0 5px;
}
#userMenuOption a#optionSelector {
    background-image:url("../images/icons_sprite.png");
        background-position:-720px;
            background-repeat:no-repeat;
                display:inline-block;
                    white-space:nowrap;
                        width:16px;
                            height:16px;
                                position:relative;
                                    top:3px;
}
ul#userMenu{
        background-color:#FFFFFF;
            border-bottom:2px solid #464646;
                border-right:2px solid #464646;
                    list-style:none outside none;
                        margin:6px 0 0 42px;
                            padding:0px;
                                padding:5px 0;
                                    width:105px;
}
ul#userMenu li a{
        display:block;
            padding:5px 15px;
}
ul#userMenu li a:hover{
        background-color:#464646;
            text-decoration:none;
                color:#fff;
                    font-weight:bold;
}
#userMenuOption a#optionSelector:hover {
    background-position:-593px;
}
#edit_aboutme{
    display:block;
}
.stats{
        height:40px;
            width:250px;
                font-size:24px;
                    text-align:left;
                        color:#6E6E5D;
                            border-bottom: 1px solid #DFDFDA;
}
.stats div span{
        font-size:10px;
            color:#ccc;
                display:block;
                    line-height:7px;
}
.stats div{
        float:left;
            margin:0 10px;
                width:55px;
}
.stats div.first{
        margin-left:0;
}

