/*************************************
 Body
 *************************************/

body {
	background:#fff;
	color:#454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.title {
	font-size: 12px;
	font-weight: bold; 
}

small {
	font-size: 9px;
	color: #cdcdcd;
}

A:link { 
	text-decoration: none; 
	outline: none;
	color:#325E95;
	font-weight: bold; 
}

A:visited { 
	text-decoration: none; 
	outline: none;
	color:#325E95;
	font-weight: bold; 
}

A:hover { 
	text-decoration: underline; 
	outline: none;
	color:#325E95; 
	font-weight: bold; 
}

h1 {
	font-weight: bold;
	font-size: 20px;
}

h2 {
	font-weight: bold;
	font-size: 15px;
}

img {
	border: 0px;
}

/*************************************
 Navbar
 *************************************/

#navbar {
	text-align: center;
}

#navbar A:link { 
	text-decoration: none;
	outline: none; 
	color:#454545;
	font-weight: bold; 
}

#navbar A:visited { 
	text-decoration: none; 
	outline: none;
	color:#454545;
	font-weight: bold; 
}

#navbar A:hover { 
	text-decoration: none; 
	outline: none;
	color:#325E95; 
	font-weight: bold; 
}

/*************************************
 Sidebar
 *************************************/

#sidebar {
	text-align: left;
	color: black;
}

#sidebar A:link { 
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#sidebar A:visited { 
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#sidebar A:hover { 
	text-decoration: none; 
	color:#325E95; 
	font-weight: bold; 
}

#sidebar .title {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-bottom: 5px;
}

#sidebar .content {
	margin-top: 7px;
	margin-bottom: 0px;
}

#sidebar ul{
	list-style-type: disc;
	margin-left:20px;
	padding:0;
}
#sidebar ul li{
	margin-bottom:1px;
	padding:1px;
}

/*************************************
 Footer
 *************************************/

#footer{
	text-align: center;
}

#footer A:link { 
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#footer A:visited { 
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#footer A:hover { 
	text-decoration: none; 
	color:#325E95; 
	font-weight: bold; 
}

/*************************************
 Credits
 *************************************/

#credits{
	margin-top: 15px;
	text-align: center;
	color: gray;
	font-size: 90%;
}

#credits A:link { 
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#credits A:visited { 
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#credits A:hover { 
	text-decoration: none; 
	color:#325E95; 
	font-weight: bold; 
}

/*************************************
 Entry
 *************************************/

#entry .title{
	font-size: 11px;
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#entry .static_title{
	font-size: 11px;
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
	margin-top: 5px;
	margin-bottom: 5px;
}

#entry .title A:link { 
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#entry .title A:visited { 
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#entry .title A:hover { 
	text-decoration: none; 
	color:#325E95; 
	font-weight: bold; 
}

#entry .subtitle {
	margin-top: 5px;
	color: gray;
}

#entry .subtitle A:link { 
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#entry .subtitle A:visited { 
	text-decoration: none; 
	color:#454545;
	font-weight: bold; 
}

#entry .subtitle A:hover { 
	text-decoration: none; 
	color:#325E95; 
	font-weight: bold;
}


#entry .spacer {
	height: 15px;
}

/*************************************
 Comments
 *************************************/


img.avatar {
	float:right;
        margin-right: 0px;
	margin-top: -15px;
        padding: 1px;
        border: solid #ddd 1px
}

#comments .spacer {
	padding-bottom: 30px;
}

#comments .comment-name {
	letter-spacing: 1px;
	font-size: 12px;

}

#comments .comment-content {
	font-weight: normal;
	color: black;
}

#comments li {
	margin: 0 20px 10px 0;
	padding: 5px;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	background: #efefef;
	font-weight: bold;
}


#comments .date {
	font-size: 80%;
	font-weight: normal;
	color: gray;
	margin: .2em 0 .8em 0
}

/*************************************
 Form
 *************************************/
form { margin: 5px 5px }

fieldset {
	margin: 5px 5px 5px 5px;
	padding: 5px;
	border: #ddd solid 1px;

}

legend {
	color: #666666;
	font-size: 80%;

}

input {
	border: 1px solid gray;

}

textarea {

	width: 98%;
	margin-top: .1em;
	margin-bottom: 1em;
	font-size: 100%;
	border: 1px solid gray;
}

textarea.code {
	font-family: Lucida Console, Monaco, monospace;
	font-size: 90%;
}




div.buttonbar {
	text-align: center;
}

div.buttonbar input {
	margin: .1em 5px;
	text-align: center;
	padding: 0 1em; 
}

/*************************************
 Concert
 *************************************/

#concert {
/*	border-top: 2px solid #efefef;
	border-left: 2px solid #efefef;
	border-bottom: 1px solid black;
	border-right: 1px solid black;	*/
	color: white;
	font-size: 12px;
	text-align: center;
	width: 350px;
	height: 41px;
/*	background: #396CFD;	*/
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	background-image: url(../images/bl-350.png); 
	background-repeat: no-repeat;
}

