﻿body, textarea, table, tr, td{
		font-family: calibri, arial;
		font-size: 11pt;
}

body {
	background-color: white;
    color:black;
    margin:auto;
}


h1 {
	font-size: 130%;
	letter-spacing: 1px;
}

h2 {
	font-size: 110%;
}

a {
	text-decoration: none;
	/*color: #5C80B1;*/
    color:#1f3ced;
}



a:hover {
	text-decoration: underline;
}

img {
	border: none;
	max-width:100%;
	height:auto;
	overflow:hidden;
	-ms-interpolation-mode:bicubic;
}

object {
	max-width:100%;
	overflow:auto;
}

#contentAndSidebarContainer {
	margin: auto 15px auto 15px;
    overflow:hidden;
    background-color:white;  
}

#contentContainer {
	width: 65%;
	float: left;
    word-wrap: break-word;
}

#sidepanel {
	width: 25%;
	float: right;
    min-width:330px;
    max-width:330px;
    margin:auto;
}

.loginbox{
	margin: 0 auto;
}

.loginbox td {
	padding: 3px;
}

#postnavigation{
	margin-bottom: 0px;
	text-align: center;
	color: Gray;
	/*background: black;*/
	border: 1px solid silver;
	padding: 3px;
    font-size:14pt;
    /*display:none;*/
}

#postpath {
	/* Turn off the breadcrumb nav like ->HOME->News */
	display:none;
}
#footer{
	font-size: 80%;
	text-align:center
}

/*----------------------------
					 Header
----------------------------*/

#header {
	text-align: right;
    background:black;
	min-height:60px;
}

#header p {
	font-family: Arial;
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 8px;
}

#header span {
	font-weight: normal;
	letter-spacing: 4px;
	color: silver;
	margin: 0px;
}

#header a {
	clear:both;
	text-decoration: none;
	color: white;
}

/* --------------------------
                    TOP Ad Zone
------------------------------*/

#headerAdZone {
    clear:both;
    background-color:black;
    clear:both; 
    margin:0px;
    padding-bottom:0px;
    text-align:center;
    width:100%;
    height:90px;
}
/*----------------------------
					 Widgets
----------------------------*/

div.widgetzone{
	padding: 0;
	background: none;
}

div.widgetzone .clear{
	clear: left;
}

div.widget{
	background: none;
    color:white;
	/*border: 1px solid silver; */
	padding: 2px 5px;
	margin-bottom: 6px;
	z-index: 1;
	min-width: 1px;
	font-size:13pt;
}

div.widget .content{
	line-height: 16px;
	color: #666666;
}

div.widget h4{
	font-size: 125%;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 8px;
	z-index: 0;
	color: #999999;
	letter-spacing: 2px;
    text-transform:uppercase; letter-spacing:2px;
}

div.widget a.edit, div.widget a.move, div.widget a.delete{
	font-size: 85%;
	font-weight: normal;
	float: right;
	z-index: 1;
	margin-left: 2px;
}

.widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.widgetzone .widget ul li {
	margin-bottom: 3px;
}

.widgetzone div.search{
	background: black;
	border: none;
	padding-left: 10px;
}

.widgetzone img.rssButton {
	margin-right: 3px;
}

.widgetzone div#moveWidgetToContainer {
	display:block;
	margin: 5px;
}

.widgetzone a {
    /* color:#15BEFF; */
	color:black;
}

#moveWidgetTo {
	margin-bottom: 5px;
}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
	font-size: 90%;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
	/* border: 1px groove #3F00AA; */
	border-bottom : 1px;
	padding: 0;
    margin: 0;
	margin-bottom: 20px;
	background-color:white;
	line-height: 125%;
    width:100%;
}

div.post h1, .mceContentBody h1 {
	margin: 5px 0 0 0;
}

/* Post title header and link */
div.post h2, .mceContentBody h2 {
	font-size:1.9em;
    margin:0px;
	line-height:125%;
}
div.post h2 a, .mceContentBody a {
	color:#157BFF   ;
}
div.post .author {
	color: #666666;
	font-size: 95%;
	float: left;
	text-transform: capitalize;
}

div.post .pubDate {
	color: #666666;
	font-size: 95%;
	float: right;
}

div.post .text {
	margin-top: 30px;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .text h3 {
	font-size: 11px;
	margin-bottom: -10px;
	padding: 0;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
	clear: both;
}

div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	margin-bottom: 5px;
    width:100%;

}

