/*
------------------------------------------------------------------------
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
{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial;
	color: #333333;
	letter-spacing: .5px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;	
	height: 1px;
	font-size: 1px;
	background-color: #ffffff;
	clear: both;
	border-bottom: 1px solid #cccccc;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	height: 2px;
	font-size: 1px;
	background-color: #EAECD9;
	clear: both;
	border-top: 1px solid #EAECD9;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background-color: #eeeeee;
	clear: both;
	border-bottom: 1px solid #cccccc;
}

.red {
	color: #5C5461;
}

/*
------------------------------------------------------------------------
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 {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height:120px;
	text-align: left;
	background-image: url(images/bg_header.jpg);
}

.headerleft {
	width: 156px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-left:47px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 413px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align:right;
	}
	
.headerright div#photoA {
	float:left;
	width:155px;
	height:120px;
}

.headerright div#photoB {
	float:left;
	width:258px;
	height:120px;
}
	
.headerright img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 2px solid #FFFFFF;
	
	}




.search {
	margin: 32px 0px 0px 0px;
	padding: 5px;
	background-color: #eeeeee;
	float: right;
}

.search .input {
	margin: 0px 3px 0px 0px;
	padding: 6px 7px 5px 7px;
	width: 230px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #999999;
	border-left: 1px solid #F8E9AE;
	border-top: 1px solid #F8E9AE;	
	border-right: 1px solid #F8E9AE;
	border-bottom: 1px solid #F8E9AE;
}

.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	height: 25px;
	background-color: #c80f10;
	font-family: Verdana, Tahoma, 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 {
	margin: 0px 20px 12px 0px;
	padding: 0px;

	font-size: 14px;
	
	float: left;
	list-style: none;
}

/* Submenu */
.main_menu li ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0em 0.2em 1em;

	font-size: 12px;
	
	float: none;
	list-style: none;
}

.main_menu li ul li a:hover {
	border-bottom-color: white;
	background: #eee;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;

	color: #6C6C49;
	text-decoration: none;
	
	display: block;
	border-bottom: 2px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #537FA0;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 0px auto;
	padding: 0px;
	
	width: 100%;
	height: 32px;
	background-color: #980808;
	
	border-bottom: 1px solid #980808;	
}

.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 {
	margin: 0px;
	padding: 3px 6px 3px 6px;

	color: #FFFFFF;
	text-decoration: none;
	
	display: block;
}

.cat-item a:hover {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #000000;
	text-decoration: none;
	
	display: block;
}

/* 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: 10px 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 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}

.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	
	width: 299px;
	
	float: left;
	
	border-right: 1px solid #cccccc;
}
.column_signup
margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	background: red;
	width: 300px;
	
	float: right;
}
/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that coloured background ) */

#featured {
	margin: 10px 0px 0px 0px;
	padding: 1px 20px 10px 20px;
	background-color: #D6E8E8;
}

#featured h1 a, #featured h1 a:visited {
	color: #35516A;
}

#featured h1 a:hover {
	color: #980808;
}

#featured h2 {
	color: #999999;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #005;
	border-bottom: 1px solid #333333;
}

#featured h2 a:hover {
	color: #BE1011;
	border-bottom: 1px solid #BE1011;
}

#featured h2 i {
	color: #999999;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}

#featured h2 i a:hover {
	color: #BE1011;
	border-bottom: 1px solid #BE1011;
}

#featured p {
	color: #000033;
        font-size: 13px;
        line-spacing: 15px;
}

#featured p a, #featured p a:visited {
	color: #005;
	border-bottom: 1px solid #333333;
}

#featured p a:hover {
	color: #005;
	border-bottom: 2px solid #BE1011;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	float: right;
	border: none;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 14px;
	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */

/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	
	background-color: #eeeeee;
	
	text-align: center;
	
	border-bottom: 1px solid #cccccc;
}

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	
	line-height: 16px;
	
	list-style-type: none;

	border-bottom: 1px dashed #aaaaaa;
}

