/*  
Theme Name: InterLust
Theme URI: http://www.wpdesigner.com/
Description: Lust WordPress theme of the Seven Deadly Sins series by Small Potato. Released under GPL.
Version: 0.2
Author: Small Potato
Author URI: http://www.wpdesigner.com/
*/


body,
h1,
h2,
h3,
h4,
h5,
h6,
address,
blockquote,
dd,
dl,
hr,
p,
form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(images/inter_bkg.png);
}

table {
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
h1 a {
	color: #FF0000;
	text-decoration: none;
}
h1 {
	color: #EA121D;
	text-decoration: none;
}


a {
	text-decoration: underline;
	color: #bb0000;
}

a:hover {
	text-decoration: none;
}

a:visited, { color:#993300;}

a img {
	border: 0;
}

address,
dl,
p {
	padding: 10px 0 5px;
}

blockquote {
	float: left;
	width: 480px;
	margin: 10px 0 0;
	border-top: 2px solid #ddd;
	background: #eee;
}

blockquote p {
	padding: 10px;
}

blockquote blockquote {
	float: none;
	width: auto;
	margin: 0 10px;
	background: #fff;
}

code {
	background: #f9f9f9;
}

dd {
	padding: 0 0 0 20px;
}

p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}

img.alignleft {
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

small {
	font-size: 11px;
}

input,
textarea {
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.wrap_center {
	margin: 0 auto;
	width: 780px;
}

#header {
	background-repeat: repeat-x;
	height: 150px;
	background-image: url(images/inter_bkg.png);
	margin-top: 20px;
}

#header h1 {
	padding: 20px 0;
	font-size: 24px;
	color: #fff;
}

#header h1 a {
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover {
	text-decoration: underline;
}

#menu {
	background-color: #FFFFFF;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0 auto;
	width: 980px;
	padding: 11px 0 0;
	list-style: none;
	list-style-type: none;
	font-size: 11px;
}

#menu ul li {
	float: left;
	margin: 0 0 0 1px;
	background: #4b0808 url(images/bg_menu_tab_right.gif) no-repeat right top;
}

#menu ul li a {
	display: block;
	padding: 8px 10px 9px;
	text-decoration: none;
	color: #fff;
	background: url(images/bg_menu_tab_left.gif) no-repeat;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li.rss {
	float: right;
	margin: 0 20px 0 0;
	background: #a80000 url(images/bg_menu_tab_right_alt.gif) no-repeat right top;
	display: inline;
}

#menu ul li.rss a {
	background: url(images/bg_menu_tab_left_alt.gif) no-repeat;
}

#menu ul li.current_page_item {
	background: #fff url(images/bg_menu_tab_right_current.gif) no-repeat right top;
}

#menu ul li.current_page_item a {
	color: #000;
	background: url(images/bg_menu_tab_left_current.gif) no-repeat;
}

#page {
	float: left;
	width: 100%;
	color: #000;
	background-image: url(images/inter_bkg.png);
}

#page .wrap_float {
	float: left;
	width: 780px;
}

.wrap_float {
	background-color: #FFFFFF;
}

.maincolumn {
	float: left;
	width: 560px;
}

.banner {
	float: left;
	width: 760px;
	height: 150px;
	margin: 0 0 20px;
	background: url(images/bg_banner.gif) no-repeat;
}

.post,
.post_alt {
	float: left;
	width: 560px;
	padding: 0 0 10px;
}

.wrapper {
	float: left;
	width: 560px;
}

.post_alt {
	background: #f9f9f9 url(images/bg_rc_bottom.gif) no-repeat left bottom;
}

.post_alt .wrapper {
	background: url(images/bg_rc_top.gif) no-repeat;
}

.postmeta {
	/*	background: url(images/bg_gradient.jpg) no-repeat; */
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #999999;
	font-size: 10px;
	background-color: #F9F9F9;
	padding-left: 5px;
}


