/*
* form stylling table like
*/
.form_tb{
	margin: 15px 0 0;
}

.form_tb p{
	padding: 0 0 4px;
}

.form_tb span {
    float: left;
    text-align: left;
    width: 200px;
}

.form_tb input, .form_tb textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5DB;
    color: #47433F;
    font: 100% arial;
    padding: 5px;
    width: 299px;
}

.form_tb .checkbox {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 4px 0;
    padding: 0;
    width: 14px;
}

.form_tb select {
    width: 310px;
}

.form_tb .submit {
    background: none repeat scroll 0 0 #263C56;
    border: 1px solid;
    color: #FFFFFF;
    cursor: pointer;
    font: 100% arial;
    height: 33px;
    margin: 0 0 0 212px;
    padding: 2px 0 3px;
    width: 99px;
}


/* 
Contact Form
*/

.success, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('image/success.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('image/error.png');

}
.validation li {
    list-style:disc;
    list-style-position:inside;
    line-height: normal;
}


/**
* Widget Specific Style
*/

/**
* Login Widget
*/
form.login input{
	width: 200px;
}

form.login p{
	margin-top: 0px; 
	margin-bottom: 0px;
}
/**
* Ship Info
*/
.row label{
    clear:both;
    float:left;
    width:150px;
    padding: 3px;
}
.span2{
    float:left;
}
.confirm_title{
    clear:both;
    padding-top:10px;
    font-weight:bold;
    font-size:18px;
}

