/*
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 {
	background: #efefef;
	color: #1a1e25;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;	
	margin: 0;
	padding: 0;
}

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

a {color: #6395af;text-decoration: none;}
a:link {color:#6395af}
a:visited {color:#6395af}
a:hover {color: #efefef;background: #6395af;} 
a:active {color:#6395af}


h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0;
	padding: 0;
}



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

#header {
	border-bottom: solid 50px #1a1e25;
	height:520px;
	margin-bottom: 40px;
	padding-bottom: 50px;
}

img {
	border: 0px;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
}

#logo a:hover {background:#efefef;}

#about {
	float: right;
	width: 350px;
}

.about-contain {
	margin-bottom: 25px;
	padding: 0;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
}

h2{
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1;
}


#hr {
	background-image:url('http://www.elsullivano.com/wp/images/hr.gif');
	background-repeat: repeat-x;
}





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

.hidden {
	display:none;
}

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

#content h2 {
	font-size: 2em;
	color: #1a1e25;
	line-height: 32px;
}

#content h3 {font-size: 1.5em;color: #565656;}
#content h3 a {color: #565656;}
#content h3 a:hover {color: #efefef;background: #6395af;} 

#content h4 {
	font-size: 1.4em;
	font-weight: bolder;
}

#content img, .border {
	border: 5px solid #1a1e25;
}


.left {
	float: left;
}

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

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

.right p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.2em;
	font-style: italic;
	margin: 20px 0;
	padding: 0;
}

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

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



.post {
	padding-bottom: 30px;
	float: left;
	width: 830px;
	
}

.post li {
	list-style: none;
}



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

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



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

.meta a:hover  {
	color: #555;
	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: #c0c2a4 url('images/arrow-left-off.png') top left no-repeat;
}

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

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

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



/*------------- FORM -------------*/


.form {
	padding:0 1em 1em 1em;
	width:440px;
	}
.form p {
	margin-bottom:1em;
	}
input {
	background-color:#efefef;
	border: 5px solid #1a1e25;
	color:#1a1e25;
	display:block;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:1.5em;
	width:340px;
	}
	
.submit {
	border:0;
	color: #6395af;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	width:4em;
	}
label {
	display:block;
	float:left;
	font-size:2em;
	font-weight:bold;
	width: 100px;
	}
/*input {
	display:block;
	color:#1a1e25;
	background-color:#efefef;
	font-size:1.5em;
	border: 5px solid #1a1e25;
	clear:left;
	}
*/		
textarea {
	background-color:#efefef;
	border: 5px solid #1a1e25;
	color:#1a1e25;
	display:block;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:1.5em;
	width:100%;
	}



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

#footer {
	border-top: solid 50px #1a1e25;
	display: block;
	clear:both;
	height:520px;
	margin: 40px auto 0 auto;
	padding-top: 50px;
}
#footer a {
	color: #1a1e25;
	text-decoration: none;
}
#copyright {
	display:block;
	margin-top:12.4em;
}
#copyright p {
	margin-top:3px;
	padding:0;
}
