/* @override 
	http://www.myartadmin.com/starrtent.com/themes/starrtent/css/layout.css?m=1309200359
	http://www.myartadmin.com/starrtent.com/themes/starrtent/css/layout.css?m=1309205732
	http://www.myartadmin.com/starrtent.com/themes/starrtent/css/layout.css?m=1309206808
*/

/** 
 * StarrTents Styling file
 * http://www.kinkcreative.com
 *
 * Main Layout File
 */


 
/* Misc Styles and defaults 
-------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #050947;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif; 
}

html {
	background: #050947 url('../images/bgBodyH.png') repeat top left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
	height: 15px;
}

p  {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
}

div.Text ul {
	margin: 10px 0 10px 20px;
}

a, a:visited  {
	color: #00b5e8;
	text-decoration: none;
}

a:hover, a:visited:hover {
	//color: #FFFF33;
}

div.Text a, div.Text a:visited {
	color: #050947;
	font-weight: bold;
	text-decoration: underline;
}

div.Text a:hover, div.Text a:visited:hover {
	color: #446;
}

div.Text img {
	padding: 10px;
}

/* CONTAINER
----------------------------------------- */
#Page{
	display: block;
	width: 960px;  
	margin: 0 auto;
	padding: 0;
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.5);
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
#ContentWrap {
	width: 900px;
	text-align: left;
	padding: 30px;
	background: #99e1f6 url('../images/bgContentBottom.png') repeat-x bottom left;
	overflow: hidden;
}

#Content {
	width: 660px;
}

.left-home {
	float: left;
	width: 600px !important;
}

.left {
	float: left;
}

.right {
	float: right;
}
	
	#Content ul {
		//margin-left: 20px;
	}
	#Content ul li {
		font-size: 1.2em;
		line-height: 1.6em;
	}

	#Content p {
		font-size: 1.2em;
		line-height: 1.6em;
		margin: 0 0 0.7em 0;
	}
	
	
	#Content div.OneColumnLeft {
		width: 256px;
		float: left;
		clear: left;	
	}

	#Content div.TwoColumnsLeft {
		width: 532px;
		float: left;
	}
	
	#Content div.OneColumnRight {
		width: 256px;
		float: right;
		clear: right;
	}
	
	#Content div.TwoColumnsRight {
		width: 532px;
		float: right;
		clear: right;
	}
		
	#Content div.OneColumnRight ul {
		list-style: none;
	}
	
	#Content div.HalfColumnRight {
		width: 395px;
		float: right;
	 line-height: 1.5em;
		font-size: 1.2em;
	}
	
	#Content div.HalfColumnLeft {
		width: 395px;
		float: left;
		padding: 0;
	}
	
	#Content div.third {
		width: 30%;
		float: left;
		padding: 0;
		font-size: 1.1em;
		line-height: 1.5em;
	}
	#Content div.thirdMiddle {
		width: 30%;
		margin: 0 20px;
		float: left;
		font-size: 1.1em;
		line-height: 1.5em;
	}
	
	#Content div.Product div {
		line-height: 1.5em;
		font-size: 1.1em;
		margin-bottom: 1em;
	}
	
	#Content div.Product {
		padding: 20px;
		background-color: rgba(0,0,50,0.1);
		border: 1px solid rgba(0,0,50,0.2);
		overflow: hidden;
	}
	
	
/* HEADER
----------------------------------------- */
#Header {
 	width: 960px;
 	height: 80px;
 	background-color: #0048AB;
 	padding: 0;
 	margin: 0;
	overflow: hidden;
	//border-bottom: 1px #fff solid;
	//border-color: #323133;
}
 	#Header img.logo {
 		float: left;
 		clear: both;
 		margin: 0;
 		padding: 0;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	display: block;
	clear: both;
	padding-left: 25px;
	height: 30px;
	line-height: 30px;
	background-color: #00B5E8;
	border-bottom: 1px #00a0cd solid ;
	border-top: 1px #00a0cd solid ;
}
	#Navigation ul { 
		 list-style: none; 
	}
		#Navigation ul li { 
			display: inline;
			font-family: 'Ubuntu', Arial, sans-serif;
			text-shadow: rgba(0,0,0,0.3) 1px 2px 3px;
		}

  			#Navigation ul li a { 
				text-decoration: none;
				font-size: 1.5em;
				//letter-spacing: 1px;
				padding: 4px 15px 4px 0;
				color: #FFFFFF;
			}
				
				#Navigation ul li a.lastElement {
					border-right: none;
					padding: 0 15px 0 0;
				}

					#Navigation ul li a:hover { 
						color: #FFFF33; //#0048AB;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section {
	    			color: #0048AB;
	    		}
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	color: #FFFF33; //#FFFFFF;
					}
    

