/*
Theme Name: Clickcom Silver Template 2
Theme URI: http://clickcom.com/
Description: Clickcom Silver Template 2 for Wordpress
Version: 1.0
Author: Clickcom, Inc.
Author URI: http://www.clickcom.com/
Tags:
*/

@import "reset.css";

@font-face {
    font-family: 'HelveticaCE55RomanRegular';
    src: url('fonts/helvetica4-webfont.eot');
    src: url('fonts/helvetica4-webfont.eot?iefix') format('eot'),
         url('fonts/helvetica4-webfont.woff') format('woff'),
         url('fonts/helvetica4-webfont.ttf') format('truetype'),
         url('fonts/helvetica4-webfont.svg#webfonta2HJoCgL') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AachenBold';
    src: url('fonts/aachenb-webfont.eot');
    src: url('fonts/aachenb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aachenb-webfont.woff') format('woff'),
         url('fonts/aachenb-webfont.ttf') format('truetype'),
         url('fonts/aachenb-webfont.svg#AachenBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

a, a:visited {
	color:#aa3637;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a.readmore, a.readmore:visited {
	color:#293b4d;
	border:1px solid #d2d2d2;
	background:#eaf0f6;
	text-decoration:none;
	font-size:12px;
	padding:3px 5px;
}

a.readmore:hover {
	text-decoration:underline;
}

#content hr {
	color:#dddddd;
	border:1px solid #dddddd;
	border-top:none;
	width:97%;
	float:left;
	height:1px;
}

h1, h2, h3, h4, h5, h6 {
	color:#e68900;
	font-family:'HelveticaCE55RomanRegular';
}

h2 {
	font-size:24px;
}

h2.entry-title {
	font-size:30px;
}

h3.widget-title, h2.widget-title {
	color:#0b3e71;
	font-size:24px;
	padding:10px 10px 0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	padding:12px 0;
}

#content ul {
	list-style:disc;
	margin-left:10px;
	margin-bottom:10px;
}

#content ul ul {
	margin-left:10px;
	margin-bottom:0;
}

img.grayborder {
	border:3px solid #dcdcdc;
}

#content table td{
	vertical-align:top;
}

/*
 * Image classes
 */

#content img {
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
 
 .alignright {
	float:right;
	margin:0 0 18px 12px;
}

.alignleft {
	float:left;
	margin:0 18px 18px 0;
}

.aligncenter {
	float:none;
	margin:0 auto 18px auto;
}


/* =Menu
-------------------------------------------------------------- */

#nav {
    display: block;
    float: right;
    margin: 119px auto 0;
    width: 640px;
	padding-left:10px;
	padding-right:0;
	position:relative;
	z-index:800;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background: #a2a2a2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a2a2a2), to(#606060));
	background: -moz-linear-gradient(#a2a2a2, #606060);
	background: linear-gradient(#a2a2a2, #606060);
	-pie-background: linear-gradient(#a2a2a2, #606060);
	behavior: url(/PIE.htc);
}
#nav .menu-header,
div.menu {
    font-size: 12px;
    margin:0 auto;
    width: auto;
}
div.menu {
	background:none;
	padding-right:0;
	height:41px;
}
#nav .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0 auto;
	position:relative;
}
#nav .menu-header li,
div.menu li {
    float: left;
    position: relative;
}
#nav a {
    color: #fff;
	font-size:14px;
    display: block;
	background:none;
    line-height: 41px;
    padding: 0 15px;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
#nav li:first-child a {
}
#nav ul ul {
    display: block;
    position: absolute;
    top: 41px;
    left: -9999em;
    float: left;
    width: 180px;
	border:1px solid #f9af45;
    z-index: 99999;
	padding:12px 0;
	background:url('images/navbg.png');
	background: rgba(255, 255, 255, 0.8);
}
#nav ul ul li {
    min-width: 180px;
}
#nav ul ul ul {
    left: 100%;
    top: 0;
}
#nav li.current_page_item > a, #nav li.current_page_ancestor > a {
	color:#fff;
	background:url('images/nav-currentbg.png') no-repeat center top;
}
#nav ul ul a, #nav li li.current_page_item > a, #nav li.current_page_ancestor li > a {
    line-height: 14px;
    padding: 3px 15px;
	font-size:12px;
	color:#22303f;
    width: 150px;
    height: auto;
	font-weight:normal;
	background:none;
}
#nav li:hover > a,
#nav ul ul :hover > a {
	background:#f9af45;
    color: #22303f;
}
#nav ul ul :hover > a, #nav ul ul li:first-child > a:hover {
	/*background: rgba(249, 175, 69, 0.6);*/
}
#nav ul li:hover > ul {
	left:0px;
}

body{
    background: url('images/bodybg.jpg') no-repeat center top;
	background-attachment:fixed;
    color: #293B4D;
	margin:0 auto;
    line-height: 1.385;
    font-size: 87.53%; /*14px*/
	font-family:Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

#container {
	width: 100%;
	background:url('images/pagebg.png') repeat-y center;
	background-attachment:fixed;
	margin:0 auto;
	clear:both;
	min-height:100%;
}

