/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body { padding: 0; margin: 0; font: 0.7em Tahoma, Arial, sans-serif; line-height: 1.6em; background: #fff; color: #454545; }

/* links */
a { color: #003B6E; background: inherit; }
a:hover { color: #9EC068; background: inherit; }	

/* headers */
h1, h2, h3 {
	/*font: bold 1em 'Trebuchet MS', Arial, Sans-serif;*/
	font: Calibri, Arial, Helvetica, sans-serif;
	color: #333;	
}
h1 { font-size: 1.2em; text-transform:uppercase;/*color: #3B73B9; */} 
h2 { font-size: 1.2em; /*text-transform:uppercase;*/}
h3 { font-size: 1.0em; }


p, h1, h2 {
	margin: 10px 15px;
}
h3 {
	margin: 5px 5px;
}
/*ul { margin: 0; padding : 0; list-style : none; }*/
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}
ul.black{
	color: #666666; 
}

/* images */
img {
	/*border: 2px solid #CCC;*/
	border: none;

}
img.no-border {
	border: none;
	vertical-align: texttop;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
  border: none;

}
img.float-left {
  margin: 5px 15px 5px 0px;
  border: none;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
	padding: 0 0 0 28px;
	border: 1px solid #f2f2f2;
	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;
	font-family: "Trebuchet MS";
	font:bold;
	font-size: 1.1em;
	color: #2A3F55;
}


/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#wrap {
	background: #FFF;
	width: 960px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
/* content holder */
#content { margin: 10px auto; width: 960px; }

/* header */
#header { height: 45px; /*height: 75px; */}
#logo { padding: 5px 0 0 5px; }
#logo p { margin: 0; padding: 0 0 0 10px; color: #808080; background: #fff; }
#top_info { float: right; width: 570px; margin: 20px 5px 0 0; text-align: right; }

#header li {
   display:inline;
   margin:0; padding:0;
}
/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 73%;		
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar h1 { 
font-size: 1.2em; 
color: #3B73B9; 	
font: 'Trebuchet MS', Arial, Sans-serif;

} 

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}



* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}


#sidebar ul.sidemenu2 {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu2 li {
	margin-bottom:1px;
	border: 0px solid #f2f2f2;
}
#sidebar ul.sidemenu2 a {
	display:block;
	font-weight:normal;
	color: #333;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	min-height:18px;
	background-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DDD;
}
#sidebar ul.sidemenu2 a:hover {
	padding:2px 5px 2px 10px;
	background: #FFF;
	color: #339900;
	border-left:2px solid #9EC630;
}
#sidebar li a.current { font-weight:bold; }	



/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #666666; 
	background: #FFFFFF; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 92%;		
}
#footer a { 
	text-decoration: none; 
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}



