body {
	background: url(/images/discourse_askartistasks_background.gif) top left no-repeat fixed;
}

#blog_nav{
	margin-left: 35px;
	margin-right: 35px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

#blog_nav{
	padding-top: 3px;
}

#my_blog{
	margin-top: 5px;
	padding: 5px;
	background-color: #f5fcfe;
	border-top: 1px solid #00AEEF;
	border-left: 1px solid #00AEEF;
	border-bottom: 1px solid #8cdaf8;
	border-right: 1px solid #8cdaf8;
}

#blog_nav .subNav{
	padding-bottom: 5px;
	
}

#blog_nav .subNav li{
	display: inline;
	list-style: none;
}

#blog_nav li{
	display: inline;
	list-style: none;
}

#container_blog {
	width: 450px;
	margin-right: 255px;
	margin-left: 35px;
}

#container_blogSide {
	/*width: 220px;*/ 
}

#container_bloghome {
	background: url(/images/sectionheaders/h1_bloghome.gif)  top left no-repeat;
}

#container_myblog {
	width: 220px; 
	background: url(/images/sectionheaders/h1_myblog.gif)  top left no-repeat;
}

#container_featuredblogs {
	width: 220px; 
	background: url(/images/sectionheaders/h1_featuredblogs.gif)  top left no-repeat;
}

#container_popblogs {
	width: 220px; 
	background: url(/images/sectionheaders/h1_popblogs.gif)  top left no-repeat;
}

#container_blogsadvertisement {
	width: 220px; 
	background: url(/images/sectionheaders/h1_blogsadvertisement.gif)  top left no-repeat;
}

#container_content {
	margin-top: 0px;
	padding: 40px 0px 25px 0px;
	text-align: left;
}

#blog_top {
	background: url(/images/sectionheaders/h1_bloghome.gif)  top left no-repeat;
}

#blog_photos {
	height:150px;
}

#blog_main {
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blogHead{
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#blog_marks {
	padding-bottom: 20px;
	width: 220px;
}

#blog_advertisements {
	padding-bottom: 20px;
	width: 220px;
}

#blog_mainPic {
	padding-bottom: 20px;
	width: 220px;
}

#blog_profile {
	padding-bottom: 20px;
	width: 220px;
}

#blog_archive {
	padding-bottom: 20px;
	width: 220px;
	
}
#blog_featured {
	height: 100px;
	padding-bottom: 20px;
}

#blog_popular {
	padding-bottom: 20px;
	width: 220px;
}

#blog_recent {
	padding-bottom: 20px;
	width: 220px;
}

#blog_preferences {
	padding-bottom: 20px;
	width: 220px;
}

#blog_myBlog {
	width: 220px;
	padding-bottom: 20px;
}

#userPrefsBox {
	background-color: #4B4B4B;
	float: right;
	padding: 2px;
}

#searchkeywordsrow{
	margin-top: 10px;
	padding: 10px 5px;
	background-color: #e1e1e1;
}

#searchinrow{
	padding: 0px 5px 5px 5px;
	background-color: #e1e1e1;
}

#searchwhorow{
	padding: 5px;
	background-color: #eaeaea;
}

#searchusernamerow{
	padding: 0px 5px 5px 5px;
	background-color: #eaeaea;
}

#searchdaterow{
	padding: 5px;
	background-color: #e1e1e1;
}
#searchsubmitrow{
	padding: 5px;
	background-color: #e1e1e1;
}


a img.blogThumb {
	border: 1px solid #4B4B4B;
	text-decoration: none;
}
a:hover img.blogThumb{
	border: 1px solid #FFFAFA;
	text-decoration: none;
}

A.blogThumb:VISITED, A.blogThumb:ACTIVE {
	border: 1px solid #9F9F9F;
}

.blogHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

td.blogHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

.blogTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	line-height: normal;
}
h2.blogTitle a{
	color: #ec008c;
}
h2.blogTitle a:hover{
	color: #ffffff;
}
.blogDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#blogImg{
	margin-bottom: 10px;
}

ul.subNav {
	list-style: none;
	padding-left: 0px;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
}

li.subNav  {
	background-image: url(/images/nav/bullet.gif);
	padding-left: 20px;
}

.edit{
	text-align: right;
	font-weight: bold;
	float: right;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
}
.tcell{
	background-color: #dadada;
}

.entry{
	border-top: 1px solid #ffffff;
	width: 450px;
	overflow: hidden;
}

.head{
	padding: 3px 7px;
	background-color: #e1e1e1;
	margin-bottom: 0px;
}

.body{
	padding: 3px 7px;
	background-color: #eaeaea;
	margin-bottom: 0px;
}
.alert{
	display: block;
	margin: 10px 0px;
	/*border: solid 1px #ffcc33;*/
	background-color: #41b559;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
