/**
 * Theme Name: Icicle Website
 * Theme URI: http://www.icicletech.com
 * Description: Icicle Website Theme
 * Version: 0.1
 * Author: WebTeam
 * Author URI: http://www.icicletech.com
 * Tags: threaded-comments, sticky-post, microformats, two-columns, fixed-width, blue
 * Template: hybrid
 *
 */

/* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get 2cl CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
 @import url('tabs.css');

/**
* Body
************************************************/
body {
/*	background: #242D36 url(images/background.jpg) no-repeat 0 180px;*/
    background: #242D36 ;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px ;
	}

/* Body container */
#body-container {
	overflow: hidden;
	width: 960px;
	margin: 16px auto 8px auto;
	}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #3C738C;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* Headers */
h1 {
	font-size: 21px;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 12px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	color: #276EAF;
	margin-bottom: 10px ;
	}

h3 {
    border-bottom: 1px solid #666666 ;
}

h5.small-font {
    font-size: 10px ;
    color: #666666 ;
}


.sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
	color: #eee;
	}

hr {
    color: #000 ;
    height: 1px ;
}

.highlight {
    background: #FFFFDF ;
}


/* Lists */
.content ul {
	list-style: none;
	margin-left: 21px;
	}
.content ul li {
	overflow: hidden;
	height: 100%;
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}
.content .sticky ul li {
	padding-left: 9px;
	background: url(images/bullet-light.gif) no-repeat 0 6px;
	}

.content-summary {
    background: #FEFFAF ;
    border: 1px solid #DDDF00 ;
    padding: 4px ;
    font-size: 14px ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic ;
    margin-bottom: 10px ;
    line-height: 24px;
}

.content-summary-blue {
    background:  #DFFAFF  ;
    border: 1px solid #A7D7DF ;
    padding: 4px ;
    font-size: 14px ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic ;
    margin-bottom: 10px ;
    line-height: 24px;
}

/* Blockquotes */
blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #444;
	border-left: 3px solid #CADAE7;
	}
.post blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
.sticky blockquote {
	color: #f7f7f7;
	background: url(images/quotes-alt.gif) no-repeat 0 0;
	}
blockquote blockquote {
	color: #555;
	border-left: 3px solid #CADAE7;
	}
.sticky blockquote blockquote {
	color: #eee;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 9px !important;
	margin-bottom: 3px !important;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	background: url(images/pre.png) repeat 0 0;
	border: 1px solid #eee;
	}
pre code {
	padding: 0;
	background: transparent;
	}
.sticky pre {
	background: #246F93;
	border: 1px solid #666;
	}
.sticky code {
	background: #246F93;
	}

/* Tables */

table {
	width: 100%;
	background: #5F97B1;
	border: 1px solid #eee;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #35667c;
	}
tr {
	color: #fff;
	background: #3e7690;
	}
tr.alt, tr.even {
	background: #437f9b;
	}
th {
	padding: .3em;
	color: #fff;
	background: #274958;
	border: 1px solid #35667c;
	}
td a, th a {
	font-weight: bold;
	color: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin: 3px 3px 0 0;
	font-size: 51px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
	}
.sticky .drop-cap {
	color: #eee;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Footnotes */
.footnotes {
	margin: 0 0 21px 24px;
	padding: 9px 0 0 0;
	font-size: .8em;
	color: #777;
	border-top: 1px solid #eee;
	}
.footnotes a.return {
	padding: 0 1px;
	}
.footnotes a.return:hover {
	color: #eee;
	background: #3C738C;
	text-decoration: none;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0 !important;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px !important;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 594px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 592px;
	padding: 6px 1px 0 1px;
	background: #f9f9f9;
	background: #3c738c;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	color: #fff;
	}
.wp-caption img {
	max-width: 586px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 18px 9px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}
.sticky .thumbnail {
	background: transparent;
	border: 1px solid #000;
	}

/**
* Header
************************************************/
#header-container {
	clear: both;
	overflow: hidden;
	color: #999;
	background: #FFFFFF
	}
#header-container a {
	color: #ccc;
	}
#header {
	display: block;
    margin: 4px;
    margin-top: 15px ;
	margin-bottom: 10px;
	}

#header-left {
    width: 48% ;
    float: left;
}