div.post .posttitle {
    display:table;
    width:100%;
    background:#111010;
    min-height:80px;
    box-sizing:border-box;
    /* border:3px inset; */
    border-color:#d9d6d6;
    text-align:center;
}

div.post .posttitlelink {
    display:table-cell;
    vertical-align:middle;
    font-size:2em;
    color:white;
    text-transform:uppercase; 
    line-height:125%;
    padding:0 10px; 
    letter-spacing:2px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;

}

div.post .postcontainer {
    padding:4px;
}

/* tagLinks and catLinks... added custom code to BlogEngine 2.7 to emit these styles.  Its tags at post bottom*/
.tagLinks {
    border-style:solid;
    border-width:2px;
    border-radius:20px;
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-top:1px;
}


/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts div {
	background: black;
	padding: 5px 10px 10px 10px;
	border: 1px solid silver;
    margin-bottom:30px;
}

#relatedPosts h1 {
	margin: 0 0 10px 0;
}

#relatedPosts p
{
	font-size: 120%;
	letter-spacing:1px;
	font-weight: bold;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
	color: #598DF5;
	font-size:1.4em;
}

#relatedPosts span {
	color: #C1C1C1;
	text-indent: 10px;
	display: inline-block;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
	font-size: 95%;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/


#searchbox {
	margin-top: 5px;
	font-size: 85%;
	padding-left:20px;
	display: inline-table;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 175px;
	padding-left:10px;
	margin-left: -8px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

#monthList li
{
	font-weight: normal;
}

#monthList .year
{
	cursor: pointer;
	font-weight: bold;
}

#monthList .year li
{
	margin-left: 20px;
}

#monthList ul
{
	display: none;
}

#monthList .open
{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
}

.tagcloud a.biggest {
	font-size: 130%;
}

.tagcloud a.big {
	font-size: 124%;
}

.tagcloud a.medium {
	font-size: 115%;
}

.tagcloud a.small {
	font-size: 100%;
}

.tagcloud a.smallest {
	font-size: 90%;
}

/*----------------------------
					 Page
----------------------------*/

#page {
	border: 1px solid silver;
	padding: 10px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

#page h1 {
	margin: 3px 0 10px 0;
    font-size:3em;
	line-height:125%;
}

#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-left:20px;
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-left:20px;
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
	padding-right:5px;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage.post h1{
	padding-left:20px;
	padding-top:10px;
}
.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 20px;
	margin-top:20px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*----------------------------
				Comments
----------------------------*/

#commentlist {
	background-color: #FFF;
	padding-top: 10px;
}

.comment_header{
	height:36px;
	display:block;
	padding: 0 5px;
	vertical-align:middle;
	background-color: #F8F4FF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}

.comment {
	border: 0px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
	border: 0px;
}

.comment .author {
	margin: 0;
	padding: 3px 5px;
	font-size:90%;
	border: 0px;
	height: 16px;
}

#addcomment, #comment
{
	font-size: 120%;
	letter-spacing:1px;
	font-weight: bold;
}

.self {
	background: #f8f8f8;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 3px 10px 6px 0;
}

.comment .gravatar img {
	height: 28px;
	border: 1px solid silver;
	margin: 0;
	padding: 0;
}

.comment img.flag {
	margin-left: 5px;
}

.comment .content {
	min-height: 25px;
	margin: 1px;
	padding: 5px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.visitor {
	padding:8px 0px;
}

.visitor div {
	font-size: 0.8em;
	color: #666;
}

.comment {
	padding: 5px;
}

/* nested comments */

.comment-replies {
	background: transparent url(../../pics/reply-arrow.gif) no-repeat 2px 15px;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

#commentlist #comment-form {
	border: solid 1px #ccc;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
}

/*  Comment notification unsubscription  */
#commentNotificationUnsubscription {
	margin-bottom: 10px;
	color: Gray;
	background: #ffc;
	border: 1px solid silver;
	padding: 10px;
}

#commentNotificationUnsubscription h1 {
	margin: 0 auto 12px auto;
	padding: 0;
}

/* comment menu */
#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

.commentForm .bbcode {
	font-size:90%;
	float:right;
	position:relative;
	top:20px;
	padding: 3px;
}

.commentForm .bbcodeNoLivePreview {
	top: 0;
}

.bbcode a {
	margin: 1px;
	padding: 1px 3px 1px 3px;
	background: #fff;
	border: 1px solid #ccc;
}

/* comment form */
.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	padding-top: 3px;
}

.commentForm input[type='text'] {
	border: #ccc 1px solid;  
	BACKGROUND-COLOR: #fff; 
	width: 300px;
	margin: 2px 0;
}

