/*
Theme Name: Offal
Theme URI: http://www.offalgore.com
Version: 1.0
Description: Offal Theme v1.0
Author: Tersis
Author URI: http://www.tersis.com.br
*/



/* Body */

body
	{
	margin: 0;
	padding: 0;
	color: #756a4d; /* 685e45  453d34 */
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #000;
	font-family: Tahoma, "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

b, strong
	{
	/*color: #8f815e;*/ /* 666c73 */
	}





/* Links */

a:link,
a:visited,
a:active
	{
	color: #756a4d; /* 685e45 */
	text-decoration: none;
	}

a:hover
	{
	color: #827656; /* 685e45 */
	}





/* Headings */

h1, h2, h4, h5, h6
	{
	/*font-weight: bold;
	margin: 20px 0 10px;
	color: #666c73;*/
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-weight: normal;
	}

h1
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #756a4d; /* 685e45 */
	padding-bottom: 10px;
	}
	
	h1 a
		{
		text-decoration: none;
		}

h2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #756a4d;
	padding-top: 12px;
	/*padding-bottom: 12px;*/
	}
	
h3
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #756a4d;
	font-size: 16px;
	line-height: 100%;
	font-weight: normal;
	}

h4, h5, h6
	{
	font-size: 11px;
	}



/* Html Elements */

img
	{
	border: 0;
	}

table
	{
	margin-bottom: 10px;
	}
		
	table td
		{
		padding: 2px 4px;
		}

li
	{
	margin-bottom: 6px;
	}

li ul
	{
	margin-top: 6px;
	margin-bottom: 20px;
	}



/* Structure */

#wrapper
	{
	margin-left: auto;
	margin-right: auto;
	width: 772px;
	background-image: url(images/bg_wrapper.gif);
	background-repeat: repeat-y;
	}

#logo
	{
	background-image: url(images/offal.jpg);
	background-repeat: no-repeat;
	height: 310px;
	text-align: center;
	padding-top: 75px;
	}

#navigation
	{
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 65px;
	}

#all
	{
	background-image: url(images/bg_fade.jpg);
	background-repeat: no-repeat;
	}

#content_wrapper
	{
	padding: 20px;
	line-height: 175%;
	}

	#content_wrapper p
		{
		margin-bottom: 20px;
		}

#content
	{
	float: left;
	width: 460px;
	}

	#content p img,
	.pix img,
	.img_border
		{
		border: #3b3832 1px solid;
		}

#review
	{
	padding: 15px 0;
	}

#sidebar_wrapper
	{
	float: right;
	width: 230px;
	font-size: 11px;
	}

#links
	{
	padding: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #756a4d;
	font-size: 12px;
	}

	#links a
		{
		font-weight: normal;
		padding: 0 15px;
		}

#footer
	{
	padding: 10px;
	text-align: center;
	}

	#footer a
		{
		text-decoration: underline;
		}

#footer_wrapper
	{
	background-image: url(images/bg_footer.jpg);
	background-position: bottom;
	font-size: 11px;
	}

#footer-sidebar
	{}

#footer-sidebar h3
	{
	margin-top: 10px;
	/*margin-left: 18px;*/
	}

#footer-sidebar1,
#footer-sidebar2,
#footer-sidebar3
	{
	/*background-color: #120e09;*/
	}
	
#footer-sidebar .block
	{
	float: left;
	width: 230px;
	margin: 20px 0 20px 20px;
	}

#footer-sidebar .first
	{
	width: 230px;
	margin: 20px 0 20px 20px;
	clear: both;
	}

*html #footer-sidebar .first
	{
	margin: 20px 0 20px 10px;
	}
	
#footer-sidebar ul
	{
	/*padding: 0 20px 20px 20px;*/
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#footer-sidebar li
	{
	background-color: #120e09;
	margin-bottom: 6px;
	color: #827656;
	}

#footer-sidebar li:hover
	{
	background-color: #1a130d;
	color: #9c8d67;
	}

#footer-sidebar li a
	{
	text-decoration: none;
	font-weight: normal;
	}


/* Formatting */

.clear
	{
	clear: both;
	}

.clearspacer
	{
	height: 5px;
	color: #000;
	clear: both;
	font-size: 1px;
	}

.hidden
	{
	display: none;
	}

.section
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #827656; /* 685e45 */
	padding-bottom: 40px;
	line-height: 100%;
	}
	
	.section a
		{
		text-decoration: none;
		}