#header-right {
    width: 48% ;
    float: right ;
    text-align: right ;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic ;
    padding-right: 6px ;
}
#site-title {
	font-size: 2.3em !important;
	margin-bottom: 9px;
	line-height: 27px;
	}
#site-title a {
	color: #5f97b1;
	}
#site-description {
	font-size: 1.1em;
	font-style: italic;
	color: #eee;
	margin-bottom: 27px;
	}
#site-title, #site-description {
	font-family: Georgia, Times, "Times New Roman", serif;
	}

/**
* Navigation
************************************************/
#navigation {
	float: left;
	width: 100%;
    background: #276EAF;
	}
#page-nav li {
	margin: 0 10px 0 0;
	padding: 0;
	background: #276EAF;
	font-size: 13px ;
	}
#page-nav li:hover {
   	background: #454A4F;
}
#page-nav li li {
	margin: 0;
    background: #454A4F ;
	}
#page-nav li li:hover {
    background:  #276EAF ;
	}
#page-nav li a {
	float: left;
	padding: 7px 12px;
	color: #f9f9f9;
	}
/*#page-nav ul li.current_page_item {*/
/*	background: #276EAF;*/
/*	}*/
/*#page-nav ul li.current_page_item li {*/
/*	background: #276EAF;*/
/*	}*/

/* Hybrid drop-down styles */
#page-nav ul ul {
	background: #276EAF;
	border-bottom: 1px solid #6F6F6F;
	}
#page-nav li li {
	border-top: 1px solid #6F6F6F;
	}
#page-nav li li a {
	font-size: 13px;
	}
#page-nav li:hover ul {
	top: 30px;
	}
#page-nav li:hover ul, li.sfHover ul {
	top: 27px;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 21px;
	background: #fff ;
	}

.content {
	overflow: hidden;
	float: left;
	width: 670px;
	padding: 20px;
	background: #fff;
	}
.no-widgets .content, .no-default-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 920px;
	}

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
	}

.single .post, .page .page {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 36px;
	}
.sticky {
	padding: 18px 9px 0 9px;
	color: #f7f7f7;
	background: #232C36;
	}
.sticky a {
	color: #A6C2CF !important;
	}

/* Post title */
.entry-title {
	font-size: 21px;
	margin-bottom: 3px;
	}
.single-title, .page-title {
	font-size: 21px;
	}
.page-title, .attachment-title, .error-404-title {
	margin-bottom: 21px;
	}

/* Byline */
.byline {
	margin: 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	}
.single .byline, .home .byline {
	margin-bottom: 21px;
	}
.sticky .byline {
	color: #f7f7f7;
	}
.byline a {
	color: #232c36;
	}

/* Post meta data */
.post-meta-data {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	border-top: 1px solid #ddd;
	}
.sticky .post-meta-data {
	color: #f7f7f7;
	border: none;
	}
.post-meta-data a {
	color: #232c36;
	}

/* Page links */
p.pages a {
	margin: 0 1px;
	padding: 1px 6px;
	font-style: italic;
	border: 1px solid #ddd;
	}
.sticky p.pages a {
	background: #3C738C;
	border: none;
	}
/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Archive templates */
.author-title, .category-title, .date-title, .tag-title, .search-title {
	font-size: 21px;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 21px;
	}
.attachment-icon, .mime-type-icon {
	height: 18px;
	margin-right: 6px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 21px;
	}

/* Breadcrumb */
.breadcrumb {
	margin-bottom: 21px;
	font-size: .85em;
	color: #666;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	}
.next, .previous {
	max-width: 50%;
	font-size: .85em;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	font: .95em Georgia, "Times New Roman", Times;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	float: right;
	width: 240px;
	}
#secondary {
	clear: right;
	float: right;
	width: 240px;
	}

#subsidiary {
	overflow: hidden;
	margin: 0 0 15px 0;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 12px 0;
	padding: 2px 2px;
	background: #fff;
	}
.content .widget {
	margin: 0;
	padding: 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 10px 20px 0 0;
	padding: 0;
	color: #999;
	background: transparent;
	}

/* Widget title */
.widget-title {
	font-size: 1.2em;
	}
#subsidiary .widget-title {
	color: #fff;
	}

