/* templates/carl06/style.css  */
/******** General tags ********/
* {margin: 0;
   padding: 0; }
body {
   color: #555555;
   font-family: 'Helvetica Neue', Helvetica, Arial, Helvetica, sans-serif;
   background: #ffffff url(templates/carl06/img/bl-bg.png) repeat; }

/******** Main wrap ********/
#wrap {
   color: #404040;
   background-color: #fff;
   width: 900px;
   margin: 0 auto; }
#head {
   width: auto !important; 
   width /**/:60px; 
   background-color: #0a3d52; }

   
   


a {
   color: #376ca3; 
   font-weight: bold;
   text-decoration: none;  }
a:hover {
   color: #fd8723;
   text-decoration: underline; }
a img {
   border:0; }

code, pre {
   font-size: 10pt; 
   color: #376ca3; }
blockquote:before, blockquote:after {
   content: "\"";
   font-size: 1.6em;
   font-family: serif; }
blockquote blockquote:before, blockquote blockquote:after {
   content: "\'";
   font-size: 1.6em;
   font-family: serif; }
blockquote {
   margin: 10px 0 0 0; 
   padding: 5px;
   background: #376ca3;
   border: 1px solid #5288c4;
   line-height: 1.6em;
   color: #ffffff;
   font-style: italic; }
blockquote blockquote { 
   display: inline;
   border: none;
   color: #bbb; 
   padding: 0;
   line-height: 1.6em;
   font-style: italic; }
blockquote p {
   display: inline; }
blockquote a {
   color: #fff !important; 
   text-decoration: underline; }
input, select, textarea {
      font-family: Helvetica, Arial, Helvetica, sans-serif; }
textarea {
   font-size: 1.0em;}
ul, ol {
   list-style-position: inside; }
   
.serendipity_center {
   margin: 0 auto;
   text-align: center; }
.serendipity_msg_important {
   color: red; }
.serendipity_msg_notice {
   color: green; }
.serendipity_search_results {
   margin: 20px 0; }

.grey{color: #808080; }



/***** Identity ******/
#topbar {
   width: auto !important; 
   width /**/:900px; 
   height: 45px;
   border: 0px; }
#identity {
   height: 45px;
   width: 410px;
   border: 0px;
   float: left; }
#identity h1, #identity p.head1 {
   font-size: 0.9em;
   padding: 7px 0 0 3px; }
#identity h1 a, #identity p.head1 a, #identity h1 a:hover, #identity p.head1 a:hover {
   color: #fff;
   text-decoration: none; }
#identity h2, #identity p.head2 {
   color: #fff;
   font-size: 0.7em; 
   padding-left: 3px; }

/****** Top Navigation ******/
#topnav {
   width: 350px; 
   height: 45px;
   border: 0px solid #000000;
   font-size: 0.7em;
   color: #fff;
   float: right; }
#topnav ul {
   margin: 0px;
   width: auto;
   list-style-type: none;
   line-height: 1.0em;
   border: 0px solid #000000;
   float: right; }
#topnav ul li {
   margin: 0px 5px 0px 10px;
   padding: 10px 5px 0px 5px;
   float: left; }
#topnav ul li a {
   text-decoration: none;
   color: #fff; }
#topnav ul li a:hover {
   text-decoration: none; }


/****** Header Image ******/
#logo {
   height: 100px;
   width: 900px;
   border-top: 1px solid #7abccd;
   border-bottom: 1px solid #ffffff; }
#logo a, #logo img {
   margin: 0; }
#logoleft {
   background: transparent url(templates/carl06/img/cgallowaytheme.jpg) no-repeat;
   float: left; 
   width:900px;
   height:100px; }




/****** #navbar ******/
#navbar {
   width: 900px;
   background: #fd3e00 url(templates/carl06/img/nav.png) center -1px repeat-x;
   height: 30px;
   margin-bottom: 20px;
   border-top: 1px solid #fd3e00; }
#navbar_link {
   height: 30px;
   float: left; }
#navbar #navbar_link ul {
   float: left;
   height:30px; 
   list-style-type: none; }
#navbar #navbar_link ul li {
   display: inline; }
#navbar #navbar_link ul li a {
   float: left;
   padding: 6px 15px;
   color: #fff;
   text-decoration: none;
   line-height: 1.5em;
   border-right: 1px solid #fd3e00;
   text-decoration: none;
   font-size: 9pt;
   font-weight: bold; }
