/**********
	24 Column - Responsive Grid 
	Customized By - Master Pranz
**********/	

/********** 24 Column Width **/
.col-1 { width: 2.25%; }
.col-2 { width: 6.5%; }
.col-3 { width: 10.75%; }
.col-4 { width: 15.0%; }
.col-5 { width: 19.25%; }
.col-6 { width: 23.5%; }
.col-7 { width: 27.75%; }
.col-8 { width: 32.0%; }
.col-9 { width: 36.25%; }
.col-10 { width: 40.5%; }
.col-11 { width: 44.75%; }
.col-12 { width: 49.0%; }
.col-13 { width: 53.25%; }
.col-14 { width: 57.5%; }
.col-15 { width: 61.75%; }
.col-16 { width: 66.0%; }
.col-17 { width: 70.25%; }
.col-18 { width: 74.5%; }
.col-19 { width: 78.75%; }
.col-20 { width: 83.0%; }
.col-21 { width: 87.25%; }
.col-22 { width: 91.5%; }
.col-23 { width: 95.75%; }
.col-24 { width: 100%; }

/********** Forms **/
label {
	font-weight: 700;
	font-size: 11px;
	padding: 0 0 2px;
	display: inline-block;
}

legend {
	padding: 2px 5px;
}

select,
input[type="text"], 
input[type="password"],
input[type="email"] {
	width: 50%;
	border: 1px solid #CCC;
	margin: 0;
	padding: 3px 0 2px 5px;
	vertical-align: middle;
	outline: none;
}

area,
textarea {
	width: 70%;
	max-height: 60px;
	border: 1px solid #CCC;
	overflow: auto;
	margin: 0;
	padding: 3px 0 2px 5px;
	outline: none;
}

input, 
select {
	cursor: pointer;
}

area:focus,
input:focus, 
textarea:focus {
	border: 1px solid #004767;
    /* border: 1px solid #6cf; */
}

input[type='text'], 
input[type='password'] {
	cursor: text;
}

/********** Buttons **/
a.button,
input[type='reset'], 
input[type='button'], 
input[type='submit'] {
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 2px;
	background-color: #f7f7f7; /* Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f7f7f7, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f7f7f7, #f1f1f1);
	background-image: -o-linear-gradient(top, #f7f7f7, #f1f1f1);
	background-image: linear-gradient(top, #f7f7f7, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7f7f7, endColorstr=#f1f1f1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #bbb;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 4px 17px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	white-space: nowrap;
	color: #222;
}

a.button:hover,
input[type='reset']:hover, 
input[type='button']:hover, 
input[type='submit']:hover {
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
	background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
	background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
	background-image: -o-linear-gradient(top, #fff, #f1f1f1);
	background-image: linear-gradient(top, #fff, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
	border: 1px solid #ddd;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #020202;
}

a.button:active,
input[type='reset']:active, 
input[type='button']:active, 
input[type='submit']:active {
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f7f7f7, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f7f7f7, #f1f1f1);
	background-image: -o-linear-gradient(top, #f7f7f7, #f1f1f1);
	background-image: linear-gradient(top, #f7f7f7, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7f7f7, endColorstr=#f1f1f1);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

/********** Comments **/
#commentform {
	margin: 0;
	padding: 0;
}

#commentform p {
	padding-top: 2px !important;
}

.commentlist {	
	list-style: none;
	margin: 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #E5E5E5;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	background-color: #FFF;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px !important;
}

.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 0;
	/*padding: 10px;*/
}

.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .says {
	color: #003260;
}

.comment-body .comment-meta {
	color: #777;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body p {
	padding-top: 5px !important;
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite, 
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	width: 90%;
	background-color: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
	background-image: -moz-linear-gradient(top, #ffffff, #efefef);
	background-image: -ms-linear-gradient(top, #ffffff, #efefef);
	background-image: -o-linear-gradient(top, #ffffff, #efefef);
	background-image: linear-gradient(top, #ffffff, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#efefef);
	border: 1px solid #dcdcdc;
	border-bottom-color: #bbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px auto 0;
	padding: 5px 10px 10px;
	clear: both;
}

#respond label {
	display: inline;
}

.reply {
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0;
}

.comment-form-url {
	display: none;
}

.comment-form-url input,  
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
}

.nocomments {
	color: #999;
	font-size: .9em;
	text-align: center;
	display: none;
}