/* Widget paragraph */
#subsidiary .widget p {
	color: #ddd;
	}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 9px;
	}
.widget ul li {
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	}
.widget li.current-cat a, .widget li.current_page_item a {
	color: #232c36;
	}
.widget li.current-cat li a, .widget li.current_page_item li a {
	color: #2f6eb9;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	padding: 3px;
	background: transparent;
	border-bottom: 1px solid #2b3b4a;
	}
#subsidiary a {
	color: #678db1;
	color: #ccc;
	}

/* Widget search */
.widget-search .search-text {
	width: 90%;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/* Widget table (calendar) */
.widget table {
	width: 240px;
	}

/**
* Comments
************************************************/
#comments-template {
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}
li.author #reply {
	color: #f7f7f7;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li {
	overflow: hidden;
	margin-bottom: 9px;
	padding: 9px 9px 0 9px;
	color: #333;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li.author li li {
	color: #333;
	margin: 0 9px 9px 18px;
	background: #fff;
	}
#comments li.author li, #comments li li li, #comments li li.author li, #comments li.author li.author li {
	color: #333;
	background: #f9f9f9;
	}
#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author {
	color: #f7f7f7;
	background: #232C36;
	}
#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author {
	color: #f7f7f7;
	background: #246F93;
	}
#comments li li.author, #comments li li.author li.author {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

/* Comment links */
#comments li a, #comments li.author li a, #comments li.author li.author li a {
	color: #3C738C;
	}
#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {
	color: #A6C2CF;
	border-color: #333;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 18px;
	padding: 0;
	border: 1px solid #666;
	}
#comments-template li.author .avatar {
	padding: 2px;
	background: #246F93;
	}

/* Comment meta data */
#comments-template .comment-meta-data {
	margin-bottom: 18px;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	margin: 0 18px;
	}
.comment-text blockquote {
	margin-bottom: 21px;
	}
.comment-text blockquote p {
	display: inline;
	}
#comments-template li.author blockquote, #comments-template li.author pre {
	color: #fff;
	background: #246F93;
	border: none;
	}
#comments-template li.author code {
	background: transparent;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font-size: .8em;
	}
textarea {
	clear: left;
	display: block;
	width: 98.5%;
	}
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: .9em ;
	font-weight: bold;
	line-height: 14px ;
		}

/*li.author .button {*/
/*	background: #333C45;*/
/*	}*/
.button:hover {
	cursor: pointer;
	}
.search-form input {
	margin-right: 9px;
	}
.allowed-tags {
	font-size: .8em;
	}

/**
* Footer
************************************************/
#footer-container {
	clear: both;
	overflow: hidden;
	margin-top: 10px ;
	color: #666666;
/*	background: #3F3F3F ;*/
    background: #FFFFFF ;
    padding-top: 15px ;
	}
#footer-container a {

	}

#footer-menu {
    padding-left: 9px ;
	padding-right: 9px ;
	margin: 0px ;
	color: #3E404D ;
	font-weight: 700 ;
	font-size: 12px ;
}

#footer-menu a {
    color: #3E404D ;
}

#footer {
	clear: both;
	font-size: 8pt ;
	padding-left: 9px ;
	padding-right: 9px ;
    border-top: 1px solid #999999 ;
	}
#footer a {
	font-style: normal;
	color: #666666;
			}
#footer .copyright {
	display: inline;
	float: right ;
	}

/* Home Page */
.div_first {
    width: 100% ;
    text-align: center ;
    margin-left: -20px ;
    margin-top: -20px ;
    padding: 0px ;
}

.div_form {
    width: 45% ;
    text-align: center ;
    padding:0 0 0 0 ;
    margin: 0;
}

.div_form_first H1
{
    padding-left: 10%;
    text-align: left ;
    color: #399256;
}


.div_second {
    width: 100% ;
    margin-top: 10px ;
}

.div_second ul {
    margin-left: 3px ;
}

.div_third {
    width: 100% ;
    margin-top: 10px ;
}

.cursive {
    font-family: Georgia, "Times New Roman", Times, serif ;
    font-style: italic ;
}

.pricing .mainheading {
    font-size: 18px ;
    font-weight: bold ;
}
.pricing td {
    background: #ffffff ;
    color: #333 ;
}

