﻿/*----------------------------
					 css reset
----------------------------*/


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}
	
blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after
{
	content: '';
	content: none;
}

focus 
{
	outline: 0;
}

ins 
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------
					 normal
----------------------------*/



body {
	background-color: #ffffff;
	color: #444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px auto;
	width: 940px;
	position: relative;
}

h1 {
	font-size: 15px;
	letter-spacing: 1px;
}

h2 {
	font-size: 13px;
}

a {
	text-decoration:underline;
	color: #cc9500;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#content {
	width: 610px;
	height:auto;
	float: left;
	margin:20px 0px 0px 0px;
	padding-right:20px;
	padding-left:10px;
}

#sidepanel {
	margin:20px 0px 0px -2px;
	float: left;
	width: 270px;
	height:auto;
	padding-left:20px;
	background-image:url('../../pics/sidepanelTopLine.gif');
	background-repeat:no-repeat;
	background-position:30px 0px;
}

.loginbox{
	margin: 0 auto;
}

.loginbox td{
	height:30px;
	padding:0px 10px 0px 0px;
}

#ctl00_cphBody_Login1_UserName
{
	width:180px;
}

#ctl00_cphBody_Login1_Password
{
	 width:180px;
}

#ctl00_cphBody_Login1_LoginButton
{
	margin:0px 6px 0px 0px;
}

#ctl00_cphBody_Login1_RememberMe
{
	margin:0px 5px 0px 75px; 
}

#postnavigation{
	margin-bottom: 10px;
	text-align: center;
	color: Gray;
	background: white;
	border: 1px solid silver;
	padding: 3px;
}
#loginnewuser
{
	width:610px;
	padding-top:30px;
	padding-left:0px;
	height:50px;
	text-align:left;
}
#loginregister
{
	width:420px;
	font-size:13px;
	text-align:right;
	line-height:17px;
}
#loginregisterlink
{
	width:420px;
	padding-top:10px;
	font-size:13px;
	text-align:right;
}
/*----------------------------
					 Header
----------------------------*/

#header {
	width: 940px;
	height:159px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url('../../pics/banner.png');
	
}

#header h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 20px;
	
}

#header h2 {
	font-weight: normal;
	letter-spacing: 4px;
	color: silver;
	margin: 0px;
}

#header a {
	text-decoration: none;
	color: white;
}

/*----------------------------
						Menu
----------------------------*/
#topMenuHolder
{
	/*border: 1px solid silver;*/
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	float:left;
	width:920px;
	height:40px;
}
#menu{
	/*border: 1px solid silver;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	width:920px;
	height:40px;
	background-image:url('../../pics/menuRepeat.png');
	background-repeat:repeat-x;
}


#menu a.apmlfilter
{
	float:right;
	margin-right: 10px; 
	background:url(../../pics/apml.png) no-repeat left 1px; 
	padding-left:16px;
	
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}

#menu ul li a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}
#rssHomeMenu
{
	float:left;
	width:75px;
	height:17px;
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	font-family:Arial,verdana;
	font-size:12px;
}
#rssHomeMenu a img
{
	margin-bottom:-2px;
	margin-right:3px;
}
#usergreeting
{
	padding-left:0px;
	margin:10px 0px 0px 0px;
	width:331px;
	height:22px;
	float:left;
	font-size:12px;
		
}
#usergreeting span
{
	width:245px;
	line-height:17px;
	height:20px;
	padding-top:2px;
	float:left;
	text-align:right;
	padding-right:10px;
}
#usergreeting a
{
	width:50px;
	line-height:17px;
	height:19px;
	margin-top:1px;	
	display:block;
	float:left;
	text-align:left;
}

#menuLeft
{
	width:7px;
	height:40px;
	float:left;
	background-image:url('../../pics/menuLeftCorner.png');
	background-repeat:no-repeat;	
}
#menuRight
{
	width:7px;
	height:40px;
	float:right;
	background-image:url('../../pics/menuRightCorner.png');
	background-repeat:no-repeat;
}

#homeMenu
{
	margin:8px 0px 0px 2px;
	width:230px;
	height:30px;
	float:left;
}
.homelinkselected
{
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 0px 0px;
	background-color:#dd7d5f;
	width:56px;
	height:18px;
	float:left;
	display:table-cell;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:White;
}
.homelinkselected:hover
{
	text-decoration:none;
}
.homelinknormal
{
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 0px 0px;
	background-color:#d04f33;
	width:56px;
	height:18px;
	float:left;
	display:table-cell;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:White;	
	text-align:center;
}
/*

/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	width:255px;
	height:auto;
	float:left;
	border-left:2px solid #f3f3f3;
}

div#widgetzone a{
font-size:11px;
}

div#widgetzone .clear{
	clear: left;
	
}

div.widget{
	width:265px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index: 1;
	clear:left;
}

div.widget .content{

	margin:0px 0px 0px 0px;
	padding:8px 0px 30px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#4f4f4f;
	float:left;

}
#categorylist span
{
	width:200px;
	clear:left;
	float:left;
	margin-left:0px;
	height:auto;
	padding-bottom:0px;
}
.categoryBestWriting
{
	padding-bottom:7px;
	}
#categorylist span a
{
	width:200px;
	clear:left;
	float:left;
	margin-left:10px;
	height:auto;
	padding-bottom:5px;
}

div.widget h4{
	width:100px;
	height:auto;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index: 0;
	color: #4f4f4f;
	letter-spacing: 1px;
}


div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget ul li {
	margin-bottom: 1px;
}

#widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
}

#widgetzone img.rssButton {
	margin-right: 3px;
}
div.widget .content a
{
	color:#cc9500;
}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
}
#blogroll ul li
{
	padding-bottom:3px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img 
{
	border: none;
	margin-right: 3px;
	margin-bottom:-3px;
}

/*----------------------------
					 Posts
----------------------------*/


