/* STANDARD CSS FILE - BADSHARK COMMUNICATIONS */

/* ---------------------------- */
/* STANDARD HTML TAG RESET  (Thanks to Eric Meyer, Blueprint, 960gs) */
/* ---------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
} 

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* ---------------------------- */
/* STANDARD HTML TAG DEFINITION */
/* ---------------------------- */

body {
	background-color: #DDD;
	color: #000;
	font-family: inherit;
	font-size: 11px;
	line-height: 1.5;
	background-image: url(../images/bkg1.png);
	background-repeat: no-repeat;

}

form, input { 
	color: #000000; 
 	font-family: Helvetica, Arial, sans-serif;
 	font-size:11px;
}

h1 {font-size:11px;} 
h2 {font-size:11px;} 
h3 {font-size:11px;} 
 
a:link, a:visited {color: #eff1f2; text-decoration: none; outline: none;} 

a:hover {text-decoration: underline; outline: none;}

a:active { text-decoration: none; outline: none;}

/* ----------------------------*/ 
/* PAGE ELEMENTS     */ 
/* ----------------------------*/ 

.container {
	margin:40px;
	font-family: Arial, Verdana, Sans-Serif;
} 
		
	/* ---------------------------*/ 
 	/* STICKY SIDEBAR    */
	
	#sidebar {
	width:250px;
	height: 600px;
	margin-right: 15px;
	float: left;
	position: fixed;
	font-family: Arial, Verdana, Sans-Serif;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
		}
		
	}
	
	#mainMenu h1 {
	color: #69C;
	font-size: 11px;
	width: 135px;
	height: 47px;
	text-indent: -980em;

	}
	
	#mainMenu ul {
		list-style: none;
	}
	
	#mainMenu ul li {
		
	}
	
	#photography {
		display: block;
		width: 163px;
		height: 40px;
		text-indent: -999em;
	}
	
	#photography:hover {
		background-position: -163px 0px;
	}
	
	#photography.current {
		background-position: -163px 0px;
	}
	
	#news {
		display: block;
		width: 69px;
		height: 23px;
		text-indent: -999em;
		margin-top: -16px;
	}
	
	#news:hover {
		background-position: -69px 0px;
	}
	
	#news.current {
		background-position: -69px 0px;
	}
	
	#about {
	display: block;
	width: 81px;
	height: 23px;
	text-indent: -999em;
	font-family: Verdana, Geneva, sans-serif;
	}
	
	#about:hover {
		background-position: -81px 0px;
	}
	
	#about.current {
		background-position: -81px 0px;
	}
	
	#catMenu {
		margin-top: 90px;
	}
	
	#catMenu ul {
		list-style: none;
	}
	
	#catMenu ul li a {
		display: block;
		width: 69px;
		height: 16px;
		text-indent: -999em;
		margin: 2px 0px;
	}
	
	#recent {
	}
	
	#portraits {
	}
	#sport {
		height: 20px !important;
	}
	
	#fashion {
	}
	
	#lifestyle {
		height: 20px !important;
	}
	
	#events {
	}
	
	#catMenu ul li a:hover {
		background-position: -69px 0px;
	}
	
	#catMenu ul li .current {
		background-position: -69px 0px;
	}
	
	#copyright {
		margin-top: 295px;
		position:fixed; 
		bottom:35px; 
		left:40px;
	}
		
	#copyright ul {
	list-style: none;
	font-size: 9px;
	font-family: Arial, Verdana, Sans-Serif;
	}
	
	#einsah {
		margin-top: 295px;
		position:fixed; 
		bottom:35px; 
		right:40px;
	}
	
	#einsah ul {
		list-style: none;
		font-size: 9px;
	}
	 
 	/* About Info    */
	
	#aboutInfo {
	margin-top: 60px;
	font-size: 11px;
	line-height: 15px;
	margin-left: 40px;
	padding-top: 25px;
	}
	
	#aboutInfo ul {
	margin: 15px 0px;
	color: #800;	
	}
	
	/* ---------------------------*/ 
 	/* MAIN    */
	
	#main {
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-left: 300px;
	font-family: inherit;
	}
	
	#main ul {
		list-style: none;
	}
	
	#main ul li {
		float: left;
		padding: 5px;
	}
	
	#main ul li a img {
	border: 5px solid #FFF;
	}
	
	#main ul li a:hover img {
	border: 5px solid #800;
	}

	/* aboutColumns    */
	
	.column {
	color: #000;
	width: 350px;
	float: left;
	margin-right: 30px;
	padding-top: 45px;
	line-height: normal;
	font-size: small;
	margin-left: 50px;
	}
	
	.column h2 {
	color: #8b1313;
	margin-bottom: 15px;
	font-size: xx-large;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}
	
	.column p {
	margin-bottom: 15px;
	color: #444;
	}
	
	/* newsColumn    */
	
	.newsColumn {
		width: 500px;
		float: left;
		padding-top: 161px;
	}
	
	.newsColumn.first {
		margin-top: 100px;
	}
	
	.newsColumn h2 {
	color: #69C;
	font-size: 11px;
	font-weight: bold;
	}
	
	#twitter_div{
		color: #69C;
	}
	
	#twitter_div ul li span a {
		color: #eff1f2;
		font-style: normal;
	}
	
	#twitter_div ul li a {
		color: #666666;
		font-style: italic;
	}
	
	/* ---------------------------*/
	/* FOOTER */ 

	#footer { 
		
	}
	
/* ----------------------------*/
/* CUSTOM CLASSES     */
/* ----------------------------*/

.leftAlign{float:left;}

.rightAlign{float:right;}

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


ul.slideset {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 600px;
}
ul.slideset li {
	position: absolute;
	top: 0;
	left: 0;
}
.slide-list {
	display: none;
}
