
/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */

body
{
	font-size: 85%;
}


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

body
{
	color: #404040;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
}

h1, h3, h4, h5, h6
{
	color: #333;
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
}

h2
{
	color: #990000;
	font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
}

/*
h1 span, h2 span, h3 span

{
    display: none;
}*/



/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

h1
{
	font-size: 1.8em;
	line-height: 1;
	margin-bottom: 0.3em;
}
h2
{
	font-size: 1.3em;
	margin-bottom: 0.25em;
}
h3
{
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: .2em;
}
h4
{
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: .25em;
}
h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6
{
	font-size: 1em;
	font-weight: bold;
}


/* Text elements
-------------------------------------------------------------- */

p
{
	margin: 0 0 1.4em;
	line-height: 1.6;
}
p.last
{
	margin-bottom: 0;
}
p img
{
	float: left;
	margin: .2em 1em 1em 0;
	padding: 0;
}
p img.top
{
	margin-top: 0;
}
/* Use this if the image is at the top of the <p>. */
img
{
	/*margin: 0 0 1.5em;*/
}

ul, ol
{
	margin: 0 1.5em 1.5em 2em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
li
{
	margin-bottom: 1.0em;
}
dl
{
	margin: 0 0 1.5em 0;
}
dl dt
{
	font-weight: bold;
}
dd
{
	margin-left: 1.5em;
}

abbr, acronym
{
	border-bottom: 1px dotted #666;
}
address
{
	margin-top: 1.5em;
	font-style: italic;
}
del
{
	color: #666;
}

a:focus, a:hover
{
	color: #000;
}
a
{
	color: #009;
	text-decoration: underline;
}

blockquote
{
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong
{
	font-weight: bold;
}
pre, code
{
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt
{
	font: 1em 'andale mono' , 'monotype.com' , 'lucida console' , monospace;
	line-height: 1.5;
}
tt
{
	display: block;
	margin: 1.5em 0;
	line-height: 1.5;
}


.postContent
{
	line-height: 1.6em;
}


/*Blog Comments*/


.postComments ol
{
	list-style: none;
}
.postComments fieldset
{
	display: block;
	margin-top: 1em;
	margin-bottom: 2.3em;
	padding: 0em 1em 1em;
	border: 0;
	background: #eee;
}
.postComments fieldset li
{
	clear: both;
	margin-bottom: 1em;
}
.postComments fieldset li:after
{
	content: ".";
	display: block;
	clear: both;
	height: 3px;
	visibility: hidden;
}
.postComments fieldset label, .postComments fieldset span
{
	float: left;
	width: 100px;
	padding-right: 5px;
	text-align: right;
	line-height: 1.8em;
	font-size: 0.85em;
}
.postComments fieldset input
{
	float: left;
	width: 200px;
	padding: 2px;
}
.postComments fieldset textarea
{
	float: left;
	width: 380px;
	height: 150px;
	font-family: Arial;
	font-size: 12px;
}
.postComments fieldset input.commentsButton
{
	display: block;
	width: auto;
	margin: 0.4em 0 0 80px;
	height: auto;
	font-weight: bold;
	padding: 3px 5px;
}
.postComments fieldset span.commentsValidator
{
	margin-left: 70px;
	color: red;
	font-weight: bold;
	width: 400px;
	text-align: left;
}


/*blog posts*/
/*.post{margin:2.4em 0}*/
.postTitle
{
	font: normal 1.6em/.8em "Helvetica Neue" , Helvetica, Arial, sans-serif;
	color: #990000;
}

.postTitle a:link
{
	text-decoration: none;
	color: #990000;
}

.postTitle a:visited
{
	text-decoration: none;
	color: #990000;
}

.postTitle a:hover
{
	text-decoration: underline;
	color: #990000;
}

.postDate
{
	margin-bottom: 1.2em;
	margin-top: .5em;
	font-size: 1.0em;
	color: #000 !important;
	font-weight:bold;
}

.postDate h3
{
	margin-bottom: 1.2em;
	font-size: 0.8em;
	color: #000 !important;
}




.postContent
{
}
.postGet, .entryFoot
{
	color: #fff;
}
.postGet
{
	margin-top: 1em;
}
.diggit
{
	padding-left: 20px;
	background: url(Images/blogDiggit.gif) 0 0 no-repeat;
}
.delicious, .delicous
{
	margin-left: 10px;
	padding-left: 18px;
	background: url(Images/blogDelicious.gif) 0 0 no-repeat;
}
p.more
{
	margin: 5px 0 10px 0;
	font-size: 1em;
	text-align:right;
}
.postFoot
{
	clear: left;
	font-size: 0.85em;
}
.postFoot a.postComments
{
	padding: 0 0 5px 20px;
	background: url(Images/blogComments.gif) 0 0 no-repeat;
}
.postFoot span
{
	margin-left: 10px;
	color: #000;
}
.postComments
{
	margin-top: 40px;
}
.postComments h3
{
	margin-top: 1.5em;
	padding-left: 20px;
	background: url(Images/blogComments.gif) 0 0.2em no-repeat;
	color: #333;
	font-weight: bold;
}
.postComments h3 a
{
	color: #333;
}
.postComments .commentAuthor
{
	margin-top: 1.6em;
	color: #990000;
}
.postComments .commentAuthor a
{
	text-transform: none;
}
.postComments .commentDate
{
	font-weight: bold;
	font-size:11px;
}
.postComments p
{
	margin-top: 0;
}
p.commentMessage
{
	background-color: #690;
	color: #fff;
	padding: 3px 10px;
	margin: 20px 0;
}


/*comments form*/
/*
#sfdemoblog_wrp #main .postComments ol{list-style:none}
.postComments fieldset h3{text-transform:uppercase}
.postComments fieldset{display:block;width:400px;margin-top:1em;padding:1.8em 1em 1em;border:1px solid #e2e2c6;background:#ededdb}
#sfdemoblog_wrp #main .postComments fieldset li{margin: 0; list-style-type: none; clear:both;width:400px;padding-bottom:0.4em}
.postComments fieldset li:after{content:".";display:block;clear:both;height:3px;visibility:hidden}
.postComments fieldset label, .postComments fieldset span {float:left;width:60px;padding-right:10px;text-align:right;line-height:1.8em}
.postComments fieldset input{float:left;width:200px;height:20px}
.postComments fieldset textarea{float:left;width:320px;height:150px}
.postComments fieldset input.commentsButton{display:block;margin:0.4em 0 0 70px;width:120px;height:auto;font-weight:bold}
.postComments fieldset span.commentsValidator{margin-left:70px;color:red;font-weight:bold;width:320px;text-align:left}
*/
/*RSS*/
.feed
{
	background: url(img/feed.gif) 0 5px no-repeat;
	padding: 3px 0 5px 20px;
	margin-top: 15px;
	border-top: #e3e3e3 solid 1px;
	border-bottom: #e3e3e3 solid 1px;
	display: block;
}

/* Categories, Tags, Archive */
ul.tagCloud
{
	margin: 0;
	padding: 0;
	border: 0;
}
ul.tagCloud li
{
	margin: 0;
	padding: 0 20px 0 0;
	background: none;
	border-bottom: 0;
	padding: 0;
	display: inline;
	line-height: 36px;
}
ul.tagCloud li a:link, ul.tagCloud li a:visited, ul.tagCloud li a:hover, ul.tagCloud li a:active
{
	padding: 0 10px 0 0;
}
ul.tagCloud li a.s6:link, ul.tagCloud li a.s6:visited, ul.tagCloud li a.s6:hover, ul.tagCloud li a.s6:active
{
	font-size: 9px;
}
ul.tagCloud li a.s5:link, ul.tagCloud li a.s5:visited, ul.tagCloud li a.s5:hover, ul.tagCloud li a.s5:active
{
	font-size: 12px;
}
ul.tagCloud li a.s4:link, ul.tagCloud li a.s4:visited, ul.tagCloud li a.s4:hover, ul.tagCloud li a.s4:active
{
	font-size: 16px;
}
ul.tagCloud li a.s3:link, ul.tagCloud li a.s3:visited, ul.tagCloud li a.s3:hover, ul.tagCloud li a.s3:active
{
	font-size: 21px;
}
ul.tagCloud li a.s2:link, ul.tagCloud li a.s2:visited, ul.tagCloud li a.s2:hover, ul.tagCloud li a.s2:active
{
	font-size: 29px;
}
ul.tagCloud li a.s1:link, ul.tagCloud li a.s1:visited, ul.tagCloud li a.s1:hover, ul.tagCloud li a.s1:active
{
	font-size: 36px;
}
h1.categorizedAs
{
	margin: 10px 0 10px 0;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}

/*
.postContent{}
.postContent p{margin-bottom:1.2em}
.postGet,.entryFoot{color:#fff}
.postGet{margin-top:1em}
.diggit{padding-left:20px;background:url(img/blogDiggit.gif) 0 0 no-repeat}
.delicious,.delicous{margin-left:10px;padding-left:18px;background:url(img/blogDelicious.gif) 0 0 no-repeat}
p.more{font-size:0.85em}
.postFoot{border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#f5f5f5;padding:5px;margin-top:20px;margin-bottom:5em}
.postFoot a{clear:left;font-size:0.85em}
.postFoot a.postComments{}
.postFoot span{margin-left:10px;color:#000}
.postComments{margin-top:40px;font-size:0.9em;line-height:1.4em;}
.postComments h3{margin-top:1.5em;background:url(img/blogComments.gif) 0 0.2em no-repeat;font:normal 1.6em/1.2em arial,verdana, sans-serif;}
.postComments h3 a{color:#333}
.commentsView{background:#f5f5f5;padding:20px 30px 30px}
.postComments .commentAuthor{margin-top:1.6em;font-size:1.0em}
.postComments .commentAuthor a{text-transform:none;text-decoration:underline}
.postComments .commentAuthor a:hover{text-transform:none;text-decoration:none}
.postComments .commentDate{font-size:0.8em;font-weight:bold}
.postComments p{margin-top:0}
p.commentMessage{background:#690;color:#fff;padding:3px 10px;margin:20px 0}
*/

/*
h1.categorizedAs {
	margin: 20px 0 0;
	font-size: 2.5em;
	font-family: georgia,arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}*/
dl.taggedWithList
{
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
}
dl.taggedWithList dt, dl.taggedWithList dd
{
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
}


/*lists*/
.sf_list_simple, .sf_list_expanded, .sf_anchor_list, .sf_target_list, #SideBar ul
{
	list-style: none;
	margin-bottom: 30px;
	font-size: 13px;
}
.sf_list_simple li, .sf_list_expanded li, #Main li, #SideBar li
{
	margin-top: 10px;
}
.sf_list_expanded h5, .sf_item_head, ul h2
{
	font-size: 1.0em;
	font-weight: bold;
}
.sf_target_list
{
	margin-left: 0;
}
.sf_target_list dt
{
	font-weight: bold;
	margin-top: 1.0em;
}
#Main ul, #Main ul.sf_list_simple
{
	margin-left: 15px;
	list-style-type: disc;
	font-size: 13px;
	margin-bottom: 2.0em;
}
#Main ol
{
	margin-left: 15px;
	font-size: 13px;
	margin-bottom: 2.0em;
}
#Main h1, #Main .list_header
{
	margin-top: 20px;
}


/*Articles*/

.notop
{
	font: normal 1.4em/.8em "Helvetica Neue" , Helvetica, Arial, sans-serif;
}
.notop a:link
{
	text-decoration: none;
	color: #009 !important;
}

.notop a:visited
{
	text-decoration: none;
	color: #009 !important;
}

.notop a:hover
{
	text-decoration: none;
	color: #000 !important;
}

.astrong
{
}


.newsdate
{
	margin-bottom: 1.2em;
	font-size: 0.8em;
	color: #000 !important;
}
