/*
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/
*/
/*
#contenedor {
	border: 1px solid  red;
}
*/

html {
	height:100%;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #313131 url('images/patternew3.jpg') repeat;
	Cufon.set('fontFamily', 'IrisUPC').replace('h1')('h2');
	_font-family: IrisUPC, Arial, sans-serif;
	font-size: 0.8em;	
}

#contenedor {
	height:640px;
	margin: 0;
	padding: 20px;
	text-align: center;
	background: transparent url('images/helloshinki.jpg')  no-repeat;
	background-position: center;
}

#nonFooter {
position: relative;
min-height: 100%;
}

* html #nonFooter {
height: 100%;
}

#wrapper {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
}

a {
	color: #565656;
}

a:hover {
	color: #565656;
}


h1, h2, h3, h4 {
	font-family: IrisUPC, Arial, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}



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

img {
	border: 0px;
}

#logo {
	float: left;
	padding: 0px 0 0px 0;
}
/*
#style {
	position: absolute;
	top: 10px;
	right: 10px;

}
*/

h1, h1 a {
	text-decoration: none;
	color: #e1e2c7;
	font-size: 24px;
	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: 0px 0 0 0px;
}


/* dock - top */

.dock {
	float:none;
	position: relative; 
	left: -80px;
	top: 20px;
	text-align: left;
}
.dock-container {
	position: relative;
	height: 60px;
	padding-left: -50px;
}
a.dock-item {
	color: #313131;
	Cufon.set('fontFamily', 'IrisUPC').replace('h1')('h2');
	font-size:20px;
	width: 90px;
	position: absolute;
	top: 20px;
	text-align: center;
	text-decoration: none;
}
a.dock-item:hover {
	color: #313131;
	Cufon.set('fontFamily', 'IrisUPC').replace('h1')('h2');
	_font-family: IrisUPC, Arial, sans-serif;
	font-size:30px;
	position: absolute;
	top: 12px;
	text-align: center;
	text-decoration: none;
}
.dock-item img {
	border: none;
	margin: 5px 10px 0px;
	width:100px; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}


/*------------- NAVIGATION -------------*/


/*------------- RIGHT -------------*/

#nav {
	position: absolute;
	left:200px;
	bottom:78%;
	_background-image:url('images/nav.png');
	_background-repeat: repeat-x;
	padding: 0px;
	float: none;
}

#nav  ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav li a {
	font-family: IrisUPC, Arial, sans-serif;
	text-decoration: none;
	color: #313131;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
}

#nav li a:hover {
	color: #313131;
	font-size: 40px;
	_padding: 0px;
	margin: 0 10px 0 10px;
}


#nav .home {
	margin-right:5px;
}





/*------------- BELOW -------------*/

#nav2 {
	background: #534c40;
	padding: 6px 10px 8px 10px;
	float: left;
	text-align: left;
	margin: -10px 0 30px 0;
	clear: both;
}

#nav2  ul {
	margin: 0px;
	padding: 0px;
}

#nav2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav2 li a {
	font-family: IrisUPC, Arial, sans-serif;
	text-decoration: none;
	color: #f4f6da;
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
}

#nav2 li a:hover {
	color: #fff;
	text-decoration: underline;
}


#nav2 .home {
	margin-right:5px;
}



/*------------- BELOW2 -------------*/

#nav3 {
	padding: 6px 0 8px 0;
	float: left;
	text-align: left;
	margin: -10px 0 30px 0;
	clear: both;
	border-bottom: 1px solid #595348;
	border-top: 1px solid #595348;
}

#nav3  ul {
	margin: 0px;
	padding: 0px;
	
}

#nav3 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	
}

#nav3 li a {
	font-family: IrisUPC, Arial, sans-serif;
	text-decoration: none;
	color: #595348;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
	font-weight: bold;
}

#nav3 li a:hover {
	color: #000;
	text-decoration: underline;
}


#nav3 .home {
	margin-right:5px;
}


/*------------- CONTENT -------------*/
#content {
	margin: 0;
	margin-bottom: 30px;	
	line-height: 21px;
	min-height: 550px; height:auto
}


.left {
	float: left;
}

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

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

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

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



.post {
	margin-top:200px;
	margin-left:350px;
	padding-bottom:200px;
	padding-top:25px;
	padding-left:25px;
	padding-bottom:60px;
	padding-right:25px;
	_background-image:url('images/postbg.png');
	background-repeat:repeat;
	width: 600px;
	float:left;
	font-family: Georgia, Arial, 'IrisUPC', sans-serif;
	color: rgba(0, 0, 0, 1);
	
}

.post li {
	list-style: none;
}



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

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


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

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

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



#content img {
	border:hidden;
}



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

.meta a:hover  {
	color: #555;
	text-decoration: none;
}


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

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

div.alignleft {
	float: left;
	text-align: left;
	position:absolute;
	bottom:0px;
	left:50px;
}

div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-size: 10px;
	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;
}





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

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

#comments h3 {
	font-size: 1.7em;
	color: #565656;	
	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: IrisUPC, Arial, sans-serif;
	font-size: 1em;
}

form input {
	margin: 5px 5px 0 0;
	padding-left: 5px;
}



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

#footer {
	background-image:url(images/postbg.png);
	margin-left:162px;
	margin-top:30px;
	margin-bottom:0px;
	width: 700px;
	text-transform:uppercase;
	font-family: IrisUPC, Arial, sans-serif;
	text-align:center;
	color: #313131;
	font-size:20px;
}

/*
#copyright {
	float: left;
}


#copyright a:hover {
	color: #555;
	text-decoration: underline;
}

#icons {
	text-transform: uppercase;
	float: right;
	font-size: 0.9em;
}

#icons a:hover {
	color: #555;
}

#icons img {
	float: left;
}

*/
#footer a {
	color: #8c8268;
	text-decoration: none;
}

 
#footer img {
	border: none;
	margin: 0 5px 0 0;
}