/*
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: #33302a;
    /*background: #33302a url('images/background-dark.png') repeat-x top; */
	color: #777261;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
}

#wrapper {
width: 1000px;
margin: 0px auto;
/*background: #666;*/
}


a {color: #565656;}
a:hover {color: #777261;}

h1, h2, h3, h4 {font-family: "Courier New", Courier, monospace;}

p {margin: 0;padding: 0;}



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

img {
	border: 0px;
}

#logo {
	float: left;
    width:100%;
	padding: 10px 0 0px 0px;
	_padding: 30px 0 10px 0px; /*+20 +0 +10 +0*/
}

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


h1, h1 a {
	color:#E1E2C7;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 0px;
	padding: 0px;
    font-family: "Courier New", Courier, monospace;
    word-spacing: -5px;
}

h1 a{color: #fff; text-decoration: underline;}
h1 a:visited {color:#fff;}
h1 a:hover {color:#E1E2C7;}

h2{
	color: #E1E2C7;
	font-size: 16px;
	font-weight: normal;
	padding:0 0 20px 0;
    font-family: "Courier New", Courier, monospace;
    word-spacing: -5px;
}

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







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

/*These styles are for the function get_pagination in functions.php*/
.pagination {float:left; width:100%; text-align: center; margin:30px 0px;}
.pagination a{text-align:center;padding:5px 10px;margin:0 2px 0 2px; font-size:16px; border:1px solid #797264;}
.pagination a:hover{background:#6C7388; color:#fff;}
.pagination-current{background:#CC8E14; color:#fff;}

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

#nav {
	background: #534c40;
	padding: 6px 10px 8px 10px;
	float: right;
	margin-top: 50px;
}

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

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

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

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


#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: Helvetica, 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: Helvetica, 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;

}


.left {
	float: left;
    width: 530px;
}

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

.right {
	width: 250px;
	float: left;
	_margin-top: 5px;
}

.right img {
/*filter:alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; -khtml-opacity: 0.3;*/
}
.right img:hover {
/*filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; -khtml-opacity: 0.6;*/
}

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

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



.post {
	padding-bottom: 30px;
	float: left;
	width: 830px;
	font-family: Georgia, Arial, 'Helvetica', sans-serif;

}





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

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


#content h3 {
	font-size: 1.8em;
	color: #777261;
	line-height: 24px;
    font-weight:normal;
    margin:20px 0 0 0;
    padding:0px;
}

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

#content h3 a:hover {
	text-decoration: underline;
	color: #777261;
}



#content img {
	/*border: 5px solid #dadbbe;*/
}



.meta a, .meta {
	color: #a2987b;
	text-decoration: none;
	margin: 0 0 5px 0;
    padding:0px;
    line-height:16px;
}

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

p.meta{
  color: #DADBBE;
  margin-bottom: 20px;
  font-family: Helvetica,Arial, sans-serif;
}


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

div.alignleft,  div.alignright{
	display: block;
	width: 200px;
	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;
}





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

#comments , #commentform{
	width:500px;
	padding: 0;
	margin: 0 0 0 0;

}

#comments img{ border: 0px; }

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


div.avatar {
	width: 30px;
    height:30px;
    margin-right:20px;
	float: left;
    /*border-bottom:1px solid #666;*/
}

div.comment {
	width: 450px;
	float: left;
	margin-bottom: 10px;
    /*border-bottom:1px solid #666;*/
    font-family: Verdana, sans-serif;
}

div.comment a,div.comment a:visited,div.comment a:hover{
  color:#33302A;
}


.comment span{
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

ul.commentlist {
	padding: 0;
	margin-bottom: 30px;
	float: left;
    color:#33302A;

}

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

form textarea {
  overflow: auto;
	margin: 5px 0 0 0;
	width: 490px;
	padding: 5px;
	font-family: Arial;
	font-size: 11px;
    font-weight:bold;
    background: #ffffff;
    border: 1px solid #33302A;
    color: #33302A;
}

form input { /*affects also submit buttons*/
	margin: 5px 5px 0 0;
	padding-left: 5px;
	padding: 5px;
	font-family: Courier New;
	font-size: 14px;
    background: #777261;
    border: 1px solid #E1E2C7;
    color: #fff;
}



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

#footer {
    float:left;
	width: 100%;
    margin-top:20px;
	color: #333;
    font-size:10px;
    line-height:10px;
    text-align:left;
    background: #33302A;
}

#copyright {
    float:left;
	width: 100%;
	margin-top: 20px;
    padding-bottom:50px;
    color: #777261;
    background: #33302A;
}


