/* CSS by Praveen CHAMARTHI www.praveenc.com*/

html, body {
	margin:0;
	font: 0.8em Trebuchet MS, Verdana, sans-serif;
	color: #CCCCCC;
	line-height:1.5em;
	font-size:90%;
	background-color:#202020;
	background-image: url(./images/mainpage-gray-800.jpg);
	text-align:left;
	/*color: #6c6a6b;*/
	min-height: 100%;
	width: 100%;
	height: 100%;
}

#page {
	/*width: 650px;*/
	width: 65%;
	overflow: visible;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	background:#303030;
	/*background:#515151;
	border:1px  #aaa;*/
	color: #aaa;
	padding:20px;
	text-align:left;
	margin-bottom:25px;
	line-height:20px;
	}

#page a {
    font-weight:bold;
	/*border-bottom:1px dotted #4EB5D7;*/
	text-decoration:none;
	background-color: #303030;
	color: #fff;
	}
	
#page h3{
	color:#4eb5e1;
}

#page img{
	border: none;
	text-decoration: none;
}

#page .gallery a{
	text-decoration:none;
	background-color: #303030;
	color:#eee;
	border:none;
}

#page a.linkopacity img {
	background-color: #303030;	
	filter:alpha(opacity=65); 
	-moz-opacity: 0.65; 
	opacity: 0.65;
}

#page  a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

#page .gallery ul{
	list-style:none;
	background-color: #303030;
	color:#fff;
	border:none;
}

#gallery {
	width: 53%;
	overflow: visible;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	background:#303030;
	color: #aaa;
	padding:20px;
	text-align:left;
	margin-bottom:25px;
	line-height:20px;
}

#gallery img {
	background-color: #303030;
	border: none;
	float: left;
	padding: 5px 15px 5px 15px;
}

/* Opacity Tries */
#gallery a.linkopacity img {
	background-color: #303030;	
	filter:alpha(opacity=65); 
	-moz-opacity: 0.65; 
	opacity: 0.65;
}

#gallery a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

#gallery br{
	clear:both;
}

#header {
	width:100%;
	height: 5%;
	display: block;
	margin-top: -5px;
	/*border-bottom:1px dotted #aaa;*/
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#header a {
	background-color: #202020;
	color:#eee;
	padding-right: 3px;
	border-right:1px solid #6c6a6b;
	text-align:right;
	text-decoration:none;
}

#header a:hover, a:active{
	background-color: #202020;
	color: #91f27a;
}

#page .snippet{
	width: 100%;
	height: 130px;
	padding: 0 3px 0 5px;
	margin: 0 auto 0 auto;
	background-color: #282828;
	margin-bottom: 10px;
	text-align: left;
}

#page .snippet p{
	padding-top: 2px;
}

#page .snippet a{
	background-color:transparent;
	color:#91f27a;
}

#page .snippet a:hover{
	background-color: #303030;
	border-bottom: 1px dotted #aaa;
}

#footer {
	position: fixed;
	height: 60px;
	font-size:82%;
	background-color: #202020;
	color:#6c6a6b;
	clear: both;
	margin: 0;
	
}

#footer a {
	background-color: transparent;
	color:#fff;
	padding-right: 3px;
	border-right:1px dotted #6c6a6b;
	text-align:right;
	text-decoration:none;
}

#footer a:hover {
	color:#4EB5D7;
}

/* Copyright */
#copyright {
	font-size: 1.0em;
	background:#303030;
	background-color: transparent;
	color: #eee;
}

#copyright a:hover{
	text-decoration: none;
	font-size: 1.2em;
	color: #91f27a
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
	background:#333333 url(logo.gif) no-repeat center;
	border-bottom:1px solid #aaa;
	padding:5px;
	height:50px;
	margin-bottom:5px;
	width: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaa;
	margin-left: auto; margin-right: auto;
	cursor: pointer;
	}

/*
-----------	Portfolio ---------
*/

ul.sets {
	float: left;
	padding: 20px 0 20px 4px;
}
ul.sets li {
	float: left;
	list-style: none;
	height: 100px;
}
ul.sets li strong {
	display: block;
	font-size: 1.1em;
}
ul.sets li img {
	float: left;
	border: 1px solid #2A2721;
	padding: 1px;
	margin: 5px 15px 5px 0;
	float: left;
}
ul.sets li a {
	padding: 5px;
	margin: 0 0 10px 0;
	background-color: transparent;
	color: #fff;
	text-decoration:none;
	border-bottom: none;
	background: none;
	width: 220px;
}
ul.sets li a:hover {
	background: transparent;
	color: #fff;
}