.post_alt .postmeta {
	background: url(images/bg_gradient_alt.gif) no-repeat;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.postmeta ul {
	margin: 0;
	list-style: none;
	list-style-type: none;
	line-height: 10px;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* .postmeta ul li {
	padding: 8px 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background: url(images/dotted_h.gif) repeat-x left bottom;   
} */

.post h2,
.post_alt h2 {
	float: left;
	width: 520px;
/*	background: url(images/dotted_h.gif) repeat-x left bottom; */
	display: inline;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 11px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.post h2 a,
.post_alt h2 a {
	text-decoration: none;
}

.post h2 a:hover,
.post_alt h2 a:hover {
	text-decoration: underline;
}

.entry {
	float: left;
	width: 520px;
	display: inline;
	line-height: 24px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	padding: 10px 0 5px;
}

.entry h1 {
	font-size: 24px;
	line-height: 30px;
}

.entry h2 {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	text-transform: none;
	background-image: none;
}

.entry h3 {
	font-size: 16px;
	font-weight: bold;
}

.entry h4 {
	font-size: 14px;
	font-weight: bold;
}

.entry h5 {
	font-size: 12px;
}

.entry h6 {
	font-size: 11px;
}

.navigation {
	padding: 15px 20px 16px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
}

.sidebar {
	float: left;
	width: 200px;
	margin: 0;
	display: inline;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.sidebar ul li {
	padding: 20px;
}

.sidebar ul li#calendar table {
	font-size: 11px;
}

.sidebar ul li#calendar table caption {
	padding: 10px;
}

.sidebar ul li#calendar table th,
.sidebar ul li#calendar table td {
	text-align: left;
}

.sidebar ul li#calendar table td {
	padding: 3px 6px 3px 0;
}

.sidebar ul li h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 0 10px;
	text-transform: uppercase;
/*	background: url(images/dotted_h.gif) repeat-x left bottom;  */
	font-weight: bolder;
}

.sidebar ul ul {
	line-height: 24px;
}

.sidebar ul ul li {
	padding: 4px 0;
/*	background: url(images/dotted_h.gif) repeat-x left bottom; */
}

.sidebar ul ul ul li {
	padding: 0 0 0 10px;
	background-color: transparent;
	background-image: none;
}

.comments_template {
	float: left;
	width: 560px;
	padding: 0 0 10px;
	background: #f9f9f9 url(images/bg_rc_bottom.gif) no-repeat left bottom;
}

.comments_template .wrapper {
	background: url(images/bg_rc_top.gif) no-repeat;
}

.comments_template h3 {
	text-transform: uppercase;
	line-height: 30px;
}

.comments_template h3#comments {
	float: left;
	width: 520px;
	margin: 11px 0 0 20px;
	display: inline;
}

.comments_template ol {
	float: left;
	width: 520px;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	list-style-type: none;
	line-height: 24px;
	display: inline;
}

.comments_template ol li {
	float: left;
	width: 520px;
	padding: 0;
	margin: 10px 0 0;
	background: url(images/dotted_h.gif) repeat-x;
}

/*.commentmeta {
	float: right;
	width: 200px;
	margin: 2px 0 0;
	background: url(images/bg_gradient_alt.gif) no-repeat; 
}*/

.commentmeta {
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	color: #999999;
	font-size: 10px;
	background-color: #F9F9F9;
	padding-left: 5px;
	width: auto;
}

.commentmeta ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 11px 20px;
	line-height: 24px;
}

.commentmeta ul li {
	float: none;
	width: auto;
	margin: 0;
	padding: 9px 0;
	background: url(images/dotted_h.gif) repeat-x left bottom;
}

.commententry {
	float: left;
	width: 480px;
	margin: 0 20px 0 0;
	display: inline;
}

.comments_template p.nocomments {
	margin: 0 0 0 20px;
}

.comments_form {
	float: left;
	width: 520px;
	margin: 11px 0 5px 20px;
	display: inline;
}

#footer {
	/* background: url(images/bg_footer.gif) repeat-x; */
	color: #666666;
	font: 10px Verdana, Arial, sans-serif, Calibri, Candara;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #999999;
}

#footer .wrap_center {
	background-color: #000000;
	height: 10px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 0;
}

#footer p {
	padding: 10px 20px 5px;
	line-height: 24px;
}

.copyright {
	float: right;
	width: 300px;
	text-align: right;
	height: 16px;
	padding-right: 20px;
	padding-left: 5px;
}

.copyleft {
	float: left;
	width: 400px;
	text-align: left;
	padding-left: 20px;
	height: 16px;
}

