
  






/* My version of blueprint typography */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 1.8em; line-height: 1; margin-bottom: 0.5em; } 
h2 { font-size: 1.6em; margin-bottom: 0.5em; }
h3 { font-size: 1.4em; line-height: 1; margin-bottom: .6em; }
h4 { font-size: 1.25em; line-height: 1.25; margin-bottom: .7em; }
h5 { font-size: 1.1em; margin-bottom: .8em; }
h6 { font-size: 1em; margin-bottom: 1em;  }
p { margin-bottom: 1em; }
li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
table		{ border-collapse: collapse;margin-bottom: 1em; }
th			{ font-weight: bold; }
/* table,th,td { border: 1px solid #666;} */
th,td		{ padding: .2em .4em;}
pre,code,tt	{ font: 1em Consolas,Monaco,"Courier New",monospace; line-height: 1.5;}


/* blueprint grid updates */
.plus-one-qtr { margin-left: 10px; }
.plus-half { margin-left: 20px; }
.plus-three-qtr { margin-left: 30px; }
.plus-1 { margin-left: 40px; }



/* General */

h1 {
	border-bottom: 1px solid #bbb;
	font: normal 1.9em Georgia,"Times New Roman",Times;
}
h2 {
	font: normal 1.5em Georgia,"Times New Roman",Times;
	margin: 1em 0 1em 0;
}

h4 {
	/* border-bottom: 1px solid #aaa; */
	margin: 35px 0 10px 0;
	padding-bottom: 5px;
	font: normal 1.5em Georgia,"Times New Roman",Times;
}


.sidebar h4 {
	font-size: 13pt;
}


/* Blogs */

.blog_entry {
	margin-bottom: 40px;
	padding: 5px 0 20px 0;
}
.blog_page .blog_entry {
	border: none;
}

.blog_entry a { color: black; }


.blog_info, .blog_info a {
	font-size: 8pt;
	color: #333;
}
.blog_info {
	margin: -10px 0 20px 0;
}


.blog_entry h1 a { color: black; text-decoration: none; }
.blog_entry h1 a:hover { text-decoration: underline; }


.blog_entry p { margin-top: 1em;}


.blog_entry blockquote {
	background: #eef;
	border: 2px solid #bbd;
	margin: 3em 0;
	padding: 1em 1.5em;
	color: #2E2E2C;
	font-size: .85em;
}


.blog_entry img {
	border: none /* 2px solid #34b; */;
	margin-top: 5px;
}

.blog_nav {
	margin-bottom: 15px;
	font-size: 8pt;
}





.bigbar {
	font-size: 10pt; 
	color: black;
	padding: 0 3px;
}



fieldset#comment-form-field {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 25px 0 25px 0;
	padding: 10px 0 10px 25px;
}

fieldset#comment-form-field label {
	font-size: 9pt;
}

input.text, textarea {
	padding: 2px 0;
}

#comments {
	margin-bottom: 25px;
}

#comments .even {
	/*background: #f3f3ff;*/
}

.comment-content {
	/*margin-top: -2px;*/
	padding: 15px 0 15px 10px;
	/*border: 1px solid #999;*/
	/*background: #f9f9f9;*/
	border-bottom: 1px dotted #bbb;
}

.comment-info {
	width: 160px;
}

.comment-author {
}

.comment-date {
	font-size: 8pt;
	color: #333;
}

.comment-info, .comment-post {
	float: left;
}

#comment_form textarea, #comment_form textarea {
	font: normal normal 10pt 'Lucida Grande', 'Trebuchet MS',Verdana;
}


.contact_us a {
}



a, a:visited, a:hover { color: #006; }


#site_content li .syntaxhighlighter {
	margin-left: -20px !important;
}
#site_content .syntaxhighlighter code {
	font-size: 9pt !important;
}



.newslist { 
	margin: -5px 0 0 0;
	font-size: .9em;
}

.newslist li {
	list-style-type: none;
	border-bottom: 1px dotted #9bc;
	padding: 5px 0;
}

.newslist li a {
	color: black;
	margin: 2px 5px 2px 0px;
	padding-left: 24px;
	background: transparent url(/media/images/tiny_arrow2.png) no-repeat scroll 0px 3px;
	text-decoration: none;
	display: block;
	position: relative;
}





body {
	font: normal normal 10pt 'Lucida Grande', 'Trebuchet MS',Verdana;
	/*background: #F4F4EC url(/media/images/header_bg_1.jpg) repeat-x ;*/
	background: #F8F8EE url(/media/images/header_bg_2.jpg) repeat-x ;
	margin: 0;
}


#site_header {
	background: url(/media/images/header_logo_2.jpg) no-repeat top center;
	height: 224px;
	margin-bottom: 55px;
}

#site_header_link {
	width: 440px;
	height: 70px;
	position: absolute;
	right: 50%;
	top: 30px;
}

#site_footer {
	margin: 0;
	left: 0;
	right: 0;
	
	border-top: 1px solid #aaa;
	background: #091930;
	color: #bce;
}

#site_footer a {
	color: #9ab;
	text-decoration: none;
}

#site_footer_content { 
	margin: 0 auto;
	width: 960px;
}

#site_footer_top {
	padding-top: 10px;
	height: 0px;
}

#site_footer_bottom {
	font-size: 8pt;
	height: 40px;
	padding-top: 15px;
}

#site_footer_bottom img {
	vertical-align: text-top;
	margin-top: -8px;
}