.pricing .column {
    background: #295A6F ;
    color: #fff ;
}


.pricing .subheading {
    background: #000000 ;
    color: #fff ;
}


.call-action {
    font-size: 16px ;
    color: #276EAF ;
}

.float-left {
    float: left ;
}

.float-right {
    float: right ;
}

#call-info {
    margin-left: 10px ;
}

.width-50 {
    width: 48% ;
}

.small-font {
    size: 10px ;
}

.list-right {
 list-style: none ;
}

.list-right li {
     text-align: right ;
     line-height: 13px ;
}

.list-left {
    margin-left: 0px ;
    list-style: none ;
}

.list-left li {
    line-height: 13px ;
}

/* Grids
Grids are calculated in reverse way in percentage - grid_2 (50%) greater than grid_3 (33%)
 */
.grid_3 {
    width: 300px ;
    float: left ;
    margin-right: 8px ;
    padding: 4px ;
}

.grid_2 {
    width: 440px ;
    float: left ;
    margin-right: 8px ;
    padding: 4px ;
}

.grid_1 {
     width:100% ;
     margin: 2px ;
     margin-right: 8px ;
     padding: 4px ;
}

.grid_4 {
    width: 210px ;
    float: left ;
    margin-right: 8px ;
    padding: 4px ;
}

.grid_5_3 {
    width: 600px ;
    float: left ;
    margin-right: 8px ;
    padding: 4px ;
}

/* Forms */
form {

}

form h4 {
    margin-top: 10px ;
    border-bottom: 1px solid #ccc ;
}

form .form_column {
    margin-bottom: 5px ;
}

form .form_column_single {
	clear: both ;
	display: block;
}


form .form_double {
    border: 1px solid #ccc ;
    padding: 4px ;
    margin-bottom: 5px ;
}

.form_double .form_column {
    float: left ;
    margin-right: 10px ;
    width: 40% ;
}

.form_sub .form_column {
    width: 98% ;
}


.form label {
    display: block ;
    font-size: 120% ;
    color: #2C6A8F ;
}


form input.text_field,form textarea.text_area,form input.password_field, form input.file_field, form input.single, form textarea.area {
    padding:2px 0;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(/wp-content/uploads/fieldbg.gif) repeat-x top;
    color: #333333 ;
}


form textarea.text_area, form textarea.area {
    height: 100px ;
    width: 400px ;
    font-family: inherit ;
    font-size: inherit ;
}

form input.text_field,form input.password_field,form select.select, form input.file_field, form input.single {
    width: 400px ;
}

form_double input.text_field,.form_double input.password_field,.form_double select.select {
    width: 200px ;
}

.form_double input.field_long {
    width: 400px ;
}

.form_sub input.text_field,.form_sub input.password_field,.form_sub select.select .form_sub input.single {
    width: 90% ;
}

.form_sub textarea.text_area, .form_sub textarea.area {
    width: 90% ;
    height: 100px ;
}

form .form_buttons {
    margin-top: 10px ;
    margin-bottom: 10px ;
}

form .help {
    display: block ;
    font-size: 90% ;
    color: #666 ;
}

form .form_section {
    margin-bottom: 5px ;
}

form .form_section {
    border: 1px solid #ccc ;
    padding: 4px ;
}

.side_bar .fields {
	margin-bottom:10px;
	padding:10px 10px 1px 10px;
}

/** Styling for Buttons. Long but required **/

input[type="button"],input[type="submit"],input[type="reset"] {
    border-width:1px;
    border-style:solid;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;}

.button-highlighted,input.button-highlighted {font-weight:bold;}

input[type="button"],input[type="submit"],input[type="reset"] {
    border-color:#dfdfdf;
    background-color:#fff;
    }

