/*
Theme Name: Portfolio
Theme URI: http://danijelgajan.com/blog
Description: Official Portfolio Blog Theme.
Version: 1.0
Author: Danijel Gajan
Author URI: http://danijelgajan.com/
Tags: brown, custom header, fixed width, two columns, widgets

	Portfolio v1.0
	http://danijelgajan.com

	This theme was designed and built by Danijel Gajan
	whose blog you will find at http://danijelgajan.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* HTML tags redefined */

html {
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #e8cf8b url(images/bgnd.jpg) center top; 
}

p {
	font-size: 1.2em;
	color: #752700;
	margin: 10px 0 0 0;
	line-height: 1.6em;
}

li {
	font-size: 1.2em;
	color: #752700;
	margin: 0;
	line-height: 1.6em;
}

h1 {
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #83af24;
	font-weight: normal;
}

h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #83af24;
	font-weight: normal;
}

h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #83af24;
	font-weight: normal;
}

small {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #d08031;
	font-weight: normal;
}

a {
	color: #541c00;
}

a:hover {
	text-decoration: none;
}

h2 a,
h3 a {
	color: #83af24;
}

/* Image Titles */

.title_holder {
	border-bottom: dashed 1px #752700;
	margin: 0 0 20px 0;
}

h2.title {
	margin: 0;
}

.title {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

.title.blog {
	background: url(images/title_blog.gif) no-repeat;
	height: 30px;
}

.title.spread {
	background: url(images/title_spread_word.gif) no-repeat;
	height: 30px;
	margin: 0 0 10px 0;
}

/* Helpfull Classes */

.clear {
	clear: both;
}

.separator {
	background: #fff;
	height: 20px;
}

/* Page elements  */

.wrapper {
	width: 910px;
	margin: 0 auto;
}

.header {
}

.logo {
	padding: 20px 0 0 0;
}

.logo a {
	float: left;
	background: url(images/logo.gif) no-repeat; 
	width: 387px;
	height: 113px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

.nav_holder {
	float: right;
	margin: 70px 0 0 0;
}

.nav {
	width: 514px;
	height: 37px;
	position: relative;
	background: url(images/navigation.gif);
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li {
	float: left;
}

.nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 37px;
	background: url(images/navigation.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li.abo a {
	left: 0;
	width: 82px;
	background-position: 0 0;
}

li.por a {
	left: 82px;
	width: 115px;
	background-position: -82px 0;
}

li.tes a {
	left: 197px;
	width: 150px;
	background-position: -197px 0;
}

li.blo a {
	left: 347px;
	width: 68px;
	background-position: -347px 0;
}

li.con a {
	left: 415px;
	width: 99px;
	background-position: -415px 0;
}

li.abo a:hover {
	background-position: 0 -74px;
}

li.por a:hover {
	background-position: -82px -74px;
}

li.tes a:hover {
	background-position: -197px -74px;
}

li.blo a:hover {
	background-position: -347px -74px;
}

li.con a:hover {
	background-position: -415px -74px;
}

.body_abo li.abo a {
	background-position: 0 -74px;
}

.body_por li.por a {
	background-position: -82px -74px;
}

.body_tes li.tes a {
	background-position: -197px -74px;
}

.body_blo li.blo a {
	background-position: -347px -74px;
}

.body_con li.con a {
	background-position: -415px -74px;
}

.column_bottom {
	background: url(images/column_bottom.gif) repeat-x;
	height: 30px;
}

/* One column layout */

.one_column .column_one_wrapper {
	width: 900px;
	float: left;
	margin: 0 25px 0 0;
}

.one_column .column_one {
	background: #fff;
	border-top: 4px solid #752700;
	padding: 30px;
}

/* Two column layout */

.two_column .column_one_wrapper {
	width: 650px;
	float: left;
	margin: 0 25px 0 0;
}

.two_column .column_one {
	background: #fff;
	border-top: 4px solid #752700;
	padding: 30px;
}

.two_column .column_two_wrapper {
	width: 225px;
	float: left;
}

.two_column .column_one,
.two_column .column_two{
	background: #fff;
	border-top: 4px solid #752700;
	padding: 20px 20px 20px 20px;
}

.column_two a {
	color: #752700;
	text-decoration: none;
}

.column_two a:hover {
	text-decoration: underline;
}
	
.column_two h2 {
	font-size: 1.4em;
	color: #a06894;
	margin: 10px 0 5px 0;
}

.column_two ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.column_two ul ul li {
	font-size: 1em;
}

.column_two ul ul {
	margin: 0 0 0 20px;
}



.footer {
	margin: 20px 0 20px 0;
}

.social img {
	padding: 0 0 3px 0;
	border-bottom: 2px solid #ddbd6b;
}

.social img:hover {
	border-bottom: 2px solid #CF6618;
}

.copy {
	float: right;
	width: 300px;
	margin: 0 10px 0 0;
}

.copy p {
	text-align: right;
	font-size: 1.2em;
	color: #541c00;
}

/* Wordpress Specific */

.postmetadata {
	border-top: 1px dashed #EEBE2D;
	border-bottom: 1px dashed #EEBE2D;
	padding: 8px 0;
	margin: 0 0 20px 0;
	color: #d08031;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.postmetadata a {
	color: #752700;
}

.entry {
	margin: 0 0 10px 0;
}

.entry h3 {
	margin: 10px 0 0 0;
	font-size: 1.4em !important;
}

#searchform input {
	background: #fff6d5;
	border: 1px solid #f2dca1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #bf4000;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 110px;
}

#searchform label {
	display: none;
}

#searchsubmit,
#submit {
	background: #ffc470 url(images/form_btn_bgnd.jpg) repeat-x !important;
	border: 1px solid #ffc676;
	padding: 5px !important;
	color: #bf4000;
}

#searchsubmit {
	width: 59px !important;
}

#searchsubmit:hover {
	background: #ffd077 url(images/form_btn_bgnd_over.jpg) repeat-x !important;
	cursor: pointer;
}

#submit:hover {
	background: #ffd077 url(images/form_btn_bgnd_over.jpg) repeat-x !important;
	cursor: pointer;
}

.navigation {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.postmetadata {
	margin: 10px 0 20px 0;
}

.postmetadata.alt {
	margin: 10px 0 0 0;
	font-size: 1em;
}

#comment {
	width: 600px;
	background: #fff6d5;
	border: 1px solid #f2dca1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #bf4000;
	padding: 5px;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist li {
	border-bottom: 1px dashed #EFA43F;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.comment-author.vcard {
	font-size: 1em;
}

.comment-body p {
	font-size: 1em;
}

.avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-meta.commentmetadata {
	font-size: 1em;
}

.pagetitle {
	margin: 0 0 10px 0;
}

.widget_archive select,
.widget_categories select {
	color: #752700;
	font-size: 1em;
	background: #fff6d5;
	border: 1px solid #f2dca1;
	padding: 5px;
	width: 180px;
}