div.tx-t3blog-pi2 { padding: 0 10px; }

/* ===== SEARCHBOX ===== */
#searchBox {
	margin: 20px 0px;
}

#searchBox label {	
	display: none;
}





/* ===== ITEM ===== */
.item {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}

.single {
	padding: 0 0 20px 0;
}

.itemNav div,
.commentTopNav div {
	float: left;
	padding: 0 5px 0 5px;
	color: #003867;
	margin: 0;
	font-size: 11px;
}

.itemNav a{
	color: #003867;
}

div.categories,
div.author {
	padding-left: 0;
}

.itemBody,
.commentBody {
	clear: both;
}

.item .itemNav,
.single .itemNav {
	font-size: 11px;
}

.commentBody h5 {
	padding: 5px 0 3px 0;
	color: #003867;
}

.commentBody h5 a {
	color:  #003867;
}

.itemNav span {
	color: #003867;
	padding: 0 5px 0 0;
}

span.author {
	border-left: none;
}

span.comments a {
	color: #003867;
	padding-left: 15px;
	background:  url(../img/icons/comment_icon.png) no-repeat 0 50%;
	font-weight: bold;
}

span.permalink a {
	color: #003867;
	padding-left: 18px;
	background:  url(../img/icons/link.png) no-repeat 0 50%;
}

span.trackback a {
	color: #003867;
	padding-left: 18px;
	background:  url(../img/icons/link_add.png) no-repeat 0 50%;
}


div.odd { background-color: transparent; border-bottom: #DDDCD0 1px solid; }
div.even { background-color: #F7F7F7; border-bottom: #DDDCD0 1px solid; }

/*************************************************
	Content
*************************************************/

/* FormElements */
.formElement {
    margin-bottom: 2px;
}

.formElement label {
	display:block;    
	width: 130px;
	float: left;
	font-size: 11px;
	color: #666;
}
.formElement .requiredField {
    color: #CC3333;
}


.formField input {
	width: 170px;
	font-family: Verdana, sans-serif;
	border:1px solid #ccc;
	padding: 2px 3px 2px 3px;
}

.formField textarea {
width: 290px;
height: 150px;
font-family: Verdana, sans-serif;
border:1px solid #ccc;
padding: 2px 3px 2px 3px;
}

input.button {
margin: 5px 0 15px 130px;
border: #CC3333 0px solid;
padding: 3px 2px 3px 2px;
font-weight: bold;
color: #fff;
background-color: #003867;
text-decoration: none;
font-size: 12px;
}





/* ===============
    WIDGETS
=============== */
div#latestPosts, div#categories, div#archive, div#latestComments, div#socialBookmarks, div.rss{}


#archive ul {
	border: none;
	margin-left: 10px;
	padding: 4px 2px;
}
#archive ul li a.toggle {
	background: none;
}

#archive ul li.blogentry {
	font-size: 11px;
	margin-bottom: 10px;
}


#archive .postnum {
	font-size: 9px;
	margin-left: 3px;
}

#categories ul {
	margin:0;
	padding:0 0 15px 0;
	line-height: 1.7;
	list-style-type:none;
}
#categories li {
	list-style-type:none;
	background-image:url(../img/arrow2.gif);
	background-repeat: no-repeat;
	padding:0 0 0 15px;
	color: #333333;
}
#categories li a {
	margin:0;
	color: #003867;
	text-decoration:underline;
}

.delicious { background: url(../img/icons/delicious.small.gif) no-repeat 2px; }

p.delicious a { padding-left: 15px; }

div#socialBookmarks .bookmarks a { background: none; padding: 2px; }

dl.latestPostList dt, dl.latestCommentsList dt { margin-bottom: 5px; }
dl.latestPostList dd, dl.latestCommentsList dd { text-align: right; margin-bottom: 5px; }
   
  		
  		
  		
/* ----------------------------
	Comment + Trackback
------------------------------*/
#commentList, #trackbackList { margin: 30px 0; }

.commentListListing,
.trackbackListListing {
	padding: 0;
	border-top: #DDDCD0 1px solid;
}

