/* Begin Typography & Colors 

.entry form {  
	text-align:center;
	}

------------------------------------- */
body { 
	font-family: Georgia, Arial, Helvetica, Sans-Serif; 
	background: #333;
	color: #111;
	text-align: center;  
	}

#page {
	background-color: white; 
	text-align: left;  
        }

#header { 
	background: #14568A;
font-size:12;
	}

 
#content {
	font-size: 12;
	} 

.narrowcolumn .entry  {
	line-height: 1.5;
	} 

.narrowcolumn .postmetadata {
	text-align: center;
	}
.thread-alt {
	background-color: #f3f3f3;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	background: #14568A; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10;
	}

h1, h2, h3, h4 {
	font-weight: bold;	
	}


#content h1 {
	font-size: 16px;
	text-align: left; 
	}

#header td { 
	font-size: 14px; 
        }

#header h1 { 
	font-size: 16px; 
        margin: 0px 0;
        padding:0; 
	}

.blogtitle {
	font-size: 16px; 
	text-align: left; 
  	font-weight: bold; 
        margin: 10px 10px 0 0;
        padding: 0 10 0 0;
	}
 
.description {
        padding: 5px;
        color: #ccc;
	font-size: 12;
	text-align: left;
	}
 
h2 {
	font-size: 16px;
	text-align: left; 
	}

h2.pagetitle {
	font-size: 16px;
	}

#sidebar h2 { 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	}
 
h3 {
	font-size: 12;
	}

#header  h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white; 
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #sidebar h4, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar h4 { 
	font-size: 12px;
	}

 
.commentlist li, #commentform input, #commentform textarea {
	font-size: 12;
	}

.commentlist li {
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: right; 
	padding: 2px; 
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5;
	text-transform: none;
	}

#commentform p { 
	font-size: 12;
	}

.commentmetadata {
	font-weight: normal;
	}
 
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

pre  {  
   color: #000000;
font-family: Georgia, Arial, Helvetica, Sans-Serif; 
   overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
   white-space: pre-wrap; /* css-3 */
   white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
   white-space: -pre-wrap; /* Opera 4-6 */
   white-space: -o-pre-wrap; /* Opera 7 */
   word-wrap: break-word; /* Internet Explorer 5.5+ */
      }

code  {
font-family: Georgia, Arial, Helvetica, Sans-Serif; 
   color: #000000;
   padding: 0 2px;
   line-height:1.5;
   overflow: auto;
       }


acronym, abbr, span.caps {
	font-size: 10;
	letter-spacing: .07;
	}

a, a:visited, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #dd0000; 
	}

.entry a {
        text-decoration: underline;
        }  

.entry a:hover {
	text-decoration: none; 
        }   

#sidebar a {
        text-decoration: none;
        }

#sidebar a:hover {
	text-decoration: underline;
        }

.sticky {
        background: #FFF8DC !important; 
        padding: 5px 10px;
        margin: 10px 0;
        }

/* Begin Structure 
------------------------------------- */
body {
	margin: 0 0;
	padding: 0 0 0 0; 
	}

#page {
	background-color: white;
	margin:  0px 0px 0px 0px;
	padding: 0;
	/* width: 100%; */ 
        border-left:30px solid #14568A; 
        border-right: 30px solid #14568A; 
	}

#header {
	background-color: #14568A;
	margin: 0 0  0px 0px; 
	padding: 0px 20px 0 0px; 
	height: 100px; 
	width: 100%;
font-size:12;
	}

#header a {
	color: #f3f3f3;
	text-decoration: none;
font-size:12;
	}

#header a:hover {
	color: #ccc;
	}

#navbar {  
	font-size: 12;
	line-height: 2;
        font-weight:bold;
        background: #DDD; 
        padding: 10px 10px 10px 30px;
        margin: 0 0 20px 0;
        color: #333; 
        text-transform:uppercase;  
        }

#navbar a {
	color: #06c;
        text-decoration:none;
        }

#navbar a:hover {
	color: #000;
        text-decoration:underline;
        }

 
