/*
Theme Name: 	Tintaló Társulás
Description: 	A Tintaló Társulás weboldal komplett témája WordPress motorra átültetve.
Version: 		1.0.1
Author: 		Kusz Tamás
Author URI: 	http://www.monovisual.com
*/

@import url(assets/css/clearfix.css);

/*	GLOBAL STYLES  */

body		{
	padding: 0;
	margin: 0;
	background: black url(assets/images/main-bg.png) top center repeat-y;
	font-family: Helvetica, Arial;
}

p, span, div, li, td, a {
	font-size: 12px;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 8px 0 8px 0;
}

h1, h1 a	{
	font-size: 16px;
	color: #e32310;
	text-transform: uppercase;
	text-decoration: none;
}

h2, h2 a	{
	font-size: 13px;
	color: #ff6000;
	text-transform: uppercase;
	text-decoration: none;
}

h3, h3 a	{
	font-size: 13px;
	color: #385789;
	text-decoration: none;
}

a			{
	color: #1994af;
	text-decoration: underline;
}

a:hover		{
	color: #f74906;
}

p, li		{
	color: #01578b;
	margin: 6px 0;
	line-height: 16px;
}

img			{
	border: none;
}

/*	ELEMENTARY LAYOUT STYLES  */

html, body, #wrapper
{
	height: 100%;
}

body > #wrapper	
{
	height: auto;
	min-height: 100%;
}

#wrapper	{	
	height: 100%;
	min-height: 100%;
	background: transparent url(assets/images/wrapper-bg.png) top center repeat-y;
}

#main		{
	width: 661px;
	margin: 0 auto;
	padding: 190px 70px 180px 70px;
	background: transparent url(assets/images/headline.jpg) 1px 0 no-repeat;
}

#footer		{
	position: relative;
	width: 800px;
	height: 180px;
	margin: -180px auto 0 auto;
	background: url(assets/images/footer-bg.png) 1px 90px no-repeat;
	clear:both;
	text-align: center;
}

#footer hr	{
	width: 430px;
	height: 1px;
	background: transparent url(assets/images/hr-footer.png) no-repeat;
	border: none;
	margin: 20px auto;
}

#footer p	{
	margin: 0;
	line-height: normal;
	color: #01578b;
	font-size: 11px;
}

/*	LAYOUT ELEMENTS  */

/*	Sidebar, Widgets  */

#sidebar	{
	width: 210px;
	margin-top: 75px;
	float: left;
}

#sidebar ul, #sidebar ul li	{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar ul li {	padding-bottom: 40px;	}

#sidebar ul li ul li {	padding-bottom: 0;	}

.widget_pages ul li a {
	font-size: 18px;
	color: #1a3e77;
	text-decoration: none;
	padding: 6px 0;
	display: inline-block;
	font-weight: bold;
}

.widget_pages ul li a:hover {
	color: #e11400;
}

.widget_pages ul li.current_page_item a {
	color: #e11400;
}

.widget_pages ul li ul li a {
	font-size: 11px;
	margin-left: 15px;
	padding: 2px 0;
}

.widget_pages .widgettitle	{
	display: none;
}

.widget_categories h2	{
	font-size: 15px;
	color: #ff6000;
	text-transform: none;
	width: 210px;
	background: url(assets/images/hr-widget.png) left bottom no-repeat;
	padding-bottom: 8px;
	margin: 0 0 10px 0;
}

.widget_categories ul li a {
	color: #236d9a;
	padding: 2px 6px;
	background-color: #fcf5cc;
	border: 1px solid #f9e79d;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

.widget_categories ul li a:hover {
	color: #ff6000;
}

.widget_categories ul li.current-cat a {
	color: #1f8e1b;
	font-weight: bold;
}

.widget_categories ul, .widget_categories li {
	padding: 0;
	margin: 0;
}

.widget_categories li.cat-item { line-height: 22px; }

.widget_categories li.cat-item ul.children li a { margin-left: 10px; }

/*	Content  */

#content		{
	width: 420px;
	float: right;
}

.post			{
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(assets/images/post-separator.png) center bottom no-repeat;
}

.post h1 		{
	margin: 0;
}

.post-details	{
	background: url(assets/images/icons/time.png) no-repeat;
	padding-left: 25px;
	font-size: 11px;
	color: #ff6000;
	margin: 5px 0 15px 0;
}

.post ul.post-deck, .post ul.post-deck li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.post ul.post-deck {
	padding: 10px 0 15px 0;
}

.post ul.post-deck li {
	float: left;
	margin-right: 25px;
	padding-left: 25px;
}

.post ul.post-deck li a {
	color: #1ca026;
	font-size: 11px;
	text-decoration: none;
}

.post ul.post-deck li a:hover {
	text-decoration: underline;
}

.post ul.post-deck li.comments {
	background: url(assets/images/icons/comment.png) no-repeat;
}

.post ul.post-deck li.tag {
	background: url(assets/images/icons/tag.png) no-repeat;
}

h2#comments, h2#respond		{
	color: #e32310;
	font-size: 12px;
}

h2#respond		{
	width: 420px;
	padding-top: 25px;
	background: url(assets/images/post-separator.png) top center no-repeat;
}

ul.commentslist, ul.commentslist li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.commentslist li {
	margin: 20px 0 0 0;
}

.comment-author		{
	color: #ff6000;
	font-size: 12px;
	font-weight: bold;
}

.commentmetadata	{
	color: #249eb5;
	font-size: 11px;
	margin: -1px 0 10px 0;
}

#commentform input, #commentform textarea
{
	background-color: #fbf5d5;
	border: 1px solid #f9e1a9;
	font-size: 11px;
	color: #01578b;
}

#commentform input	{
	width: 180px;
	height: 20px;
	margin: 4px 0 8px 0;
}

#commentform textarea {
	width: 418px;
	height: 150px;
	padding: 8px;
}

#commentform label	{
	color: #1f8e1b;
	font-size: 11px;
	margin-left: 10px;
}

#commentform input.button
{
	width: 65px;
	height: 55px;
	border: none;
	background: transparent url(assets/images/input-ok.png) no-repeat;
	float: right;
	margin: 5px -20px 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

#partners			{
	width: 380px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#partners li		{
	float: left;
	margin: 0 12px;
	padding: 0;
	display: block;
}