.commentListListing div.item,
.trackbackListListing div.item {
	padding: 10px 5px;
	margin: 0;
	background-image: none;
}

.editComment a {
	margin: -7px 0;
	background-color:#EDEAE5;
	border: 1px solid #DDDCD0;
	color: #A5A49F;
	font-size: 13px;
	float: right;	
}


.commentFooter {
	padding: 3px 0 0 0;
	color: #003867;
}
.commentFooter a {
	color: #003867;
}

.commentComments {
	margin-top: 10px;
}
.commentComments a {
	color: #003867;
	padding-left: 15px;
	background:  url(../img/icons/comment_icon.png) no-repeat 0 50%;
	font-size: 11px;
}


#commentForm {
	position: absolute;
	top: 200px;
	left:300px;
	width: 400px;
	border: 1px solid #bdbbac;
	background-color: #fff;
}


.blogCommentMessage {
	margin: 10px 0;
	color: #99CB34;	
	font-size:16px;
}

.commentError {
	padding: 5px 13px;
	background: #FFDDCC none repeat scroll 0%;
}

.commentError li {
	list-style-type: square;
	margin-left: 13px;
}
h6.commentError {
	background: #D46315 none repeat scroll 0%;
	color: #FFFFFF;	
}
.commentFormStyle h3,
.commentFormStyle .closebutton {
	background-color: #f2f1ed;
}

.commentFormStyle h3 {
	padding-left: 20px;
}




#commentFormNonAjax .closebutton {
	display: none;
}

#commentFormNonAjax input.button {
	margin-right: 0 !important;
	margin-right: 0px ;
	width: 80px !important;
}


#commentForm .closebutton {
	position: relative;
	left: 370px;
	top: -20px;
	width: 12px;
	height: 12px;
}

#commentForm .closebutton img{
	margin: 1px 0 0 1px;

}

#archive a.toggle {
	background: none;
	padding-right: 2px;
}
  		
/*-----------------------------------------------------
		t3blog RSS
-----------------------------------------------------*/
  		
div.rss_post a {
	margin-left: 2px;
}

div.rss_comment  {
	position: relative;
	top: -18px;
	margin-left: 90px;
}

div.rss img {
	position: relative;
	top: 1px;
}
  		
/*-----------------------------------------------------
		Single Navigation
------------------------------------------------------*/
  		
div#singleNavigation {
	margin-top: 20px;
	position: relative;
	border: 1px solid #DDDCD0;
	padding: 16px;
}

div#singleNavigation .previous {
	position: absolute;
	left: 5px;
	top: 0px;
}

div#singleNavigation .next {
	position: absolute;
	right: 5px;
	top: 31px;
}

div#singleNavigation .previous a {
}

div#singleNavigation .next a {
}

div#singleNavigation .backtolist {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
  		
  		
/*-----------------------------------
           BlogList
-------------------------------------*/

.title p {
	padding: 5px 3px;
	border: 1px solid #DDDCD0;
	width: 430px;
}

.pageBrowser {
	padding: 5px 3px;
	border: 1px solid #DDDCD0;
	text-align: center;
}
.pageBrowser a {
	color: #003867;
}
.pageBrowser .page, 
.pageBrowser .next,
.pageBrowser .previous {
	padding: 0 5px;
}
.pageBrowser .cur {
	font-weight: bold;
	color: #003867;
}
   
   
/*-----------------------------------
Tag Clouds
-------------------------------------*/
h3 titleTag {
}

.tagCloud {
	min-height: 80px;
}

ul.tag-cloud {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tagCloud ul.tag-cloud li {
	float: left;
	margin: 3px 6px 0 0;
	padding: 0;
}

#categories { margin: 0; }
#categories ul {
margin: 0;
background-color: transparent; 
}
#categories ul li {}

#archive ul {
margin: 0;
background-color: transparent; 
list-style-type: none;
}

#archive ul li { margin: 0; padding-left: 20px; }
#archive ul li.year { padding-left: 0px; }

