/* CSS Document */

/* MyBlog header */
#myBlog-wrap #myBlog-head {
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
	height:24px;
}

#myBlog-wrap #myBlog-head h1,
#myBlog-wrap #myBlog-head h2{
	display:none;
}

/* MyBlog Toolbar Start*/
#myBlog-wrap #myBlog-toolbar ul, #myBlog-head ul {
	padding-left: 5px;
	position: absolute;
	float:left;
	bottom: 1px;
	left: 0px;
}
#myBlog-wrap #myBlog-toolbar li {
	list-style: none;
	display: inline;
	padding-bottom:2px;
	padding-top:2px;
}

#myBlog-wrap #myBlog-toolbar li.toolbarHome {
	background: url('images/home.png') no-repeat;
}
#myBlog-wrap #myBlog-toolbar li.toolbarTags {
	background: url('images/tagcloud.png') no-repeat;
}
#myBlog-wrap #myBlog-toolbar li.toolbarSearch {
	background: url('images/search.png') no-repeat;
}
#myBlog-wrap #myBlog-toolbar li.toolbarFeed {
	background: url('images/feed-icon-16x16.gif') no-repeat;
}

#myBlog-wrap #myBlog-toolbar li a {
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}

#myBlog-wrap li#blogActive a {
	color: #D78102;
}
/* MyBlog Toolbar End*/

.socialBookmark {
	border: 1px solid #999999;
}

.myTopContent{
	padding: 16px;
	display: block;
	border: 1px dotted #DFDFCC;
	text-align: center;
	background-color: #EAEA15;
	margin-top: 4px;
	margin-bottom: 4px;
}

.smallerPad {
	padding: 4px;
}

.filterLabel {
	font-size:14px;
	font-family:tahoma,verdana,sans-serif;
	color:grey;
	font-weight:bold;
}

.filterData {
	font-size:14px;
	font-family:tahoma,verdana,sans-serif;
	color:green;
}

div.entrySeperator {
	border-top:1px solid #d4d4d4;
	margin: 2px 0px 2px 0px;
	overflow:hidden;
	height:1px;
}


.statusMsg {
	color: red;
	font-family: "Trebuchet MS", Verdana;
}


div.myblog_fv_toolbar{
	border:0px solid #666699;
	height:20px;
	line-height:20px;
	padding-left:5px;
}

div.myblog_fv_toolbar a {
	text-decoration:none !important;
}

div.myblog_fv_toolbar a:hover {
	text-decoration:none !important;
}

div.myblog_fv_toolbar span:hover{
	text-decoration:underline;
}

div.myblog_fv_toolbar span.homeLink { 
	font-weight: bold; 
	background-image: url('images/home.png');      
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left:20px;
	padding-bottom:3px;
	margin-left:5px;
}
div.myblog_fv_toolbar span.categoryLink { 
	font-weight: bold; 
	background-image: url('images/tagcloud.png');      
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left:20px;
	padding-bottom:3px;
	margin-left:5px;
}
div.myblog_fv_toolbar span.searchLink { 
	font-weight: bold; 
	background-image: url('images/search.png');      
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left:20px;
	padding-bottom:3px;
	margin-left:5px;
} 
div.myblog_fv_toolbar span.dashboardLink { 
	font-weight: bold; 
	background-image: url('images/Edit2_16x16.png');      
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left:20px;
	padding-bottom:3px;
	margin-left:5px;
}

div.myblog_fv_toolbar span.rssFeedLink {
	padding-left: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold; 
	margin-left:5px;
	padding-bottom:3px;
}
/** ENTRY STUFF **/
.blogsContainer, .blogsContainer text{
	text-align:left;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:tahoma,verdana,sans-serif;
	color:#333;
}

.blogsContainer *{
	font-size:12px;
	font-family:tahoma,verdana,sans-serif;
}

.blogsContainer a:link, .blogsContainer a:visited{
	font-size:1em;
}

.blogsContainer a, .blogsContainer a:link, .blogsContainer a:visited{
	text-decoration:none;
	color:#269 !important;
	font-weight:bold;
}

.blogsContainer a:hover{
	text-decoration:underline;
}

.blogsContainer p{
	margin:0 0 15px 0;
	line-height:1.5em;
}

.blogsContainer h1,.blogsContainer h2,.blogsContainer h3,.blogsContainer h4{
	margin:0;
	padding:0;
	font-weight:normal;
	background:none;
}