div.post, .mceContentBody {
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

div.post
{
	width:610px;
	height:auto;
	background-color:#ffffff;
	float:left;
	padding-bottom:30px;
	border-top:2px solid #e1e1e1;
	padding-top:5px;
}


.mceContentBody h1 {
	margin: 5px 0 0 0;
}

div.post h1{
	margin: 0 0 0 0;
	width:458px;
	height:auto;
	color:#4f4f4f;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	padding-left:2px;
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

.pubDate {
	color: #909090;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	float: right;
	text-align:right;
}

div.post .text {
	margin:5px 0px 0px 0px;
	padding:5px 0px 0px 2px;
	width:608px;
	height:auto;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4f4f4f;
	border-top:solid 1px #e3e3e3;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .text h3 {
	font-size: 11px;
	margin-bottom: -10px;
	padding: 0;
}

div.post .footer {
	width:610px;
	height:auto;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: right;
	border-top: 1px solid #f2f2f2;
	float:left;
}

div.post .bottom {
	margin:5px 0px 0px 0px;
	float:left;
}

.categories {
	width:610px;
	clear:left;
	color:#ff7e00;
	text-align:right;
}

div.post .tags {
	width:340px;
	padding-top:14px;
	min-height:11px;
	height:auto;
	float: right;	
	text-align:right;
	}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
  	white-space: nowrap;
}


/*Custom*/
.taggedlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4f4f4f;
	text-decoration:none;
}
/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts div {
	background: white;
	padding: 5px 10px 10px 10px;
	border: 1px solid silver;
}

#relatedPosts h1 {
	margin: 0 0 10px 0;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 3px;
}

ul.recentPosts li a{
	font-weight:normal;
}

ul.recentPosts li span{
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			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 {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/*----------------------------
					Archive
----------------------------*/
#archive 
{
	width:610px;
	height:auto;
}

#archive h1
{
	width:610px;
	height:30px;
	border-bottom:1px solid #e2e2e2;
}
#archive ul
{
	width:580px;
	height:auto;
	padding-top:10px;
	padding-left:30px;
	padding-bottom:40px;
}
#archive ul li
{
	list-style:square;
	padding-bottom:5px;
}
#archive ul li a
{
	font-size:13px;
}
#archive h2
{
	padding-top:30px;
	padding-bottom:3px;
	border-bottom:2px solid #e2e2e2;
}
#archive h2 a
{
	padding-right:5px;
}
#archive h2 a img
{
	margin-bottom:-1px;
}

#archive table
{
	width:100%;
	height:auto;
}
#archive table tbody tr 
{
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	
}
#archive table tbody tr th
{
	margin:0px 0px 0px 0px;
    padding:5px 0px 0px 5px;
    height:20px;
    text-align:left;
}
#archive td
{
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 5px;
    height:15px;
    text-align:left;
}
#archive .date
{
	width:75px;
}
#archive .title
{
	width:350px;
}
#archive .comments
{
	width:80px;
	text-align:center;
}
#archive .rating
{
	width:80px;
	text-align:center;
}


/*----------------------------
					 Search
----------------------------*/
#searchHolder
{
	margin:0px 0px 0px 0px;
	padding-left:18px;
	width:150px;
	height:40px;
	float:left;
	background-image:url('../../pics/menuEffectLine.png');
	background-repeat:no-repeat;
	background-position:1px;
}


#searchbox {
margin:8px 0px 0px 0px;
	font-size: 10px;
	float:left;
	width:240px;
}

#searchbox input {
	font-size: 10px;
}

#searchbox #searchbutton 
{
	background-image:url('../../pics/goBottom.png');
	background-repeat:no-repeat;
	border:0;
	width:37px;
	height:23px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:white;
	font-size:12px;
	font-weight:bold;
	float:right;
	text-align:center;
	vertical-align:center;
}