#wrapper{
    width: 935px;
    padding: 0;
    margin: 0 auto;
	min-height:100%;
	position:relative;
}

#header{
	width:100%;
	height:160px;
	position:relative;
}

#socialmedia {
	width:auto;
	position:absolute;
	top:15px;
	right:25px;
}

#socialmedia a {
	display:block;
	float:left;
}

#socialmedia img {
	margin:0 2px;
}
#branding{
	z-index:100;
	height: 125px;
	padding: 0px;
	width:225px;
	float:left;
	text-align:left;
	font-size:38px;
	position:relative;
}

#branding .description {
	display:none;
}

#slogan {
	clear:both;
	color:#808e9d;
	font-family:'HelveticaCE55RomanRegular';
	position:absolute;
	top:65px;
	right:20px;
	max-width:600px;
	line-height:45px;
	font-size:15px;
}

#branding a {
	text-align:left;
	position:absolute;
	float:left;
	display:block;
	width:211px;
	height:125px;
	top:20px;
	left:15px;
	z-index:100;
	outline:none;
}
#home-slideshow {
	clear:both;
	margin:0;
	height:239px;
	width:935px;
	position:relative;
	z-index:0;
    /*behavior: url(/PIE.htc);*/
}

#slideshows {
	z-index:0;
	position:relative;
	overflow:hidden;
	height:239px;
	width:935px;
}

#slideshow-overlay {
	background:url('images/slideshowbg.png');
	background: rgba(0, 0, 0, 0.5);
	width:250px;
	padding:30px;
	height:179px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	font-family:'HelveticaCE55RomanRegular';
}

h2.slide-heading, a.slide-readmore {
	color:#faad3e;
}

a.slide-readmore {
	font-weight:bold;
}

#slideshow-overlay div.slide-content {
	color:#fff;
	font-size:13px;
	height:123px;
	overflow:hidden;
	margin-top:8px;
}

#footer {
	color:#fff;
	position:relative;
	width:100%;
	height:40px;
	padding:0;
    behavior: url(/PIE.htc);
	background: #adb3b9;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#adb3b9), to(#798087));
	background: -moz-linear-gradient(#adb3b9, #798087);
	background: linear-gradient(#adb3b9, #798087);
	-pie-background: linear-gradient(#adb3b9, #798087);
}

span.clickcom, span.copyright {
	float:left;
	display:block;
	width:45%;
	height:25px;
}

span.copyright {
	font-weight:normal;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	padding:15px 0 0 30px;
}

span.clickcom {
	float:right;
	text-align:right;
	padding:9px 20px 0 0;
	filter: alpha(opacity=60);
	opacity: .6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/* =Pagination
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: underline;
}
.navigation a:active,
.navigation a:hover {
	text-decoration:none;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 18px 0 0 0;
}

/*Equal height columns*/
#col-wrapper{
    /*overflow: hidden;*/
	clear:both;
	height:auto;
    width:100%;
	position:relative;
	z-index:200;
	*z-index:-1;
}

#col1, #col2{
    float: left;
    position: relative;
    overflow: hidden;
	z-index:200;
	min-height:400px;
}

#col1 {
    width: 570px;
    padding: 25px 9px 40px 45px;
	line-height:1.6em;
	background: url('images/contentbg.png') no-repeat 0 0;
}
#col2 {
    width: 310px;
    padding: 0px 0px 45px;
	float:right;
	background:url('images/sidebarbg.png') repeat-x top;
	overflow:visible;
	position:relative;
	z-index:300;
}

#sidebar {
	padding:0 20px;
}

#col2 li.widget-container {
	margin:15px 0;
	padding:10px 0 0;
	border-top:1px solid #dddddd;
}

#col2 #sidebar ul li:first-child {
	border-top:none;
}

#col2 #sidebar ul ul li:first-child {
}

/*
Gravity Form Sidebar Widget
*/
#col2 #sidebar ul > li.gform_widget {
	padding:20px 0px 0;
	margin-top:0;
}

#sidebar .gform_wrapper {
	padding:0 10px;
	margin-top:0;
	overflow:hidden;
}

#sidebar .gform_wrapper .gform_heading {
	margin-bottom:8px;
	margin-top:-4px;
}

#sidebar .gform_wrapper .gform_heading .gform_description {
    font-family: 'HelveticaCE55RomanRegular';
	color:#0b3e71;
	font-size:15px;
}

#sidebar .gform_wrapper .top_label input.large,
#sidebar .gform_wrapper .top_label textarea.textarea {
	width:98%;
}

#sidebar .gform_wrapper .gform_footer {
	margin:0;
	*margin-bottom:10px;
}

#sidebar .gform_wrapper .gform_footer input.button,
#col-wrapper .gform_wrapper .gform_footer input.button {
	float:right;
	padding:3px 0px 5px 16px;
	color:#269135;
	min-width:65px;
	line-height:14px;
	height:25px;
	background-color:none;
	background:url('images/arrow.png') no-repeat 0 9px;
	font-size:12px;
	cursor:pointer;
	position:relative;
	border:0px solid #000;
}

