/*
Theme Name: Sales7_v2
Theme URI: http://sales7.capital.lv/
Description: Sales7 theme v2.0
Version: 2.0
Author: Pavels Nikolajevs
Tags: sales7

	Sales7 theme v2

*/

html, body { height:100%; }
body { padding: 0; margin: 0; font-family: 'Trebuchet MS', Arial, sans-serif; }

#content p
{
font-family: 'Trebuchet MS', Arial, sans-serif;
text-decoration: none;
word-spacing: 0.2em;
text-align: left;
letter-spacing: 0;
line-height: 1em;
font-size: 1.1em;
}


.homelink  { text-decoration: none; } 
h1 { font-size: 1.8em; display: inline; color: #333; letter-spacing: -1px; }
	.red { color: #900;  font-size: 2.0em; letter-spacing: -4px; }
	.blue { color: #069; font-size: 2.0em; letter-spacing: -4px; }
h2 { font-size: 1.6em; margin-top: 10px; color: #036; letter-spacing: -1px; font-style: italic; font-weight: normal;}

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

#header { padding-left: 20px; }
	#header img { vertical-align: middle; }
	
#content { padding: 12px; font-size: 0.9em; padding-bottom:150px; padding-top: 0px; }
	#content a { color: #069; }
		#content a:hover { color: #09c; }
	#breadcrumbs { color: #333; padding: 5px; border-bottom: 1px dotted #ccc; font-size: 0.75em;}
		#breadcrumbs a { font-weight: normal; color: #333; }
		#breadcrumbs a:hover { color: #036; }
	#readmore { text-align: right; color: #333; font-weight: bold; background: #ececec; padding: 5px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 0.8em;}
		#readmore a { color: #333; }
			#readmore a:hover { color: #666; }		

#footer { clear: both; width: 100%; position: absolute; bottom: 0; height: 135px; border-top: 2px solid #666; background: #333; color: #fff; font-size: 0.75em; }
	#footer table { padding-top: 10px; padding-left: 20px; padding-right: 20px; }
	#footer table tr td { vertical-align: top; }
	#footer ul{ padding: 0; margin: 0; padding-left: 15px; }
	#footer a { color: #fff; }
		#footer a:hover { color: #ff0; }
	

#navigation { background: #cc0000; border-top: 2px solid #fff; padding-left: 100px;}
	#navigation>ul { margin:0px; list-style:none; height:21px; font-size: 0.7em; padding-bottom: 5px; }
	#navigation>ul>li { margin:0; padding:0; display:block; float:left; position:relative; border-right: 1px solid white; }
	#navigation>ul>li a:link, #navigation>ul>li a:visited { padding:4px 0; display:block; text-decoration:none; background:#cc0000; color:#fff; height:18px; padding-left: 20px; padding-right: 20px; }
	#navigation>ul>li:hover a, #navigation>ul>li a:hover, #navigation>ul>li a:active { padding:4px 0; display:block; text-decoration:none; background:#990000; color:#fff; height:18px; padding-left: 20px; padding-right: 20px; }
	#navigation>ul li ul { margin:0; padding:1px 1px 0; list-style:none; display:none; background:#ffffff; position:absolute; top:26px; left:-1px; border-top:none; }
	#navigation>ul li:hover ul { display:block; }
	#navigation>ul li ul li { clear:left; }
	#navigation>ul li ul li a:link, #navigation>ul li ul li a:visited { clear:left; background:#333; padding:4px 0; padding-left: 10px; border:none; position:relative; width: 350px; z-index:1000; }
	#navigation>ul li ul li:hover a, #navigation>ul li ul li a:active, #navigation>ul li ul li a:hover { clear:left; background:#888; padding:4px 0; padding-left: 10px; border:none; position:relative; z-index:1000; }


.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { }
	.wp-caption img { margin: 0; padding: 0; border: 0 none; }
	.wp-caption p.wp-caption-text {  text-align: center; margin-top: 5px; border-top: 1px dotted #ccc; padding: 3px; color: #333; font-size: 0.75em; font-style: italic; }

ol {
  counter-reset: section;
  list-style-type: none;
}

#content ol li { counter-increment: section; }
#content ol li:before { content: counters(section, ".") ". "; }

#content ul { list-style-type: square; }
#content ul li:before { content: ""; }
