/*  
Theme Name: 
Theme URI: http://crisp-studio.com
Description: Matrix Theme
Version: 0.1
Author: Crisp Studio
Author URI: http://crisp-studio.com
*/

body
	{
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Arial, sans-serif;
	min-width: 750px;
	}

input,select
	{
	font-size:1.1em
	}

h1,h2,h3,h4
	{
	font-size:2em;
	}


img
	{
	border: 0;
	margin:0;
	padding: 0;	
	}

div
	{
	margin:0;
	padding: 0;
	}

a
	{
	color: #38005D;
	}

a:visited
	{
	color: gray;
	}
	
/* layout */
#minwidth
	{
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 750? "750px" : "auto");	
	}

#logo
	{
	width: 263px; 
	float: left;
	margin-top: 10px;
	}

#headercenter
	{
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	}	


#breadcrumb
	{
	margin-top: 70px;
	background-image: url('images/breadcrumb_arrow.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	padding-left: 40px;
	height: 2em;
	line-height: 2em;
	}
	
#wrapper
	{
	clear: both;
	}

#leftnav
	{
	float: left; 
	width: 210px;
	}	

#rightnav
	{
	float: right;
	width: 173px;
	padding-top: 5em;
	text-align: center;
	}
	
#content
	{
	padding-left: 270px;
	padding-right: 190px;
	padding-top: 3em;
	}

#footer
	{
	padding-top: 50px;
	clear: both;
	}
	
/* header */
#slogan_smallinks img 
	{
	margin-left: 10px;
	}

#slogan_smallinks a, #slogan_smallinks a:visited
	{
	font-size: 1.3em;
	text-decoration: none;
	}


#slogan_smallinks a.lang
	{
	margin-left: 2em;
	border-bottom: 1px solid #808080;
	color: black;
	}

#slogan_smallinks a.lang:hover
	{
	border-bottom: 1px solid #dd5f00;
	color: #dd5f00;
	}

#slogan_smallinks a#curlang
	{
	color: #A181B3;
	font-size: 1.6em;
	}

#slogan
	{
	margin-top: 80px;
	}



#breadcrumb
	{
	color: #DD5F00;
	font-size: 1.2em;
	}	

#breadcrumb a, #breadcrumb a:visited
	{
	color: black;
	text-decoration: none;
	}

#breadcrumb a:hover
	{
	text-decoration: underline;
	}
	
/* leftnav */
#archives
	{
	width: 210px;
	height: 274px;
	margin-top: 80px;
	margin-bottom: 20px;
	background-image: url('images/archivelistbg.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 80px;
	}

#archives a
	{
	color: black;
	text-decoration: none;
	}

#archives a:hover
	{
	color: #dd5f00;
	}


#archives ul
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	padding-top: 20px;
	}

#archives li
	{
	padding-left: 15px;
	margin-left: 80px;
	background-image: url('images/leaf.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	}

#navcontainer
	{
	margin-top: 20px;
	}
	
#navcontainer ul
	{
	font-size: 1.4em;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#navcontainer li 
	{ 
	display: block;
	margin-left: 71px;
	margin-bottom: 10px;
	}

#navcontainer a, #navcontainer a:visited
	{
	text-decoration: none;
	color: black;
	}

#navcontainer a:hover
	{
	color: #DD5F00;
	border-bottom: 1px dotted #DD5F00;;
	}

/* current page */
#navlist li.current_page_item a
	{
	}


#navlist li.current_page_item a:hover
	{
	}
	
/* Content */
/* News */
#newsheader
	{
	margin-top: 4em;	
	margin-bottom: 2em;
	}

#content p
	{
	text-align: justify;
	font-size: 1.3em;
	}

#content h1
	{
	margin-top: 2em;	
	margin-bottom: 1em;
	}

#content h2 
	{
	border-bottom: 1px dotted #ccc;
	font-size: 1.6em;
	margin-top: 2em;
	margin-bottom: 1em;
	}

#content h3 a
	{
	color: black;
	font-size: 0.8em;
	text-decoration: none;
	margin-top: 1em;
	margin-bottom: 2em;
	padding:0;
	}

#content h4
	{
	}

#content h5
	{
	}

#content ul
	{
	list-style: square;
	}

#content li
	{
	font-size: 1.3em;	
	}

#content li li
	{
	font-size: 1em;	
	}



/* News */
.post
	{
	border-left: 2px solid #9F84AD;
	margin-bottom: 5em;
	margin-top: 3em;
	padding-left: 2em;
	}

.more
	{
	margin-top: 1em;
	margin-bottom:1em;
	}

.feedback
	{
	margin-top: 1em;
	}


/* different paragraph layout for languages */

.post .storycontent_ua
	{
	font-size: 1em;
	}

.post .storycontent_ua p
	{
	text-align: justify;
	text-indent: 2em;
	margin: 0;
	}


.post .storycontent_en p
	{
	text-align: justify;
	text-indent: 0;
	margin: 0 0 1em 0;
	}

/* Pages */
.page p
	{
	text-align: justify;
	text-indent: 2em;
	margin:0;	
	}

/* Images */
img.floatleft
	{
	float: left;
	border: 1px solid black;
	margin: 4px;
	}

img.floatright
	{
	float: right;
	border: 1px solid black;
	margin: 4px;
	}

/* footer */
#madeby
	{
	float: left;
	text-align: center;
	padding-left: 90px;
	margin-right: 90px;
	margin-top: 70px;
	}

#footer_wrapper
	{
	float: left;
	height: 150px;
	border-left: 3px solid #9F84AD;
	width: 50em;
	}

#footer_inner_wrapper
	{
	height: 143px;
	margin-top: 7px;
	background-color: #F7F7F7;
	background-image: url('images/footer_right.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#footer_wrapper img
	{
	}


#footer_text
	{
	font-size: 1.2em;
	padding-top: 2em;
	}


/* photopress */

.alignleft
    {
    float: left;
    padding: 2px;
    margin-right: 4px;
    border: 1px solid gray;
    }

.alignright
    {
    float: right;
    padding: 2px;
    margin-left: 4px;
    border: 1px solid gray;
    }

.pp_image
    {
    align: center;
    padding: 2px;
    margin-left: 4px;
    border: 1px solid green;
    margin-top: 20px;
    margin-bottom: 20px;
    }

/* Sidebar */
#other_buttons
	{
	margin-top: 30px;
	}