#copyright a:hover,#footer a:hover {
	color: #fff;
	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: #565656;
	text-decoration: none;
}


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


/*Info PopUps*/
.infopop_header{width:150px; padding:3px; background: #A2A3A6; border: 1px solid #A2A3A6; font-size: 11px; font-weight: bold; font-family: Arial; color:#fff; -moz-opacity:.85; opacity:.85;}
.infopop_body{width:150px; padding:3px; line-height:16px; background: #fff; border: 1px solid #A2A3A6; font-size: 11px; font-family: Arial; color:#005293; -moz-opacity:.85; opacity:.85;  }
.infopop_body p{ padding-top:5px; border-top:1px solid #A2A3A6; font-size:11px; font-weight:bold; line-height:12px;}

.infopop_header240{width:240px; padding:3px; background: #A2A3A6; border: 1px solid #A2A3A6; font-size: 11px; font-weight: bold; font-family: Arial; color:#fff; -moz-opacity:.85; opacity:.85;}
.infopop_body240{width:240px; padding:3px; line-height:16px; background: #fff; border: 1px solid #A2A3A6; font-size: 11px; font-family: Arial; color:#005293; -moz-opacity:.85; opacity:.85;  }


/*Picture Switcher*/

.slideshow{}

.h3single{ 	color: #777261;
	font-size: 12px;
	font-weight: normal;
    font-family: Arial, sans-serif;
    line-height: 18px;
	margin:5px 0 0 0;
	padding: 0px;
}

.recentlist{font-family: Times New Roman;}
ul.recentlist {margin-bottom: 80px;list-style: none; margin-left:0px; padding-left:0px;}
ul.recentlist li { display: inline; }
ul.recentlist li a, ul.recentlist li a:visited {
float: left; display: block; background: #E1E2C7; width:120px;padding: 5px 0; font-size:12px; color:#000; text-decoration: none;text-align:center; font-weight:bold; cursor:pointer;}
ul.recentlist li a:hover, ul.recentlist li a:visited:hover {background: #666; color: #fff;}
ul.recentlist li a.current {background:#CC8E14; color:#fff;}

.header_blocksingle{float:left; width:100%; text-align:center; font-size:11px; font-weight:bold; font-family:Arial; }
.header_blocksingle1{float:left; width:100%; height:30px; padding:25px 0 3px 0; margin-bottom:20px; font-size:30px; text-align:left; font-family: Times New Roman; background: #33302A url('/_layout/favtopics.jpg') no-repeat;}
.header_blocksingle2{float:left; width:100%; height:30px; padding-bottom:3px; margin-bottom:20px; font-size:30px; text-align:left; font-family: Times New Roman; background: #33302A;}
.header_blocksingle3{float:left; width:100%; text-align:center; font-size:18px; font-weight:bold; }
.header_bs_color1{ border-bottom:1px solid #CC8E14; color:#CC8E14;}
.header_bs_color2{color:#E1E2C7;}
.header_bs_color3{color:#C10C0C;}


.clear {width:100%; clear: both;}

.button1 { border:1px solid #33302A; background: #C10C0C; padding:0 3px; text-align: center; color:#fff; font-weight: bold; font-size: 16px; cursor: pointer;}
.button1:hover{border:1px solid #33302A; background: #33302A;}



.blogtitle_single, .blogtitle_single a {
	text-decoration: none;
	color: #E1E2C7;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 0px 0px;
	padding: 0px;
    font-family: "Courier New", Courier, monospace;
    word-spacing: -5px;
}

.blogtitle_single a {color:#E1E2C7; text-decoration: underline; word-spacing: -5px;}
.blogtitle_single a:visited {color:#E1E2C7;}
.blogtitle_single a:hover {color:#fff;}

h1.h1_single, h1.h1_single a{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding-left:0px;
    font-family: "Courier New", Courier, monospace;
    word-spacing: -5px;
}

h1.h1_single a{color:#E1E2C7;}
h1.h1_single a:hover {color: #E1E2C7;}






#moody{width: 500px; float:left; text-align:center; color: #777261; line-height:13px; font-size:11px; margin:20px 0; padding-bottom:20px; border-bottom: 1px solid #777261;}

#adspace500{width: 500px; float:left; text-align:center; margin-top:40px; padding:10px 0; background: #777261; font-size:11px; font-family: Arial; color:#E1E2C7}
#adspace500 img{padding:3px 0; border:0px;}
#adspace500 a{ color:#E1E2C7; font-size: 11px; font-family: Arial; }
#adspace500 a:hover,#adspace500 a:visited{ color:#E1E2C7; font-size: 11px; font-family: Arial; }

#navsingle{float:left; width:100%; margin:10px 0; font-family: Verdana, sans-serif; color: #33302A; font-size:14px; font-weight:bold;} /*navigation single next prev*/
#navsingle2{width:500px; margin:5px 0; font-family: Helvetica, Arial, sans-serif; color: #E1E2C7; font-size:16px; font-weight:bold; text-align:center;} /* RandomLink and SimilarLink on single*/



#navmain{
width:500px; margin:30px 0 0 50px; padding: 20px 0; vertical-align:top; border-top:1px dotted #797264;
font-family: Helvetica, Arial, sans-serif; color: #fff; font-size:16px; font-weight:bold;
} /*navigation index next prev*/
#navmain a,#navsingle2 a {color: #fff; font-weight:bold;}
#navsingle a{ font-weight:bold;color:#33302A;}


#navmain a:hover, #navsingle a:hover, #navsingle2 a:hover {color: #CC8E14;}

.galinkbig a{font-weight:bold; font-size:24px;}
.galinkbig a:hover{color:#F1E1C0;}

#vote-wrapper {float:left; width:500px; margin:30px 0;}
#vote-wrapper .tit_vote{width:100%; margin-bottom:5px; font-size:18px; font-weight: bold; color:#C10C0C; text-align:center; text-transform: uppercase;  }
#vote-wrapper .vote_anchor{display:block; float:left; width:148px; height:45px; text-align:center; line-height:40px; font-size:24px; font-weight:bold; text-decoration:none; color:#fff; background: #C10C0C url(/_layout/bg-vote.jpg); border:0px;}
#vote-wrapper .vote_anchor:hover{ color:#E1E2C7; background:#33302A url(/_layout/bg-vote-hover.jpg);}
#vote-wrapper .vote_middle{float:left; width:200px; height:40px; text-align:center; color:#33302A; line-height:40px; font-size:24px; background:#ffffff url(/_layout/bg-arrowsvote.gif); background-repeat: no-repeat;}

.left {float: left;width: 520px;} /*singlev5*/
.left img {/*	width: 500px; width: expression(this.width > 500 ? 500: true); height: auto;*/ }
.right {width: 470px; margin-left:10px; float: left;_margin-top: 5px;} /*singlev5*/

.left-single {float:left; width:250px; background:#33302A; font-family:Tahoma,Verdana; text-align:right;} /*33302A*/
.center-single {float:left; width:520px; margin-left:33px; background:#33302A;}
.right-single {float:left; width:160px; margin-left:33px; background:#33302A; font-family:Tahoma,Verdana;}

.a_style1 {color:#fff; font-size:11px; text-decoration:none; font-family:Arial;}
.a_style1:visited{color:#fff;}
.a_style1:hover{color:#E1E2C7; text-decoration:underline;}

.a_style2 {display:block; padding:0 10px; color:#C10C0C; font-weight:bold; font-size:22px; line-height:36px; background:#E1E2C7; border:2px solid #fff; word-spacing: -3px;} /*Submit pics Link*/
.a_style2:visited{background:#E1E2C7; color:#C10C0C;}
.a_style2:hover{background:#E1E2C7; color:#C10C0C; border:2px solid #C10C0C; }

.a_style3 {color:#F1E1C0; text-decoration:underline;} /*Submit pics Link*/
.a_style3:visited{color:#F1E1C0; text-decoration:underline;}
.a_style3:hover{color:#33302A; text-decoration:underline;}

.a_style4 {color:#E1E2C7; text-decoration:underline; font-family:Arial;}
.a_style4:visited{color:#E1E2C7;}
.a_style4:hover{color:#fff; text-decoration:underline;}

.a_style5 {color:#ff9900; text-decoration:underline; font-family: Courier New; font-weight:bold; word-spacing: -2px;}
.a_style5:visited{color:#ff9900;}
.a_style5:hover{color:#E1E2C7; text-decoration:underline;}

.a_style6 {color:#797264; text-decoration:underline;}
.a_style6:visited{color:#797264;}
.a_style6:hover{color:#F1E1C0; text-decoration:underline;}

.a_style7 {color:#797264; text-decoration:underline; font-size:12px; line-height:16px; word-spacing: -2px;}
.a_style7:visited{color:#797264;}
.a_style7:hover{color:#F1E1C0; text-decoration:underline; font-size:16px; word-spacing: -5px; }

.a_style8 {color:#F1E1C0; text-decoration:underline; font-size:20px; line-height:28px; word-spacing: -7px;}
.a_style8:visited{color:#797264; text-decoration: line-through;}
.a_style8:hover{color:#F1E1C0; font-weight:bold; text-decoration:underline;}

.a_style9 {color:#33302A; text-decoration:underline; font-size:20px; line-height:28px; word-spacing: -7px;}
.a_style9:visited{color:#797264; text-decoration: line-through;}
.a_style9:hover{color:#33302A; font-weight:bold; text-decoration:underline;}

.a_style10 {color:#E1E2C7; text-decoration:none;}
.a_style10:visited{color:#E1E2C7;}
.a_style10:hover{color:#E1E2C7; text-decoration:underline;}

.a_style11 { color:#777261; text-decoration:underline;}
.a_style11:visited{color:#777261;}
.a_style11:hover{color:#000;}

.a_style12 {color:#C10C0C; text-decoration:underline; font-size:18px; font-weight:bold; word-spacing: -2px;}
.a_style12:visited{color:#C10C0C;}
.a_style12:hover{color:#33302A; font-weight:bold; text-decoration:underline;}

.a_style13 {color:#33302A; text-decoration:underline; font-size:18px; font-weight:bold; word-spacing: -2px;}
.a_style13:visited{color:#33302A;}
.a_style13:hover{color:#C10C0C;}

.wrapper-idx-postheader{float:left; width:100%; font-family: Courier New;}

.boxfull{float:left; width:100%;}
.box-style1{float:left; width:60px; margin: 10px 0 10px 0; height: 50px; background: #33302A;}
.box-style1-1{ width:56px; height: 25px; margin:0px auto; line-height:11px; font-size:11px; word-spacing: -5px;}
.box-style1-2{width:44px; height: 25px; margin:0px auto; line-height:25px; font-size:18px; font-weight:bold;}
.box-style2{float:left; width:165px; height: 130px; margin:0px 15px; padding-top:20px;} /*btw D and UD thumbs on index*/
.box-style3{ width:70px; height: 50px;}
.box-style3-1{height: 25px; line-height:11px; font-size:11px; word-spacing: -5px;}
.box-style3-2{height: 25px; line-height:25px; font-size:18px; font-weight:bold;}
.box-style4{float:left; width:500px; margin:30px 0 30px 50px; padding:10px 0; border-top:1px dotted #797264; border-bottom:1px dotted #797264; font-family: Courier New; color:#F1E1C0;}
.box-style5{float:left; width:60px; margin: 0px 0 10px 0; height: 50px; background: #33302A;}
.box-style5-1{ width:56px; height: 25px; margin:0px auto; line-height:11px; font-size:11px; word-spacing: -5px;}
.box-style5-2{width:44px; height: 25px; margin:0px auto; line-height:25px; font-size:18px; font-weight:bold;}
.box-style6{float:left; width:350px; font-size:14px; line-height:14px; word-spacing:-4px; font-weight:bold; color: #797264;}
.box-style7{float:left; width:350px; margin:2px 0 10px 0; font-size:12px; line-height:12px; word-spacing:0px; font-weight:bold; color: #797264;}

.box-style8{float:left; width:270px; margin-top:30px; font-size:30px; line-height:26px; letter-spacing:-2px; word-spacing:-4px; font-weight:bold; color: #E1E2C7;}
.box-style9{float:left; width:270px; margin-bottom:5px; font-size:24px; line-height:20px; letter-spacing:-2px; word-spacing:-4px; color: #fff; font-weight:bold;}
.box-style10{float:left; width:270px; margin-top:3px; font-family:Courier; font-size:14px; line-height:14px; letter-spacing:0px; word-spacing:-4px; font-weight:bold; color: #E1E2C7; text-align:right;}

.box-style11{float:left; width:100%; text-align:center; padding-bottom:3px; margin-top:3px; font-family:Courier; font-size:14px; line-height:14px; letter-spacing:0px; word-spacing:-4px; font-weight:bold; color: #E1E2C7; border-bottom:1px dotted #E1E2C7;
}
.box-style12 img{margin:0px 3px;}
.box13{filter:alpha(opacity=50); opacity: 0.5; -moz-opacity:0.5;}
.box13:hover{filter:alpha(opacity=100); opacity: 1; -moz-opacity:1;}
.box14{float:left; width:100%; margin-bottom:10px; padding-bottom:10px; border-bottom:5px solid #33302A;}
.box15{float:left; width:160px; margin-left:6px; text-align:center;}
.box16{filter:alpha(opacity=20); opacity: 0.2; -moz-opacity:0.2;}
.box16:hover{filter:alpha(opacity=40); opacity: 0.4; -moz-opacity:0.4;}
.box17{ background:#C10C0C; color:#fff; font-weight:bold; font-size:16px; text-align:center; line-height:24px; border:1px solid #fff; }
.box18{ float:left; width:500px; margin-top:10px; padding-top:10px; border-top:5px solid #33302A; text-align:center; }
.box19{ float:left; width:150px; height:290px; margin-left:10px; padding:5px; font-size:12px; line-height:24px; text-align: justify; font-family: Arial, sans-serif; background:#C10202; }
.box19 a{ color:#fff; }
.box20{ margin-bottom:5px; padding-bottom:5px; font-size: 16px; line-height:24px; font-weight:bold; color:#FFED00; text-align:center; border-bottom:3px solid #FFED00; }
.box21{ margin:10px 0; background:#fff; font-size:5px; line-height:5px; }
.box22{ color:#D53446; font-weight:bold; font-size:22px; }
.box23{ color:#111; font-weight:bold; font-size:18px; }
.box23 a{ color:#0033ff; font-weight:bold; font-size:18px; }
.box24{ color:#111; font-weight:bold; font-size:14px; }
.box24 a{ color:#0033ff; font-weight:bold; font-size:14px;}
.box25{margin-top:2px;padding:10px 0; color:#fff; font-weight:bold; font-size:16px; background:#BF0C10; text-align:center; font-family:Tahoma,Arial;}
.box25 a{ color:#fff; font-weight:bold; font-size:16px;}
.box26{ float:left; width:468px; margin:30px 0 30px 50px; padding: 10px 16px 13px 16px; background:#fff; text-align:center; }
.box27{margin-top:5px; border:1px solid #F1E1C0; }
.box27:hover{  border:1px solid #fff; }

.idx-titlebox{float:left; width:355px; height:40px; margin:10px 0px 10px 5px; padding:5px 70px 5px 10px; line-height:14px; font-size:16px; font-weight:bold; color:#f1e1c0; background: #33302A;}
.idx-titlebox2{float:left; width:355px; height:40px; margin:0px 0px 10px 5px; padding:5px 70px 5px 10px; font-weight:bold; color:#f1e1c0; background: #797264;}

.movsubmit-textfield{
	margin: 2px 5px 0 0;
	padding: 6px;
	font-family:Arial;
	font-size: 14px;
    background: #F3F0EB;
    border: 1px solid #33302A;
    color: #33302A;
}

.movsubmit-button{
  color:#E1E2C7;
  font: Arial;
  background-color:#33302A;
  border:1px solid #E1E2C7;
}


#wrap_posts{float:left; width:598px; padding-bottom:30px; text-align:center; background: #272520; border:1px solid #797264;}
#wrap_sidebarindex{float:left; margin:0 0 0 40px; width:350px; text-align: left;}

#dudmultisearch select{width:130px; border: 1px dotted #777261; color: #777261; font-size: 12px; font-family: Courier New; word-spacing: -3px; background: #f1e1c0;}
/*#dudmultisearch option{border-bottom: 1px dotted #777261;}*/


#dudmultisearch input { /*submit button*/
	margin: 0px;
	padding: 2px;
    width: 60px;
	font-family: Courier New;
	font-size: 12px;
    background: #777261;
    border: 1px solid #E1E2C7;
    color: #E1E2C7;
}
#table_dudmultisearch td{
  padding-top:5px; word-spacing: -3px; background:#F1E1C0;
}

/*lighter box*/
#lighterbox {display:none;position:fixed;margin:auto;left:0px;top:0px;width:100%;height:100%;background-image:url(/_helper/lighterbox/overlay.png);overflow:auto;padding-top:20px;z-index:100;}
#lighterbox img {position:relative;border:solid #111111 3px;z-index:100;}
#lighterboxholder,#portimage,#lightercloseimage {z-index:100;}
#lighterboxwrapper,#lighterboxcontent {position:absolute;z-index:100;}
#closebutton {position:absolute;z-index:150;bottom:0px;right:0px;}
#loadingimg {position:fixed;top:375px;z-index:500;}

/*Sliding pictures (Index)*/
.boxgrid{width: 500px;height: 334px; margin: 0px auto; position: relative; overflow: hidden; border:1px dotted #E1E2C7;}
.boxgrid img{position: absolute;top: 0;left: 0;border: 0;}
.boxcaption{float: left;position: absolute;background: transparent;height: 334px;width: 100%;}

/*SlideUp over pictures (Single)*/
.slideupwrap {float:left; width:500px;position:relative; /*Height defined on single */}
.slideupwrap img {position:absolute;}
.slideupcaption {position:absolute; bottom:0px;width:500px;}
.slideupcaption .transbox{ height:115px;  padding-top:45px; text-align:center; background-color:#fff; font-family: Tahoma, Arial, sans-serif; opacity: 0.7;filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity: 0.7; }

/* Tooltip */
/*http://www.queness.com/post/92/create-a-simple-cssjavascript-tooltip-with-jquery*/
#q_tt {position:absolute;z-index:9999;color:#555;font-size:14px;width:180px; font-weight:bold; border:1px solid #ccc;}
#q_tt .tipHeader {height:8px; background:#eee;}
*html #q_tt .tipHeader {margin-bottom:-6px;} /* Tooltip IE hack */
#q_tt .tipBody {background-color:#F5EEE1; padding:5px; font-family: Arial, Helvetica, sans-serif;}
#q_tt .tipBody span{display:block;float:left; width:100%; padding-bottom:2px; margin-bottom:3px; border-bottom:1px solid #C10C0C;  font-size:12px; color:#C10C0C; }
#q_tt .tipFooter {height:8px; background:#eee;}

