	/*General Styles starts here*/
	
	
				/* -------------------------------------- */
	
				ul{
	counter-reset: li;
	list-style: none;

	*list-style: decimal;
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	width: 1000px;
	float: left;
	margin-right: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
				}
	
				ol ol{
					margin: 0 0 0 2em;
				}
	
				/* -------------------------------------- */			
	
				.rounded-list a{
					position: relative;
					display: block;
					padding: .4em .4em .4em 2em;
					*padding: .4em;
					margin: .5em 0;
					background: #ddd;
					color: #444;
					text-decoration: none;
					-moz-border-radius: .3em;
					-webkit-border-radius: .3em;
					border-radius: .3em;
					-webkit-transition: all .3s ease-out;
					-moz-transition: all .3s ease-out;
					-ms-transition: all .3s ease-out;
					-o-transition: all .3s ease-out;
					transition: all .3s ease-out;	
				}
	
				.rounded-list a:hover{
					background: #eee;
				}
	
				.rounded-list a:hover:before{
					-moz-transform: rotate(360deg);
					-webkit-transform: rotate(360deg);
					-moz-transform: rotate(360deg);
					-ms-transform: rotate(360deg);
					-o-transform: rotate(360deg);
					transform: rotate(360deg);	
				}
	
				.rounded-list a:before{
					content: counter(li);
					counter-increment: li;
					position: absolute;	
					left: -1.3em;
					top: 50%;
					margin-top: -1.3em;
					background: #87ceeb;
					height: 2em;
					width: 2em;
					line-height: 2em;
					border: .3em solid #fff;
					text-align: center;
					font-weight: bold;
					-moz-border-radius: 2em;
					-webkit-border-radius: 2em;
					border-radius: 2em;
					-webkit-transition: all .3s ease-out;
					-moz-transition: all .3s ease-out;
					-ms-transition: all .3s ease-out;
					-o-transition: all .3s ease-out;
					transition: all .3s ease-out;
				}
	
				/* -------------------------------------- */
	
				.rectangle-list a{
					position: relative;
					display: block;
					padding: .4em .4em .4em .8em;
					*padding: .4em;
					margin: .5em 0 .5em 2.5em;
					background: #ddd;
					color: #444;
					text-decoration: none;
					-webkit-transition: all .3s ease-out;
					-moz-transition: all .3s ease-out;
					-ms-transition: all .3s ease-out;
					-o-transition: all .3s ease-out;
					transition: all .3s ease-out;	
				}
	
				.rectangle-list a:hover{
					background: #eee;
				}	
	
				.rectangle-list a:before{
					content: counter(li);
					counter-increment: li;
					position: absolute;	
					left: -2.5em;
					top: 50%;
					margin-top: -1em;
					background: #fa8072;
					height: 2em;
					width: 2em;
					line-height: 2em;
					text-align: center;
					font-weight: bold;
				}
				
				.rectangle-list a:after{
					position: absolute;	
					content: '';
					border: .5em solid transparent;
					left: -1em;
					top: 50%;
					margin-top: -.5em;
					-webkit-transition: all .3s ease-out;
					-moz-transition: all .3s ease-out;
					-ms-transition: all .3s ease-out;
					-o-transition: all .3s ease-out;
					transition: all .3s ease-out;				
				}
	
				.rectangle-list a:hover:after{
					left: -.5em;
					border-left-color: #fa8072;				
				}
	
				/* -------------------------------------- */
	
				.circle-list li{
	width: 250px;
	float: left;
	margin-right: 60px;
	margin-bottom: 10px;
	padding-top: 2.5em;
	margin-left: 20px;
				}
	
				.circle-list h2{
		position: relative;
		margin: 0;
		width: 300px;
				}
	
				.circle-list p{
					margin: 0;
				}
	
				.circle-list h2:before{
					content: counter(li);
					counter-increment: li;
					position: absolute;    
					z-index: -1;
					left: -1.3em;
					top: -.8em;
					background: #f5f5f5;
					height: 1.5em;
					width: 1.5em;
					border: .1em solid rgba(0,0,0,.05);
					text-align: center;
					font: italic bold 1em/1.5em Georgia, Serif;
					color: #ccc;
					-moz-border-radius: 1.5em;
					-webkit-border-radius: 1.5em;
					border-radius: 1.5em;
					-webkit-transition: all .2s ease-out;
					-moz-transition: all .2s ease-out;
					-ms-transition: all .2s ease-out;
					-o-transition: all .2s ease-out;
					transition: all .2s ease-out;    
				}
	
				.circle-list li:hover h2:before{
					background-color: #00CCFF;
					border-color: rgba(0,0,0,.08);
					border-width: .2em;
					color: #444;
					-webkit-transform: scale(1.5);
					-moz-transform: scale(1.5);
					-ms-transform: scale(1.5);
					-o-transform: scale(1.5);
					transform: scale(1.5);
				}

.container {
	width: 100px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

#content {
	float: right;
	width: auto;
}

.post {
	margin: 0 auto;
	padding-bottom: 0px;
	float: left;
	width: auto;
	text-decoration: none;
}

.btn-sign {
	width:460px;
	margin-bottom:20px;
	margin:0 auto;
	padding:20px;
	border-radius:5px;
	background: -moz-linear-gradient(center top, #00c6ff, #018eb6);
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
	background:  -o-linear-gradient(top, #00c6ff, #018eb6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');
	text-align:center;
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
}

.btn-sign a { color:#fff; text-shadow:0 1px 2px #161616; }

#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.login-popup{
	display:none;
	background: #333;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}

fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox span { 
	display:block;
}

form.signin p, form.signin span { 
	color:#999; 
	font-size:11px; 
	line-height:18px;
} 

form.signin .textbox input { 
	background:#666666; 
	border-bottom:1px solid #333;
	border-left:1px solid #000;
	border-right:1px solid #333;
	border-top:1px solid #000;
	color:#fff; 
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	font:13px Arial, Helvetica, sans-serif;
	padding:6px 6px 4px;
	width:200px;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button { 
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color:#000; 
	border-width:1px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color:#333;
	cursor:pointer;
	display:inline-block;
	padding:6px 6px 4px;
	margin-top:10px;
	font:12px; 
	width:214px;
}

.button:hover { background:#ddd; }