#navbar #navbar_link ul li a:hover { 
   text-decoration: none;	
   border-right: 1px solid #fd3e00;
   color: #fff;
   background: #fd3e00 url(templates/carl06/img/nav.png) center -33px repeat-x;  }


/****** Searchbox ******/
.serendipityQuickSearchTermField {
   color: #fff;
   width: 125px;
   border: 1px solid #fc5f00; }



/****** Content Pane ******/
#contentwrapper { /* S-C-S Layout */
   float: left; 
   background-color: #fff;
   margin-left:5px;
   width:740px; }
#contentmid { /* S-C-S Layout */
   float: right;
   background-color: #fff;
   margin-right: 10px;
   width: 480px; }   
#contentleft { /* C-S-S Layout */
   margin-left: 5px;
      background-color: #fff;
   float: left;
   width: 480px; }
#contentright { /* S-S-C Layout */
   margin-right: 5px;
      background-color: #fff;
   float: right;
   width: 480px; }
   

   
/****** Posts ******/  
.serendipity_title, .staticpage_result_header {
   font-size: 12pt;
   color: #376ca3;
   margin: 0 0 5px 0;
   letter-spacing: -1px;   
   line-height: 1.2;
   border-bottom: 1px solid #376ca3; }
.serendipity_title a:hover {
   color: #376ca3;
   text-decoration: none; }   
.serendipity_entry_extended {
   margin-top: 10px; }
.serendipity_Entry_Date, .display {
   margin: 0 0 18px 0px;
   font-size: 0.85em; }
.entry-content, .serendipity_staticpage {
   line-height: 1.5; }
   



.serendipitySideBarTitle, .serendipity_commentsTitle, .staticpage_content h3 {
   font-size: 1.05em;
   font-weight: bold; 
   color: #376ca3;
   line-height: 1.1;
   border-bottom: 1px solid #376ca3;
   margin: 0 0 5px 0; }
   
.staticpage_content h3 {
   clear: left; 
   overflow: hidden;
   margin-top: 40px; }
.serendipity_date {
   color: #afafaf;
   line-height: 1;
   margin: 0 0 10px 0;
   font-size: 0.8em; }


.serendipity_entryFooter {
   clear: both;
   text-align: right;
   font: bold 8pt/8pt Arial, sans serif;
   margin: 10px 0 50px 0; }
/*.serendipity_commentsTitle, .staticpage_result_header {
   font-weight: bold;
   border-left: none; } */

.serendipity_pageFooter {
   font-size: 9pt;}

.userhtml2 {
   text-align: center;
   padding: 5px; }
.userhtml {
   margin: 0 5px 5px 0;
   padding: 5px 5px 5px 0;
   float: left;
   clear:right;
   text-align:left;
   width:455px;}
.entry-subscribe {
   margin: 10px 0; }
abbr.published {
   border-bottom: none; }



/******** sidebar ********/
#sidebarwrapper { /* C-S-S and S-C-C Layouts*/
   width:410px;
   background-color: #fff; }
.left { /* S-S-C Layout */
   float: left; 
   margin-left: -5px;}
.right { /* C-S-S Layout */
   float: right; }
#midsidebar { /* C-S-S Layout */
   margin-left: 10px; 
   width: 190px;
   float: left; }
#leftsidebar { /* S-C-S Layout */
   margin-right: 10px; 
   width: 190px;
   float: left; }
#rightsidebar {
   float: right; 
   margin-right: 5px; 
   width: 190px; }
   
#sidebarwrapper .serendipity_title {
  color: #376ca3;
  width: 395px;
  margin-left: 10px;}   
.squares { /* C-S-S and S-C-C Layouts*/
   text-align: center; 
   float: right;
   margin: 0 5px 15px 0; 
   padding: 5px 0;
   width : 395px;
   overflow: hidden; }
.squares img.withmargin { /* C-S-S and S-C-C Layouts*/
   margin-right: 5px;
   overflow: hidden }
p.message {
   color: #ddd;
   font-size: 0.8em;
   text-align: left; }

.serendipitySideBarItem {
   margin: 0 0 20px 0; }
.serendipitySideBarContent {
   list-style: none;
   font-size: 9pt;
   padding: 0 0 15px 0px; }
.serendipitySideBarItem input {
   width: 90%; }



/******** Footer ********/
#footer {
   clear: both;
   color: #376ca3;
   font-size: 8pt;
   font-weight: bold;
   margin: 4px auto;
   border-bottom: 5px solid #ffffff;    
   padding: 0 3px; }
#footer p {
   font: bold 8pt/8pt Arial, sans serif;
   border-top: 1px solid #376ca3;
   padding: 3px 0 10px 0; }
