a:focus {
	outline:1px dotted;
}
a {
	/*color:#25809f;*/
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a span {
	font-size:90%;
}
h1 {
	font-size:25px;
}
h2 {
	font-size:23px;
}
h3 {
	font-size:21px;
}
h4 {
	font-size:19px;
}
h5 {
	font-size:17px;
}
h6 {
	font-size:15px;
}
ol {
	list-style:decimal;
}
ul {
	list-style:disc;
}
li {
	margin-left:20px;
	position:relative;
}
p, li, dl {
	line-height:18px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px;
}
#wrapper {
	margin-top:7px;
}
ul li ul, ol li ol {
	margin-bottom:0px;
}
ol {
	padding: 0 0 0 5px;
}
/* Custom Grid */

	.container_12 {
	margin-left:auto;
	margin-right:auto;
	width:1020px;
}
.float {
	display:inline;
	float: none;
	position:relative;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float:left;
	position:relative;
	margin-left:20px;
	margin-right:20px;
}
.container_12 .grid_1 {
	width:45px;
}
.container_12 .grid_2 {
	width:130px;
}
.container_12 .grid_3 {
	width:215px;
}
.container_12 .grid_4 {
	width:300px;
}
.container_12 .grid_5 {
	width:385px;
}
.container_12 .grid_6 {
	width:470px;
}
.container_12 .grid_7 {
	width:555px;
}
.container_12 .grid_8 {
	width:640px;
}
.container_12 .grid_9 {
	width:725px;
}
.container_12 .grid_10 {
	width:810px;
}
.container_12 .grid_11 {
	width:895px;
}
.container_12 .grid_12 {
	width:980px;
}

/* Comment's List                       Contact And Comments end 145 */
	
/*	.commentlist {
	margin:0;
	padding:0;
	margin-bottom:20px;
	float:left;
	width:100%;
}
.commentlist li {
	width:100%;
	clear:both;
	float:left;
	padding:0;
	list-style-type:none;
	margin:0;
	position:relative;
}
.gravatar {
	float:left;
	width:60px;
	padding:0px 10px 0 0;
	text-align: center;
}
.gravatar img {
	display:block;
	padding:5px;
	padding-left:none;
	margin-bottom:0px;
}
.comment_content {
	float:left;
	width:569px;
}
.commentmetadata {
	float:right;
}
.comment-reply-link {
	text-decoration:none;
	font-size:10px;
}
.author_name {
	font-weight:bold;
	font-style:normal;
	font-size:15px;
	float:left;
}
.author_name a {
	color:#000000;
}
.comment_text {
	clear:both;
	margin-top:10px;
}
.comment-reply-link {
	text-align:center;
	display:block;
}*/
/* Contact Form */

	p.error {
	margin-left:140px;
	margin-top:10px;
}
#contact_form ul {
	float:left;
}
#contact_form ul li {
	margin:10px 0;
	list-style:none;
	position:relative;
	clear:both;
}
#contact_form label {
	line-height:35px;
	width:100px;
	text-align:right;
	float:left;
	margin-right:10px;
}
#contact_form input#name,  #contact_form input#email,  #contact_form input#subject,  #contact_form textarea {
	float:left;
	padding:8px;
	border:1px solid #CCCCCC;
	margin-left:10px;
	background:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


#contact_form input#name {
	background: #ffffff url(../images/name.png) 99% 50% no-repeat;
}

#contact_form input#email {
	background: #ffffff url(../images/mailr.png) 99% 50% no-repeat;
}

#contact_form input#subject {
	background: #ffffff url(../images/subject.png) 99% 50% no-repeat;
}

#contact_form textarea {
	background: #ffffff url(../images/message.png) 99% 100% no-repeat;
}


#contact_form input#name,  #contact_form input#email,  #contact_form input#subject {
	width:400px;
}


#contact_form textarea {
	width:500px;
	height:150px;
	resize: none;
}
#contact_form input.button {
	float:right;
}
/* Comment form */

	#comment_form ul {
	float:left;
}
#comment_form ul li {
	margin:10px 0;
	list-style:none;
	position:relative;
	clear:both;
}
#comment_form label {
	line-height:35px;
	width:100px;
	text-align:right;
	float:left;
	margin-right:10px;
}
#comment_form input,  #comment_form textarea {
	float:left;
	padding:8px;
	border:1px solid #CCCCCC;
	margin-left:10px;
	background:#fcfcfc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#comment_form input {
	width:400px;
}
#comment_form textarea {
	width:500px;
	height:150px;
	resize:none;
}
/* Contact Page Sidebar */

	.contact ul {
	list-style:none;
}
.contact li {
	margin:0;
}

/* Contact &                                               ------------------------------------------   Comments End */




/* Overiding Classes */
/* Must remain at the bottom of the stylesheet */

	.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
* html .clearfix {
	height:1%;
}
.alpha {
	margin-left:0;
}
.omega {
	margin-right:0;
}


