a
{
	text-decoration: none;
}

a:link { color: #0C206E; }
a:visited { color: #0C206E; }
a:active { color: #0C206E; }
a:hover { color: #BBBBBB; }


/* layout */

body
{
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
	letter-spacing: 0.02em;
         margin-left: 50px;
	margin-top: 0px;
	background: #F3F3F3;
         background-image: url(img/background.gif);
	background-repeat: repeat-y;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0px solid #CCCCCC;
	background: #FFFFFF;
}








/* default to artistic/calendar/timeline layout */

#container
{
	width: auto;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
	
		display: block;
		float: none;
		width: auto;
		margin-right: 465px;
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0px solid #CCCCCC;
	padding: 14px 14px 14px 14px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	         width: 300px;
		display: block;
		position: absolute;
		float: none;
		right: 0;
		top: 0;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0px solid #CCCCCC;
	padding: 14px 14px 14px 14px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin: 0 0 10px 0;
	border: 0;
}

.entry-header
{
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 1px 0 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border: 0;
	padding: 3px;
	color: #666666;
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	font-size: 80%;
	line-height: normal;
	text-align: left;
	
	
	
}

/* tags */
.entry-tags {
    margin: 0 0 10px 10px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding: 0px;
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 320px;
}


/* modules */

	.module a
	{
		text-decoration: none;
	}

	.module a:link { color: #003366; }
	.module a:visited { color: #003366; }
	.module a:active { color: #003366; }
	.module a:hover { color: #3399CC; }


.module-header
{
	margin: 5px 0;
	border-bottom: 1px dotted #CCCCCC;
  	padding: 3px;
	color: #666666;
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	font-size: 80%;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	font-size: 80%;
	line-height: 140%;
	text-align: left;
}




/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: 798px;
	}

	.layout-two-column-right #alpha
	{
		
			display: block;
			float: none;
			width: auto;
			margin-right: 200px;
		
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 0px solid #CCCCCC;
		padding: 14px 14px 14px 14px;
		background: #FFFFFF;
	}
	
	.layout-two-column-right #beta
	{
		         width: 150px;
			display: block;
			position: absolute;
			float: none;
			top: 100;
                            left: 690px;
		
	}

.layout-two-column-right #beta_submenu
	{
		         width: 170px;
			display: block;
			position: absolute;
			float: none;
                            left: 670px;
		
	}

	.layout-two-column-right #beta_menu
	{
			display: block;
			position: absolute;
			float: none;
			top: 45px;
		
	}
	
	.layout-two-column-right #beta-inner
	{
		padding: 4px 14px 14px 14px;
		background: #FFFFFF;
	}

.layout-two-column-right #beta_foot
	{
                            font-size: 10px;
                            width: 798px;
			display: block;
			position: absolute;
			float: none;
                            background: #323232;
		
	}




/* text */

#menu
{
         
	font-size: 12px;
		
}

#menu_s
{
         line-height: 1.3em;
	font-size: 10px;
		
}

#txt
{

	font-size: 12px;
		
}

#txt_foot
{

	font-size: 10px;
         color: #FFFFFF;
	text-decoration: none;
		
}

.txt_foot a
	{
		text-decoration: none;
	}

	.txt_foot a:link { color: #FFFFFF; }
	.txt_foot a:visited { color: #FFFFFF; }
	.txt_foot a:active { color: #FFFFFF; }
	.txt_foot a:hover { color: #BBBBBB; }

#title_post
{

	font-size: 10px;
         color: #0C206E;
         background: #EEEEEE;
		
}

