*{
	margin:0;
	padding:0;
}
body{
	background:#000000;
	font:11px/20px Tahoma,Helvetica,sans-serif;
	color:#9b9594;
	background:url(../images/bg1.jpg) no-repeat scroll center top;
	background-size: 100%;
	background-color:#000;
}

/* Layout Styles Starts */

#wrapper{
	width:882px;
	margin:50px auto;
}
	#header{
		margin:0 7px 0 0;
		height:80px;
		overflow:hidden;
	}
		#logo{
			float:left;
			padding:28px 0 0;
			width:400px;
		}
			#logo h1{
				background:url(../images/logo_myName2.png) no-repeat;				
			}
				#logo h1 a{
					display:block;
					height:63px;
				}
					#logo h1 a span{
						display:none;
					}
		#header h2{
			margin:0;
			height:80px;
			line-height:80px;
			float:right;
			color:#9b9594;
		}
	#menus{
		margin:0 5px 5px -15px;
		
	}
		
		
	#menu{
		height:31px;
		border:1px solid #e6e6e6;
		margin:0 7px 0 0;
		background:url(../images/menu-bg.gif) repeat-x;
		/* for IE */
		filter:alpha(opacity=60);
		/* CSS3 standard */
		opacity:0.3;
			}
		#menu ul{
			list-style:none;
			padding:0 16px;
		}
			#menu li{
				display:inline;
				line-height:31px;
				height:31px;
				background:url(../images/arrow.gif) no-repeat 6px 6px;
			}
				#menu li, #menu li a{
					color:#000;
				}
				#menu li a{
					padding:0 18px;
				}
					#menu li a, #menu li a:hover{
						text-decoration:none;
					}
						#menu li a:hover{
							color:#FF0;
						}
	#gallery_cycle{
		margin:7px 0 0 0;
	}
		#gallery{
		}
			#gallery img{
				width:140px;
				height:115px;
				float:left;
				padding:0 7px 7px 0;
				cursor:pointer;
			}
			#gallery a:hover img{
				border:1px solid #afafaf;
				padding:3px;
				margin:0 7px 7px 0;
				width:132px;
				height:107px;
				float:left;
				cursor:pointer;
			}
		#sidearea{
			width:360px;
			float:left;
			padding:8px 0 15px 0;
		}
		#mainarea{
			width:492px;
			float:right;
			margin:0 7px 0 0;
			padding:12px 5px 15px 5px;
		}
	#footer{

		padding:4px 0 0 0;
		margin:0 7px 0 0;
		font-size:10px;
	}
		#footer a{
			font-weight:normal;
			color:#CCC;
		}

	
/* Layout Styles Ends */



/* Links Styles Starts */

#gallery_cycle p.hr{
	border:solid #d3d3d3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}

/* Links Styles Ends */

/* Form Styles */

.login-input{
	background:#fefefe url(../images/login-input-bg.gif) repeat-x;
	border:1px solid #e2e2e2;
	padding:3px 5px;
	width:155px;
	font-size:10px;
	font-weight:bold;
}
.login-btn{
	background:url(../images/login-btn.gif) no-repeat;
	width:79px;
	height:33px;
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px 0 0 0;
}
#mainarea form{
	padding:0 5px;
}
#mainarea form p{
	margin:0 0 5px 0;
}
#mainarea form p.floatleft{
	margin-right:15px;
}
.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
}
textarea.input{
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #000;
}
.signin-btn, .button1{
	background:#222;
	margin:8px 0;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */

/* Images Styles */

.img-style1{
	border:1px solid #afafaf;
	padding:4px;
}

/* Paragraph and list Styles */

#gallery_cycle p{
	margin:0 0 15px 0;
}
#gallery_cycle form p{
	margin:0 0 5px 0;
}
#gallery_cycle p img.floatleft{
	margin:10px 10px 0 0;
}
#gallery_cycle p img.floatright{
	margin:10px 0 0 10px;
}
#mainarea img.floatleft, #mainarea p img.floatleft{
	margin:10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright{
	margin:10px;
}
#gallery_cycle ul, #gallery_cycle ol{
	margin:0 0 0 20px;
}
#gallery_cycle ol{
	margin:0 0 0 30px;	
}
#gallery_cycle dt{
	font-weight:bold;
	margin:5px 0;
}

#gallery_cycle img{
	background-color:#EEEEEE;
	border:10px solid #CCCCCC;
}

/* Paragraph Styles */

/* Front Image */

.front_image{
		

	
}



/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#222;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#FFF;
}

h1{font-size:32px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h3,h4,h5,h6{margin:0 0 15px 0;font-family:"Trebuchet MS";font-weight:normal;}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
#gallery_cycle .nomargin, .nomargin{margin:0;}
#gallery_cycle.nobg, .nobg{background:none;}

/* Genric Styles Ends */


.post { width: 500px; }

h2{font-size:18px;color:white;font-weight:bold;}




/* New Edit CSS Site */

.fb_like{
	padding-left:170px;
}