.button,.button-secondary,.submit input,input[type=button],input[type=submit]{
    border-color:#bbb;
    color:#464646;}

.submit{
    padding:1.5em 0;
    margin:5px 0;
    -moz-border-radius:0 0 3px 3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    -khtml-border-bottom-left-radius:3px;
    -khtml-border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;}

.button:hover,.button-secondary:hover,input[type=button]:hover{color:#000;border-color:#666;}

.button,.submit input,.button-secondary{background:#f2f2f2 url(/wp-content/uploads/white-grad.png) repeat-x scroll left top;text-shadow:rgba(255,255,255,1) 0 1px 0;}

.button:active,.submit input:active,.button-secondary:active{background:#eee url(/wp-content/uploads/white-grad-active.png) repeat-x scroll left top;}

input.button-primary,button.button-primary,a.button-primary{border-color:#298cba;font-weight:bold;color:#fff;background:#21759B url(/wp-content/uploads/button-grad.png) repeat-x scroll left top;text-shadow:rgba(0,0,0,0.3) 0 -1px 0;}

input.button-primary:active,button.button-primary:active,a.button-primary:active{background:#21759b url(/wp-content/uploads/button-grad-active.png) repeat-x scroll left top;color:#eaf2fa;}

input.button-primary:hover,button.button-primary:hover,a.button-primary:hover,a.button-primary:focus,a.button-primary:active{border-color:#13455b;color:#eaf2fa;}

.button-disabled,.button[disabled],.button:disabled,.button-secondary[disabled],.button-secondary:disabled,a.button.disabled{
    color:#aaa!important;
    border-color:#ddd!important;}

.button-primary-disabled,.button-primary[disabled],.button-primary:disabled{
    color:#9FD0D5!important;
    background:#298CBA!important;}


.submit input,.button,input.button,.button-primary,input.button-primary,.button-secondary,input.button-secondary,.button-highlighted,input.button-highlighted {
    text-decoration:none;
    font-size:11px!important;
    line-height:14px;
    padding:2px 8px;
    cursor:pointer;
    border-width:1px;
    border-style:solid;
    -moz-border-radius:11px;
    -khtml-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius:11px;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    -khtml-box-sizing:content-box;
    box-sizing:content-box;}

a.button,a.button-primary,a.button-secondary{
    line-height:15px;
    padding:3px 10px;
    white-space:nowrap;
    -webkit-border-radius:10px;}

.button-large {
    font-size:18px !important;
    line-height:25px;
}
/** End of styling for Buttons **/
/* CSS for cforms */

.widget form.cform {
    background: #CFF7FF ;
    border: 1px solid #00ACCF ;
    padding-left: 3px ;
}

form ol {
    list-style: none ;
    margin-left: 0px ;
}

form ol li {
    margin-bottom: 5px ;
}

form ol label {
    display: block ;
}

.widget input.text_field,.widget input.password_field,.widget select.select, .widget input.single {
    width: 90% ;
}

.widget textarea.text_area, .widget textarea.area {
    width: 90% ;
    height: 100px ;
}

.failure {
/*    background: #FFDFDF ;*/
/*  border: 1px solid #DF6161 ;*/
    background: #FFFBCF ;
    padding: 4px ;
}

.success {
/*    background: #FFDFDF ;*/
/*  border: 1px solid #DF6161 ;*/
    background: #FFFBCF ;
    padding: 4px ;
}

form ul.cf_li_text_err {
    list-style: none ;
    background: #FFFBCF ;
    margin-left: 0px ;
}

.box_blue {
    background:#DFFAFF none repeat scroll 0 0;
    border:1px solid #A7D7DF;
    padding: 4px ;
}

.box_green {
    background:#DFFFE0 none repeat scroll 0 0;
    border:1px solid #DDDF1B;
    padding: 4px ;
}

.box_yellow {
    background:#EEEFA4 none repeat scroll 0 0;
    border:1px solid #AEAF20;
    padding: 4px ;
}

.box_orange {
    background:#FFF2CF none repeat scroll 0 0;
    border:1px solid #EFBA2C;
    padding: 4px ;
}

.content-action {
    padding: 4px ;
    padding-top: 12px ;
    padding-bottom: 10px ;
    font-size: 13px ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic ;
    margin-bottom: 10px ;
    text-align: center ;
}

.tagline {
    margin-top: 10px ;
    margin-bottom: 10px ;
    font-size: 36px ;
    text-shadow: 1px 2px 0px #FFFFFF;
    color: #276EAF;
}

.tagline .tagline_main {
    font-size: 36px ;
    line-height: 40px ;
}

.tagline .tagline_sub {
    font-size: 28px ;
    line-height: 30px ;
}

.tagimages {
    margin-top: 10px ;
}

.tagimages img {
    float: left ;
    margin-right: 10px ;
}


