@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
.opacity
{background-image: url(http://www.liquidforcekites.lv/images/menubgb0.gif);
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85; 
	valign: bottom;}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding 
Augsaa lielajam kaste apkart. Ietekme ari submenu Height parametru? padding 5 nobida uz leju menu itemus, 5% margin nocentree vinu*/
ul.MenuBarHorizontal
{
	margin: 0 0 0 5%;
	padding: 6 0 0 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	height: 24px;
	width:auto;
	
	text-align: center;
	
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width 
augšējā menu konteineri ieks lielaa konteinera

shim bg nelieku jo ta ir augsheja stripa kam jau ir melnais fons 75 bet ieliekot tas ieliek ari submenu
margin 1% taisa atstarpes, padding 5 taisa vertikalo izkartojumu uz leju ka ari centrejumu, otrs piecinieks taisa lielakas atstarpes*/
ul.MenuBarHorizontal li
{

	margin: 0 0 0 1%;
	/*padding: 5 5 0 0;*/
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: 91px;
	height: 15px;
	float: left;
	
}
/* pats izveidoju apaksmenu kvadratiniem lai butu peleks fons 
ul.2MenuBarHorizontal li
{
	background-image: url(sprybg0t65.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 1%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: 91px;
	height: 15px;
	float: left;
	
}*/

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) 
pirmais konteineris submenu te var noteikt taa augstumu ar padding*/
ul.MenuBarHorizontal ul
{

	margin: 0;
	padding: 11 0 0 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 91px;
	height: 15px;
	position: absolute;
	left: -1000em; /* nemainam*/
	}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent 
visu parejo konteineru parametri*/
ul.MenuBarHorizontal ul li
{
	width: 91px;
	height: 16px; /*lieku 16 lai butu smalka atstarpite */
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%)
līmeni dziļāk, tie kas pa labi izlien, pagaidām nevajag */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 5% 0 0 105%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides mana gadijuma visiem ielikts pelekais fons tas ir pirmais kas paradas zem galvenaa, atkal.. MBH UL */
ul.MenuBarHorizontal ul li
{

	text-align: center;
	background-image: url(http://www.liquidforcekites.lv/images/submenubgg0.gif);
	background-repeat: no-repeat;
	
}
/* Menu items are a light gray block with padding and no text decoration 

visi pārējie apakšmenu bloki
	color:#cccccc;

*/
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color:#E5E5E5;
	padding: 2 0 0 0;
	text-decoration: none;
	text-align: center;
	/*filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70; pagaidam nemu ara */
	height:11px;
	
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;	
}

/* Menu items that have mouse over or focus have a blue background and white text 
augseja garaa menu stils uz mouse overa - nedarbojas..*/
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-image: url(http://www.liquidforcekites.lv/images/menubgb1.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text

galvena menu uz mousovera stils */

ul.MenuBarHorizontal a.MenuBarItemHover
{
	color:#FFFFFF;
	background-image: url(http://www.liquidforcekites.lv/images/menubgb1.gif);
	background-repeat: no-repeat;
	/*border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	*/
}
/* submenu uz mouseovera stils */
ul.MenuBarHorizontal ul li a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	
	color:#ffffff;
background-image: url(http://www.liquidforcekites.lv/images/submenubgg0.gif);
	background-repeat: no-repeat;
	
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%)

izmaina augshejaa menu tikai tos zem kuriem vel ir menu*/

ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/*background-image: url(sprybg0.gif);  pagaidam*/
	background-repeat: no-repeat;
	text-align: center;
	color:#cccccc;
	
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) 

submenu stils uz mouse overa te vajadzetu to ko Davis teica par iedegshanos!*/
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(http://www.liquidforcekites.lv/images/menubgb1.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	color:#FFFFFF;
	text-align: center;
	background-image: url(http://www.liquidforcekites.lv/images/menubgb1.gif);
	background-repeat: no-repeat;
}



/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	
	color:#FFFFFF;
background-image: url(http://www.liquidforcekites.lv/images/menubgb1.gif);
	background-repeat: no-repeat;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	
	}
}



/******parejais  stils*******************************************************************************************/

.sidebar {
width:140px;
height:700px;
background-image:url(http://www.liquidforcekites.lv/wp-content/themes/force/images/sidebartop.gif);
background-repeat: repeat-x;
overflow:hidden;
background-color:#FFFFFF;
vertical-align:top;
padding:0;
margin:0;
}


.sidebartable {

padding-top:15px;
padding-left:17px;
width:120px;
text-align:center;
float:left;

}

ul.sidebarlist, ul.sidebarlist a {
padding-left:0px;
	list-style-type: none;
	display:block;
	width:100px;
	color:#666666;
	text-decoration: none;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	height: 15px;
	}
	



ul.sidebarlist li, ul.sidebarlist li a{
	padding-top: 5px;
}



ul.sidebarlist ul, ul.sidebarlist ul a { list-style-type:none; 
position:relative;
left:-20px;
padding-top: 5px;
}

ul.sidebarlist ul li {

padding:0px;}



ul.sidebarlist a:hover, ul.sidebarlist a:focus
{
	background-image: url(http://www.liquidforcekites.lv/wp-content/themes/force/images/sidebarhover.gif);
	background-repeat: no-repeat;
	color:#666666;
}



/*--------------------2-------------------------*/


ul.sidebarlist2, ul.sidebarlist2 a {
padding-left:0px;
	list-style-type: none;
	display:block;
	width:100px;
	color:#666666;
	text-decoration: none;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	height: 15px;
	}
	



ul.sidebarlist2 li, ul.sidebarlist2 li a{
	padding-top: 10px;
}



ul.sidebarlist2 ul, ul.sidebarlist2 ul a { list-style-type:none; 
position:relative;
left:-20px;
padding-top: 10px;
}

ul.sidebarlist2 ul li {

padding:0px;}



ul.sidebarlist2 a:hover, ul.sidebarlist2 a:focus
{

	color:#000000;
}
/*------------------------------------------------*/




.darkbgtop {
	background-image: url(http://www.liquidforcekites.lv/wp-content/themes/force/images/darktop2.png);
	background-repeat: repeat-x;
	z-index: 100;
	}

.darkbg {
	
	background-image: url(http://www.liquidforcekites.lv/wp-content/themes/force/images/lf-bg.png);
	background-repeat: repeat;
	
	
}
.main {
background-image: url(http://www.liquidforcekites.lv/wp-content/themes/force/images/blacktrans.png);
	background-repeat: repeat;
	vertical-align:top;
	width:810;
	height:100%;
	padding-top:0px;
}


.narrowcolumn {
	/*background-image: url(http://www.liquidforcekites.lv/wp-content/themes/force/images/bgtop.gif);
	background-repeat: repeat-x;*/
	float: right;
	padding-left: 0px;
	padding-top: 0px;
	
	margin: 0;
	width: 810px;
	color:#666666;
	text-decoration: none;

	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow:hidden;
	}
	
	
	.narrowcolumnpad {
	
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	margin: 0;
	width: 810px;
	color:#666666;
	text-decoration: none;

	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow:hidden;
	}
	.narrowcolumn img {
	border:none;
	}
	
	
	.table  {
	width:750px;
	
		color:#666666;
	text-decoration: none;
padding-top:5px;
vertical-align:top;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
	.tablegal {
	vertical-align:top;
	width:210px;
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
.pagetitle {
	padding-left:10px;
	color:#000000;
	font-style:none;
	font-family:  "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.pagecolumn {
	background:#FFFFFF;
	float: right;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0;
	width: 810px;
	
	overflow:hidden;
	}
	
.page {
	width: 790px;
	min-height: 700px;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top:10px;
	
	text-align:justify;
	vertical-align:top;
	/*background-image: url(http://www.liquidforcekites.lv/wp-content/themes/force/images/pagetop.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
	*/
	
	border:none;
	display:box;
	color:#666666;
	font-style:none;
	font-family:  "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
	
	.pageold {
	width: 760px;
	height: 100%;
	margin: 0px;
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	align:center; 
	text-align:justify;
	vertical-align:top;
	background-color:#ffffff;

	background-repeat: no-repeat;
	border:none;
	display:box;
	color:#666666;
	font-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
	
.post {
	width: 220px;
	height: 295px;
	margin: 0px;
	padding: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left;
	align:center; 
	text-align:justify;
	vertical-align:top;
background-image: url(http://www.liquidforcekites.lv/wp-content/themes/force/images/zinjasramismazs.png);
	background-repeat: no-repeat;
	border:none;
	display:inline;
	color:#666666;
	font-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
	.galvas {
	width: 220px;
	height: 295px;
	margin: 0px;
	padding: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left;
	align:center; 
	text-align:justify;
	vertical-align:top;
background-image: url(http://www.liquidforcekites.lv/wp-content/themes/force/images/agalva.gif);
	background-repeat: no-repeat;
	border:none;
	display:inline;
	color:#666666;
	font-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
	.postfat {
	width: 350px;
	height: 305px;
	margin: 0px;
	padding: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left;
	align:center; 
	text-align:justify;
	vertical-align:top;
background-image: url(http://www.liquidforcekites.lv/wp-content/themes/force/images/zinjasramis.png);
	background-repeat: no-repeat;
	border:none;
	display:inline;
	color:#666666;
	font-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
	.black a, .black a:link, .black a:visited  {
	color:#ffffff;
		text-decoration:none;
	}
	.black a:hover  {
	color: #ffffff;

	text-decoration:none;
	}	
	
	
	.blackfat a, .blackfat a:link, .blackfat a:visited  {
	color:#ffffff;
		text-decoration:none;
	}
	.blackfat a:hover  {
	color: #ffffff;

	text-decoration:none;
	}	

.black {
width: 217px;
	height: 160px;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}
.blackfat {
width: 347px;
	height: 190px;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	
	
	
	
}
.black img, .blackfat img {
border:none;
vertical-align:top;
align:top;}

.info {
color:#cccccc;
padding: 7px;
width:100px;
float:left;
vertical-align:middle;
font-family:  "Lucida Grande", Arial, Helvetica, sans-serif;
text-align:left;
display:inline;
overflow:hidden;
}
.infofat {
color:#cccccc;
padding: 7px;
width:230px;
height:70px;
float:left;
text-align:left;
display:inline;
overflow:hidden;
font-family:  "Lucida Grande", Arial, Helvetica, sans-serif;

}



.malina {
	padding:25px 5px 0px 0px;
	margin:7px 0px 0px 0px;
	float:right;
	width: 90px;
	height: 40px;
	color:#cccccc;
	text-align:center;
	font-style:none;
font-family:  "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.isuma, .isuma a, .isuma a:link, .isuma a:hover, .isuma a:visited {
color:#666666;
padding: 5px;
width:207px;
height: 110px;
float:left;

overflow:hidden;
}

.isumafat, .isumafat a, .isumafat a:link, .isumafat a:hover, .isumafat a:visited {
color:#666666;
padding: 5px;
width:337px;
height:90px;
float:left;

overflow:hidden;
}

.apaksa {
color:#666666;
padding: 5px;
width:127px;
height: 15px;
float:left;
display:inline;
overflow:hidden;
}
.more {
width:70px;
height:25px;
float:right;
display:inline;


}
.more img {border: none;
width:25px;
height:25px;
float:right;}

.navigation  {
	display: block;
	text-align: center;
	padding: 5px;
	color:#666666;
	text-decoration:none;
	font-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
	
	
	.navigation a, .navigation a:link, .navigation a:hover, .navigation a:visited  {
	display: block;
	text-align: center;
	padding: 5px;
	color:#666666;
	text-decoration:none;
	font-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
	.alignright {
	float: right;
	padding-right:20px;
	}

.alignleft {
	float: left
	}