.blogsContainer h1{
	font-size:2.5em;
	color:#567 !important;
	margin:12px 0 5px 20px;
}


.blogsContainer h1 a:hover{
	text-decoration:none;
}

.blogsContainer h2{
	font-size:1.5em;
	margin:-10px 0 0 50px;
	color:#888 !important;
}

.blogsContainer h3{
	color: #555 !important;
	font-size:1.1em;
	margin:1em 0 0.5em 0.5em;
}

.blogsContainer h4{
	font-size:0.9em;
	font-weight:bold;
}


.entryContent {
	margin-top:30px;
	overflow:hidden;
}

.entryContent h2{
	margin:0 0 10px 0;
	color:#555 !important;
	border-bottom:2px solid #abb;
}

.entryContent h2 a, .entryContent h2 a:link, .entryContent h2 a:visited{
	color:#555 !important;
	font-weight:normal;
}

.entryContent h2 a:hover{
	color:#269 !important;
	text-decoration:none;
	background:none;
}

.entryContent p{
	margin:0.5em 1em 0.8em 1em;
}

.entry {
	position:relative;
	margin:0 0 20px 0;
	border:2px solid #fff;
	background:#fff url(images/entrybg.png) repeat-x;
	color:#333 !important;
	padding:10px 10px 0 10px;
}

.entry a:hover, .intro a:hover{
	text-decoration:none;
	padding-bottom:2px;
	background:url(images/flash2.gif) bottom left repeat-x; /* Delete this line to remove the flashing underline for regular links */
}

.entry-footer {
	clear:both;
	border-top: 2px solid #ccc;
	padding: 5px 1px 5px 0;
	margin:10px 0 0 0;
	text-align:right;
	font-size:0.9em;
	color: #567 !important;
}

.date *{
	float:left;
	font-weight:bold;
	font-size:0.9em;
}

.entry-body{
}
.entry-body br {
	clear:both;
}
.clear {
	clear: both; 
}

div.userAvatar{
	float:right;
}




/** END ENTRY STUFF **/

/** PAGINATION **/
.my-pagenav{
	text-align:center;
}


/** List of all blogs section **/
div.blogList{
}

div.blogList .avatar_container {
}

div.blogList .avatar_image {
	position: static !important;
}

div.blogList .blogTitle {
	font-weight:bold;
}

div.blogList .updated {
	color: #666666;
	font-size: 0.9em;
	font-weight: bold;
}
div.blogList .blogDesc {
	margin:0pt;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.blogList .blogStats {
	font-size: 0.9em;
	margin:0pt;
	padding:0pt;
}

div.blogList .blogStats .numEntries_image{
	padding-right:3px;
}

table.blogInfo
{
	padding:15px 0px 10px 5px;
}
table.blogInfo td.avatar{
	padding-right:15px;
	padding-top:5px;
}
table.blogInfo td.description{
	padding-top:5px;
}

.onAfterPrepareContent, .onBeforePrepareContent{
	padding:5px 0px;
}

/** tag cloud style **/
#myBlog-wrap a.tag1 ,
#myBlog-wrap a.tag2 ,
#myBlog-wrap a.tag3 ,
#myBlog-wrap a.tag4 ,
#myBlog-wrap a.tag5 ,
#myBlog-wrap a.tag6 ,
#myBlog-wrap a.tag7 ,
#myBlog-wrap a.tag8 ,
#myBlog-wrap a.tag9 {
list-style: none;
display: inline;
padding-left:4px;
padding-right:4px;
background: none;
text-align:center;
line-height:100%;
}
#myBlog-wrap a.tag1 {
font-size:90%;
font-weight:normal;
}
#myBlog-wrap a.tag2 {
font-size:100%;
font-weight:normal;
}
#myBlog-wrap a.tag3 {
font-size:125%;
font-weight:normal;
}
#myBlog-wrap a.tag4 {
font-size:150%;
font-weight:normal;
}
#myBlog-wrap a.tag5 {
font-size:175%;
font-weight:normal;
}
#myBlog-wrap a.tag6 {
font-size:200%;
font-weight:bold;
}
#myBlog-wrap a.tag7 {
font-size:225%;
font-weight:bold;
}
#myBlog-wrap a.tag8 {
font-size:250%;
font-weight:bold;
}
#myBlog-wrap a.tag9 {
font-size:265%;
font-weight:bold;
}