/* SLIDESHOW 
-------------------------------------------- */

div#SlideshowWrap {
	width: 900px;
	height: 330px;
	display: block;
	clear: both;
	margin: 0;
	padding: 30px 30px 0 30px;
	background: #333333 url('../images/bgSlideshow.png') repeat-x top left;
	border-bottom: 5px #111111 solid;
}

div#slideshow {
	width: 900px;
	height: 330px;
	overflow: hidden;
}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
	text-align: left;
	font-size: 0.9em; 
	margin: 15px 0 10px 0;
	padding-top: 10px;
	border-top: 1px rgba(255,255,255,0.3) solid;
}
	#Breadcrumbs p {
		margin: 0;
	}

/* SIDEMENU
-------------------------------------- */

#SideMenu {
	float: left;
	width: 180px;
	font-family: 'Ubuntu', Arial, sans-serif;
	margin: -4px 0 0 0;
	padding: 10px 0 0 0px;
	text-align: left;	
	border-right: 1px #00b5e8 solid;
}

#SideMenu li {
	width: 160px;
	padding: 0 0 16px 0;
	text-shadow: rgba(0,0,0,0.3) 1px 2px 3px;
}

#SideMenu li a {
	padding: 2px;
}


#SideMenu ul {
	list-style-type: none;
}

#SideMenu ul.menu1 li {
	font-size: 1.8em;
}

#SideMenu ul.menu2 li {
	font-size: 1.4em;
	position: relative;
	//left: -5px;
	padding-left: 25px;
	background: url(../images/Bullet-Cvijet3.png) no-repeat 0 3px;
}


#SideMenu a, #SideMenu a:visited {
	color: #050947;
}

#SideMenu a:hover, #SideMenu a.current:hover, #SideMenu a.section:hover {
	text-decoration: underline;
}

#SideMenu a.current {
	color: #557;
}

#SideMenu a.section {
	color: #557;
}

a.proizvodi, a.tegobe, a.proizvodi:visited, a.tegobe:visited {
	font-size: 22px;
}

		

/* CONTACTS
---------------------------------------- */

table.contacts {
	font-size: 1.2em;
	margin: 20px auto;
}

table.contacts tr {
	line-height: 2.4em;
	border-bottom: 1px #444444 solid;
}

table.contacts tbody tr td {
	width: 160px;
	padding: 0 15px;
}

table.contacts tbody tr td + td + td + td{
	width: 40px;
}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer {
	color: #777799;
 	clear: both;  
	width: 960px; 
	height: 70px;
	margin: 30px auto 30px auto;
	font-size: 1.1em;
	line-height: 1.7em;
}

#Footer h3 {
	font-size: 1.8em;
	line-height: 1.7em;
	margin: 0;
}

#Footer div.footerCol1 {
	float: left;
	padding: 0;
	margin: 0;
}
#Footer div.footerCol2 {
	float: left;
	padding: 0 20px;
	margin:  0 20px;
	border-left: 1px #00b5e8 solid;
	border-right: 1px #00b5e8 solid;
}
#Footer div.footerCol3 {
	float: left;
	width: 220px;
	padding: 0;
	margin: 0;
}

#Footer img.footerLogo {
	float: right;
}

#Footer a:hover {
	text-decoration: underline;
}

				
/*FORMS
--------------------------------------------------*/

fieldset {
	padding: 10px;
	border: 1px solid #444;
	margin-bottom:  10px;
}

.addthisholder {
	padding: 5px;
	overflow: hidden;
	background: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
