/*
Theme Name: Eximius
Theme URI: http://www.dkszone.net/2009/08/eximius-free-3-column-wordpress-theme.html
Description: Eximius is a 3-Column WordPress theme with left and right Sidebars. This free theme is widget-ready and SEO optimized. With simple yet elegant looks, Eximius is a very lightweight theme and loads quite fast in any browser. The two Sidebars can accommodate Wide Skyscraper Ads (160x600). Valid CSS and XHTML. By dkszone.net.
Version: 1.04
Author: dkszone.net
Author URI: http://www.dkszone.net/
Tags: blue, white, three-columns, fixed-width

	The CSS, XHTML and design is released under the GPL: http://www.gnu.org/licenses/gpl.html
    
*/

/***** GLOBAL FORMATTING *****/


* {
	padding: 0;
}

body {
	background: #F6F6F2;
	font-size: 12px;
	color: #343434;
	font-family: Arial, Helvetica, Sans-Serif,Verdana;
}

#bilde{
background: #F6F6F2;
height:170px;
/*background-image: url(http://www.rtusp.lv/wp-content/themes/eximius/Design/top.jpg); */
background: url(http://www.rtusp.lv/wp-content/themes/eximius/images/imagerotator/rotator.php) no-repeat center top;
}

a {
	color: #343434;
	text-decoration: none;
}

a:hover {
	color: #fb4802;
	text-decoration: underline;
}

img {
	border: 0;
}

/***** PAGE FORMATTING *****/
#header {
	width: 1110px;
background: #FFFFFF;
	margin-top: 0;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#NaviBar {
	display: block;
}

#container {
	display: block;

	margin:0px auto;
	width: 1110px;
	position: relative;
}

#content {
	width: 650px;
	color: #000;
	padding: 20px;
	float:left;
}

#nextprev {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}


/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

blockquote
{
	border-color:#CCC;
	border-width: 1px;
	border-style: solid;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#f8f9f1;
	background-image:url('http://www.rtusp.lv/wp-content/themes/eximius/images/images/BlockQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

p.center {
	text-align: center;
}

.postmeta
{
	font-size:9px;
	margin-top:2px;
	color: #666;
	/*padding-bottom:20px;*/
}

.commentCount
{
 text-align:right;
 margin-right:10px;
 font-size:10px;

}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1.blogtitle a{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #343434;
	padding: 10px 10px 0px 17px;
	text-decoration: none;
	margin-left: 10px;
}

h3.slogantext{
	font-size: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;	
	font-weight: normal;
	color: #F7F7F7;
	padding: 0px 10px 10px 17px;
	text-decoration: none;
	margin-left: 10px;
}

.post h1 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	color: #343434;
	font-family: Arial, Helvetica, Sans-Serif;
	border-bottom: 1px solid  #CCC;
}

h1 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	color: #343434;
	font-family: Arial, Helvetica, Sans-Serif;	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #343434;
	margin-bottom: -15px;
	font-family: Arial, Helvetica, Sans-Serif;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #343434;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #343434;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
}

h5, h6 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding:  3px;
	color:  #343434;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
}

/***** LISTS FORMATTING *****/

.post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(http://www.rtusp.lv/wp-content/themes/eximius/images/images/bullet.png);
	padding-left: 30px;
} 

.post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}
	
/**** TABLE FORMATTING ****/	

.post  table {
	
	border:0px solid #CCC;
	/*
	border-collapse:collapse;
	margin:5px 0 10px;
	background:#FFF;
	*/
}
*/
.post  th, 
.post  td {
	border:1px solid #CCC;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post  tr.even td {
	background:#F7F7F7;
}
.post  th {
	background:#EDEFF0;
}

/****** RSS ICON ON HEADER ******/
.rssicon
{
  position: relative;
  display:block;
  float:right;
  background-image: url('http://www.rtusp.lv/wp-content/themes/eximius/images/rss.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin-top: -60px; margin-right: 5px;
  height: 17px;
  width: 17px;
}


/***** NAVIGATION BAR FORMATTING *****/

ul#NaviBar {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 999px;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

ul#NaviBar li {
	float: left;
}

ul#NaviBar li.first {
	border-left: none;
}

ul#NaviBar a {
	display: block;
	float: left;
	padding: 0 0.9em;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
}

ul#NaviBar a:hover {
	background: #1d6dae url(http://www.rtusp.lv/wp-content/themes/eximius/images/navHover.gif) repeat-x;
	text-decoration: none;
}

ul#NaviBar li.current_page_item a { 
	color: #fff; 
	background: url(images/navHover.gif) repeat-x; 
	text-decoration: none;
}

/***** SEARCH FORM FORMATTING *****/

/***** SEARCH FORM FORMATTING *****/

#search {
	display: inline;
	float: right;
	margin: 0px 5px 0;
	padding: 0px 0 0;
	text-align: left;
	top: 0px;
}

#searchbox {
	width: 100px;
	float:left;
	padding: 5px 0px 3px 0px;
	background: #fff;
	border: 1px solid #333;
	margin: 2px 2px 2px 0;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

