/*
Theme Name: Ice Guru
Theme URI: 
Description: WordPress theme 
Author: Billy Sunshine Studios - Linda Marshall 
Version: 1.0
Tags:  
*/


body {
	margin: 0;
	padding: 0;
	background: #c2c2c2 url(images/bkgrnd.jpg) repeat-x;
	text-align: left;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	}
	
	
#main {
	margin: 0 auto;
	width: 935px;
	padding: 0;
	background-color: #FFF;
	}


#menu_holder {
	//background: url(images/logo.jpg) no-repeat;
	margin: 0;
	height: 95px;
	width: 935px;
	padding: 0;
	}


#banner {
	clear: both;
	width: 935px;
	padding: 0;
	}

#content {
	background-color: #e5e5e5;
	width: 917px;
	padding-right: 0;
	margin-top: 15px;
	border-right: 18px solid white;
	}

#content_text {
	float: left;
	background-color: #FFF;
	width: 593px;
	padding: 0 16px 0 16px;
	//padding: 0 16px 10px 16px;
	margin: 0;
	line-height: 150%;
min-height: 880px;
	}

/* mac hide \*/
* html #content_text {
	height: 880px
	}
/* end hide */


#sidebar {
	width: 290px;
	float: right;
	background-color: #e5e5e5;
	padding: 0;
	margin: 0;
	}


#sidebar-content {
	padding: 0 10px;
	}

a {
	color: #000;
	text-decoration:none;
	}

a:visited {
	color: #000;
	text-decoration:none;
	}

a:hover {
	color: #a7140a;
	text-decoration:none;
	}

#box-container {
	width: 935px;
	height: 199px;
	background-color: #FFF;
	}

.box {
	float: left;
	margin: 0;
	padding: 0;
	height: 189px;
	border: 0;
	}

.menu {
	background-color: #FFF;
	}

.menu ul{
	margin: 0;
	padding-top: 45px;
	float: right;
	}

.menu ul li{
	display: inline;
	}

.menu ul li a{
	float: left; 
	text-decoration: none;
	font-size: 18px;
	color: #000;
	padding: 0;
	margin: 0 10px;
text-transform: uppercase;
	}

.menu ul li a:visited{
	color: #000;
	}

.menu ul li a:hover {
	color: #000;
	border-bottom: 7px solid #a7140a;
	}

h1 {
	color: #a7140a;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	}

h2 {
	color: #a7140a;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	}

h2 a, h2 a:visited {
	color: #a7140a;
	text-decoration:none;
	}

h2 a:hover {
	color: #000;
	text-decoration:none;
	}



h3 {
	color: #444444;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	}

.category, .ngg-album-compact {
	width: 303px;
	//height: 225px;
height: 265px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.category_title, .ngg-albumtitle {
	color: #444444;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
height: 40px;
	}

.ngg-albumtitle a {
	color: #444444;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	}

#gallery {
	padding-left: 36px;
	}

.photos img{
	height: 140px;
	width: 140px;
	display: block;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	border: 8px solid #444444;
	}



.photos:hover{
	color: #333333;
	border: 0px; /* Dummy definition to overcome IE bug */
	}

.sidebar {
	display: block; 
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px; 
	border: 0; 
	height: 175px; 
	width: 276px;
	}

.sidebar-blank {
	display: block;
	background: url(images/sidebar--bkgrnd.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
	height: 175px; 
	width: 276px;
	}

#sidebar-amazon {
	margin: 0;
	padding: 10px 5px 0 15px;
	font-size: 12px;
	color: #484848;
	text-align: center;
	}

.current-menu-item a {
	border-bottom: 7px solid #a7140a;
	}

#footer {
	clear: both;
	width: 935px;
	margin: 0 auto;
	padding: 5px 0;
	}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:935px;
		height:371px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

