
/*Logo*/

#rt-logo{
	background:url(../images/logo/logo.png) top left no-repeat;
    width: 267px;
	height: 87px;
    margin: 16px 0 41px;
}

/*Buttons*/

a.moduleItemReadMore,
a.k2ReadMore,	
div.itemCommentsForm form input#submitCommentButton,
input[type="submit"],
button.button,
.component-content div.toggle-editor a,
a.moduleCustomLink,
div.itemComments ul.itemCommentsList li span.commentLink a,
div.itemComments ul.itemCommentsList li span.commentToolbar a,
.commentToolbar a {
    border: none;
    background-color: #f26b2b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f26b2b), to(#ea441b)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f26b2b, #ea441b); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f26b2b, #ea441b); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f26b2b, #ea441b); /* IE10 */
	background-image:      -o-linear-gradient(top, #f26b2b, #ea441b); /* Opera 11.10+ */
	background-image:   linear-gradient(to bottom, #f26b2b, #ea441b);
    border-radius: 4px;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.16) !important;
    -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.16) !important;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.16) !important;
    display: inline-block;
    font: bold 13px/20px 'Lora',serif;
    color: white;
    padding: 3px 12px 3px 11px;
    margin: -5px 0 9px 1px;
}

.readon .button,
div.itemCommentsForm form input#submitCommentButton {margin: 20px 0 0;}
	
a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
div.itemCommentsForm form input#submitCommentButton:hover,
input[type="submit"]:hover,
button.button:hover,
.component-content div.toggle-editor a:hover,
a.moduleCustomLink:hover,
div.itemComments ul.itemCommentsList li span.commentLink a:hover,
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover,
.commentToolbar a:hover {
    background-color: #ea441b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea441b), to(#f26b2b)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ea441b, #f26b2b); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ea441b, #f26b2b); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ea441b, #f26b2b); /* IE10 */
	background-image:      -o-linear-gradient(top, #ea441b, #f26b2b); /* Opera 11.10+ */
	background-image:   linear-gradient(to bottom, #ea441b, #f26b2b);
    font: bold 13px/20px 'Lora',serif;
    color: white;
}

/*Typhography*/

.module-title h2.title,
div.catItemHeader h3.catItemTitle,
div.itemHeader h2.itemTitle,
div.userItemHeader h3.userItemTitle,
div.itemCommentsForm h3,
h3.itemCommentsCounter,
div.k2AccountPage h2.k2ProfileHeading,
div.componentheading,
div.genericItemHeader,
h2.genericItemTitle,
div.tagItemHeader h2.tagItemTitle,
h1{color:#3c3c3c;}


/*=== Top Positions ===*/

#rt-top{}
#rt-top .rt-container{}

/*=== Menu Positions ===*/

#rt-menu {
    background: url(../images/template/navigation.gif) 0 0 repeat-x;
}
#rt-menu .rt-container {
    height: 78px;
}

/*=== Header Positions ===*/

#rt-header{}
#rt-header .rt-container{}


/*=== Showcase Positions ===*/

#rt-showcase{}
#rt-showcase .rt-container{}


/*=== Feature Positions ===*/

#rt-feature{}
#rt-feature .rt-container{}

/*=== Utility Positions ===*/

#rt-utility{}
#rt-utility .rt-container{}

/*=== MainTop Positions ===*/

#rt-maintop{}
#rt-maintop .rt-container{}


/*=== MainContent ===*/

#rt-main{}
#rt-main .rt-container{}


.rt-container {background: none;}


	
/*Forms*/

textarea#jform_contact_message,
textarea#commentText,
textarea#description,
textarea#jform_profile_aboutme{
	background: #e0d4bd;
	border: 1px solid #e0d4bd;
    border-radius: 4px;
}

#form-login .inputbox, #com-form-login .inputbox, #josForm .inputbox,
#contact-form fieldset input[type="text"],
#contact-form fieldset input[type="email"],
.itemCommentsForm input[type="text"],
#form-login  input[type="text"],
#form-login  input[type="password"],
#mod-search-searchword,
#searchForm input#search-searchword,
#josForm.register input[type="text"],
#josForm.register input[type="password"],
#josForm.register input[type="email"],
.profile input[type="text"],
.profile input[type="password"],
.profile input[type="email"],
#user-registration input#jform_email,
div.login-fields #username,
div.login-fields #password,
.k2AccountPage input[type="text"],
.k2AccountPage input[type="password"],
.k2AccountPage input[type="email"]{
	background: #e0d4bd;
	border: 1px solid #e0d4bd;
    border-radius: 4px;
}
	
	
#contact-form label,
div.k2AccountPage table.admintable label{
	font-size:1em;
	line-height:2em;
	}
	
/*Comments*/

div.itemComments ul.itemCommentsList li,
div.itemComments ul.itemCommentsList li.unpublishedComment,
div.itemComments ul.itemCommentsList li.authorResponse{
	background: none;
}
	
div.itemComments ul.itemCommentsList li span.commentToolbar{
	border-top:1px solid #999}
	
/*Google Map*/
	
div.map-wrapper{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
	}

/*Search Results*/

div.form-limit-and-counter{
	border-top: 1px solid #e9dfca;
	border-bottom: 1px solid #e9dfca;
}


/*=== MainBottom Positions ===*/

#rt-mainbottom{}
#rt-mainbottom .rt-container{}


/*=== Bottom Positions ===*/

#rt-bottom{}
#rt-bottom .rt-container{}


/*=== Footer Positions ===*/

#footer{}
#footer .footer-container{}


#rt-footer, #rt-copyright {
    color: inherit;
}