/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0 0 0 0; padding: 0; }* 
body {
	font-family : tahoma,Arial,Helvetica;
	font-size : 12px;
 	line-height: 1.6em;
	background: #000; 
	color: #000; 
	Margin: 0;

}

a {	color: #0080ff; background: inherit;}
a:hover { color: #11aad7; background: inherit; }

h1 { font: normal 1.4em verdana,Arial,Helvetica; padding: 7px 0 10px 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 5px 0 5px 0; }

/* Error codes for Jquery
   ------ */
input.error, select.error {
	
	padding: 2px; 
	border: 1px solid red; 
	background-color: #FFFCE2; 
	background-image: url(images/warning_obj.gif); 
	background-position: right; 
	background-repeat: no-repeat;}

.errormessage{
	color: red;
	font-size: 1.2em;
	padding: 3px;
	border:1px double red; 
}

#errorblock {
	border: 3px solid #0080c0;
	width: 450px;
	background-color: #FFFCE2;
	margin: 50px 0px 0px 300px;
	padding: 15px; 
}

#ReportBox {
	float:right;
	Width: 120px;
}
#ratingbox {
	float:left;
	Width: 220px;
}
/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 1020px;
	padding: 0px;
	background: #fff; 
}

.header { 
	background: #006699;
	color: #e9df55;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top_info {
	float: right;
	width: 355px;
	padding: 15px 0 4px 0;
	color: #fff;
	font-size: 1.8em;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	background: #FF9148 url(images/menubg.gif) repeat-x;
}
	.bar ul { 
		list-style: none;
		margin-left: 50px;
	}
	.bar li { 
		padding: 6px 12px 6px 12px;
		color: #FFEADC;
		float: left; 
	}
	
	.bar li.active { 
		background: #608fa6 url(images/bar_dk.gif) repeat-x; 
		color: #fff;
		font-weight: bold; 
		
	}
	.bar li:hover { 
		background: #608fa6 url(images/menuhov.gif) repeat-x; 
		color: #fff;
		font-weight: bold; 
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	}

	
	
/* Google Add Boxes
   --------- */
	
#blog_ad_box {
	float: right;
	width: 120px;
	height: 1200px;
	background: #ccc;
	margin: 5px 0px 5px 10px;
}
#download_ad_box {
	float: right;
	width: 120px;
	height: 600px;
	background: #ccc;
	margin: 8px 0px 5px 10px;
}
#featured_ad_box {
	float: Right;
	width: 250px;
	height: 250px;
	background: #ccc;
	border:1px solid black;
	margin: 40px 0px 5px 0px;
}

#bottom_ad_box {	
	float: right;
	width: 728px;
	height: 90px;
	background: #ccc;
	margin: 5px 40px 15px 0px;
}

#top_ad_box {
	width: 728px;
	height: 90px;
	background: #ccc;
	margin: 5px 0px 15px 0px;
}
#video_ad_box {
	width: 250px;
	height: 250px;
	background: #ccc;
	margin: 5px 0px 15px 0px;
}
.blogdate{
	font-size : 11px;
	color: #808080;
}
 
/* Left side
   ---------- */	

.left {
	float: left;
	width: 160px;
	margin: 20px 20px 10px 10px;
	padding: 0px;
	border-right: 1px solid #ccc;
}
	.left h3 {
		
		background: #408cb2  url(images/org_sqr.gif) no-repeat center left;
		color: #FFF;
		padding: 2px 0px 2px 25px;
		font: bold 14px verdana,Arial,Helvetica;
		margin: 8px 0 8px 0;
	}
	.left a {
		color: #0080ff; 
		background: inherit;
		Font-Size: 11px;
		margin: 0 0 0 5px;}
		
		
	.left a:hover { 
		color: #11aad7; 
		background: inherit; 
		Font-Size: 11px;
		margin: 0 0 0 5px;
	}
	

/* Right side
   --------- */

.right {
	float: left;
	width: 790px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

.right_col1  {
		display:block;
		float: left;
		width: 485px;
		padding: 5px 0px 5px 0px;
		margin: 0px 0 10px 10px;
		
	}
	
.right h2 {
		background: #408cb2  url(images/org_sqr.gif) no-repeat center left;
		color: #FFF;
		padding: 2px 0px 2px 25px;
		font: bold 14px verdana,Arial,Helvetica;
		margin: 0 0 3px 0;
}

.blog {margin: 8px 0px 0px 0px;}
.blog p {margin: 0px 0px 20px 0px;}
.blog ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 0 10px 35px;
	}
	
.blog ol {
	list-style-type: decimal;
	list-style-position: outside;
	Margin: 5px 0 10px 35px;
	}
	
.blogimages{
	float:right;
	width:200px;
	margin: 0px 0px 5px 5 px;
	display: inline;
}
.blogimages img {
	width:200px;
	display: inline;
}

.blogimages p {
	clear:both;
	text-align: center;
	margin: 0px 5px 10px 5px;
}
	
.right_col2  {
		
		float: left;
		width: 235px;
		padding: 5px;
		margin: 0px 0px 10px 20px;
}
.submenulink{margin: 0px 0px 5px 15px;}

.thumbshot {
	clear:both;
	display: block;
	border-top:2px solid #dbdbdb;
	margin: 3px 0px 15px 0px;
	padding: 5px 0px 3px 5px;
	width: 240px;
}
.thumbshotimg {
	clear:both;
	display: inline;
	float: left;
	border:0px solid #E0692A;
	padding: 1px;
	margin-right: 5px;
	}
	
.listshot {
	float:left;
	border:2px solid #dbdbdb;
	margin: 5px 10px 8px 0px;
	padding: 5px 0px 3px 5px;
	width: 190px;
	height: 65px;
}
.listshot img {
	display: inline;
	float: left;
	border:1px solid #dbdbdb;
	padding: 1px;
	margin-right: 5px;
	}

.noborder{
	display: block;
	
}

.noborder img{
	border:0px;
}

#mainmenu{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 5px 0 8px 0px;
}
	
#player {
	width: 425px;
	text-align: center;
	}
	


.normal_ul {
	margin-left: 40px;
	list-style: disc url(bullet.gif) outside;

	}
	
	
/* Contact Page form */
.contact_field { 
	background: #f0f0f0;
	color: #000;
	
	border : 2px solid #E0692A;
	padding : 15px;
	margin : 10px 50px 50px 50px;
	width : 450px;
	
		
}

/* footer
   ---------- */	

.footer { 
	clear: both;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
.footer a { color: #0080ff; background: inherit; }
.footer a:hover { color: #FF6600; background: inherit; }

.tbl{ text-align: center;}
/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(images/th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url(images/tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(images/foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}