.post
	{}

	.post a:link,
	.post a:visited,
	.post a:active,
	.sideblock a:link,
	.sideblock a:visited,
	.sideblock a:active
		{
		/*background-color: #261c13;*/ /* 685e45 */
		background-color: #120e09;
		text-decoration: underline;
		color: #827656;
		font-weight: bold;
		}
	
	.post a:hover,
	.sideblock a:hover
		{
		background-color: #1a130d;
		color: #9c8d67;
		}

.home_title
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #756a4d;
	font-size: 16px;
	line-height: 100%;
	font-weight: normal;
	}
	
.post_title
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #827656; /* 514936 */
	line-height: 100%;
	}

	.post_title a
		{
		text-decoration: none;
		}

.side_title
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #827656;
	padding-bottom: 10px;
	line-height: 100%;
	}

	.side_title a
		{
		text-decoration: none;
		}

.sideblock
	{
	padding-bottom: 30px;
	}

.date
	{
	color: #4f4734; /* 36302b */
	font-size: 11px;
	}

.separator
	{
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	color: #000;
	clear: both;
	}

.separator_list
	{
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 29px;
	margin-top: 10px;
	color: #000;
	clear: both;
	}

.border
	{
	border: #3b3832 1px solid;
	}

.star_table
	{
	}
	
	.star_table img
		{
		border: #120e09 1px solid;
		}

.tab_zero
	{}
	
	.tab_zero td
		{
		padding: 0;
		}

.tab_color1
	{
	background-color: #120e09; /* 1a130d */
	}

	.tab_color1 a:link,
	.tab_color1 a:active,
	.tab_color1 a:visited,
	.tab_color1 a:hover
		{
			background-color: #120e09;
		}
	
.tab_color2
	{
	/*background-color: #0a0805;*/
	}
	
	.tab_color2 a:link,
	.tab_color2 a:active,
	.tab_color2 a:visited,
	.tab_color2 a:hover
		{
			background-color: #000;
		}

.img_hidden
	{
	display: none;
	}
	
.img_left,
.alignleft
	{
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 2px;
	}

.img_right,
alignright
	{
	float: right;
	margin-top: 4px;
	margin-left: 15px;
	margin-bottom: 2px;
	}

.readmore
	{
	text-align: right;
	}

.margin
	{
	margin-bottom: 10px;
	}

.qtrans_language_chooser
	{
	padding: 0;
	margin: 0;
	}

.qtrans_language_chooser ul
	{
	width: 230px;
	text-align: center;
	}

.qtrans_language_chooser li
	{
	/*padding: 0 10px 10px 10px;*/
	padding: 10px 20px 10px 30px;
	display: inline;
	float: left;
	}

.qtrans_language_chooser span
	{
	padding-left: 3px;
	}

.post_img
	{
	float: left;
	width: 75px; /* 88 */
	margin: 15px 8px 0 0;
	border: #3b3832 1px solid;
	}

.post_imgdsc
	{
	float: left;
	width: 63px; /* 88 */
	margin: 15px 8px 0 0;
	border: #3b3832 1px solid;
	}

.post_imghome
	{
	float: left;
	width: 100px;
	margin: 5px 8px 0 0;
	border: #3b3832 1px solid;
	}

.post_cont
	{
	float: right;
	width: 370px;
	}

.post_contdsc
	{
	float: right;
	width: 383px;
	}

.sideblock_widget
	{
	padding-bottom: 4px;
	}

.pix
	{
	text-align: center;
	}

.vidthumb
	{
	font-size: 11px;
	float: left;
	line-height: 120%;
	height: 130px;
	padding: 0 31px 30px 0;
	width:122px;
	}
	
	.vidthumb a
		{
		background: none !important;
		display: block;
		font-weight: normal !important;
		text-decoration: none !important;
		width: 122px;
		}
		
	.vidthumb span,
	.vidthumb span a
		{
		color: #5c533d !important;
		display: block;
		font-size: 10px;
		}

.ddsg-wrapper
	{
	line-height: 125%;
	}
	
	.ddsg-wrapper a:link,
	.ddsg-wrapper a:visited,
	.ddsg-wrapper a:active
		{
		background: none;
		text-decoration: underline;
		color: #827656;
		font-weight: normal;
		}
	
	.ddsg-wrapper a:hover
		{
		background-color: #1a130d;
		color: #9c8d67;
		}
	
	.ddsg-wrapper ul
		{
		padding: 0 0 0 15px;
		}