/* Disable service panel until one day we get javascript ajax / mootools compatibiltiy */
#services-panel { display : none !important; }

.blog-page a { color : #ff6600; }

a#subscribe {
	position: absolute;
	top: 151px;
	right: 27px;
	padding-right: 18px;
	background: url(../../pics/rssButton.gif) no-repeat right;
}

img {
	border: none;
}

#content {
	float: left;
	width: 70%;
}

.hilite {
	background-color: #ff0;
}

.loginbox{
	margin: 0 auto;
}

#postnavigation{
	margin-bottom: 10px;
	text-align: center;
	color: Gray;
	background: white;
	border: 1px solid silver;
	padding: 3px;
}

/*----------------------------
						Menu
----------------------------*/

#menu { margin-bottom: 20px; }
#menu ul{ list-style: none;	margin: 0; padding: 0; text-align : right; }
#menu ul li{ display:inline; }
#menu ul li a{ padding: 10px; font-size: 11px; font-weight: bold; text-decoration : none; }
#menu ul li a.feed img{ margin-right: 6px; }

/*----------------------------
					Side Panel
----------------------------*/
#searchcomments { float : left; }
#searchlabel { display : block; float : left; width : 110px; }

#sidepanel img.rssButton { margin-right: 3px; }

.box { margin-bottom : 20px;  }

