/*  
Theme Name: KyoShinDo
Theme URI: http://www.kyoshindo.org/
Description: The default KyoShinDo theme.
Version: 0.5
Author: Mirco Taddei
Author URI: mail:mirco@kyoshindo.org
*/

body {
	background-color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #550;
}

p {
	text-align: justify;
}

a, a:visited {
	text-decoration: none;
	/*color: #220;*/
}
a:hover {
	color: #440;
}

a img {
	margin : 0;
	padding : 0;
	border : none;
}
                                         

/******************************************************************************/
/********************************************************************* SITE ***/
#site {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/dragoksd.png);
	background-position: right -30px;	        
	background-repeat: no-repeat;
}

                                              
/******************************************************************************/
/********************************************************************* PAGE ***/
#page {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	border: solid 1px gray;
}
                                                 
/******************************************************************************/
/******************************************************************* HEADER ***/
#header {
	background-image: url(images/white-20.png);
	background-repeat: repeat;
	color: #f2f2f2;
	margin: 0;
	padding: 0;
	height: 70px;
}
#kyoshindo_logo {
	float: left;
	margin-left: 2px;
	margin-top: 2px;
}
#kyoshindo_text {
	padding: 0;
	margin-top: 10px;
	margin-left: 5px;
}                                                               
#kyoshindo_slogan {
	padding: 0;
	margin-left: 5px;
	font-style: italic;
	font-size: 11px;         
}


/******************************************************************************/
/*************************************************************** NAVIGATION ***/ 
#navigation {
	margin: 0;
	margin-right: 160px;
	padding: 0;
	text-transform: lowercase;
	font-size: 11px;
	overflow: hidden;
}

#navigation ul{
	float: right;
}

#navigation ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

#navigation a:hover, #navigation .current_page_item a {
	color: white;
}
#navigation a, #navigation:visited {
	color: silver;
}
.navigation {
	overflow: hidden;
}
.prevpost {
	width: 190px;
}
.prevpost a{
	color: black;
}
.nextpost {
	width: 190px;
	text-align: right;
}
.nextpost a {
	color: black;
}


/******************************************************************************/
/********************************************************************* BODY ***/
#body {
	margin: 0 auto;
	padding: 0;
	background-image: url(images/background.png);
	background-repeat: repeat;                         
}


/******************************************************************************/
/****************************************************************** CONTENT ***/
#content {
	color: #660;
	float: left;
	clear: none;
	width: 400px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 520px;
	/*background-image: url(images/white-40.png);*/
}
#content h2 {
	border-bottom-color: #440;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #440;
	margin-top: 10px;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 150%;
}
#content p {
	margin: 0;
	margin-bottom: 10px;
}
#content p a, #content p a:visited, .gigs .venue a, .gigs .venue a:visited, .upcoming a, .upcoming a:visited, #widget_mustread ul li a, #widget_mustread ul li a:visited {
	/*color: #550;*/
	color: #220;
	font-weight: normal;
	padding-right: 17px;
	background-image: url("images/external.gif");
	background-position: top right;
	background-repeat: no-repeat;
	/*border-bottom: 1px dotted #440;*/
}
#content a:hover {
	color: #220;
}
#content .wp-caption a {
	background-image: none;
}

.entry {
	margin-top: 10px;	
}


/******************************************************************************/
/****************************************************************** SIDEBAR ***/
.sidebar {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.sidebar h2, .sidebar a, .sidebar a:visited {
	color: #770;
}
.sidebar h2 {
	margin: 0;
	margin-right:10px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 120%;
}
.sidebar a:hover {
	color: #220;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.sidebar ul li {
	margin-bottom: 2px;	
	list-style-type: none;
	list-style-image: none;
}
#sidebar1 {
	width: 100px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	background-color: transparent;
}
#sideber1 .widget {
	margin: 0;
	padding: 0;
}
#sidebar1 .widget img {
	margin: 0;
	padding: 0;
}
#sidebar1 .widget h2 {
	display: none;
}
#sidebar2 {
	width: 190px;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	float: right;
	clear: none;
}
.widget {
	margin: 0;
	margin-top: 10px;
	padding: 3px;
	background-image: url(images/white-40.png);
	border: 1px solid silver;
}
.current-cat a {
	color: white;
}

.page_item, .cat-item {
	font-weight: bold;
}

/******************************************************************************/
/******************************************************************* FOOTER ***/
#footer {
	padding: 0;
	font-size: 9px;
	text-align: center;
	margin: 10px auto;
	clear: both;
}

#footer p {
	text-align: center;
}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
/*
.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}
*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
/*
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
*/
	
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.wp-caption {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
}

.wp-caption a {
}

/******************************************************************************/
/***************************************************************** CALENDAR ***/
.gigs .odd {
	background-image: url("images/white-20.png");
}
.gigs {
	margin: 0;
	padding: 0;
	border: none;
}

/******************************************************************************/
/**************************************************************** XLANGUAGE ***/
#xlanguage_list_langs {
	margin: 0;
	padding: 0;
	height: 13px;
}
#xlanguage_list_langs li.language_item {
	list-style-type: none;
	float: left;
	margin-left: 1px;
}
li.language_item {
	margin-right: 5px;
}



/******************************************************************************/
/******************************************************************* SENDIT ***/
.sendit {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
#email_add {
	width: 130px;
}
#message {
	min-height: 500px;
}
/******************************************************************************/
/****************************************************************** CONTACT ***/
#contact {
}
/******************************************************************************/
/*************************************************************** NEWSLETTER ***/
#newsletter {
}