.go {
	margin-top: 6px;
	margin-left: -20px;
	padding: 0px;
	color: #000;
	display:inline;
}

/***** SIDEBAR FORMATTING *****/

#sidebarLeft {
	width: 190px;
	float: left;
	color: #343434;
	padding: 5px 10px 10px 10px;
}

#sidebarRight {
	width: 190px;
	float:right;
	color: #000;
	padding: 5px 5px 0px 10px;
	z-index: 1;
}

#sidebarRight h2{
	font-size: 13px;
	text-align: left;
	padding:  3px;
	color:  #FFFFFF;
	margin-top:10px;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

#sidebarRight h2 a{
	color:  #FFFFFF;
	text-decoration: none;
}

#sidebarRight h2 a:hover{
	color:  #FFFFFF;
	text-decoration: underline;
}

#sidebarRight h3 {
    color:#AA0000;
	font-size: 14px;
	margin: 0;
	width: 195px;
}



#sidebarLeft h2{
	font-size: 12px;
	text-align: left;
	
	color:  #343434;
	/*padding:  3px;
	margin-bottom: 5px;
	margin-top:10px;*/
	font-family: Arial, Helvetica, Sans-Serif;
}

#sidebarLeft h2 a{
	color:  #343434;
	text-decoration: none;
}

#sidebarLeft h2 a:hover{
	color:  #fb4802;
	text-decoration: underline;
}

#sidebarRight a {
	/*color: #03C;*/
	/*text-decoration: none;*/
	 color:#AA0000;
}

#sidebarRight a:hover {
	background: none;
	/*color:  #49647d;*/
	text-decoration: underline;
}

#sidebarLeft a {
	color: #fb4802;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #fb4802;
	text-decoration: none;
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 7px; 
	list-style-image: url(http://www.rtusp.lv/wp-content/themes/eximius/images/bullet.png);
	list-style-position: inside;
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}


/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #CCC;
}

img.alignright {
	padding: 5px;
	border: 1px solid #CCC;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 8px;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/***** COMMENTS *****/


/**** CAPTION FORMATTING ******/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
#wp-calendar {
	border: 1px solid #900;
	font-size: 14px;
	margin: 0;
	width: 195px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-weight:normal;
	 color:#AA0000;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-weight:normal;
	 color:#AA0000;
}

#wp-calendar a {
	display: block;
}

#wp-calendar a:hover {
	/*color: #333;*/
}

#wp-calendar caption {
	color: #630;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #933;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/*Jaunais hrens*/
#footer {
	clear: both;
	width: 1000px;
	color: #343434;
	text-align: center;
}

#footer p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px 0 5px 0;
}

#footer p.author {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 5px 0 5px 0;
}

#footer a {
	color: #343434;
	text-decoration: none;
	border-bottom: none;
	font-family:Arial,Helvetica,Sans-Serif,Verdana;
font-size:12px;
}

#footer a:hover {
	color: #AA0000;
	background: none;
	text-decoration: none;
	border-bottom: none;
	font-family:Arial,Helvetica,Sans-Serif,Verdana;
	font-size:12px;
}
#search_box {
    width: 110px;
    height: 31px;
    background: url(http://www.rtusp.lv/wp-content/themes/eximius/images/bg_search_box.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 110px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}
a.navtitle
{
color: #ffffff;
font-size: 18px;
font-weight: bold;
text-decoration:none;
text-align:left;
}
a.navtitle:Hover
{
color: #fB4802;
font-size: 18px;
font-weight: bold;
text-decoration:none;
}
/*Komentaru css*/
ol.commentlist {
	margin:0;
	padding:0;
	}

/*Tum�ais logs*/
.commentlist li {
	margin-bottom:8px;
	background: #ffffff;
	color:#000000;
	list-style:none;
	width:413px;
	}

.commentlist .commenttext {
	background:url(http://www.rtusp.lv/wp-content/uploads/2011/02/bg_paint.gif) no-repeat;
	padding:22px 22px 0px 44px;
	}

/*Virsraksta fonts*/
.commentlist cite {
	display:block;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-style:normal;
	/*background:url(http://www.rtusp.lv/wp-content/themes/eximius/images/bg_cite_arrows.gif) bottom repeat-x;*/
	padding-bottom:12px;
	font-size:1.1em;
	}

.commentlist a:link, .commentlist a:visited {
	color:#000000;
	}

.commentlist a:hover, .commentlist a:active {
	text-decoation:none;;
	}

.commentlist .date {
	padding:3px;
	}
/*gai�agais ramis*/
li.alt {
	background:#ffffff;
	}

li.alt .commenttext {
	background:url(http://www.rtusp.lv/wp-content/uploads/2011/02/bg_paint_alt.gif) no-repeat;
	}	

li.alt .date {
	background:#ffffff;
	padding:3px;
	color:#000000;
	}
#viens
{
/*height: 600px;
width: 370px;*/
position:absolute;
top:206px;
left:900px;
}
