@font-face {
	font-family: Azuro;
	src: local("Azuro"),
	url("fonts/azuro-regular.eot?ie") format("embedded-opentype"),
	url("fonts/azuro-regular.woff") format("woff"),
	url("fonts/azuro-regular.ttf") format("truetype");
}
@font-face {
	font-family: Azuro;
	src:  local("Azuro"),
	url("fonts/azuro-italic.eot?ie") format("embedded-opentype"),
	url("fonts/azuro-italic.woff") format("woff"),
	url("fonts/azuro-italic.ttf") format("truetype");
	font-style: italic;
}
@font-face {
	font-family: Azuro;
	src: local("Azuro"),
	url("fonts/azuro-bold.eot?ie") format("embedded-opentype"),
	url("fonts/azuro-bold.woff") format("woff"),
	url("fonts/azuro-bold.ttf") format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: Azuro;
	src: local("Azuro"),
	url("fonts/azuro-bolditalic.eot?ie") format("embedded-opentype"),
	url("fonts/azuro-bolditalic.woff") format("woff"),
	url("fonts/azuro-bolditalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

img {
    border:none;
}

body, td, p, span, div {
    font-family: 'Trebuchet MS',Verdana,Sans-Serif;
}

body {
    background-color: #FFF;
    color: #32404E;
    margin: 0;
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body { margin: 0 auto; width:960px; }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	body { margin: 0 auto; width:960px; }
}

.header {
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.blog-name {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
}
.blog-description {
    color: #32404E;
    font-size: 12px;
    left: 234px;
    position: absolute;
    top: 70px;
}
.blog-logo {
    position: absolute;
    right: 10px;
    top: 0;
}
blockquote {
    border-left: 1px solid #bbb;
    margin: 12px 20px 12px 0;
    padding-left: 15px;
}
#categories {
    background: url("images/categories_bg.png") repeat-x scroll left top #FF9900;
    height: 109px;
    margin: 0;
    padding: 2px 0;
    width: 100%;
}
#categories table {
    margin: -2px auto 0;
    width: 960px;
}
#categories .categories-titles {
    height: 22px;
}
#categories, #categories a, #categories a:visited {
    color: #FFF;
    font-size: 10px;
    text-decoration: none;
}
#categories a:hover {
    color: #333399;
}
.categories-titles th{
    font-size: 12px;
    margin: 0;
    text-align:left;
}
#categories .categoriesleft {
    display: inline;
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 0 20px;
    padding: 0;
}
#categories .categories {
    display: inline;
    font-size: 10px;
    line-height: 12px;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
}
.navOn, a.navOn, a.navOn:hover, a.navOn:visited, .navOn a, .navOn a:hover, .navOn a:visited {
    color: #FF9900;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.nav, a.nav, a.nav:visited, .nav a, .nav a:visited {
    color: #3B3C6C;
    font-size: 12px;
    text-decoration: none;
}
.nav a:hover, a.nav:hover {
    color: #FF9900;
    text-decoration: none;
}
.content {
    margin: 0 auto;
    width: 960px;
}
.right-container{
    background-color: #3B3C6C;
    float:left;
}
.left-sidebar {
    float: left;
    font-size: 11px;
    margin-top: 20px;
    width: 190px;
}
.left-widget ul {
    margin: 0;
    padding: 0;
}
.left-widget {
    color: #3B3C6C;
    padding: 0 10px 25px 20px;
    font-family: Azuro,'Trebuchet MS',Verdana,Sans-Serif;
}
.left-widget li {
    list-style: none outside none;
    margin: 0;
}
.left-widget li a {
    color: #3B3C6C;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}
.right-sidebar {
    float: left;
    font-size: 11px;
    height: 100%;
    margin: 0;
    padding: 22px 10px 10px;
    width: 170px;
    z-index: 1;
    font-family: Azuro,'Trebuchet MS',Verdana,Sans-Serif;
}
.right-sidebar div,
.right-sidebar p,
.right-sidebar span{
    font-family: Azuro,'Trebuchet MS',Verdana,Sans-Serif;
}
.right-widget ul {
    margin: 0;
    padding: 10px 10px 0 20px;
}
.right-widget {
    color: #FFF;
    text-decoration: none;
}
.right-widget a, .right-widget a:visited {
    color: #FF9900;
    text-decoration: none;
}
.right-widget a:hover {
    color: #FFF;
    text-decoration: none;
}
.right-widget ul a, .right-widget a:visited {
    color: #FF9900;
    text-decoration: none;
}
.right-widget ul a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.right-widget li {
    list-style-image: url("images/orange_arrow.gif");
    list-style-position: outside;
    margin: 0;
    padding: 0 0 10px;
}
.center-widget {
    border-left: 1px dashed #FF9900;
    color: #32404E;
    background-color: #fff;
    float: left;
    font-size: 12px;
    margin-top: 0;
    padding: 3px 10px 12px 10px;
    width: 559px;
}
.center-widget a, .center-widget a:visited {
    color: #333399;
    text-decoration: none;
}
.center-widget a:hover {
    color: #FFCC00;
    text-decoration: none;
}
.center-widget.page{
    padding-top:18px;
}
.center-widget-title {
    color: #000;
    font-size: 21px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.comments-cont{
    margin-left: 115px; 
}
.comments-widget {
    color: #000;
    font-size: 11px;
    padding-bottom: 15px;
    text-align: left;
}
.post-time-space {
    text-align: right;
    width: 106px;
    float:left;
    padding-top:4px;
    margin-top:15px;
}
.post-time {
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.post-title{
    float:left;
}
.post-title, .post-title a, .post-title a:visited, h3#respond, h3#comments {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.post-title a:hover {
    color: #FF9900;
    text-decoration: none;
}
.post-title, h3#respond, h3#comments {
    margin: 15px 0 8px 8px;
    text-decoration: none;
    text-align:left;
    width: 442px;
}
.post-content, .comment-content {
    font-size: 12px;
    margin-left: 0;
}
.post-content .socialbookmarks {
	clear: both !important;
    margin-left: 30%;
    margin-top: -15px;
}
.post-metadata {
    color: #003366;
    font-size: 10px;
    margin-left: 115px;
}
.page-title{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.footer {
    color: #999;
    font-size: 10px;
    margin: 0 auto;
    padding: 10px 10px 10px 20px;
    text-align: left;
    display:none;
}
.footer a, .footer a:hover, .footer a:visited {
    color: #999;
    font-size: 10px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
input#s {
    width: 90%;
}
.bottom-page-nav, .top-page-nav {
    color: #003366;
    padding-top: 30px;
    text-align: center;
}
.permitted-tags {
    background-color: #FFF;
    color: #999;
    font-size: 7pt;
}
textarea#comment {
    width: 436px;
}
.gravatar {
    background-color: #FFF;
    border: 1px solid #888;
    float: left;
    margin-right: 5px;
    padding: 2px;
}
.secondary div.sb-search {
    margin-top: 20px;
}
.secondary div.sb-search h2 {
    display: none;
}
input[type="text"], input[type="search"], textarea {
    border: 1px solid #CCC;
    color: #444;
    margin: 0;
    padding: 2px 0 4px 2px;
}
.livesearchform input#livesearch {
    width: 90%;
}
.livesearchform input[type="submit"] {
    margin: 0;
}
#LSResult {
    background: url("images/livesearchbg.jpg") repeat-y scroll center center #EEE;
    border-bottom: 1px solid #EEE;
    margin: 0;
    position: absolute;
    width: 170px;
    z-index: 100;
}
#LSResult a, #LSResult a:visited {
    color: #000;
}
#LSResult a:hover {
    color: #FF9900;
}
#searchcontrols {
    background: url("images/livesearchbgdark.jpg") repeat-y scroll center center #DDDDDD;
    padding: 1px;
    text-align: center;
}
#searchcontrols small {
    margin: 0;
    padding: 0;
}
.LSRow:hover, #LSHighlight, #LSHighlight:hover {
    background: url("images/livesearchbghilight.jpg") repeat-y scroll center center #FFFFCC;
}
#LSResult:hover #LSHighlight {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 5px 2px;
}
#LSHighlight small, #LSHighlight small span a {
    color: #999;
}
.LSRow {
    padding: 5px 10px;
}
.LSRow span a, .LSRow span a:visited {
    color: #BBB;
    font-weight: normal;
    line-height: 1.3em;
    word-spacing: -1px;
}
.comment-header {
    border: 0 none;
    padding: 5px 10px;
}
.comment-num {
    color: #AAA;
    float: right;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 34px;
    font-style: italic;
}
.comment-text {
    padding: 0 10px;
}
.comment-list .odd-comment, .comment-list .even-comment {
    font-size: 12px;
    margin-bottom: 15px;
}
.comment-list {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.comment-date {
    color: #999;
    font-size: 7pt;
}
.archive {
    margin-left: 15px;
    margin-top: 5px;
}
.post-img {
    float: left;
    text-align: right;
    width: 115px;
}
.post-img img{
    margin: 0 10px 5px 0;
}
.post-body {
    float: left;
    width: 444px;
    min-height:160px;
    font-family: Azuro,'Trebuchet MS',Verdana,Sans-Serif;
}
.post-body p {
    margin-top: 0;
}
.post-body div,
.post-body p,
.post-body span{
    font-family: Azuro,'Trebuchet MS',Verdana,Sans-Serif;
}
.social-bookmarks { /* old post format */
    margin-left:112px;
    margin-bottom:25px;
}
.post-body .social-bookmarks { /* new post format */
    margin-left:-2px;
}
.social-bookmarks .st_plusone {
    margin-top:1px;
}
.social-bookmarks .social{
    display:inline-block;
    vertical-align:top;
    margin-right:2px;
}
.social-bookmarks .fb-like{
    width:65px;
}
.social-bookmarks .twit-like{
    margin-right:3px;
}

#recaptcha_widget_div {
    margin-bottom:10px;
}

 #searchsubmit{
    margin-bottom:-4px;
}

/* webkit only CSS */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #searchsubmit{
        margin-bottom:-6px;
    }
}