.logoholder/* This class sets the width and position for all rows */ {
	width:80%;
	min-width:65em;
	max-width:85em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 4em;
	padding-bottom: 3em;
	color: #000000;
	text-decoration: none;
}

.hdr {
	background-color:#FFFFFF;
}

/*
nav2 is the new style for
http://www.weeatbricks.com/2008/01/07/new-wordpress-plugin-for-creating-a-drop-down-navigation-menu-using-jquery/
*/


#nav {
	width: 100%;
}

#nav ul {
	width: 100%;
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	background-color: #000000;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height:18px;
	padding: 0;
	background-image: url(images/is-nav_main.png);
}

#nav a {
	display : block;
	text-decoration : none;
}

#nav ul li a {
	color: #ffffff;
	padding: 0px;
	margin:0px;
}

#nav ul li a.dropdownarrow {
	padding-right:14px;
	background-image: url("images/arrow-dropdown-white.png");
	background-repeat: no-repeat;
	background-position: right;
}

#nav li {
	color: #ffffff;
	float: left;
	padding: 0;
	padding: 4px 16px 4px 16px;
	border-right: 1px solid #CCCCCC;
}

#nav li img {
	margin:0px 0px 0px 4px;
	padding:0px;
	vertical-align: middle;
}

#nav li ul {
	position : absolute;
	left : -999em;
	background-color: #000000;
	left : -111em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 2px 0px 0px 0px;
}

#nav li ul {
	display:none;
	left: auto;
	margin-top:4px;
	margin-left:-16px;
	width:auto;
}

#nav li li {
	border-right: none;
}

#nav li ul li {
	float: none;
	clear:both;
	border-top: 1px solid #FFFFFF;
	width:auto;
	display:block;
	list-style-type: circle;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */


#nav ul li:hover {
	color: #333333;
	background-image:  url(images/is-nav_hover.png);
	border-right: 1px solid #CCCCCC;
	background-repeat: repeat-x;
}

#nav ul li:hover ul.nj {
	color: #333333;
	background-image:  url(images/-40.png);
	border-right: 1px solid #CCCCCC;
	display:block;
	background-color: #999999;
}

#nav a:hover {
	color: #333333;
	background-image:  none;
}

.current_page_item {
	background-image:  url(images/is-nav_active.png);
	font-weight: bold;
	background-repeat: repeat-x;
}

#nav ul li.current_page_item a {
	color: #FFFFFF;
}

#nav ul li.current_page_item ul li {
	border-right: 1px solid #CCCCCC;
	color: #000000;
}

#nav ul li.current_page_item ul li a {
	color: #ffffff;
}

#nav ul li.current_page_item ul li a:hover {
	color: #333333;
	background-image:  none;
	background-color: #FF0000;
}

/*  end of nav2 section for Wordpress JQuery Dropdown Menu  */

#header .hdr {
	height: 90px;
	padding-bottom: 20px;
}


p.get_post_meta_key_haslo {
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 0 20px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-variant: small-caps;
	font-style: oblique;
}

a.st-tags {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.st-tag-cloud {
	text-decoration: none;

}
#tag-link-1 {
	color: #CC0000;
}
#tag-link-2 {
	color: #FF9900;
}
#tag-link-3 {
	color: #FF9900;
}
#tag-link-4 {
	color: #FF9900;
}
#tag-link-5 {
	color: #FF9900;
}
#tag-link-6 {
	color: #FF9900;
} /* orange */
#tag-link-7 {
	color: #9F0000;
}
#tag-link-8 {
	color: #A80000;
}
#tag-link-9 {
	color: #B30000;
}
#tag-link-10 {
	color: #CC0000;
}
#tag-link-11 {
	color: #FF0000;
}
.flash {
	height: 180px;
	width: 780px;
	clear: right;
	display: none;
}

/*SWF HEADER*/

.3dflash {
width:100%;
}
.flash-swf {
background-image: url(images/Interservice_header_02.jpg);
background-position:right;
height:180;
width:100%;
}
#base{
	padding:0;
	width:780px;
	border:0px red solid;
	clear: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 28px;
}

#text-407429611{
font-size:16px;
}

h2.widgettitle {
font-size:24px;
}

#searchform #s {
	width: 80px;
	padding: 2px;
	}