/* grey subheader */
.gboxtop { clear: both; height: 8px; background: #dedede url(gboxtop.gif) no-repeat; color: #000; }
.gbox { background: #dedede url(gbox.gif) no-repeat bottom left; color: #444; padding: 1px 13px 7px 13px; margin: 0 0 20px 0; }
.gbox p { padding: 7px 0; margin: 0;}

/* horizontal tabbed menu */	
#tabs { background: #fff url(bigbox.gif) no-repeat top left; color: #000;  height: 64px; text-align: center; padding: 0 0 0 210px; font: Verdana, Tahoma, Helvetica, sans-serif;
}
#tabs ul { margin: 0; padding : 0; list-style : none; }

#tabs li { display: inline; height: 45px; }
#tabs li a { float: left; background: #fff url(barbg.gif) no-repeat; color: #808080; padding: 7px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:hover { background: #fff url(barcurrent.gif) no-repeat; color: #000; }	
#tabs li a.current { background: #fff url(barcurrent.gif) no-repeat; color: #2C71AE; }	
/*.key { text-decoration: underline; }*/


/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { 	clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.orange{	color: #FF6600; }
.ocean{		color: #6297BC; }
.darkocean{	color: #17375E; }
.black{		color: #000000; }
.red {color: #D40000; }


.orangemiddle {
	width: 152px;
	padding: 6px;
	padding-bottom: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	border-left: 2px solid #F16C00;
	border-right: 2px solid #F16C00;
}

.orangemiddle a {
	text-decoration:none;
	color: #3B73B9;
}
.orangemiddle a:hover {
	color: #339900;
	text-decoration:none;
}
.orangebottom {
	width: 152px;
	height: 7px;
	background-image: url(orange_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.orangetop {
	width: 152px;
	height: 20px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #F16C00;
	background-image: url(orange_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sideNote {
	padding: 1 1 1 1px;
	border: 1px solid #f2f2f2;
	background: #FAFAFA;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}

.mainNote {
	padding: 0 0 0 0px;
	border: 1px solid #f2f2f2;
	background: #FAFAFA;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}

.readMore {
	color: #002F7F;	
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline; 
	text-decoration: none;
}

/* bottom thirds */
.thirds { float:left; width: 203px; background: #eee; margin: 2px 12px 2px 0; color: #5d5d5d; }
	.smallboxtop { height: 14px; background: #fff url(smallboxtop.gif) no-repeat; color: #000; }
	.smallbox { background: #fff url(smallbox.gif) no-repeat bottom left; color: #444; padding: 5px 10px 10px 10px;  }
	.smallbox p { padding: 0; margin: 0; }

/* misc */
.buttons { text-align: right; padding: 0px 1px 0 0; font: 1em Tahoma, Helvetica, sans-serif; }
/*.left_articles .buttons { float: right; height: 20px; }*/
.bluebtn { 
background: #488EB2 url(bluebtn.gif) no-repeat; width: 100px; padding: 1px 16px 5px 16px; color: #fff; text-decoration: none; }
.greenbtn { 
background: #488EB2 url(greenbtn.gif) no-repeat; padding: 1px 16px 5px 16px; color: #fff; text-decoration: none; }
.bluebtn:hover, .greenbtn:hover { 
background: #488EB2 url(hoverbtn.gif) no-repeat; color: #fff; }
ul.focus, ol.focus {
	margin: 10px 30px;
	padding: 0 15px;
	/* color: #000000;*/
	list-style-image: url(green_dot.gif);
	list-style-position:outside;
}



.desni_clanak {
	padding: 10px;
	height: auto;
	background-color: #FEF8D3;
	background-image: url(scrap.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/**This is yellow scrap box*/
#desna_kolona {
	float: right;
	margin: 3px 0 0 0px;
	width: 180px;
	padding: 0 8px 8px 12px;
	height: auto;
	background: url(clanak.gif) no-repeat top left;
}
#desna_kolona h3 {
	margin: 2px 0 5px 0;
	font-size: 150%;
	font-family: Sans-Serif, Arial;
	letter-spacing: -1px;
	padding: 0;
	color: #1480CD;
}

#desna_kolona p {
	color: #D55917;
}
/**This is fading blue box*/
.informacije {
	padding: 5px 10px 5px 10px;
	margin: 5px 0 0 0;
	background: #fff url(fade.gif) repeat-x bottom left;
	height: auto;
	
}


/**DIVs created for News section :: Start**/
#main_news {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 53%;		
}
#right_news {
	float: right;
	margin: 0;
	padding: 0;
	width: 20%;	
	background: #fff url(fade.gif) repeat-x bottom left;
}
.newsHeader{
	color: #002F7F;	
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline; 
	text-decoration: none;
}
.newsText {
	color: #666;	
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
/**DIVs created for News section :: End**/


.View {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    margin-bottom: 20px;
	padding: 2px;
	border-collapse:collapse;
}

.view .photo-frame {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
    margin-top: 10px;
}
.photo-frame
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

.photo-frame TD {
	margin: 0px;
	padding: 0px;
}

.photo-frame .topx-- 
{
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x {
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}

/* Photo Border for the Album Page */

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}