/*
Theme Name: KIDS
Theme URI: 
Description: 
Version: 1.0
Author: ALT
Author URI: http://www.alt-web-design.com/
*/
/*Main css*/
* { padding: 0; margin: 0; }
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0e65b6;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 2px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#pagecontainer { 
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7CBDE3 url(images/bg2.gif) repeat;
	border: 1px solid #003363;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
} 
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px;
	font-size: 1.1em;
	color:#0033CC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sidebar li
{
	list-style-type: none;
	margin-bottom: 20px;
	font-size: 11px;
}
#sidebar ul li
{
	list-style-type: none;
	margin-bottom: 20px;
	font-size: 11px;
}
#sidebar ul li li
{
	list-style-type: circle;
	margin-bottom: 20px;
	font-size: 12px;
}
.textlinks
{
	width: 140px;
	margin-top: 20px;
	font-size: 11px;
	font-weight: normal;
}
.textlinks ul
{
	margin: 5px 0 0 0;
	line-height: 15px;
	padding: 0;
	list-style-type: circle;
}
.textlinks li
{
	font-size: 11px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}
.widget
{
	width: 140px;
	margin-top: 40px;
}
.widget2
{
	width: 140px;
	margin-top: 25px;
}
.widget ul
{
	margin: 5px 0 0 0;
	line-height: 15px;
	padding: 0;
}
.widget li
{
	list-style: none;
	font-size: 12px;
	padding-left: 5px;
	margin: 0;
}
.widget img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 15px;
}
#content { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.1em;
	color:#ffffff;
}
#content2 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.1em;
	color:#ffffff;
}
.bijelo {
	background-color: #FFFFFF;
	border: thin solid #6F92D2;
	color: #094780;
	margin-right: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.post h1 {
	font-family: "Comic Sans MS";
	font-size: 1.3em;
	color:#D2EAF7;
	text-align: center;
	font-weight: bold;
}
.post h1 a {
	font-family: "Comic Sans MS";
	font-size: 1.3em;
	color:#D2EAF7;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.post h1 a:visited {color:#D2EAF7;}
.post h1 a:hover {color:#D2EAF7;}
.post h1 a:active {color:#D2EAF7;}
.post .entry li
{
	line-height: 1.7em;
}
.navigacija {
	float: left;
	font-size: 1.0em;
	color:#007430;
	margin-left:30px;
	text-align:left;
	padding-bottom: 30px;
	color:#007430;
}
.navigacija  a {color: #007430;}
.navigacija a:visited {color: #007430;}
.navigacija a:hover {color: #99FF66;}
.navigacija a:active {color: #99FF66;}
#prefooter { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear: both;
	background: #7CBDE3 url(images/bg.jpg) center no-repeat;
	height: 334px;
	font-size: 12px;
	color:#007430;
	text-align:right;
} 
#prefooter p {
	margin: 0 30px 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top:300px;
}
#prefooter a {color: #007430;}
#prefooter a:visited {color: #007430;}
#prefooter a:hover {color: #99FF66;}
#prefooter a:active {color: #99FF66;}
#prefooter ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}  
#prefooter li
{
display: inline;
margin-right: 1em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hidden {
	display: none;
}
.crtic a
   {
	color: #FFFFFF;
	text-decoration: none;
   }
.crtic  a:hover
{
	color: #FFFFFF;
} 
.crtic  a:visited
{	color: #FFFFFF;
} 
.adbar{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.centered-table {
	margin-left:auto; 
	margin-right:auto;
}
.pad {
	padding-left: 10px;
}
.archive h3{
	padding-top: 15px;
	font-size: 90%;
}
.style3 {color: #D2EAF7}
.style4 {color: #0033CC}
.style6 {color: #0033CC}
.style8 {color: #0066FF}
#rss { 
	font-size: 10px;
}
#rss ul{
	list-style-type: none;
}
#rss a{
	font-size: 10px;
	color: #0033CC;
}
#rss a:hover {
	font-size: 10px;
	color: #FF3399;
	}
#rss a:visited {
	font-size: 10px;
	color: #3E6FFF;
	}
#rss a:active {
	font-size: 10px;
	color: #FF3399;
	}
.affil{
	float: right;
	padding: 5px;
	margin: 0;
}
.affil img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 15px;
	text-decoration: none;
}
/* BOOKIMARKIFY STYLE ----------------------------------------------- */
div.bookmarkify
{
	border: none;
	height: 1%;
	background: transparent;
	vertical-align: middle;
	font-family: verdana, arial;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
}

div.bookmarkify a
{
	text-decoration: none;	
	font-family: verdana, arial;
}

div.bookmarkify a:hover
{
	text-decoration: underline;
}

div.bookmarkify div.title
{
	margin: 0px;
	border: none;
	padding: 0px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
	font-weight: bold;
}

div.bookmarkify div.linkbuttons
{
	margin: 0px;
	border: none;
	padding: 2px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a
{
	margin: 0px;
	border: none;
	padding: 2px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a:hover
{
}

div.bookmarkify div.linkbuttons a img
{
	margin: 0px;
	border: none;
	padding: 0px;
	background: transparent;
	opacity: 0.7;
	filter:alpha(opacity=90);	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a:hover img
{
	opacity: 1;
	filter:alpha(opacity=100); 
}

div.bookmarkify div.brand
{
	margin: 0px;
	border: none;
	padding: 2px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
}

div.bookmarkify div.brand a
{
	margin: 0px;
	border: none;
	padding: 0px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
	color: gray;
	font-weight: normal;
}

div.bookmarkify div.brand a:hover
{
}
/* end bookmarkify style ----------------------------------------------- */
.goo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.2em;
}
.goo a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
	line-height: 1.2em;
}
.gooad{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.shop{
	font-size: 13px;
	font-family: "trebuchet MS", arial;
}
.cijena{
	font-size: 13px;
	color: #FFFF00;
	font-family: "trebuchet MS", arial;
}
.buybutton{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.more a{
	font-size: 14px;
	font-weight: bold;
}
.table{
	border: 1px solid #C2BBB6;
}
.coupon{
	font-size: 14px;
	font-weight: bold;
} 
.crveno{
	color: #FF0000;
	font-weight: bold;
}
.tags{
	text-align: left;
}
#ducan{
	width: 600px;
	background-color: #FFFFFF;
	border: 1px solid #000066;
}
.tablicashop{
	width: 500px;
	background-color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}
.visina{
	height: 150px;
}
.small{
	font-size: 10px;
}
