/*
Theme Name: Linquist
Theme URI: http://www.redworks.sk/linquist
Description: A Wordpress portfolio theme.
Version: 1.0
Author: Redworks
Author URI: http://www.redworks.sk/
*/


body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #e3e1d5;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 0.8em;	
}

#wrapper {
	text-align: left;
	width: 830px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

a, a:visited { color:#7f8e91; text-decoration:none; outline:none; }
a:hover { color:#db5427; text-decoration:underline; }

li {
	list-style-type: none;
}

h1, h2, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}

p {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 13px;
}



/*------------- HEADER -------------*/

img {
	border: 0px;
}

#logo {
	float: left;
	padding: 10px 0 45px 0;
	_padding: 30px 0 35px 0;
}

#style {
	position: absolute;
	top: 10px;
	right: 10px;
}


h1, h1 a {
	text-decoration: none;
	color: #e1e2c7;
	font-size: 2.6em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 a:hover {
	color: #fff;
}

h2{
	color: #777261;
	font-size: 2em;
	font-weight: normal;
	margin:0px;
	padding: 0px;
}

#logo h2 {
	margin: -15px 0 0 5px;
}

/*------------- CONTENT -------------*/

#content {
	margin: 0;
	margin-bottom: 30px;	
	line-height: 21px;
	height: 100%;
}


.left {
	float: left;
}

.left img {
	width: 500px;
	width: expression(this.width > 500 ? 500: true);
	height: auto;
}

.right {
	width: 300px;
	float: right;
	line-height: 21px;
	_margin-top: 5px;
}

.pageleft {
	width: 400px;
	float: left;
	line-height: 23px;
}

.pageright {
	width: 400px;
	float: right;
	line-height: 23px;
}



.post {
	padding-bottom: 18px;
	padding-top: 18px;
	float: left;
	width: 830px;
	font-family: Georgia, Arial, 'Helvetica', sans-serif;
	border-top: 1px solid #484439;
	
}

.post li {
	list-style: none;
}



.alignleft {
	margin: 5px 10px 5px 0;
}

.alignright  {
	margin: 5px 0 5px 10px;
}


#content h2 {
	font-size: 2.1em;
	color: #e3e1d5;
	line-height: 32px;
}

#content h2 a {
	text-decoration: none;
	color: #e3e1d5;
}

#content h2 a:hover {
	color: #e3e1d5;
}



#content img {
	border: 5px solid #484439;
	padding:3px;
	background:#1e1d18;
}



.meta a, .meta {
	color: #a2987b;
	text-decoration: none;
	margin: 0 0 10px 0;
}

.meta a:hover  {
	color: #fff;
	text-decoration: underline;
}


#browse {
	width: 830px;
	margin: 10px 0 20px 0;
}

div.alignleft,  div.alignright{
	display: block;
	width: 40%;
	padding: 3px 0px 3px 0px;
}

div.alignleft {
	float: left;
	text-align: left;
}

div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	
}

div.alignleft a {
	padding: 3px 7px 3px 15px;
	background: #f47b52 url('images/arrow-left-off-dark.png') top left no-repeat;
	color: #000;
}

div.alignleft a:hover {
	background: #c0c2a4 url('images/arrow-left-on-dark.png') top left no-repeat;
	color: #000;
}

div.alignright a {
	padding: 3px 15px 3px 7px;
	background: #f47b52 url('images/arrow-right-off-dark.png') top right no-repeat;
	color: #000;
}

div.alignright a:hover {
	background: #c0c2a4 url('images/arrow-right-on-dark.png') top right no-repeat;
	color: #000;
}





/*------------- COMMENTS -------------*/

#comments , #commentform{
	width:500px;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}

#comments h3 {
	font-size: 1.7em;
	color: #a2987b;	
	margin: 30px 0 10px 0;
}


div.avatar {
	width: 50px;
	float: left;
}

div.comment {
	width: 450px;
	float: left;
	margin-bottom: 40px;
}
.comment span{
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

ul.commentlist {
	padding: 0;
	margin: 0;
	float: left;
	
}

.commentlist li {
	padding: 10px 0 0;
	list-style: none;
}

form textarea {
	margin: 5px 0 0 0;
	width: 450px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}


/*------------- FOOTER -------------*/

#footer {
	float: left;
}

blockquote { margin:0 0 1em 0; padding:35px 20px 0 20px; border:1px solid #ccc; background:#fafafa url(img/quote1.gif) no-repeat 10px 10px; }
blockquote p { margin:0 0 5px 0; }