/*******************************************************
http://www.danielmoth.com/Blog
*******************************************************/
/* generic */
body
{
    margin: 0px;
    padding: 0px;
    background: #f6f6f6;
    color: #000000;
    font-family: "Segoe UI","Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
}

img
{    
    border: 0 none Red;  
}

a
{
    color: #DE7008;
}

a:hover
{
    color: #E0AD12;
}

h1, h2, h3, h4, h5, h6
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana,Sans-Serif;    
}

.clear
{
    clear: both;
}

/* header */
h1 a:link
{
    text-decoration: none;
    color: #F5DEB3;
}

h1 a:visited
{
    text-decoration: none;
    color: #F5DEB3;
}

h1
{
    padding: 10px 0px 10px 5%;
    border-top: double 3px #BF5C00;
    border-bottom: solid 1px #E89E47;
    color: #F5DEB3;
    background: #DE7008;    
    font-size:300%;
    font-weight:bold;
    letter-spacing: -2px;
}

h2
{
    color: #9E5205;
    font-weight: bold;    
    letter-spacing: -1px;
}


#header
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: dotted 1px #E0AD12;
    background: #F5E39E;
    color: white;
}

#description
{
    padding: 0px;
    margin: 7px 12% 7px 5%;
    color: #9E5205;
    background: transparent;
    font: bold 85% Verdana,Sans-Serif;
}

/* side bar*/
.searchTextBoxStyle
{  
    margin-bottom:15px; 
}
.searchButtonStyle
{
    background-repeat:no-repeat;
    background-position: -2px -2px;
    background-image: url("../../images/search.gif");        
    color:ButtonFace;
    width:22px;
    height:22px;    
    text-indent:25px;
}

h6
{
    color: #B8A80D;
    font-size: 120%;
}

div#sideBar
{
    position: absolute;
    width: 14em;
    margin: 20px 0px 0px 1em;
    padding: 0px;
    text-align: left;
}

#sideBar ul
{
    margin: 0px 0px 33px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    font-size: 95%;
    line-height: 150%;
}
#sideBar li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    font-size: 95%;
}

#sideBar UL a
{
    padding: 2px;
    margin: 1px;
    width: 100%;
    border: none;
    color: #999999;
    text-decoration: none;
}
#sideBar UL a:link
{
    color: #999999;
}
#sideBar UL a:visited
{
    color: #999999;
}
#sideBar UL a:active
{
    color: #ff0000;
}
#sideBar UL a:hover
{
    color: #DE7008;
    text-decoration: underline;
}
.tagCloud 
{
}
.largestTag {
	FONT-SIZE: 110%;
}
.largerTag {
	FONT-SIZE: 105%;
}
.largeTag {
	FONT-SIZE: 100%;
}
.mediumTag {
	FONT-SIZE: 100%;
}
.smallTag {
	FONT-SIZE: 100%;
}
.smallerTag {
	FONT-SIZE: 95%;
}
.smallestTag {
	FONT-SIZE: 95%;
}
.titleListCellStyle
{    
    padding-bottom: 0.25em;
}
.categoryLinkStyle
{
}
.archiveLinksContainerStyle
{
}
.archiveLinksTableStyle
{
}
.archiveLinksCellStyle
{
}
.archiveLinksLinkStyle
{
}

/* posts */
div#mainClm
{
    position: absolute;
    left: 15em;
    border-left: 1px dotted rgb(224, 173, 18);
    padding: 1em;
    clear:both;
}
.onpage-navigation
{
    float: right
}
.onpage-navigation a 
{
	border-bottom: #ccc 1px solid; 
	border-left: #ccc 1px solid; 
	padding-bottom: 1px; 
	padding-left: 14px; 
	padding-right: 4px; 
	background-repeat:no-repeat;
	background-position: -2px center;	
	color: #ccc; 
	font-size: 0.8em; 
	border-top: #ccc 1px solid; 
	border-right: #ccc 1px solid; 
	padding-top: 1px;
	text-decoration: none;
}
.onpage-navigation a:hover 
{
	border-bottom-color: #696969; 
	border-top-color: #696969; 
	color: #696969; 
	border-right-color: #696969; 
	border-left-color: #696969; 
	text-decoration: none;
}
.previous 
{
	background-image: url("../../images/outlinedown.gif");
}
.next 
{
	background-image: url("../../images/outlineup.gif");
}