.box-s1 ul { margin : 0px; padding : 0px; list-style-type : none; }
.box-s1 ul li { padding-left : 10px; border-bottom : 1px solid #cccccc; padding-bottom : 8px; margin-bottom : 8px; }
.box-s1 ul li br { display : none;  }
.box-s1 ul li.last { border-bottom : 0px;  }
.box-s1 ul li a { padding-left : 20px; background : url('i/icons/ar-cir-right.png') 0px 2px no-repeat; display : block; text-decoration : none; color : #525252; }

    /* specific list elements */
    .box-s1 ul strong { display : block; margin-bottom : 10px; }
    .box-s1 ul span { display : block; font-size : 0.9em; }
    .box-s1 li a:hover strong { color : #ff6600; }

.box #categorylist { margin : 0px; list-style-type : none; padding : 0px; }
.box #categorylist li img { margin-left : 15px; margin-right : 10px; }
.box #categorylist li a { text-decoration : none; color : #525252; }
.box #categorylist li a:hover { text-decoration : underline; color : #ff6600;}

/*----------------------------
					 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;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post { margin-bottom : 20px; padding-bottom : 0px; }
div.post h3 a { color : #525252; }
div.post a { text-decoration : none; }
div.post a:hover { text-decoration : underline; }

div.post .links .email { float : left; display : block; padding-left : 30px; background : url('../../pics/mail.gif') left top no-repeat; height : 16px; padding-right :10px; border-right : 1px solid #cccccc;}
div.post .links .rss-link { float : right; display : block; background : url('../../pics/rssButton.gif') left top no-repeat; height : 22px; width : 65px; margin-left : 10px; line-height : 22px; font-size : 0.8em; }
div.post .links .permalink-link { float : right; display : block; background : url('../../pics/permalink.gif') left top no-repeat; height : 22px; width : 60px; margin-left : 10px; padding-left : 26px; }
div.post .links .permalink-link span { font-size : 0.8em; display : block; text-align : left; }    
div.post .links .comments-link { float : right; height : 22px; line-height : 18px; font-size : 0.8em; }

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 .text a[href^="http:"] { background: url(../../pics/remote.gif) right top no-repeat; padding-right: 10px;  white-space: nowrap; }

div.post .info { padding : 10px; background-color : #ffffff; border : 1px solid #cccccc; margin-top : 10px; clear : both; } 
div.post .info p { margin-bottom : 10px; }
div.post .author { color: #525252; font-size: 10px; float: left; text-transform: capitalize; }
div.post .pubDate { color: #525252;	font-size: 10px; float: right; }

div.post .links a { display : block; float : left; }
div.post .comments-link { padding-left : 30px; background : url('../../pics/comment.gif') left top no-repeat; height : 20px; } 
div.post .comments-link span { display : none; }

div.post .text { line-height : 1.8em; }
div.post .text a.more-link { background-color : #ff6600; padding : 2px 4px; color : #ffffff; }
div.post .text a.more-link:hover { background-color : #525252; }


.mceContentBody {
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

.mceContentBody h1 {
	margin: 0 0 7px 0;
	position: relative;
	top: 5px;
}



/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background: white;
	padding: 5px 10px 10px 10px;
	border: 1px solid silver;
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Comments
----------------------------*/

.comment { margin-bottom: 20px; padding-bottom : 0px !important; }
.comment .date { text-align : right; color : #cccccc; }

.comment .author { }
.comment .gravatar { float: left; clear: both;	margin: 5px 10px 5px 0; }
.comment .gravatar img { height: 80px; width: 80px; }
.comment img.flag {	position: relative;	top: 2px; }

.comment .text { display : block; width : 540px; margin : 0px auto !important; padding-left : 25px; padding-top : 10px; margin-top : 10px !important; font-size : 1.2em; }
.comment .text span { display : block; padding-right : 20px; }

.comment .title { background-color : #525252 !important; color : #ededed !important; font-size : 0.8em; } 
.comment .description { background-color : #f8f8f8 !important; } 

.comment .adminlinks { text-align : right; margin-right : 20px; }
.comment .adminlinks a { color : #000000 !important; }

.commentForm { background-color : #f8f8f8; padding : 20px; }
    .commentForm table { width : 100%; background : url('../../pics/notepad.jpg') 0px 0px no-repeat; }
    .commentForm td { padding : 6px 6px; }
    .commentForm label { display: block; text-align : right; width : 120px; font-weight : bold; font-family : "Trebuchet MS"; }
    .commentForm input, .commentForm select { width: 300px; border : 1px solid #cccccc; padding : 4px 6px; }
    .commentForm select { width : 120px; padding : 0px; margin-top : 10px;  }
    .commentForm textarea { border : 1px solid #cccccc; padding : 4px; width : 400px !important; height : 150px; }
    .commentForm .submit-btn { width : 90px; border : 0px; }
    
    .commentForm textarea:focus, .commentForm input:focus, .commentForm select:focus { border :1px solid #ff6600; }

.commentForm .bbcode { display : block; text-align : right; width : 408px; font-size : 10px; margin-bottom : 2px; }

.success { color: green; font-weight: bold; }


/*----------------------------
					Archive
----------------------------*/

#archive { padding: 10px; }
#archive h2 { display : block; margin : 0px; height : 100px; background : url('../../pics/archive.jpg') 100% 0px no-repeat; }
#archive h4 img { margin-right : 6px; }

#archive ul { list-style-type: square; margin: -60px 0px 22px 0px; padding: 10px; width : 80%;}
#archive ul li { margin-right: 20px; display : inline; }

#archive table{ width: 100%; border : 1px solid #cccccc; }
#archive table td, #archive table th{ text-align:left; }
#archive table td{ text-align:left; padding: 2px 0; }
#archive table th{ text-align:left; padding-bottom : 10px; }

#archive .date{	width: 80px; }
#archive .comments{	width: 70px; text-align: center; }
#archive .rating{ width: 70px; text-align: center; }

#archive .info { background-color : #f8f8f8; border : 1px solid #cccccc; padding : 20px; }

div.archive-block { background-color : #f8f8f8; padding : 20px; margin-bottom : 20px; }

/*----------------------------
					 Search
----------------------------*/
.search-block  { margin-top: 12px; font-size: 10px; padding : 10px; background-color : #ebebeb; }
.search-block .text-field { width : 120px; margin-bottom : 10px; font-size : 1em; }
.search-block #searchlabel { margin-bottom : 10px; }
.search-block .submit-btn { clear : both; margin-bottom : 5px; display : block; margin-top : 0px; }


/*----------------------------
			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
----------------------------*/

ul#monthList {font-weight: bold; list-style-type : none; margin : 0px; padding : 0px; }

ul#monthList li.year{ cursor: pointer; padding-left : 20px; margin-left : 15px; }

ul#monthList ul{ display: none; }

ul#monthList ul.open{ display: block; }
ul#monthList ul.open { list-style-type : none; margin : 0px; padding : 0px; margin-bottom : 10px; }
ul#monthList ul.open li{ font-weight: normal; padding-left : 0px; background : none; }
ul#monthList ul.open li a { text-decoration : none; }


/*----------------------------
				 Tag cloud
----------------------------*/

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
	text-decoration : none;
}

#tagcloud a:hover { text-decoration : underline; }

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Page
----------------------------*/

#page {
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

#page h1 {
	margin: 3px 0 10px 0;
}

#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
					Star rater
----------------------------*/

.rating { margin-bottom: 0px; float : left; margin-left : 10px; float : left; }

.rating .note { float : left; font-size : 0.8em; line-height : 18px; margin-left : 10px;  }
.star-rating { float : left; position: relative; width: 125px; height: 25px; overflow: hidden; list-style: none; margin: 0; padding: 0; background-position: left top; }

.star-rating li { display: inline; }
.star-rating a, .star-rating .current-rating { position: absolute; top: 0; left: 0; text-indent: -1000em; height: 25px; line-height: 25px; outline: none; overflow: hidden; border: none; }
.star-rating a:hover, .star-rating a:active, .star-rating a:focus { background-position: left bottom; }

.star-rating a.one-star { width: 20%; z-index: 6; }
.star-rating a.two-stars { width: 40%; z-index: 5; }
.star-rating a.three-stars { width: 60%; z-index: 4; }
.star-rating a.four-stars {	width: 80%; z-index: 3; }
.star-rating a.five-stars {	width: 100%; z-index: 2; }
.star-rating a span { display : none; }

.star-rating .current-rating { z-index: 1; background-position: left bottom; }

/* smaller star */
.small-star { width: 95px; height: 19px;}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating { background-image: url(../../pics/star_small.gif); line-height: 19px;	height: 19px; }



/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.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;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,  
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,  
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}