/* Editor */
body.Editor
{
	font-family: Georgia, "Times New Roman", Sans-Serif;
	font-size: 0.8em;
	color: #666;
}
.Intro { font-size: 1.3em; }
.Small { font-size: 0.8em; }

/* Sharing */
div.Sharing h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 10px;
}
div.Sharing ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
div.Sharing li
{
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 0.6em;
}
div.Sharing a
{
	display: block;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
}
div.Sharing a:hover { text-decoration: underline; }

/* Tagged device */
div.Tagged h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 10px;
}
div.Tagged ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
div.Tagged li
{
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 0.6em;
}
div.Tagged a
{
	display: block;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
}
div.Tagged a:hover { text-decoration: underline; }

/* Common */
h3
{
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
h2 span
{
	display: block;
	font-size: 0.35em;
	font-family: Verdana;	
}

/* Blog list */
ul.Blogs
{
	list-style-type: none;
	padding: 0;
	margin: 20px 0;	
	border-top-style: dotted;
	border-top-width: 1px;
}
ul.Blogs li
{
	width: 100%;
	overflow: hidden;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 10px 0;
}
ul.Blogs div.Left
{
	float: left;
	width: 110px;
	padding-top: 3px;
	font-size: 0.8em;
}
ul.Blogs div.Right
{
	float: left;
	width: 360px;
}
ul.Blogs a.Title
{
	display: block;
	font-family: Georgia, "Times New Roman", Serif;
	text-decoration: none;
	font-size: 1.2em;
}
ul.Blogs a.Title:hover { text-decoration: underline; }
ul.Blogs span
{
	display: block;
	font-size: 0.6em;
}
ul.Blogs div.Right img.Thumb
{
}
ul.Blogs a.More
{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
}
ul.Blogs a.More:hover { text-decoration: underline; }
div.Paging
{
	margin-top: 20px;
	font-size: 0.6em;
	text-align: center;
}
div.Paging, div.Paging a, div.Paging select { color: #666; }
div.Paging a.Previous
{
	padding-right: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	margin-right: 10px;
}
div.Paging a.Next
{
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 10px;
}

/* Photos */
div.Photos
{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	border-style: solid;
	border-width: 1px 0 0 0;
}
div.Photos img { border: 0; }
div.Photos a
{
	float: left;
	border-style: solid;
	border-width: 2px;
	margin: 0 2px 2px 0;
}
div.Photos a:hover { border: solid 2px #fff; }

/* Comments */
div.Comments { margin-top: 20px; }
div.Comments h3
{
	width: 100%;
	overflow: hidden;	
	height: 31px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	background-repeat: repeat-x;	
	font-family: Georgia, "Times New Roman", Serif;
	margin-bottom: 10px;
}
div.Comments h3 span 
{ 
	float: left; 
	padding: 0 10px;
}
div.Comments h3 a 
{ 
	float: right; 
	padding: 3px 10px;
	font-size: 0.6em;
	text-decoration: none;
}
div.Comments h3 a:hover { text-decoration: underline; }
div.Comments h4
{
	margin: 0;
	padding: 0 10px;
	padding-top: 10px;
	font-size: 0.8em;	
	font-family: Georgia, Times New Roman, Serif;
}
div.Comments p 
{ 
	padding: 0 10px; 
	padding-bottom: 20px;
	border-bottom: dotted 1px #666;
	margin-bottom: 10px;
	line-height: 1em;
}

/* Post comment */
div.Post .Error { background: #f7f6a3; }
div.Post label
{
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	font-size: 0.8em;
	padding-top: 3px;
}
div.Post input, div.Post textarea
{
	float: left;
	width: 230px;
	background: #fff url(/Web/Images/InputBg.gif) repeat-x scroll left bottom;
	border: solid 1px #ccc;
	color: #333;
	font-size: 0.8em;
	margin: 0pt;
	padding: 2px;
	margin-bottom: 5px;
}
div.Post textarea 
{ 
	height: 100px; 
	margin-bottom: 0;
}
div.Post br { clear: left; }
div.Post div.Tip
{
	padding-left: 160px;
	font-size: 0.6em;
	margin-bottom: 10px;
	font-style: italic;
	color: #aaa;
}
div.Post a.Post
{
	position: relative;
	left: 275px;
	display: block;
	width: 110px;
	height: 27px;
	padding-top: 3px;
	overflow: hidden;
	background-position: left top;	
	text-align: center;
	color: #000;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 0.8em;
	font-weight: bold;
}
div.Post a.Post:hover 
{ 
	background-position: left -30px; 
	text-decoration: underline;
}