/*~~~ Advicetap Content Styles~~~~~~~~*/

	body {
		color: #111;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 1.2;
	}
	
	.odd {
    background: #f5f5f5;
  }
	


	/*~~~ Headings~~~*/
	

	h1 {
	  font-size: 30px;
	  line-height: normal;
	  font-weight: normal;  
		margin: 0;
		padding: 0;
	}
	
	h2 {
		font-size: 1.9em;
		line-height: 1.4em;
		color: #222;
		line-height: 1.2;
		margin-bottom: 18px;
	}
	
	h3 {
		margin-bottom: 10px;
	}
	
	
	h3, h4, h5, h6 {
		font-weight: bold;
	}
	
	h4, h5, h6 {
		margin-bottom: 2px;
	}

	h3 {
		font-size: 1.4em;
	}
	
	div.errorExplanation h3 {
		color: #e51b00;
	}
	
	h4 {
		font-size: 1.1em;
	}
	
	/*~~~ General Text ~~~*/
	
	p {
		padding-bottom: 17px;
	}
	
	p > big {
		font-size: 1.2em;
	}
	
	p > img {
		margin-right: 10px;
	}
	
	p.left {
		margin-right: 10px;
	}
	
	hr {
		border: solid 1px #dadcdc;
	}
	
	hr.dotted-clearer {
		border: none;
		background: url('/images/dotted-seperator.gif') repeat-x left center;
		height: 1px;
		clear: both;
		margin: 0 0 18px 0;
	}
	
	.footnote {
  	display: block;
  	color: #666666;
  	font-size: 12px;
  	line-height: 20px;
  }
  
	
	/*~~~ Tables ~~~*/
	
	table tr th {
		padding: 4px 5px 3px 5px;
		vertical-align: top;
	}

	table tr td {
		padding: 8px 5px 8px 5px;
		vertical-align: top;
	}

	table.full-table tr th {
		background-color: #999;
		border-right: solid 1px #FFF;
		color: #FFF;
		font-size: 0.9em;
		vertical-align: middle;
	}

		/*~~~ Alternating rows ~~~*/
		table.full-table tr.alt-row {
			background-color: #f4f5f5;
		}

		/*~~~ Rows with a bottom border ~~~*/
		table.full-table tr.bottom-border td {
			border-bottom: solid 1px #dadcdc;
			padding: 8px 5px 8px 5px;
		}
	
	/*~~~ Lists ~~~*/
	
	ul {
		margin: 0;
		padding-left: 15px;
		padding-bottom: 17px;
	}
  
	ul li {
		list-style: disc;
	}
	
	ul.blank {
		padding: 0;
	}
	
	ul.blank li {
		list-style: none;
		margin-bottom: 0;
	}
	
	.dotted-line {
  	border-top: 1px dotted #666666;
  }
  
  .dotted-line:first-child {
    border: none;
    padding-top: 0;
  }
  

	/*~~~ Links~~~*/
	
	a:link {
		color:#1B5186;
		text-decoration:none;
	}
	a:visited {
		color:#1B5186;
		text-decoration:none;
	}
	a:hover {
		color:#1B5186;
		text-decoration:underline;
	}
	a:active{
		color:#1B5186;
		text-decoration:none;
	}
	
	a.category-link {
		display:block;
		float:left;
		height:25px;
		margin:0 20px 2px 0;
		width:180px;
	}
	
	a.flag-link {
		background: url('/images/icons/flag-red.png') no-repeat left center;
		font-size: 0.9em;
		padding-left: 20px;
	}
	
	a.back-link {
		display: block;
		margin: -15px 0 15px 0;
	}
	
	/*~~~ Images ~~~*/
	
	.avatar {
		border: solid 1px #dadcdc;
		padding: 3px;
	}

	/*~~~ Breadcrumbs ~~~*/

	.breadcrumbs {
		margin-bottom: 15px;
	}
	
	/*~~~ Full Items ~~*/
	
	.full-item td.item-author-avatar {
		padding: 0 8px 8px 0;
	}
	
	.full-item div.content {
		margin-left: 10px;
		padding-top: 5px;
	}
	
	.full-item h2 {
		margin-bottom: 1px;
		font-size: 1.4em;
		font-weight: bold;
	}

	.full-item div.container {
		float: left;
		width: 100%;
	}
	
	.full-item div.item-details {
		margin-bottom: 2px;
	}
	
	.full-item div.item-body {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 18px;
	}
	
	.full-item .item-author {
	  font-size: 12px;
	  padding-bottom: 0px;
	  margin-bottom: 2px;
  }
  
  .full-item .item-stats {
    font-size: 12px;
  }
	
	.full-item div.item-options .cancel-link {
		display:block;
		float:left;
		margin-left:6px;
		padding-top:9px;
	}
	
	.full-item .blog-body p {
		margin-bottom: 10px !important;
	}

	.full-item #options {
		margin: 20px 0 20px 0;
		text-align: right;
	}
	
	.full-item .comment img.avatar {
		margin-right: 6px;
	}
	
	.full-item .comment {
		margin-bottom: 14px;
	}

	.full-item .comment h4 {
		margin-right: 10px;
	}

	.full-item .comment p.time-ago {
		font-size: 0.8em;
	}
	
	.full-item .comment .comment-body .spinner {
    display: none;
	  position: relative;
	  top: 4px;
	  left: 5px;
  }
	
	.full-item .comment .comment-body .options .spinner {
	  display: none;
	  position: relative;
	  top: 2px;
	  left: 0;
  }
  
  .full-item .comment .comment-body .options {
    line-height: 24px;
  }
	
	.full-item .comment img.avatar {
		margin-left: -2px;
	}
  
  .full-item .comment .bubble {
    width: 527px;
    float: left;
  }
  
	.full-item .comment .comment-bubble-top {
		background: url('/images/comment-bubble-top.png') no-repeat top;
		height: 17px;
		padding: 8px 20px 0 20px;
		width: 487px;
		overflow: hidden;
	}

	.full-item .comment .comment-body {
		background: url('/images/comment-bubble-middle.png') repeat-y;
		padding: 0 20px 0 20px;
		width: 487px;
		overflow: hidden;
		line-height: 18px;
		font-size: 14px;
	}
	
	.full-item .comment .comment-body > div > p:last-child {
	  margin-bottom: 5px;
  }
	
	.full-item .comment .comment-bubble-bottom {
		background: url('/images/comment-bubble-bottom.png') no-repeat bottom;
		height: 7px;
		width: 527px;
	}
	
	.full-item #item-details h2 {
		font-size: 1.4em;
		margin-bottom: 2px;
	}
	
	/*~~~ Sections ~~~*/
  
	.section p + div > ul {
		max-width: 450px;
	}

	.section {
	  overflow: hidden;
		padding: 12px 0px 10px 0px;
	}
	
	.section-with-header {
		background: #FFFFFF url('/images/headings_641px.png') left top no-repeat;
		margin-bottom: 5px;
		min-height: 43px;
		padding-top: 7px;
	}
  
	.section-with-header h2 {
		font-size: 16px;
		font-weight: bold;
		margin: -1px 0px 23px 0px;
		padding-left: 11px;
		position: relative;
		width: 100%;
	}
  
	.section-with-header h2 a {
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 8px;
	}



	
	/*~~~ Result Items ~~*/
	
	ul.result-item-list {
		margin: 0;
		padding: 0;
	}
	
	ul.result-item-list li {
		list-style: none;
	}
	
	ul.result-item-list li.result-list-item {
		/*border-bottom: solid 1px #dadcdc;*/
		background: url('/images/dotted-seperator.gif') repeat-x center bottom;
		padding: 6px 0 6px 0;
	}
	
	ul.result-item-list li.result-list-item:last-child, ul.result-item-list li.result-list-item.last-child {
		background: #FFFFFF;
		padding: 6px 0 6px 0;
	}
	 
	ul.result-item-list li.result-list-item div.left {
		width: 69%;
	}
	
		ul.result-item-list li.result-list-item.full-width div.left {
			width: 100%;
		}
	
		
	
	ul.result-item-list li.result-list-item div.right {
	}
	
	ul.result-item-list li.result-list-item div.content {
		margin-left: 10px;
	}
	
	.result-item-list .result-list-item h3 {
		margin-bottom: 1px;
		font-weight: bold;
		font-size: 1.2em;
	}
		.result-item-list .result-list-item h3 > span {
			font-weight: normal;
		}

		.result-item-list .result-list-item div.container {
			float: left;
			width: 100%;
		}

		.result-item-list .result-list-item div.container h3 {
			float: left;
			width: 80%;
		}
		
	.result-item-list .result-list-item p {
		margin-bottom: 1px;
	}
	
	.result-item-list .result-list-item.blog-list p {
		margin-bottom: 10px;
	}

	
	/*~~~ Styles for Warnings, Errors, Notifiers, Labels, and Icons ~~~*/
	
	
	div.errorExplanation {
		margin-bottom: 15px;
	}
	
	div.errorExplanation h2 {
		color: #e51b00;
		font-size: 1.3em;
		font-weight: bold;
		margin-top: -12px;
		margin-bottom: 1px;
	}
	
	.empty-message {
		font-size: 1.4em;
		font-weight: bold;
		color: #CCC;
		padding: 4px 0 4px 0;
	}