#searchbox #searchbutton:hover 
{
	cursor:pointer;
}

#searchbox p {
margin-top:3px;
clear:both;
float:left;
 width:45px;
 height:20px;
 line-height:17px;
 font-size:12px;
 font-weight:bold;
 }


#searchbox #searchfield 
{
margin-top:2px;
height:15px;
	width: 148px;
	float:left;
	border:1px solid #efaf00;
	font-size:10px;
}

/*----------------------------
			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;
}

ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year{
  cursor: pointer;
}

ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
}

.tagcloud a.biggest {
	font-size: 19px;
}

.tagcloud a.big {
	font-size: 17px;
}

.tagcloud a.medium {
	font-size: 14px;
}

.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;
}

/*----------------------------
					 Calendar
----------------------------*/
#calendarContainer 
{
	width:250px;
	height:227px;
	background-image:url('../../pics/calendar.png');
	background-repeat:no-repeat;
	text-align:left;
	padding-top:0px;
}
#calendarContainer table
{
	width:236px;
}

#calendarContainer table th
{
	padding-top:5px;
	height:25px;
}

#calendarContainer table td
{
	height:26px;
}
.other
{
	padding-top:5px;
	color:silver;
}
.calendar a
{
	color:white;
	font-weight:bold;
}
.calendar .exist
{
	color: #cc9500;
}
.calendar .header
{
    padding-top:5px;
    text-align:center;
}

#ctl00_cphBody_calendar th
{
	padding-top:10px;
	padding-bottom:10px;
	height:25px;
	border:1px solid #c3c3c3;
}

#ctl00_cphBody_calendar td
{
	height:10px;
	border:1px solid #c3c3c3;
}
#ctl00_cphBody_calendar a
{
	color: #cc9500;
}
.calendartop
{
	height:10px;
	width:250px;
}
.calendartopleft
{
	width:10px;
	padding-left:20px;
	padding-top:5px;
}
.calendartopcenter
{
	width:190px;
	padding-top:5px;
	text-align:center;
	color:white;
	font-weight:bold;
}
.calendartopright
{
	width:10px;
	padding-right:20px;
	padding-top:5px;
	color:white;
	font-weight:bold;
}

.calendartopleft
{
	width:10px;
	padding-left:20px;
	padding-top:5px;
}

#calendarContainer .calendartop a
{
	color:white;
}
.BigCalendarTitle
{
	height:30px;
	padding-top:0px;
	margin-top:10px;
}
.DayStyleCal
{
	padding-top:5px;
}
/*----------------------------
					Star rater
----------------------------*/

.bottom .rating{
	width:250px;
	height:auto;
	float:left;
	margin:0px 0px 0px 1px;
}

.bottom .rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
	margin:0px 0px 0px 15px;
}

.star-rating {
	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 .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.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: 10px;
	height: 10px;
}

/*----------------------------
				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;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}


/*----------------------------
				User Registration
----------------------------*/

#userRegistrationErr
{
	width:100%;
	text-align:center;	
	padding-bottom:10px;
}
#userRegistrationMain
{
	width:490px;
	text-align:left;	
	padding-left:100px;
}
#userRegistrationMain td
{
	height:20px;
}
.registrationHeading
{
	width:200px;
	height:40px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.registratinoRow
{
	width:100%;
	height:25px;
}
.registrationLabel
{
	width:100px;
	height:20px;
	text-align:right;
	clear:left;
	float:left;
}
.registrationTxtBx
{
	width:170px;
	height:20px;
	text-align:left;
	padding-left:5px;
	float:left;
}
.registrationTxtBx input
{
	clear:left;
	margin-top:0px;
	float:left;
}
.registrationTxtBx span
{
	margin-top:0px;
	float:left;
}
.registrationError
{
	width:100%;
	text-align:center;
}
#ctl00_cphBody_CreateUserWizard1___CustomNav0_StepNextButtonButton
{
	margin-right:142px;
}
/*----------------------------
			Powered Footer
----------------------------*/
.powerholder
{
	clear:left;
	width:920px;
	padding:10px 0px 0px 0px;
	height:30px;
}
.poweredft
{
	width:920px;
	padding:0px 10px 0px 10px;
	height:30px;
	background-color:#fcfcfc;
	border:1px solid #f3f3f3;
}
.powerLeft
{
	float:left;	
	padding-top:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.powerRight
{
	float:right;	
	padding-top:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/*----------------------------
                Author Profile
----------------------------*/
#profilePage
{
	width:610px;
}

#profileHeading
{
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4f4f4f;
}

#profileContents
{
	padding:10px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
}

.profileCont
{
	padding:0px 0px 10px 0px;
	line-height:17px;
}

#thankYou
{
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:Normal;
	color:#4f4f4f;
}

#authorName
{
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4f4f4f;
}
                
/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	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');
}