.commentForm select 
{
	border: #ccc 1px solid;  
	width: 308px;
}

select {
	padding: 3px;
}

input[type="text"], input[type="select"] {
	padding: 3px;
}

input[type="submit"], input[type="button"], input[type="file"] {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #B8C1CA;
	padding: 3px 5px;
}

input[type="submit"]:hover, input[type="button"]:hover {
	color: #FFFFFF;
	background: #B8C1CA;
	cursor: pointer;
}

#searchcomments {
	margin: 10px 5px 0 0;
}

#newsletterform input[type="text"] {
	margin: 10px 0;
}


/* Sider stuff  */
#mobile-header {
    float:right;
    display:none;
    text-align:right;
}


.calloutDiv {
	background:LightGray;
	padding:20px;
	margin-left:20px;
	margin-right:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}

.cautionDiv {
	background:red;
	color:white;
	padding:20px;
	margin-left:20px;
	margin-right:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
}

.cautionDiv a ,.cautionDiv a:visited{
	color:white;
	text-decoration:underline;
}



    #lisfmlspacer{
        clear:both;
        padding-top:10px;
    }
        #sfmltutheader {
            background-color: black;
            color: white;
            padding-top: 2px;
            padding-bottom: 2px;
            width: 80%;
            margin-right: auto;
            margin-left: auto;
            font-size: 2em;
        }

            #sfmltutheader h3 {
                margin-left: 30px;
            }

        #sfmltutcontainer {
            font-size: 1em;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }


            #sfmltutcontainer ul {
                list-style-type: none;
            }
    
        #sfmltutbuttontext {
            display:inline-block;
            padding:10px 30px;
            border:1px solid #006699;
            background-color:#0097DF;
            color:white;
            text-decoration:none;
            font-family:Arial, Helvetica, sans-serif;
            font-size:18px;
            margin-left:15px;
        }
        
        #sfmltutbuttontext:hover {
        background-color: #336699;
    }
    
    #sfmltutbuttons {
        float:right;
    }

	
.tutorialLinks {
	font-family: "Times New Roman", Times, serif;
	background: #000000;
	border:2px;
	border-style: solid;
	border-color: #010101;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
}

.tutorialLinks a,a.visited {
	color:white;
	font-size:1.5em;

}

.tutorialLinkLeft {
	border-style: solid;
	display:inline-block;
	position: relative;
	text-align: left;
	width:30%;
	line-height: 25px;
	padding-left:5px;
}

.tutorialLinkCenter {
	border-style: solid;
	display:inline-block;
	position: relative;
	text-align: center;
	width:30%;
	line-height:25px;
}

.tutorialLinkRight {
	border-style: solid;
	display:inline-block;
	position: relative;
	width:30%;
	line-height: 25px;
	text-align: right;
	padding-right:5px;
}

/* DeveloperMedia embedded 720x90 ad units */
.DMAdUnitEmbedded {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
}

/*  MENU   */
#navigation {
    background-color:black;
}

#navigation ul { list-style:none; margin:0px 0px 5px 0px; text-align:center; border-top:1px solid #eee; border-bottom:1px solid #eee; padding:10px 0; }
#navigation ul li { display:inline; text-transform:uppercase; padding:0 10px; letter-spacing:2px; }
#navigation ul li a { text-decoration:none; color:#eee; }
#navigation ul li a:hover { text-decoration:underline; }

@media only screen and (max-width: 982px) {
	#contentAndSidebarContainer {
        	margin: 0 auto;
	}
    #mobile-header {
        display: block;
    }
    #navigation {
        display: none;
    }

    #contentContainer {
        width:100%;
    }
	#sidepanel {
		width: 100%;
        max-width:100%;
	}
	
	#header {
		height:65px;
	}
	
	#header a {
		font-size:0.6em;
		letter-spacing: 1px;
	}
	#header span {
		font-size:0.6em;
		letter-spacing: 0px;
	}
}




@media screen
    and (min-width:1100px)
    and (max-width: 1300px) {
	#contentAndSidebarContainer {
        	margin: auto 10px auto 10px;
	}

    #contentContainer {
        width:68%;
    }
	#sidepanel {
		width: 20%;
        max-width:330px;
	}
}

@media screen
    and (min-width:1300px){

	#contentAndSidebarContainer {
        	margin: auto 45px auto 45px;
	}

    #contentContainer {
        width:72%;
    }
	#sidepanel {
		width: 15%;
        max-width:330px;
	}
}