/*
------------------------------------------------------------------------
Theme Name:    News
Theme URI:     http://quommunication.com/
Description:   A new kind of WordPress theme. For comments, questions or problems visit the <a href="http://quommunication.com/forum" title="Quommunication Forum">Quommunication Forum</a>!
Version:       1.02
Author:        Quommunication
Author URI:    http://quommunication.com/
------------------------------------------------------------------------

Support:       Bence Kucsan, support@quommunication.com
Updated:       January 14 2008
Copyright:     (c) 2008 Quommunication, a product of Bence Kucsan

All rights reserved.
*/

body    { color: #fff; font-size: 12px; font-family: Arial; background-color: #000; margin: 0; padding: 0 }

a {
	outline: none;
}

.clear {
	clear: both;
}

.hr  { font-size: 1px; background-color: #ffffff; margin: 0; padding: 0; height: 1px; clear: both; border-bottom: 1px solid #000 }

.hr_top    { font-size: 1px; margin: 0; padding: 0; height: 5px; clear: both; border-top: 1px solid #585858 }

.hr_bottom   { font-size: 1px; margin: 0; padding: 0; height: 5px; clear: both; border-bottom: 1px solid #000 }

.red {
	color: #333333;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	
	width: 980px;
	
	text-align: left;
}

/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/

#header  { text-align: left; margin: 0 auto; padding: 0; width: 980px; height: 30px }
.logo, .logo a, .logo a:visited   { color: #ffd40a; font-size: 40px; font-family: Geneva, Arial; font-weight: bold; text-decoration: none; letter-spacing: -2px; margin: 10px 0 0; padding: 0; float: left }

.search  { background-color: black; margin: 32px 0 0; padding: 5px; float: right }
.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	
	height: 25px;
	background-color: #000000;
	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}

/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	
	width: 100%;
	height: 30px;
}

.main_menu li  { font-size: 12px; font-family: Arial; list-style: none; margin: 0 20px 12px 0; padding: 0; float: left }

.page_item a, .page_item a:visited     { color: #fff; text-decoration: none; display: block; margin: 0; padding: 0; border-bottom: 2px solid #000 }

.current_page_item, .page_item a:hover  { border-bottom: 2px solid #ffbe0a }

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */
.sub_menu li {
	margin: 7px 5px 7px 0px;
	padding: 0px;
	
	font-size: 11px;
	
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited  { color: #aaa; text-decoration: none; display: block; margin: 0; padding: 3px 6px }

.cat-item a:hover     { color: #fff; text-decoration: none }

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b   { color: #fff; text-decoration: none; display: block; margin: 0; padding: 3px 0 }

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

.children li a, .children li a:visited {
	background-color: #ffffff;

	color: #999999;
}

.children li a:hover {
	background-color: #999999;

	color: #ffffff;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 640px;
	
	float: left;
}

.column_right {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	
	width: 300px;
	
	float: right;
}

.column_left_b   { margin: 10px 0; padding: 0 20px 20px 0; width: 299px; float: left; border-right: 1px solid #000 }

.column_center_b   { margin: 10px 0; padding: 0 20px 20px; width: 299px; float: left; border-right: 1px solid #000 }

/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured    { background-color: #000; background-repeat: no-repeat; background-position: 50% top; margin: 0 0 0; padding: 0 20px 10px 0; border-width: 0; border-color: #ffbe0a }

#featured h1 a, #featured h1 a:visited     { color: #fff; font-size: 28px; text-decoration: none }

#featured h1 a:hover  { color: #aaa }

#featured h2    { color: #fff }

#featured h2 a, #featured h2 a:visited    { color: #fff; font-family: Arial; padding: 0 0 1px }

#featured h2 a:hover  { color: #aaa }

#featured h2 i    { color: #fff }

#featured h2 i a, #featured h2 i a:visited    { color: #fff; font-family: Arial; text-decoration: none }

#featured h2 i a:hover  { color: #aaa }

#featured p   { color: #fff }

#featured p a, #featured p a:visited     { color: #ffd40a }

#featured p a:hover  { color: #aaa }

#featured img, #featured img a, #featured img a:visited  { margin-top: 5px; margin-right: 10px; margin-bottom: 5px; padding: 0; float: left; border: none }

#featured ul, #featured ol  { margin: 10px 0 10px 10px; padding: 0 }

#featured li  { list-style-type: disc; margin: 0; padding: 3px 0; border-bottom: medium none }

#featured blockquote p {
	margin: 8px 0px 8px 0px;

	font-family: Georgia;
	font-size: 15px;
	line-height: 15px;
}

/* END Featured */

/* Categories */

.category_header  { background-color: #555; text-align: center; margin: 10px 0 0; padding: 10px 20px }

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li     { line-height: 16px; list-style-type: none; margin: 0; padding: 7px 0; border-bottom: 1px solid #585858 }

.title a, .title a:visited    { color: #fff; font-weight: bold; text-decoration: none }

.title a:hover  { color: #aaa }

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta  { color: #fff; font-size: 11px; margin: 0 0 15px; padding: 0 }

.meta a, .meta a:visited  { color: #fff; text-decoration: none; border-bottom: 1px solid #dddddd }
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right img  { color: white; margin: 3px 10px 5px 0; padding: 0; width: auto; height: 75px; clear: both; border: none }

p   { color: #fff; line-height: 18px; margin: 10px 0; padding: 0 }

p a, p a:visited    { color: #ffd40a; text-decoration: none; border-bottom: 1px solid #000 }

p a:hover  { color: #aaa }

#entry  { color: white; margin: 30px 0 0 }

#entry .digg  { color: white; margin: 3px 10px 5px 0; float: left }

#entry img, #entry img a, #entry img a:visited   { color: white; margin-top: 5px; margin-right: 12px; margin-bottom: 10px; padding: 0; border: none }

#entry p    { color: #fff; margin: 20px 0 }

#entry ul, #entry ol  { color: white; margin: 20px 0 20px 50px; padding: 0 }

#entry li    { color: #ffd40a; list-style-type: disc; margin: 0; padding: 3px 0; border-bottom: medium none }

#entry blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 14px;
	line-height: 15px;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;

	background-color: #bbbbbb;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover  { color: #ffffff; background-color: #ffbe0a }

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #eeeeee;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 585px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */

.tab_container  { margin: 0; padding: 0; border: solid 5px #555 }

.tab_container_in  { margin: 0; padding: 10px; border-style: solid; border-width: 0; border-color: #dddddd #cccccc #cccccc #dddddd }

.tab_menu_container  { background-color: #555; background-repeat: no-repeat; background-position: 50% top; padding: 0; height: 27px }

#tab_menu li  { font-size: 11px; line-height: normal; background-color: #555; cursor: pointer; list-style: none; margin: 0; padding: 7px 5px 2px 0; float: left; border-bottom: medium none }

#tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#tab_menu li a, #tab_menu li a:visited  { color: #999999; text-decoration: none; background-color: #555; display: block; margin: 0; padding: 3px 6px }

#tab_menu li a:hover, #tab_menu li a.current   { color: #fff; text-decoration: none }

.tab_content_list {
	display: none;	
}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration: none;
}

#tab_content_tags a:hover {
	color: #000000;
	text-decoration: none;
}

/* END Tabs */

/* Widgets */

#content .widget ul {
	padding: 10px 10px 20px 10px;
	
	border: 5px solid #eeeeee;
}

.widget li a, .widget li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

.widget li a:hover  { color: #fff }

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited    { color: #fff; font-size: 14px; font-family: Geneva, Arial; font-weight: normal; text-decoration: none; letter-spacing: -1px; margin: 0; padding: 0 }

h1 a:hover  { color: #aaa }

h2      { color: #ffd40a; font-size: 12px; font-weight: bold; background-color: #000; text-transform: uppercase; margin: 20px 0 10px; padding: 0 }

h2 a, h2 a:visited    { color: #fff; text-decoration: none; padding: 0 0 1px; border-bottom: 1px solid #000 }

h2 a:hover  { color: #aaa }

h2 i    { color: #fff; font-size: 11px; font-style: normal; font-weight: normal; text-transform: none }

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover   { color: #ffd40a }

h3    { color: #fff; font-size: 23px; font-family: Arial, sans-serif; font-style: italic; letter-spacing: -1px; margin: 20px 0; padding: 0 }

h3 a, h3 a:visited   { color: #fff; text-decoration: none }

h3 a:hover  { color: #aaa }

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer  { margin: 30px auto 0; padding: 20px 0; width: 100% }

#footer_inner  { background-repeat: no-repeat; background-position: 50% top; height: 80px }

#footer p.left {
	font-size: 11px;
	color: #999999;
	float: left;
}

#footer p.right {
	font-size: 11px;
	color: #999999;
	float: right;
}

#footer p a, #footer p a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
	color: #000000;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright  { display: inline; margin: 0 0 2px 7px; padding: 4px }

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#subscribe {

position:absolute;
top:290px;
left:875px;
width:92px;
height:32px;
margin:4px 4px 3px 4px;

}

.rssEmail {

	padding: 5px;
	background-color: #eeeeee;
}

.rss
{
	background-color: #eeeeee;
	padding: 10px;
	margin-bottom: 10px;
	margin-top:10px;
}

.movie
{
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	margin-top:10px;
}

.rss p
{
	text-align: justify;
}

.rss h3
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}
.rssEmail .input {

	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	
	width: 165px;
	
	font-family: Arial;
	font-size: 11px;
	color: #999999;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	
	border-bottom: 1px solid #dddddd;

}

.rssEmail .input2 {

	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	
	font-family: Arial;
	font-size: 11px;
	color: #999999;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	
	border-bottom: 1px solid #dddddd;

}


.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	
	height: 25px;
	background-color: #336699;
	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}

.rssButton {

	margin: 0px;
	padding: 0px 8px 0px 8px;
	
	height: 25px;
	background-color: #999999;
	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;

}

/* Post Extra Section */
.post_extra_title {
	color: #EEEEEE;
	padding: 1px 10px;
	background-color: #333333;
	}
.post_extra_body {
	padding: 5px 10px;
	margin-bottom: 8px;
	background-color: #EEEEEE;
	border-bottom: 4px solid #333333;
	}
.post_extra_left { float: left; width: 50%; }
.post_extra_right { float: right; width: 50%; }
.clear { clear:  both; }
/*sidebar styles*/
.basic_sidebar_style  { background-color: #eeeeee; background-repeat: no-repeat; background-position: 0 0; margin-top: 3px; margin-bottom: 10px; padding: 5px }
