/* blogs/home */

.blog_list {
  padding: 10px 5px;
}

ul#blog_subscriptions {
  font-variant: small-caps;
  padding:0px;
  padding-left:12px;
}

ul#blog_subscriptions li {
  border:1px solid white;
  list-style-type:none;
  line-height:.9em;
  margin: 5px;
}

ul#blog_subscriptions li span {
  font-variant: normal;
  font-size: .8em;
  color: #888;
}

.blog_dash_title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px 0px;
}

.blog_title {
	padding:10px;
  font-size: 1.5em;
  margin:10px 0px;
  text-align: center;
}



/* blogs/settings */

.blog_settings_title {
  font-weight: bold;
  padding-right:10px;
  text-align: right;
  vertical-align: top;
}

div#settings_div table.settingbox { background-color:#FFEEB8; padding:10px} 
div#settings_div table.settingbox td { padding:3px; }


/* blogs/viewblog */

.blog_review_header {
	font-size: 1em;
	font-weight: bold;
	color: green;
}

.blog_review_text {
	font-size: 1em;
	color: green;
}

.blog_review_date {
	font-size: 0.8em;
	color:#692f4a;
}

.blog_review_title {
	color: #333333;
	font-weight: bold;
	font-size: 1.4em;
}

.blog_review_comment {
	color: #333333;
	font-size: 0.8em;
	background-color: #EEEEEE;
	padding:10px;
	width: 300px;
	margin-bottom: 10px;
}


/******* blog_create *******/
.blog_create_blogtype {
  background-color:white;
  padding: 10px;
  margin: 4px; 
  width: 100px;
  float: left;
  cursor: pointer;
  font-size: .9em;
  line-height: 1.1em;
  text-align: center;
}

.blog_create_blogtype_hilite {
  background-color: #FFFF4D;
}

.blog_create_blogtype_sel {
  background-color: #FFFF4D;
}

.blog_create_blogtype_dim, .blog_create_blogtype_div div  {
  background-color: #EEE;
  color: #666;

}

.blog_create_typetitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

.blog_create_desc {
  font-size: 12px;
  text-align: left;
}

.blog_create_desc strong {
  color: blue;
}


#blog_layout {
	background-color: #FFE699;
	border: 2px solid #664D00;
	width: 500px;
	height: 600px;
	position: relative;
  padding:2px;
}

.blog_layout_zone {
  margin: 2px;
  background-color: #FFC71F;
}

.blog_layout_modulelist {

}

.blog_layout_module { 
	background-color: #FFF4D1;
	border: 1px dashed #664D00;
	cursor: pointer;
  float: right;
	height: 40px;
  margin: 3px;
	padding: 3px;
	position: relative;
  width: 89%;
	text-align: center;
}

#blog_layout_trashcan {
  background: url(/i/icons/trash_large.gif) no-repeat;
  width: 32px;
  height: 32px;
	font-size: 10px;
}

.blog_layout_trash_hover {
	border: 2px solid red;
}

.blog_layout_prop {
  float: left;
  width: 1px;
  height: 75px;
}

.blog_todo_done {
  text-decoration:line-through;
}

/** blogs/style **/

.blog_style_preview {
  height: 170px;
  width: 135px;
  
  border: 2px solid #999;
  float: left;
  margin: 10px;
  text-align: center;
}

.blog_style_preview_hilite {
  background-color: #FFEEBD;
}

.blog_style_preview_selected {
  border: 2px solid green;
  background-color: #CDFFBD;
}

.blog_style_title {
  font-weight: bold;
 
}

.blog_style_description {
  font-style: italic;
  font-size: .8em;
  line-height: .85em;
}

.blog_style_preview img {

}


/** blogs/intro **/

.blog_intro_header {
  font-family: Helvetica, Ariel, sans-serif;
  font-size: 18px; 
  line-height: 30px;

}

.blog_intro_txt {
   font-family: Helvetica, Ariel, sans-serif;
   font-size: 14px;  
   line-height: 16px;

}
/* BLOG TOP BAR */
#blogtopbar {
	background-color: #f3fddd;
	font-size: 10px;
  height: 40px;
  margin-bottom:10px;
	position: relative;
  text-transform: uppercase;
	width: 100%;
}