/* Contact Info */
.email span{
    display: inline-block; 
    background-image: url('image/con_email.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.mobile span{
    display: inline-block; 
    background-image: url('image/con_mobile.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.phone span{
    display: inline-block; 
    background-image: url('image/con_tel.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.fax span{
    display: inline-block; 
    background-image: url('image/con_fax.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.address{
    padding-left:20px; 
    display: inline-block; 
    background-image: url('images/con_address.png');
    background-repeat: no-repeat;
}
.website span{
    display: inline-block; 
    background-image: url('image/con_website.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.city span{
    padding-left:21px;
}
.state span{
    padding-left:21px;
}
.contact_desc span{
    padding-left:21px;
}
.contact_form{
    clear:both;
    font-weight:bold;
    padding: 10px 0 10px 0;
}
/***********************************/
/****************CMS****************/
/***********************************/
/*
*   Categories List Style
*/
.categories_view{
    /*
    padding-top: 10px; 
    padding-left: 10px;
    */
}
/*
* Category Blog Styling
*/
.category_blog_view{
    /*padding-left: 10px;*/
}
/*
* Category List Styling
*/
.category_list_view{
    /*padding-left: 10px;*/
}
/* Articles */
.articles_view{
}
/*h4*/
.category_blog_view .article_title h4{
font: normal 150%;
margin: 10px 0px 5px 0px;
font-size: 22px;
color: #4DAAFF !important;
background-color: transparent !important;
text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
letter-spacing: -2px;
}

.category_blog_view .article_title h4 a{

   color: #4DAAFF !important;
}


/*
* Article Styling
*/

/*
* Title
*/
/*h2*/
.article_title h2{
    color:#000;
}

.article_title h2 a{
    color:#000;
}

.article_title h2 a:hover{
    color:#000;
}

/*
* Icons
*/
div.icons{
    float:right;    
}

div.icons ul{
    text-align: right;
    list-style-type: none;
}

div.icons ul li{
    display: inline;
}

/*
* Article Info
*/
dl.article-info{
    float: left;    
	margin-bottom: 20px;
}

dl.article-info dd{
    margin:0;
    padding:0;
	float:left;
	text-transform: uppercase;
}

/*
*   Widget Title
*/
.widget h3{
	color: #5d5d5d;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
}

.widget h3 span{
    color:#0076a3;
    font-size: 15px;
    font-weight: bold;
}

/*
*   Search Widget
*/
form .search label{
    display: none;
}

/*
*   Search Form
*/
.search_form ul{
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

.search_form ul li{
    display: inline;
    list-style: none;
}

/*
*   Search results page
*/
div.search_results{
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.search_results:before
{
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
-moz-border-radius: 10px / 100px;
border-radius: 10px / 100px;
}

/* Tags */
/* Module */
h1.tag_title{
    font-size: 34px;
    margin-bottom: 20px;
}

.popular_tags{
    margin-top: 15px;
}

.popular_tags a:link, .popular_tags a:visited{
    text-decoration:none;
    color: #21759b;
}

.popular_tags a:hover {
    color: #f1831e;
}

.popular_tags span {
    padding: 0 15px 10px 0;
}

.popular_tags .smallest {
    font-size: 12px;
}

.popular_tags .small {
    font-size: 18px;
}

.popular_tags .medium {
    font-size:24px;
}

.popular_tags .large {
    font-size:30px;
}

.popular_tags .largest {
    font-size:36px;
}

/* Widget */
.article_tags {
    width: 100%;
    background:#efefef;
    color:#8a8a8a;
    padding: 5px;
    border: 1px solid #a9a9a9;
    text-align:center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.article_tags a:link, .article_tags a:visited {
    text-decoration:none;
    color: #333;
}

.article_tags a:hover {
    text-decoration: underline;
    color: #f1831e;
}

.article_tags span {
    padding: 4px;
}

.article_tags .smallest {
    font-size: 12px;
}

.article_tags .small {
    font-size: 14px;
}

.article_tags .medium {
    font-size:16px;
}

.article_tags .large {
    font-size:18px;
}

.article_tags .largest {
    font-size:20px;
}

.author
{
	padding-left: 30px !important;
}

.create
{
	color: #A96540;
}


select[name="sort"]
{
border: 1px solid #D0D0D0;
background: url(http://www.quilor.com/i/select.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#EDEDED));
background: -moz-linear-gradient(19% 75% 90deg,#EDEDED, #FBFBFB);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
color: #444;
padding-left: 10px;
z-index: 1;
-webkit-appearance: initial;
display: inline-block;
position: relative;
overflow: hidden;
height: 28px;
width: 150px;
border: 1px solid;
border-radius: 3px;

-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6),0 1px 1px rgba(82, 80, 75, 0.08);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6),0 1px 1px rgba(82, 80, 75, 0.08);
border-color: #B3AFA4 #AEAB9F #A8A499;
}


input[type="text"]
{
-webkit-appearance: none;
padding: 5px;
line-height: 1.2em;
background: -webkit-gradient(linear, left top, left bottom, from(white), to(#CCC));
-webkit-appearance: none;
-webkit-box-shadow: 1px 1px 1px white;
-webkit-border-radius: 0.5em;
border: 1px solid #D0D0D0;
background: #FBFBFB;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 14px;
color: #444;
}

.contact_form_div textarea
{
width: 300px;
-webkit-appearance: none;
padding: 0.5em;
line-height: 1.2em;
background-color: #FBFBFB;
-webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px inset;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border: 1px solid #D0D0D0;
font-size: 14px;
color: #444;
margin: 2px 0px;
height: 96px;
background-position: initial initial;
background-repeat: initial initial;
}


.search > input[type="submit"], .contact_label > input[type="submit"], .contact_label > input[type="submit"], .search_form  li> input[type="submit"], .readmore span, .nav-next a, .nav-prev a
{
	background: #17507C;
	border: 0;
	width: 80px;
	padding: 5px;
	margin-left: 10px;
	color: white;
	border-radius: 5px;
	cursor: pointer;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	border: 1px solid transparent;
	text-decoration: none;
	white-space: nowrap;
	
}


.search > input[type="submit"]:hover, .contact_label > input[type="submit"]:hover, .search_form  li > input[type="submit"]:hover, .readmore span:hover, .nav-next a:hover, .nav-prev a:hover
{
	background: #0962A5;
	color: white;
}

.search > input[type="submit"]:active, .contact_label > input[type="submit"]:active, .search_form li > input[type="submit"]:active, .readmore span:active, .nav-next a:active, .nav-prev a:active
{
position: relative;
top: 1px;
text-shadow: none;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset, -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

