/*--------------------------------------------------------------
	# YourFlash.com - November 2008 (for Joomla 1.5)
	# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.
	# License: Copyrighted Commercial Software
	# Website: http://www.gavick.com
	# Support: support@gavick.com 
	---------------------------------------------------------------*/
	

/* ------------------------- STYLE 1 --------------------------*/

@media screen{
	#bg {

	background: #183d69 url('../images/style1/bg_page.jpg') no-repeat 50% 0;
}
	
	}
/* template_css.css */

a:link,
a:visited,
a:active {
	color: #0099CC;
}
a:hover {
	color: #85BAD2;
}
a#logo {
	background: url('../images/style1/logo.png') no-repeat 0 0;
}
#mod_search_searchword {
	background: url('../images/style1/bg_search.png') no-repeat 0 50%;
}
#wrap_search input.button {
	background: url('../images/style1/bg_search_button.png') no-repeat 0 50%;
}
div.moduletable_col1 {
	background: #fff url('../images/style1/bg_moduletable_col1.png') repeat-x 0 0;
	color: #2f2f2f;
}
div.moduletable_col1 h3 {
	background: #e2e2e2 url('../images/style1/bg_moduletable_col1_h3.png') repeat-x 0 0;
	color: #fff;
}
/* suckerfish.css */
#horiz-menu li:hover {
	background: url('../images/style1/menu_hover.png') repeat-x 100% 0!important;
}
#horiz-menu li:hover a {
	color: #000;
}
#horiz-menu li:hover ul,
#horiz-menu li.sfHover ul {
	background: #fcfcfc url('../images/style1/menu_hover.png') repeat-x 0 100%!important;
	margin-top: 20px;
}
#horiz-menu ul.menu li {
	border: none;
}
#horiz-menu li.parent:hover,
#horiz-menu li li.active {
	background: url('../images/style1/menu_hover.png') repeat-x 100% 0!important;
}
#horiz-menu li.parent:hover a {
	color: #000000;
}
#horiz-menu li li {
	border-bottom: 1px solid #c3c3c3!important;
}
/* joomla_classes.css */
a.readon,
.back_button a {
	background: url('../images/style1/readon_button.png') no-repeat 0 50%;
	color: #fff;
}
.button,
button.validate {
-moz-box-shadow:inset 0px 1px 0px 0px #aedbeb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #aedbeb;
	box-shadow:inset 0px 1px 0px 0px #aedbeb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6fc8e9), color-stop(1, #17a8dd) );
	background:-moz-linear-gradient( center top, #6fc8e9 5%, #17a8dd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fc8e9', endColorstr='#17a8dd');
	background-color:#6fc8e9;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #4daed1;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
	text-align:center;
	height:35px;

}
.button:hover,
button.validate:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #17a8dd), color-stop(1, #6fc8e9) );
	background:-moz-linear-gradient( center top, #17a8dd 5%, #6fc8e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a8dd', endColorstr='#6fc8e9');
	background-color:#17a8dd;
	text-decoration:none;
}
.pagenavcounter {
	color: #85BAD2;
}
.written_by {
	color: #55a3c6;
}
div.img_caption p {
	color: #55a3c6;
}
/* gk_stuff.css */
.tool-tip,
.tool-text {
	background:#85BAD2;
}
ul.gk1_tabmixmenu_ul-style1 li.active {
	background: url('../images/style1/tab_active_l.png') no-repeat 0 0;
}
ul.gk1_tabmixmenu_ul-style1 li.active span {
	background: url('../images/style1/tab_active_r.png') no-repeat 100% 0;
}
input#modlgn_username,
input#modlgn_passwd {
	background: url('../images/style1/login_input.png') no-repeat 0 0;
	color: #5f92a9;
}
input#modlgn_passwd:focus,
input#modlgn_username:focus {
	color: #5f92a9;
}
#form-login-button input.button,
.logout input.button {
	background:transparent url('../images/style1/button_login.png') no-repeat scroll 0 50%;
}
li#form-login-remember {
	border-left: 1px solid #bad9e7!important;
}
ul.loginposition li label {
	color:#5f92a9;
}
/* typography.css*/
pre,
.code {
	background-color:#f7f7f7;
	border-left:5px solid #7bb0c8;
	color: #414141;
}
.highlight-1 {
	background:#ffffda;
}
.highlight-2 {
	background:#f1f1f1;
}
.highlight-3 {
	background:#414141;
	color: #fff;
}
.highlight-4 {
	background:#7bb0c8;
	color: #fff;
}
span.clear {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #999;
}
span.clear-1 {
	border-top: 1px solid #7bb0c8;
	border-bottom: 1px solid #7bb0c8;
	color: #7bb0c8;
}
span.clear-2 {
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
	color: #414141;
}
span.color {
	color: #7bb0c8;
}
span.color-1 {
	color: #414141;
}
span.color-2 {
	border-left: 2px solid #7bb0c8;
	color: #7bb0c8;
}
span.color-3 {
	border-left: 2px solid #414141;
	color: #414141;
}
span.color-4 {
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
	background: #414141;
	color: #fff;
}
span.color-5 {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #f5f5f5;
	color: #7bb0c8;
}
span.color-6 {
	border-top: 1px solid #e9e9a1;
	border-bottom: 1px solid #e9e9a1;
	background: #ffffee;
	color: #666;
}
span.color-7 {
	border-top: 1px solid #7bb0c8;
	border-bottom: 1px solid #7bb0c8;
	background: #7bb0c8;
	color: #fff;
}