.narrowcolumn {
	margin-right:20px;
	margin: 20px 20px 20px 20px;
	} 

.post {
	margin: 0;
	text-align: justify;
        
	}

.post hr {
	display: block;
	}

.entry{ 
        border-top: 1px solid #ddd;  
	}

.narrowcolumn .postmetadata {

	padding-top: 5px;
	}

.postmetadata {
	clear: left;
       }
 
#footer {
        color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0;
        font-size: 10;
	margin: 20px auto 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 12px 0;
	text-align: center;
	}

#footer a {
	color: #fff;
        text-decoration: none;
        border-bottom: 1px dotted #ccc; 	
        }

#footer a:hover {
	color: #ccc; 
	} 


/*	Begin Headers
------------------------------------- */
#content h1   {
	margin: 30px 0 0; 
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle, h2.pagetitle {
	margin-top: 10px;
	text-align: center;
        }

#sidebar h2 {
	margin: 10px 0 0;
	padding: 0;
	}

#sidebar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;  
	margin: 0px 0 10px 0;
	padding: 5px;
        background: #DDD;
        border-bottom: 0px solid #C5E093;
        text-transform:uppercase;  
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	} 


/* Begin Images
------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}
 
.entry img {
        padding:5px; 
        }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	} 


/* Begin Lists 
------------------------------------- */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	} 



/* Begin Form Elements
------------------------------------- */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: right;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}



select {
	width: 130px;
	}

.formbutton{
   cursor:pointer; 
   background:#ddd;
   color:#333; 
   padding: 1px 2px;
}


#commentform input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        border: 1px solid #999;
	}

#commentform textarea {
	width: 70%;
	padding: 2px;
        border: 1px solid #999;
	}

#respond:after {
		content: ".";
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 auto 5px 0;
	float: left;
	} 



/* Begin Comments
------------------------------------- */
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
        margin: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
       font-size: 11;
	display: block;
	}

img.avatar {
        float:left; 
        margin: 0;
        padding: 0 4px 0 0; 
        vertical-align:middle;
        }
 
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#999 !important; }
ol.commentlist li div.comment-meta a:hover { color:#06c !important;  text-decoration:underline; }
ol.commentlist li p { font-size:12; margin:0 0 1em; }
ol.commentlist li ul { font-size:12; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:12; } 
ol.commentlist li div.reply a { text-decoration:none; background: #f3f3f3; padding: 5px;} 
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { border:1px solid #d5d5d5; padding:1em; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li ul.children li.depth-2 { border-left:2px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:2px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:2px solid #999; margin:0 0 .25em .25em; }


/* Begin Sidebar 
------------------------------------- */


#sidebar { 
float:right;
	padding: 0 0 0 20px;
	width: 360px;
        background: #fff;
	font-size: 12; 
	line-height: 1.5;
        }

#adbox { 
        text-align: center;
        padding: 5px;
        margin: 0 0 5px 0;
        background: #ffffff;
        border: 2px solid #ddd;
        }

#sidebar_low {
	clear:both;
	}

#l_sidebar {
	width:360px;
	float: left; 
        margin: 0 ;
        background: #fff;
        }

#r_sidebar {
	width:140px;
	float: right; 
        padding: 10px;
        margin: 10px 0;
        background: #fff;
        border-left: 1px dotted #C5E093;
        }


#sidebar form {
	margin: 0;
	} 


/* Begin Tags & Classes 
------------------------------------- */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #85B8E3;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
        font weight: bold;
        font-size: 12; 
	} 

/* Captions 
------------------------------------- */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 1.5;
	padding: 0 4px 5px;
	margin: 0;
} 

.categories {
font-size: 12px;
}

#langselect  ul li {
	list-style-type: none;
	list-style-image: none;
}
.pageheader {
overflow:hidden;
}
.pageheaderright {
width:200px;
float:right;
text-align:right;
vertical-align:middle;
}
.pageheaderleft{
margin-right:200px;
vertical-align:middle;
}