.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.title a:hover {
	color: #336699;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */


p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	line-height: 18px;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #BE1011;
}

#entry {
	margin: 10px 0px 0px 0px;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	float: left;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	border: none;
}

#entry p {
	margin: 5px 0px 5px 0px;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
        margin-top: 0;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;
	background-color: #6F7C37;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	border: none;
}

.link a:hover {
	color: #ffffff;
	background-color: #336699;
}

/* 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 #F8E9AE;
	border-top: 1px solid #F8E9AE;	
	border-right: 1px solid #F8E9AE;
	border-bottom: 1px solid #F8E9AE;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	width: 220px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border-left: 1px solid #F8E9AE;
	border-top: 1px solid #F8E9AE;	
	border-right: 1px solid #F8E9AE;
	border-bottom: 1px solid #F8E9AE;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */

.tab_container {
	margin: 0px;
	padding: 0px;
	border: 5px solid #D3D4A6;
}

.tab_container_in {
	margin: 0px;
	padding: 10px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab_menu_container {
	padding: 0px 0px 0px 0px;
	height: 27px;
	background-color: #D3D4A6;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	background-color: #D3D4A6;
	font-size: 11px;
	line-height: normal;
	float: left;
	list-style: none;
	cursor: pointer;
	border-bottom: none;
}

#tab_menu .first {
	padding: 7px 5px 2px 6px;
}

#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	background-color: #D3D4A6;
	color: #999999;
	text-decoration: none;
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #BDC79C;
	color: #ffffff;
	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: #F7EEB3;
}

.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 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #015660;
	letter-spacing: 0px;
	text-decoration: none;
}

h1 a:hover {
	color: #980808;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #BE1011;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #F97976;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
	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: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #F97976;
}

h5, h5 a, h5 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #015660;
	letter-spacing: -1px;
	text-decoration: none;
}

h5 a:hover {
	color: #980808;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px 0px 20px 0px;	
	width: 100%;
	background-color: #eeeeee;
}

#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;
}


/* Pop-up menu-alike
 * The duplicated .main_menu li ul blocks do appear to be necessary, at
 * least in Gecko, as does the visibility/display redundancy.
 */
.main_menu li ul {
	display: none;
}

.main_menu li ul {
	visibility: hidden;
	display: none;
	position: absolute;
	background: white;
	color: black;
	padding-left: 0;

        font-size: 12px;
}
.main_menu li ul li {
        padding-right: 10px;
}
.main_menu li:hover ul {
	visibility: visible;
	display: block;
}

.main_menu > li:hover {
	background: gray;
}

.main_menu > li:hover > a, .main_menu > li:hover > a:hover {
	border-bottom-color: gray;
}
#articleTools {
float:right;
height:25px;
margin:0 0 2px;
padding:0;
text-align:right;
width:80px;
}

#articleTools img {
	border:0px;
}


#articleTools #articletools_fontsmaller,
#articleTools #articletools_fontbigger,
#articleTools #articletools_print,
#articleTools #articletools_email
{
	width: 20px;
	height: 20px;
	overflow:hidden;
	margin: 0;
	display:block;
	float:left;
	background-repeat: no-repeat;
	background-position: 0 0px;
	
}

#articleTools #articletools_fontsmaller	{	background-image: url('images/articletools_fontsmaller.gif');}
#articleTools #articletools_fontbigger	{	background-image: url('images/articletools_fontbigger.gif');}
#articleTools #articletools_print 		{	background-image: url('images/articletools_print.gif');}
#articleTools #articletools_email		{	background-image: url('images/articletools_email.gif');}

#articleTools a#articletools_fontsmaller:hover,	
#articleTools a#articletools_fontbigger:hover,
#articleTools a#articletools_print:hover,
#articleTools a#articletools_email:hover		{	background-position: 0 -20px;}

.mc_signup_submit {
  text-align: left !important;
}


.alignright {
  float: right;
}