/**
* @version 1.5.1 $Id: style.css
* @package Joomla 1.5.x
* @subpackage RS-Monials
* @copyright (C) 2009 RS Web Solutions (http://www.rswebsols.com)
* @license GNU/GPL
*/

/* Success Message Text after submitting a testimonial */
.RSM_success { color:#009900; font-weight:bold; }

/* Css class for \"Submit a Testimonial\" Link */
.RSM_submit_link { text-align:right; }
.RSM_submit_link a { }
.RSM_submit_link a:hover { }

/* Horizontal Rule Color */
.RSM_hr_color { color:#cccccc; }

/* Manage the image and alignment of both quotation */
.RSM_left_quote { padding-right:0px; }

.RSM_right_quote { padding-left:0px; }

/* Manage Testimonial Text */
.RSM_testimonial { font-size:14px; font-weight:normal; text-align:left;}

/* Manage the Subtext of Testimonial, i.e. Date of Posting, Posted By etc. etc. */
.RSM_testmonial_subtext { font-size:11px; text-align:left; }

/* Manage Text and link of Pagination */
.RSM_pagination_text { text-align:center; }
.RSM_pagination_text a { }
.RSM_pagination_text a:hover { }

/*********************************************************/
/*** Manage the display of Testimonial Submission Form ***/
/*********************************************************/

/* Text \"Submit A Testimonial\" */
.RSM_form_heading { }

/* Manage the Style of main Table */
.RSM_form_main { width:100%; }

/* Manage the error Text */
.RSM_form_error { color:#ff0000; }
.RSM_form_error p { }
.RSM_form_error div ul li { }

/* Manage the row that is displaying \" * fields are mandatory\" */
.RSM_form_mandatory { text-align:right; }

/* Color of the \"*\" (Star) */
.RSM_form_star_color { color:#ff0000; }

/* Manage width of the First Column, i.e. the column that is showing text like \"Your First Name\", \"Your Last Name\" etc. */
.RSM_form_first_col { width:25%; }

/* Manage the style of text in the form */
.RSM_form_text {}

/* Manage Input fields of the form */
.RSM_form_input { width:100%; }

/* Manage Textarea field of the form */
.RSM_form_textarea { width:100%; height:150px; }

/* Manage Button field of the form */
.RSM_form_button { width:auto; }