#col1 .gform_wrapper .gform_footer input.button {
	float:left;
}

.gform_wrapper input,
.gform_wrapper textarea {
	border:1px solid #d0d1d7;
	color:#888c98;
	background:#fff;
	margin:2px 0;
	height:20px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}

#col-wrapper .gform_wrapper input,
#col-wrapper .gform_wrapper textarea {
	padding-left:2px;
}

#sidebar .gform_wrapper input[type=text]{
	*padding-top:4px !important;
	*height:18px;
	font-size:12px;
}

#sidebar .gform_wrapper textarea {
	font-size:12px;
}

#sidebar .gform_wrapper .top_label label.gfield_label {
	display:none;
}

#sidebar #gforms_confirmation_message, #col1 #gforms_confirmation_message {
	background:#e7e7e7;
}

/*
Testimonial Styling for Shortcode in Content
*/

#col1 div.widget_stray_quotes {
	float:left;
	width:100%;
	margin-bottom:20px;
}

#col1 div.widget_stray_quotes p {
	margin-bottom:.5em;
}

#col1 div.authorText,
#col1 div.sourceText {
	padding-top:0;
	font-size:12px;
}

#col1 div.stray_quote {
	line-height:1.2em;
	font-style:italic;
}

/*
Testimonials Sidebar Widget
*/

#col2 li.widget_stray_quotes {
	min-height:100px;
	position:relative;
}

#col2 li.widget_stray_quotes > div{
	padding:35px 10px 5px 80px;
	font-size:12px;
}

#col2 li.widget_stray_quotes div.big-quote {
	position:absolute;
	top:7px;
	left:8px;
	font-size:100px;
	color:#0079bc;
    font-family: 'AachenBold';
	width: 50px;
	height: 50px;
	line-height: 1em;
}

#col2 div.stray_quote {
	line-height:1.4em;
	min-height:30px;
	font-style:italic;
}

div.authorText {
	padding:20px 0 0;
	margin:0;
	line-height:1em;
}

div.sourceText {
	padding:0;
	margin:0;
	line-height:1em;
}

div.authorText, div.sourceText {
	text-align:right;
}

/*
Recent Posts Sidebar Widget
*/
#col2 .cc_recentPosts {
	padding:25px 0 0 10px;
	position:relative;
}

#col2 .cc_postFeaturedImage {
	display:none;
}

#col2 h3.cc_postTitle, #col2 .cc_recentPosts {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#col2 h3.cc_postTitle a, #col2 h3.cc_postTitle {
	font-weight:bold;
	color:#269135;
	font-size:13px;
	text-decoration:none;
}

#col2 h3.cc_postTitle a:hover {
	text-decoration:underline;
}

#col2 .cc_recentPosts .cc_postReadMore a {
	background:url('images/arrow.png') no-repeat 0 5px;
	padding-left:22px;
	color:#269135;
	text-decoration:none;
}

#col2 .cc_recentPosts .cc_postDate {
	position:absolute;
	top:10px;
	left:10px;
	font-weight:bold;
	color:#1f659e;
	font-size:13px;
}

#col2 div.cc_postExcerpt {
	padding:10px 0 0;
	display:block;
	clear:both;
}

/*
Recent Posts Content
*/

#col1 .cc_postReadMore {
	float:left;
}

#col1 div.cc_recent_posts {
	clear:both;
	display:block;
	width:100%;
	padding:25px 0;
	float:left;
}

#col1 div.cc_recent_posts > div {
	float:left;
}

#col1 div.cc_recent_posts div.cc_postImage {
	width:159px;
	height:159px;
	border:1px solid #d3d3d3;
	margin:0 15px 0 0;
	padding:1px 1px;
	overflow:hidden;
}

#col1 div.cc_recent_posts div.cc_postImage img {
	max-width:180px;
}

#col1 div.cc_recent_posts h3.cc_postTitle {
	padding:0;
	font-size:22px;
}

#col1 div.cc_recent_posts div.cc_postContainer {
	width:65%;
}

#col1 h3.cc_postDate {
	display:none;
}

#col1 div.cc_postExcerpt {
	line-height:1.2em;
	padding:15px 0;
}

div.content-loop #content h2.entry-title {
	font-size:24px;
	padding:0.5em 0 0 0;
	font-weight:bold;
}

div.content-loop #content div.post {
	margin-bottom:1.75em;
}

div.content-loop div.entry-meta a.entry-date-link,
div.content-single div.entry-meta a.entry-date-link {
	font-style:italic;
	font-size:12px;
	text-decoration:none;
}

div.content-single div.entry-meta a.entry-date-link {
	font-size:13px;
}

div.content-single #content h1.entry-title {
	padding-bottom:0;
	line-height: 1.15em;
}

div.content-loop div.entry-utility,
div.content-single div.entry-utility {
	font-size:11px;
}

div.content-single div.entry-content,
div.content-single div.entry-utility {
	margin-top:1em;
}