/*
------------------------------------------------------------------------
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: 0 20px;
	padding: 0px;
	text-align: center; /* Centering for IE6 */
	background-color: #ffffff;
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	font-family: "Hiragino Mincho Pro","メイリオ","Meiryo";
}

img {
	border:none;
	border-style:none;
}
	
a {
	outline: none;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;

	background-color: #ffffff;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.hr_top {
	margin: 0px;
	padding: 0px;
	
	height: 3px;

	background-color: #eeeeee;
	
	clear: both;

	border-top: 1px solid #cccccc;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	
	height: 3px;

	background-color: #eeeeee;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.red {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	
	width: 800px;
	
	text-align: left;
}

/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/

#header {
	margin: 10px auto;
	padding: 0px;
	width: 800px;
	height: 90px;
        background: url(/images/estandbylogo.jpg) no-repeat;
}

.search {
	margin: 22px 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-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: #000000;
	
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	
	border: 0px;
}

#description {
        position:absolute;
        font-size:11px;
        top:80px;
	clear: both;
        text-align:left;
	float:left;
}
/*
------------------------------------------------------------------------
CATEGORY BOX 
------------------------------------------------------------------------
*/

#catbox_head {
	margin:0px;
	padding:4px;
	border-top: 1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background: url(./submenu.jpg);
}

#catbox_head_img {
	margin:0px;
    padding:4px;
	border-top: 1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background: url(./submenu.jpg);
}

#catbox {
	margin:0px;
	padding:10px;
	border: 1px solid #CCC;
}

#catbox_img {
	margin:0px;
	padding:10px;
	border: 1px solid #CCC;
}

#catbox_dic {
	margin:0px;
	padding:10px;
	border: 1px solid #CCC;
	background-repeat:no-repeat;
	background-position:290px -30px;
	background-image:url(/images/dic.png);
}

/*
------------------------------------------------------------------------
LEFT or RIGHT POSITION
------------------------------------------------------------------------
*/

#cat_left_pos {
	margin:0px;
	padding:0px;
	width: 390px;
	float: left;
}

#cat_right_pos {
	margin:0px;
	padding:0px;
	float: right;
}

/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 0px;	
	width: 800px;
	height: 39px;
	background-image: url(/images/menu/menubg.jpg);
}

#menu img {
	margin: 0px;
	padding: 0px;
        border:none;
        border-style:none;	
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.current_page_item, .page_item a:hover {
	color: #ffff00;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
        color: #ffffff;

}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 30px;
        background:#ddd;
    /*background-image: url(./submenu.jpg);*/

}

.sub_menu li {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	font-size: 11px;
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 0px;
	color: #222222;
        text-decoration: none;
	display: block;
}

.cat-item a:hover {
	color: #0000ff;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #000000;
	color: #ffffff;
        text-decoration: none;

}

.sub_menu li b {
	margin: 0px;
	padding: 0px;
	color: #000000;
	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: 560px;	
	float: left;
}

.column_main h2 {
	color: #000000;
	padding:0px 0px 20px 0px;
}

.column_main_page {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	width: 800px;	
	float: left;
}

.column_main_page h2 {
	color: #000000;
	padding:0px 0px 20px 0px;
}


.column_right {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 220px;
	float: right;
}

.column_desc {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px 0px;
	width: 390px;
}

.column_desc_img {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px 0px;
	width: 500px;
	border: 1px solid #dddddd;
}

.column_left_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px 0px;
	width: 380px;
}

.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px 0px;
	width: 380px;
}

/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */

#featured {
	margin: 10px 0px 0px 0px;
}

#featured h1 a, #featured h1 a:visited {
	color: #000000;
}

#featured h1 a:hover {
	color: #000000;
}

#featured h2 {
	color: #000000;
	padding:0px 0px 20px 0px;
	text-align:right;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #000000;
	border-bottom: 1px solid #333333;
}

#featured h2 a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}

#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: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured p {
	color: #000000;
}

#featured p a, #featured p a:visited {
	color: #000000;
	border-bottom: 1px solid #333333;
}

#featured p a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 0px;
	padding: 0px;
	border: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;

	font-size: 18px;
	line-height: 22px;
}

/* END Featured */

/* Categories */

.category_header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
		
	text-align: right;
	
	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 */

.column_left_b img, .column_center_b img, .column_right img {
	margin: 3px 10px 5px 0px;
	padding: 0px;
	border: none;
}

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: #cc0000;
}

#entry {
	margin: 30px 0px 0px 0px;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	float: left;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 0px;
	padding: 0px;	
	border: none;
}

#entry p {
	margin: 20px 0px 20px 0px;
	
	font-size: 14px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;
	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: #bbbbbb;

	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;
	
	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;
	
	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: 0px;
	padding: 0px;
	
	border: 5px solid #eeeeee;
}

.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: #eeeeee;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	
	background-color: #eeeeee;
	
	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: #eeeeee;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #999999;

	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: #cc0000;
}

.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-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #cc0000;
}

h2 {
	margin: 0px;
	padding: 5px;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #cc0000;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #cc0000;
	text-decoration: none;

}

h2 a:hover {
	color: #000000;
}

h2 i {
	color: #999999;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration:none;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	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: #cc0000;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	width: 800px;
}

#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;
}

#footer p a:hover {
	color: #000000;
}