.TitleLinkStyle
{
    border: none;
    color: #9E5205;
    text-decoration: none;
}
.TitleLinkStyle:hover
{
    text-decoration: underline;
    color: #e0ad12;
}
.itemPostedon
{
    margin-bottom: 15px;
    font-size: 10px;
    color: #6b6754;
}
/*h3
{
    margin: 0px 0px 0px 0px;
    color: #777777;
    font-size: 100%;
}
*/
h4
{    
    margin-bottom:-15px;
}
h5
{    
    margin-bottom:-15px;
}
.blogPost
{
    margin: 0px 0px 30px 0px;
    font-size: 100%;
}
.blogPost strong
{
    color: #000000;
    font-weight: bold;
}
pre, code
{
    color: #000000;
}
strike
{
    color: #999999;
}
.byline
{
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;    
    color: #444444;
    font-size: 80%;
}
.byline a
{
    border: none;
    color: #968A0A;
    text-decoration: none;
}
.byline a:hover
{
    text-decoration: underline;
}
.itemFooter
{
    text-align: right;
    padding: 5px;
    margin-bottom: 24px;
    background-color: #eeeeee;
}

.itemFooter img
{
    vertical-align: text-bottom;
}

/* comments */
.commentBoxStyle
{
    padding: 15px 20px 15px 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #333;
    background-color: #fcfcfc;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
}
.commentBoxStyle a
{
    color:Black;
}
.commentDateStyle
{
    width: 100%;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-size: 12px;
    text-align: right;    
}
.commentBodyStyle
{
}
.commentBodyStyle livepreview
{
}
.commentBoxFooterStyle
{
    position: relative;
    width: 100%;
    margin-top: 5px;
    padding-top: 3px;
    border-top: 1px dashed #ddd;
    font-size: 12px;
}
.commentPermalinkStyle
{
    font-style:oblique;
    text-decoration: none;
}
.commentViewBoxStyle input
{
    border: 1px solid #CCCCCC;
}
.commentViewLabelStyle
{
}
.commentViewTableStyle
{
}
.commentViewLabelStyle
{
}
.commentViewControlStyle
{
}
.commentBoxStyle 
{
}
.commentBoxAuthorStyle
{
    border:3;
    border-color:Orange;
}
.commentBoxAuthorStyle a
{
    color:#DE7008;
}
.commentBoxStyle a:hover
{
    color: #E0AD12;
}
.openidtextbox
{
    background: #FFFFFF url('../../images/openid-icon-small.gif') no-repeat scroll 0pt 50%;
    padding-left: 18px;
}
.openidtextboxwrap
{
    padding-right: 18px;
}

/* paging */
.post-paging
{
}
.previous-posts
{
}
.next-posts
{
}
.previousMainNext
{
}

/* footer of entire blog */
#footer
{    
    position: relative;
    padding: 0;
    height: 65px;
    text-align: center;
    font-size: 10px; 
    border-top: 1px solid #eeeeee;
    clear: both;    
}

/* admin only */
.adminNavbarStyle
{
    padding-top: 0px;
    padding-bottom: 5px;
}
.adminNavbarStyle ul
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    text-align: center;
}
.adminNavbarStyle ul li
{
    padding-right: 8px;
    padding-left: 8px;
    border-left: 1px solid #999999;
    display: inline;
    list-style-type: none;
    font-size: 10px;
}
.adminNavbarStyle ul li.first, .adminNavbarStyle ul li.firstHere
{
    border-left: none;
}

.pageTopic
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CC3300;
    color: #cc3300;
    font-weight: bold;
    font-size: large;
}

.configSectionStyle
{
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.configSectionTitleStyle
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CC3300;
    color: #cc3300;
    font-weight: bold;
    font-size: medium;
}
.configLabelColumnStyle
{
    vertical-align: top;
}
.configLabelStyle
{
    margin-right: 10px;
    font-size: 10px;
}
.configControlStyle
{
}

