/*  

Theme Name: To.Mato

Theme URI: http://www.neoniz.com

Description: A Theme developed by Neoniz d.o.o.

Version: 1.0

Author: Neoniz d.o.o.

Author URI: http://www.neoniz.com/

Tags: valid XHTML, valid CSS, right sidebar, widget ready, simple, widgets, two columns

*/



html, body, form {
    height: 100%;
}
body
{
    margin: 0;
    padding: 0;
    
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #5a5a5a;
}

H1, H2, H3 { font-family: Trebuchet MS, Sans-Serif; margin: 0px 0px 6px 0px;}
H1{ font-size: 22px; font-weight: bold; color: #05386d; }
H2{font-size: 18px; }
H3{font-size: 14px;}

p{ margin: 0px 0px 8px 0px; }

a, link { color: #05386d; }
a:hover, link:hover { color: #fe5511; }


FORM input[type=text] { border:solid 1px #2767ad; color:#666666; }
FORM textarea { border:solid 1px #2767ad; color:#666666; }
FORM input[type=submit], FORM input[type=button] 
{ 
    font-weight:bold; 
    font-size:13px; 
    color: #12487f; 
    background-color:#a9d2fc; 
    border:solid 1px #2767ad; 
    padding:0px 10px 0px 10px;
}  
FORM input[type=submit]:hover, FORM input[type=button]:hover 
{ color: #FFFFFF; background-color:#2767ad; }


.floatfix {clear:both; height:0px; line-height:0px; }
.hide{ display:none;}


#wrap_all
{
   background-image: url('img/bg_header_2.gif');
    background-repeat: repeat-x;
   width: 100%; 
   position: relative;
   min-height: 100%; 
   
   /*border: dashed 1px grey;*/
}

#wrap_inner
{
   margin: 0px auto 0px auto;
   width: 900px;
   /*border: dashed 1px black;*/
   padding-bottom: 129px; /* Height of the footer(129) + margin(10) */
}


#wrap_all
{
   background-image: url('images/bg_header_2.gif');
   background-repeat: repeat-x;
   width: 100%; 
   position: relative;
   min-height: 100%; 
   
   /*border: dashed 1px grey;*/
}

#wrap_inner
{
   margin: 0px auto 0px auto;
   width: 800px;
   /*border: dashed 1px black;*/
   padding-bottom: 129px; /* Height of the footer(129) + margin(10) */
}


/* --- HEADER -----*/
#header
{
}

#header_prva
{
    background-image: url('images/head_tomato_charts.png');
    background-repeat: no-repeat;
    background-position: right top;
}

#neoniz_logo
{

    float:left;
    background-image: url('images/logo_tomato.png');
    background-repeat: no-repeat;
    width: 253px;
    height: 100px;
  
}
#header_content1 { float:right; text-align:right; height:106px; padding: 6px 0 0 0; }
#header_content2 { clear: both; text-align:right; height:38px; padding: 15px 0 0 0;}

#header_content1_prva
{
    clear:left;
    height: 182px;
    width: 100%;
    padding: 0 0 0 0;
}



/* --- BANNER -----*/


.banner
{
    padding: 10px 0 0 30px;
    color: #ffffff;
}
.banner H1{ font-size: 28px; font-weight: bold; color: #FFFFFF; margin: 0px 0 6px 0; }
.banner H2{ font-size: 22px; }
.banner H3{ font-size: 18px; }




/* --- CONTENT -----*/
#content_wrap
{
    width: 100%;
    /*border: solid 1px black;*/
}

    /* ---- 1 column style ------ */
    .a1col { clear:both; width:100%; padding: 8px;}
    /* ---- END 1 colum style  ------ */

    /* ---- 2 column left oriented style ------ */
    .a2col_left_holder { clear:both; }
    .a2col_left_holder .col1 {float:left; width:210px; padding:8px;}
    .a2col_left_holder .col2 {float:right; width:69%; padding:8px;}
    /* ---- END 2 colum left oriented style  ------ */
    
    /* ---- 2 column centered style ------ */
    .a2col_centered_holder { clear:both; }
    .a2col_centered_holder .col1 {float:left; width:48%; padding:8px;}
    .a2col_centered_holder .col2 {float:right; width:48%; padding:8px;}
    /* ---- END 2 colum centered style  ------ */
    
    /* ---- 2 column right oriented style ------ */
    .a2col_right_holder { clear:both; }
    .a2col_right_holder .col1 {float:left; width:69%; padding:8px;}
    .a2col_right_holder .col2 {float:right; width:210px; padding:8px;}
    /* ---- END 2 colum right oriented style  ------ */
    
    /* ---- 3 column style ------ */
    .a3col_holder { clear:both; }
    .a3col_holder .col1 {float:left; width:30%; padding:8px;}
    .a3col_holder .col2 {float:left; width:32%; padding:8px;}
    .a3col_holder .col3 {float:right; width:32%; padding:8px;}
    /* ---- END 3 colum style  ------ */
    
    
/* --- FOOTER -----*/
#footer
{
    bottom: 0px;
    height: 129px; /* Height of the footer */
    position: absolute;
    width: 100%;
    
    background-image: url('images/bg_footer.gif');
    background-repeat:repeat-x;
    
}
#footer #footer_content
{
    margin: 0 auto 0 auto;
    width: 900px;
    text-align:center;
    padding: 40px 0 0 0;
    color: #222222;
    font-size: 10px;
}

#footer ul{ margin: 0 0 12px 0; padding: 0; list-style: none; }
#footer li{ display: inline; padding: 0 0px 0 8px; margin: 0 0 0 0;}

#footer a { color:#222222;  text-decoration: none; }
#footer a:hover { text-decoration: underline; }

.link_pravni_poduk
{
    color: #666666 !important;
}

/* ---- end FOOTER ----*/


/* --- TOP MENU ---*/
#top_menu { 
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color:#99ccff;  
}
#top_menu ul{ margin: 0; padding: 0; list-style: none;}
#top_menu li{ display: inline; padding: 0 10px 0 6px;}

#top_menu a { color:#99ccff; text-decoration: none; }
#top_menu a:hover { color: #ffffff; }


/* ---- LEFT MENU ----*/
.menu1{ padding: 0 0 10px 0;}

.menu_title
{
    color: #666666;
    font-weight: bold;
    border-top: solid 4px #666666;
    border-bottom: dotted 1px #666666;
    padding: 8px 0 2px 0px;
    margin: 3px 0 10px 0; 
}

.menu1 ul{ list-style: none; margin: 0; padding: 0; }

.menu1 li
{ 
    padding: 3px 10px 3px 4px;
    color: #225c97;
}

.menu1 li:hover { color: #225c97; background-color: #ccffff;}
.menu1 li a { color: #225c97; text-decoration: none; }
.menu1 li:hover a { color: #225c97; background-color: #ccffff;}



/* --- SIDEBAR ---- */

#sidebar {
	font-family: Verdana, Helvetica, Sans-Serif;
}

#sidebar h2 {
	
	font-family: Verdana, Helvetica, Sans-Serif;
	display:block;
	font-size: 12px;
	color: #666666;
    font-weight: bold;
    border-top: solid 4px #666666;
    border-bottom: dotted 1px #666666;
    padding: 6px 0 2px 0px;
    margin: 3px 0 10px 0; 
	text-transform: uppercase;
}

#sidebar h3 {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
	
}

#sidebar ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
}

#sidebar li {
	font-size:13px;
	margin-bottom:10px;
}

#sidebar>ul>li {
	/*border-bottom:dashed 1px #999999;*/
	padding: 3px 2px 3px 4px;
} 

#sidebar>ul>li>ul { margin: 0; padding: 0;}

#sidebar>ul>li>ul>li { margin: 0px; padding:3px 2px 3px 4px; }


#sidebar li.browsing_info{
	margin-bottom: 10px;
	font-size:12px;
}

#sidebar a:hover { color: #fe5511;; background-color: #e2f0fe;}
#sidebar a, link { color: #05386d; text-decoration:none; }




#sidebar>ul>li>ul>li:hover { color: #fe5511;; background-color: #e2f0fe;}
#sidebar>ul>li>ul>li a { color: #05386d; text-decoration:none; }
#sidebar>ul>li>ul>li:hover a { color: #fe5511;; background-color: #e2f0fe;}


#sidebar FORM input[type=submit], FORM input[type=button] 
{  
    font-size:13px; 
    padding:0px 10px 0px 10px;
}  

.search 
{
	/*background-color: #95b269;*/
	padding: 3px 0px 0px 7px; 
	display: none;
}
.search .search-text { background: url(../adwords/img/search-bg.png) no-repeat; width: 157px; padding: 6px 30px 8px 10px;  border: none; }
.search-alert {display: none; background: url(../adwords/img/search-alert-arrow.png) no-repeat; padding: 20px 15px 10px 15px; float: left; position: absolute; font-size: 12px; cursor: pointer; color: #333333; }



/* --- POST ---*/

.post { width: 100%; margin-bottom: 50px; }
.post h1 a { text-decoration:none;  }
.post h2 a { text-decoration:none; }
.post a:hover { }

.post span.post-info { display:block; color: #888888; font-size: 11px; padding-bottom: 10px; }
/*.post p { line-height: 22px; margin-bottom: 10px; }*/
.post p.tags { line-height: 16px; margin-bottom: 4px;  font-size:11px;  }
.post div.cats { border-top: 1px solid #cccccc; padding-top: 4px; font-size:11px; }
.post div.cats .cats_left { float:right; padding-right: 6px;; }
.post div.cats .cats_right { float:left }



/* --- COMMENTS ------- */

.comments {}
#cdisplay { list-style-type: none; padding: 0; margin: 15px 0 20px 0; }
#cdisplay ul { }
#cdisplay li 
{ 
	padding: 10px;  
	margin-bottom: 10px;  
	border-bottom: #CCCCCC 1px solid;
}
#cdisplay li.first {  background: #eeeeee;  }
#cdisplay div.comment_info
{
		font-size: 10px;
		color:#999999;
		padding-bottom:2px;
		border-bottom: dashed 1px #d3d3d3;
		width: 80%;
		margin-bottom: 5px;
}
#cdisplay div.comment_info A { font-size: 10px; color:#999999; }
#cdisplay div.comment_info A:hover{ color: #fe5511; }
#cdisplay div.comment_info .comment_author A { color:#666666; font-weight:bold; font-size: 12px; }
#cdisplay div.comment_info .comment_author A:hover{ color: #fe5511; }

.comments #commentform { padding: 10px; background-color:#dce9f8; border-bottom: solid 1px #8eb8e6; }
.comments input[type=text] { width: 300px; border: solid 1px #8eb8e6; }
.comments textarea { width: 450px; border: solid 1px #8eb8e6; }
.comments fieldset { padding: 20px; border: 1px solid #CCC; margin: 10px 0 20px 0; }
.comments input[type=submit] { font-weight:bold; font-size:16px; color: #12487f; background-color:#a9d2fc; border:solid 1px #689fdd; padding: 3px 10px 3px 10px;}
.comments input[type=submit]:hover { color: #FFFFFF; background-color:#2767ad; }
.comments #commentform p
{
	padding: 0 0 0 0; 
	margin: 0 0 5px 0; 
}


#neoniz_rollover_logo
{
	background-image:  url(http://to.mato.si/App_Themes/tomato/images/logo_sinhro_skin.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:28px;
	width:96px;
}
#neoniz_rollover_logo:hover
{
	background-position:0 -28px;
}







.navigation .previous {float:left;}

.navigation .next {float:right;}











.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

   float: left;

}



.alignright {

   float: right;

}



.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;

   /* optional rounded corners for browsers that support it */

   -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;

}



img.avatar {float:right;}


