/*
Theme Name: Manius Theme
Theme URI: http://maniu.smack.pl/
Description: My personal theme.
Version: 5
Author: Mariusz Misiek
Author URI: http://maniu.smack.pl/
Tags: portfolio, fixed width, two columns, widgets
*/
* {
	margin:0px;
	padding:0;
}
p {
	padding: 5px 0 5px 0;
}
img {
	border:none;
}
body {
	background:url(images/header.jpg) repeat-x center top #050000;
	text-align:left;
	color:#e9dcef;
	font-family:"Century Gothic", calibri, arial;
	font-size:14px;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
}
a:link, a:visited, a:hover {
	text-decoration:none;
	color:#f51ff1;	
}
a:hover {
	color: #F06;	
}
#wrapper {
	width:947px;
}
#gohome {
	margin-right:555px;
	height:40px;
	width:200px;
}
#gohome a {
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none;
}
#menu {
	height:69px;
	width:617px;
	padding-top:91px;
	padding-left:17px;
}
.menu_button {
	height:70px;
	float:right;
}
.menu_button a {
	display:block; 
	width:100%; 
	height:40px; 
	text-decoration:none;
}
#hire_me {
	width:91px;
	background:url(images/menu/hire_me.jpg) -100px no-repeat;
}
#hire_me:hover {
	background:url(images/menu/hire_me.jpg);
}
#portfolio {
	width:91px;
	background:url(images/menu/portfolio.jpg) -100px no-repeat;
}
#portfolio:hover {
	background:url(images/menu/portfolio.jpg);
}
#creating {
	width:100px;
	background:url(images/menu/creating.jpg) -100px no-repeat;
}
#creating:hover {
	background:url(images/menu/creating.jpg) ;
}
#living {
	width:70px;
	background:url(images/menu/living.jpg) -100px no-repeat;
}
#living:hover {
	background:url(images/menu/living.jpg);
}
#about_me {
	width:113px;
	background:url(images/menu/about_me.jpg) -200px no-repeat;
}
#about_me:hover {
	background:url(images/menu/about_me.jpg);
}
#contact_me {
	width:135px;
	background:url(images/menu/contact_me.jpg) -200px no-repeat;
}
#contact_me:hover {
	background:url(images/menu/contact_me.jpg);
}
#submenu {
	height:35px;
	width:100%;
	text-align:center;
	color:#FFF;
	margin-top:-30px;
	float:right;
}
#submenu a:link, #submenu a:visited {
	color:#FFF;
}
#submenu a:hover {
	color: #F9F;
}
#content {
	width:650px;
	float:right;
}
.post {
	padding: 0 25px 30px; 25px;
	text-align:left;
	
}
.post p{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.post h2 a:link, .post h2 a:visited {
	color: #d21697;
	font-size:22px;
	font-weight:normal;
	display:block; 
	width:100%; 
	height:100%; 
}
.post h2 a:hover {
	color: #FFF;
	text-decoration:none;
}
.post p.post_info {
	font-family:'Century Gothic', calibri, arial; 
	letter-spacing:normal;
}
.button {
	background:url(images/button_bg.jpg);
	border:solid 1px #0e000c;
	height:30px;
	width:115px;
	color: #ab20e9;
	cursor:pointer;
}
.button_arrow {
	background:url(images/button_arrow.jpg) left no-repeat;
	height: 25px;
	float:left;
	padding-top:5px;
	padding-left:30px;
}
.button_arrow a {
	display:block;
	width:85px;
	height:100%;
}
.button_arrow:hover {
	background:url(images/button_arrow_sel.jpg) left no-repeat;
	color:#F06;
}
#sidebar {
	text-align:right;
	padding-left:31px;
	color:#CCC;
	width:225px;
	float:left;
}
#sidebar h2, #sidebar h2 a:link {
	color:#d4e7ff;
	font-size:22px;
	font-family: "Century Gothic", calibri, arial;
	padding-left: 15px;
	font-weight:normal;
}
#sidebar ul {
	list-style:none;
}
#sidebar ul li ul {
	background:url(images/line.png) no-repeat left top;
	padding-top: 5px;
	margin-top: 5px;
	padding-left:15px;
	margin-bottom: 10px;
}
#sidebar ul li ul li{
	background:url(images/line2.png) no-repeat left top;
	padding-right: 10px;
}
#footer {
	margin-top:20px;
	margin-bottom:10px;
}
.rich {
	font-family:"Century Gothic", calibri, arial;
	font-size:16px;
}
.wp-pagenavi {
	text-align:left;
}
.portfolio_img {
    opacity: 0.9;
}
.portfolio_img:hover {
    opacity: 1.0;
}
.error {
	padding-left: 90px;
	padding-top:50px;
}
.clear {
	clear:both;
}