#footer a {
   color: #376ca3;
   text-decoration: underline; }
#footer a:hover {
   color: #666666; }



/********* Embedded images with the s9y image manager *********/
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {
   margin: 0 0 20px 0;
   padding: 10px; 
   border: 1px solid #c0c0c0;
   background-color: #fafbfc;
   color: #505050;
   line-height: 1.5em; }
.serendipity_imageComment_center {
   display: block; 
   margin: 0 auto 5px auto; }
.serendipity_imageComment_left {float: left; 
   margin: 0 12px 5px 0; }
.serendipity_imageComment_right {
   float: right; 
   margin: 0 0 5px 12px; }
.serendipity_imageComment_img, .serendipity_imageComment_img img {
   text-align: center; }
.serendipity_imageComment_txt {
   clear: both;
   text-align: center; }



/********* Plugin Styles *********/
.container_serendipity_calendar_plugin table {
   border-collapse: collapse;
   border: 1px solid #dddddd; }
tr.serendipity_calendarHeader a {
   color: #5e5e5e; 
   text-decoration: none; }
.serendipity_weekDayName {color: #505050;
   font-weight: bold;
   padding: 6px 0 8px 0; }
.container_serendipity_calendar_plugin td {
   font-size: 8.5pt; 
   padding: 2px;
   text-align:center; }
.container_serendipity_calendar_plugin td a {
   font-weight: bold;
   color: #376ca3;
   text-decoration: underline;}

td.Today {
   border: #ddd 1px solid; }

.serendipity_freeTag, .serendipity_multilingualInfo {}
.serendipity_freetag_taglist_related {
	margin-bottom: 20px; }

.staticpage_author, .staticpage_metainfo {
   font: normal 8pt/8pt Arial, sans serif; }
.staticpage_author, .staticpage_metainfo, .staticpage_metainfo_lastchange, .staticpage_metainfo_editlink {
   clear: left; }

.serendipity_pageFooter {
   margin: 30px 0 15px 0;}

.searchterm, .searchresults {
   font-weight: bold; }

.serendipity_entryIcon a img {
   float: right;
   padding: 0 2px 2px 2px;
   margin: 0 0 10px 10px;
   display: inline;
   background: none;
   border: none; }
   
.template_page {
   clear: left;
   display: block;
   padding: 5px 0 0 0;
   margin-bottom: 15px; }
.template_page img,.template_page img a {
   float: left;
   padding: 4px;
   border: 1px solid #ddd;
   position: relative;
   margin: 10px 10px 10px 0; }
.template_page h4 {
   font-size: 1.2em;
   color: #fe740a;
   margin: 5px 0 12px 0; }	
.template_page h4 a, .template_page h4 a:visited {
   color: #fe740a;
   text-decoration: none; }
.template_page h4 a:hover {
   color: #fe740a;
   text-decoration: underline; }   



/****** Comment Form Styles ******/
.serendipityCommentForm dt {
   float: left; 
   margin-bottom: 5px;
   padding-left: 3px; }
.serendipityCommentForm dd {
   padding-left: 0em; 
   margin-left: 120px; 
   margin-bottom: 5px; }
.serendipityCommentForm textarea {
   margin-bottom: 10px; }
	
.serendipity_comment_source {
   margin-bottom:10px;}

.serendipityCommentForm input, .serendipityCommentForm textarea, .serendipityCommentForm select {
   color: #376ca3;
   font-size: 11pt;
   background: #adcbed;
   border: 1px solid #376ca3;
   padding-left: 2px; }
#serendipity_replyTo option {
   color: #376ca3;
   font-size: 12pt;
   background: #adcbed; }

.serendipityCommentForm {
   color: #ffffff;
   background: #5288c4;
   border: 1px solid #376ca3; }
   
/****** Comment Styles ******/
#comment {
   width: 98%; }
.serendipity_comments ol {
   padding-left: 2.5em; }
.serendipity_comments li {
   list-style-position: outside; }
.serendipity_comment {
   margin-bottom: 20px;}
.commentauthor, .comment_source_author {
   border-bottom: 1px dotted #888685;
   font-size: 1.1em; }
.commentauthor a, .comment_source_author a {
   text-decoration: none; }
.commentmeta {
   margin: 0 0 0.8em 0;
   padding: 0.2em 0 0 0;
   font-size: 0.92em; }

.serendipity_commentBody {}

.serendipity_commentsLabel {
   font-weight: bold; }

