/*
	Theme Name: Driskill Child Theme
	Theme URI: http://market.studiopress.com/themes/driskill
	Description: Driskill is a mobile-friendly responsive design created for the Genesis Framework.
	Author: Bill Erickson
	Author URI: http://www.billerickson.net

	Version: 1.0
	
	Template: genesis
	Template Version: 1.7.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Structural Columns
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Home
* Driskill Dark
* Responsive Design - Menu and Logo
* Responsive Design - Featured Image / Home Header
* Responsive Design - Structural Columns
*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	/*line-height: 20px;*/
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}*/

body {
	/*background: #f9f9f9;*/
	background: #ffffff;
}


/* Hyperlinks
------------------------------------------------------------ */

/*a,
a:visited {
	color: #810402;
	text-decoration: none;
}
*/
a:hover {
	font-weight:normal;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	/*background-color: #f9f9f9;*/
	background-color: #fff;
	margin: 0 auto;
	/*max-width: 960px;*/
	/*overflow-x: hidden;*/
}


/* Header
------------------------------------------------------------ */

#header {
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
	width: 100%;
}

#header .wrap {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 50px 0 20px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 270px;
}

#title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 12px;
	font-style: italic;
}

#header .widget-area {
	float: right;
	width: 660px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 270px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Navigation Constants
------------------------------------------------------------ */

#header .nav li:hover ul ul,
#header .menu li:hover ul ul,
#nav li:hover ul ul,
#subnav li:hover ul ul,
#header .nav li.sfHover ul ul,
#header .menu li.sfHover ul ul,
#nav li.sfHover ul ul,
#subnav li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #333;
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #666;
}


#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	display: none;
}

#header ul.nav li li,
#header ul.menu li li {
	left:0;
	position:relative;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #f0f0f0;
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #ddd;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: transparent;
	border-bottom: 1px solid #eee; 
	padding-bottom: 2px;
	clear: both;
	color: #333;
	text-transform: uppercase;
	margin:0 auto;
	width: 960px;
	display:none; /************* MODIFIED TO HIDE IT *********************/
}

#nav .wrap {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #333;
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #666;
}

#nav li a .sf-sub-indicator {
	display: none;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #f0f0f0;
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #ddd;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a {
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #f0f0f0;
	clear: both;
	color: #333;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #333;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #ddd;
}

#subnav li a .sf-sub-indicator {
	display: none;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #f0f0f0;
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #ddd;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#subnav li ul a {
	width: 160px;
}

#subnav li ul ul {
	margin: -31px 0 0 179px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	/*margin: 20px 0;
	overflow: hidden;
	max-width: 960px;*/
	
	/* MODIFIED */
	margin: 0 auto;
	width:960px;
	background-color:#FFF;

	
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}

/* Structural Columns
------------------------------------------------------------ */

.sidebar-content-sidebar #content-sidebar-wrap,
.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap,
.content-sidebar #content-sidebar-wrap {
	float: left;
	width: 100%;
	min-height:1000px;  /* MODIFIED */
}

.sidebar-content-sidebar #content {
	margin: 0 275px 0 170px;
}

.sidebar-content-sidebar #sidebar {
	margin-left: -255px;
}

.sidebar-content-sidebar #sidebar-alt {
	margin-left: -100%;
}

.content-sidebar-sidebar #content {
	margin-right: 445px;
}

.content-sidebar-sidebar #sidebar {
	margin-left: -425px;
}

.content-sidebar-sidebar #sidebar-alt {
	margin-left: -170px;
}

.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
	margin-left: -445px;
	width: 100%;
}

.sidebar-sidebar-content #content {
	margin-left: 445px;
}

.sidebar-sidebar-content #sidebar {
	margin-right: 20px;
}

.sidebar-content #content {
	margin-left: 275px;
}

.sidebar-content #sidebar {
	margin-left: -100%;
}

.content-sidebar #content {
	margin-right: 275px;
	margin-top:20px; /*** MODIFIED **/
	min-height:1000px; /*** MODIFIED **/
	background:#FFF; /*** MODIFIED **/
}

.content-sidebar #sidebar {
	margin-left: -255px;
	margin-top:20px; /*** MODIFIED **/
	background:#FFF; /*** MODIFIED **/
	min-height:1000px; /*** MODIFIED **/
}


/* Content 
------------------------------------------------------------ */

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
	margin: 0 0 40px;
}

#content 
{
    margin-top: 20px;
	margin-bottom: 20px;
	min-height:500px;
}

#content .post, 
#content .page,
#comments {
	background: #FFF;  /*** MODIFIED **/
	border: 1px solid #dfdfdf;  
	overflow: hidden;
	padding: 0px; 
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

h1.entry-title 
{
    font-family: "Myriad Pro",Arial,sans-serif;
    font-size: 16px;
}

.entry-title,
#comments h3 {
	/*background: #e8e8e8 url('images/header-bg.png') repeat-x; */ /*** MODIFIED **/
	border-bottom: 1px solid #ccc;
	padding: 15px 25px 10px;
	text-transform: uppercase;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#comments h3 {
	margin-bottom: 0;
	border-bottom: 0;
}

.entry-content {
	overflow: hidden;
	padding: 10px 20px;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/*h1,
h2,
h2 a,
h2 a:visited {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
}*/

h2 a 
{
    font-weight:bold;
	color: #0067B1;
}

.widget-wrap .tagcloud a
{
	color:#000;
}
#content .post h2 a
{
font-weight:bold;
	color: #0067B1;
}
h2.entry-title a 
{
    font-weight:bold;
	color: #0067B1;
}

.page h1 {
	margin: 0 0 5px;
}

h2 a:hover {
	color: #810402;
	text-decoration: none;
	font-weight:bold;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	margin: 0 0 15px;
}

h4 {
	font-size: 14px;
}

.widget-area h4 {
	/*background: #e8e8e8 url('images/header-bg.png') repeat-x;*/  /*** MODIFIED **/
	border-bottom: 1px solid #fff;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-style:italic;
	padding: 15px 10px 10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content .post ol li,
.entry-content .page ol li {
	margin: 0 0 0 25px;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .page ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0;
	padding: 0 20px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 11px;
	padding: 5px 20px;
	text-transform: uppercase;
}

.post-meta span {
	padding-right: 10px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	/*background: #fff;
	padding: 3px;
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;*/
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 10px;
	float:right;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.featured-image,
.home-header #genesis-slider {
	background: #efefef;
	border: 1px solid #ddd;
	margin: 0 0 30px;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: left;
	width: 255px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background: #ececec;
	border: 1px solid #fff;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


.sidebar .widget .widget_text #text-11
{
    background: #fff;
	border: 1px solid #fff;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

ul.menu li 
{
    border-bottom: 1px solid #DFDFDF;
}
ul.menu li a
{
    color:#0067B1;
    font-weight:bold;
    list-style:none;
}

ul.menu li a, a:visited, a:active, a:hover 
{

    text-decoration:none;
}
/**************** MODIFIED ************************/
ul.menu li a:hover 
{

    text-decoration:underline;
    
}

#text-2 a, a:visited, a:active 
{
    color:#0067B1;
    text-decoration: none;
    font-weight:bold;
}

#text-2 a:hover 
{
    text-decoration:underline;
}

#text-2 p
{
    line-height: 26px;
    margin-left:10px;
}


.home-content .widget .textwidget,
.home-footer-wrapper .widget .textwidget {
	padding: 10px 10px 0;
}
/**************** MODIFIED ************************/
.widget-area .textwidget 
{
    padding: 0px;
    margin:0px;
    background:#fff;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    border-top:1px solid #dfdfdf;
}


.widget-area ol,
.widget-area ul {
	margin: 0 0 0 0px;
	padding: 0px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	list-style-type:disc;
 	word-wrap: break-word;
	border-bottom: 1px solid #fff;  /**** MODIFIED ***/
}

.widget-area ul.children li {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	list-style-type:disc;
	list-style-position:inside;
 	word-wrap: break-word;
	border-bottom: none;  /**** MODIFIED ***/
}

.widget-area ul li a {
	color:#0067B1;
    text-decoration: none;
    font-weight:bold;
    list-style-type:disc;
}

.widget-area ul.children li a {
	color:#000;
    text-decoration: none;
    font-weight:normal;
}

.widget-area ul li a:hover {
	color:#810402;
    text-decoration: none;
    font-weight:bold;
}

.widget-area ul.children li a:hover {
	color:#000;
    text-decoration: underline;
    font-weight:normal;
}


.widget-area ol li {
	list-style-type: decimal;
}

#featured-post-14 {
	width:685px !important; /* created */
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 10px;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	width: 230px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	/*clear: both;*/ /*modified for the three column layout for the home page */
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
.red-button,
#submit {
	background: #810301 url('images/red-button.jpg') repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/************ SUBSCRIBE BUTTON **************/

input.subscribe_btn 
{
    background: url('images/subscribe_btn.png') repeat-x;
    width:115px;
    height:37px;
    font-weight:bold;
    color:#FFF;
    border:none;
}


div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
.red-button:hover,
#submit:hover {
	background: #c61a0c url('images/red-button.jpg') repeat-x 0 -32px;
	color: #fff;
	text-decoration: none;
}

a.red-button {
	display: block;
	float: left;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 200px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews {
	padding-bottom: 10px;
}

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 5px 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 100%;
}

#footer-widgets .widget {
	background: #f0f0f0;
	border: 1px solid #dfdfdf;
	border-right-width: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 10px;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets h4 {
	background: #e8e8e8 url('images/header-bg.jpg') repeat-x;
	border-bottom: 1px solid #ccc;
	padding: 15px 25px 10px;
	text-transform: uppercase;
}

#footer-widgets p {
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	width: 33%;
}

.footer-widgets-1 .widget {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.footer-widgets-2 {
	float: left;
	width: 33%;
}

.footer-widgets-3 {
	float: left;
	width: 34%;
}

#footer-widgets .footer-widgets-3 .widget {
	border-right-width: 1px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 10px;
	overflow: hidden;
	padding: 5px 0;
	text-transform: uppercase;
	width: 100%;
}

#footer p {
	font-size: 10px;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 20%;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 75%;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	background: #fff;
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 0 0 20px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin: 10px -6px 0 10px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.alt,
.depth-1,
.even {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}


/* Gravity Forms
------------------------------------------------------------ */

.sidebar .gform_wrapper {
	background: url('images/gforms-header.png') no-repeat center top;
	margin-top: -1px !important;
	padding: 25px 15px 0;
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.sidebar .gform_wrapper .top_label input.medium, 
.sidebar .gform_wrapper .top_label select.medium {
	border: 1px solid #ccc;
	width: 98%;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 12px !important;
}

/* Home
------------------------------------------------------------ */

.home-header {
	margin-bottom: 0px; /*** MODIFIED **/
}

.home-content a, a:visited, a:active, a:hover {
    color: #0067B1;
    text-decoration: none;
    /*font-weight:bold;*/
}
/*** MODIFIED **/
.home-content #featured-post-12 .widget-wrap h4.widgettitle 
{
    /*background: url("images/featured_content_header.png") 0 0 transparent;*/
    border:none;
    border-top-left-radius: none;
    border-top-right-radius: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width:686px;
    height:51px;
    text-transform: uppercase;
}
/*** MODIFIED **/
.home-content #featured-post-14 .widget-wrap div
{
	background: #FFF;  
	/**border: none;  **/
	overflow: hidden;
	/**padding: 10px 10px 0 10px; **/
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

/*** MODIFIED **/

/** New by Atif **/
.home-content #featured-post-14 .widget-wrap h2
{
	/*background: #e8e8e8 url('images/header-bg.png') repeat-x; */ /*** MODIFIED **/
	border-bottom: 1px solid #ccc;
	padding: 15px 25px 10px;
	text-transform: uppercase;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}


.home-content #featured-post-14 .widget-wrap p
{
	padding: 5px 20px;
	overflow: hidden;
}
/
/** END New by Atif **/
.home-content #featured-post-10 .widget-wrap h4.widgettitle 
{
    /*background: url("images/webcasts_header.png") 0 0 transparent;*/
    border-bottom:1px solid #dfdfdf;
     border-top-left-radius: none;
    border-top-right-radius: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width:686px;
    height:51px;
    text-transform: uppercase;
}



/*** MODIFIED **/
.home-content #featured-post-13 .widget-wrap div
{
	background: #FFF;  
	border: none;  
	overflow: hidden;
	padding: 10px 10px 0 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

/*** MODIFIED **/
.home-content #featured-post-11 .widget-wrap h4.widgettitle 
{
    /*background: url("images/whitepapers_header.png") 0 0 transparent;*/
    border-bottom:1px solid #dfdfdf;
     border-top-left-radius: none;
    border-top-right-radius: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width:686px;
    height:51px;
    text-transform: uppercase;
}

/*** MODIFIED **/
.home-content #featured-post-11 .widget-wrap div
{
	background: #FFF;  
	border: none;  
	overflow: hidden;
	padding: 5px 0 2px 5px; 
	margin:0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}


/*** MODIFIED
.home-content #featured-post-4 .widget-wrap h2 
{
    
} **/

/*** MODIFIED **/
.home-content 
{
    width:700px;  
}


.home-content #featured-post-3 .widget-wrap div
{
	background: #FFF;  
	border: none;  
	overflow: hidden;
	padding: 10px 10px 0 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}



.home-content .widget,
.home-footer-wrapper .widget {
	background: #FFF;  /*** MODIFIED **/
/**	border: 1px solid #dfdfdf; **/ 
	overflow: hidden;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:325px;
	float:left;
	margin-right:20px;
	
}

.widget_text
{
    margin: 0 0 15px;
}


.home-footer-wrapper .widgettitle {
	/*background: #e8e8e8 url('images/header-bg.jpg') repeat-x;*/
	border-bottom: 1px solid #ccc;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding: 15px 25px 10px;
	text-transform: uppercase;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.home-content .widgettitle {
	/*background: url('images/header-bg.png');*/
	border-bottom: 1px solid #ccc;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight:bold;
	padding: 15px 25px 10px;
	text-transform: uppercase;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.home-content p {
	padding-bottom: 15px;
}

#home-footer-2 {
	float: right;
	margin-right: 2px;
}




/* Driskill Dark 
------------------------------------------------------------ */

body.driskill-dark {
	background: #303030; 
}

body.driskill-dark #wrap {
	background: transparent;
}

.driskill-dark #header {
	border-bottom: 1px solid #666;
}

.driskill-dark #header .wrap {
	border-bottom: 1px solid #999;
}

.driskill-dark #title a, 
.driskill-dark #title a:hover,
.driskill-dark #header ul.nav li a,
.driskill-dark #header ul.menu li a,
.driskill-dark #header ul.nav li li a,
.driskill-dark #header ul.menu li li a,
.driskill-dark #nav li a,
.driskill-dark #nav li li a,
.driskill-dark #subnav li a,
.driskill-dark #subnav li li a {
	color: #ddd;
}

.driskill-dark #description,
.driskill-dark #header ul.nav li a:hover,
.driskill-dark #header ul.nav .current_page_item a,
.driskill-dark #header ul.nav .current-cat a,
.driskill-dark #header ul.nav .current-menu-item a,
.driskill-dark #header ul.menu li a:hover,
.driskill-dark #header ul.menu .current_page_item a,
.driskill-dark #header ul.menu .current-cat a,
.driskill-dark #header ul.menu .current-menu-item a,
.driskill-dark #nav li a:hover,
.driskill-dark #nav .current_page_item a,
.driskill-dark #nav .current-cat a,
.driskill-dark #nav .current-menu-item a,
.driskill-dark #footer p  {
	color: #999;
}


.driskill-dark #header ul.nav li li a,
.driskill-dark #header ul.menu li li a,
.driskill-dark #nav li li a,
.driskill-dark #subnav,
.driskill-dark #subnav li a,
.driskill-dark #subnav li li a {
	background-color: #333;
}

.driskill-dark #header ul.nav li li a:hover,
.driskill-dark #header ul.nav li .current_page_item a,
.driskill-dark #header ul.nav li .current-cat a,
.driskill-dark #header ul.nav li .current-menu-item a,
.driskill-dark #header ul.menu li li a:hover,
.driskill-dark #header ul.menu li .current_page_item a,
.driskill-dark #header ul.menu li .current-cat a,
.driskill-dark #header ul.menu li .current-menu-item a,
.driskill-dark #nav li li a:hover,
.driskill-dark #nav li .current_page_item a,
.driskill-dark #nav li .current-cat a,
.driskill-dark #nav li .current-menu-item a,
.driskill-dark #subnav li a:hover,
.driskill-dark #subnav .current_page_item a,
.driskill-dark #subnav .current-cat a,
.driskill-dark #subnav .current-menu-item a,
.driskill-dark #subnav li li a:hover,
.driskill-dark #subnav li .current_page_item a,
.driskill-dark #subnav li .current-cat a,
.driskill-dark #subnav li .current-menu-item a {
	background-color: #555;
}

.driskill-dark #footer a {
	color: #98b2cb;
}

.driskill-dark .featured-image, 
.driskill-dark .home-header #genesis-slider {
	-moz-box-shadow: 0 0 0 #ccc;
	-webkit-box-shadow: 0 0 0 #ccc;
	box-shadow: 0 0 0 #ccc;
}

/*********************************************  COPIED IDERA.COM STYLESHEET *************************************************/
a, a:visited, a:active, a:hover {
    color: #414140;
    text-decoration: underline;
}

table td
{
    vertical-align:top;
}

/*** class styles ***/
.tblStyle
{
	/* use with class property in <table> tag */
	border: solid 1px #71706c;
	border-collapse: collapse;
}
.tblStyle th
{
	background-color: #fd4703;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	border: solid 1px #71706c;
}
.tblStyle th a
{
	color: #ffffff;
}
.tblStyle td
{
	padding: 2px;
	border: solid 1px #71706c;
	vertical-align: top;
}
.SmallText
{
	font-size: smaller;
}
.LargeText
{
	font-size: larger;
}
.BoldText
{
	font-weight: bold;
}
.NormalText
{
	font-weight: normal;
}
.ItalicsText
{
	font-style: italic;
}
.UnderlineText
{
    text-decoration: underline;
}
.MedBlueText
{
    color: #0067b1;
}
.RedText
{
	color: #ff0000;
}
.WhiteText
{
	color: #ffffff;
}
.DkGrayText
{
	color: #333333;
}
.LtGrayText
{
	color: #cccccc;
}
.IderaOrange
{
    color: #fd4703;
}
.BumpUp
{
    margin-top: -20px;
}
.BumpUpALittle
{
    margin-top: -10px;
}
.shade
{
	background-color: #cccccc;
}
.shadeLTGrey
{
	background-color: #f5f5f5;
}
.shadeLtBlue
{
	background-color: #eff4f8;
}
.shadeBlue
{
	background-color: #c9dbe9;
}
.shadeOrange
{
	background-color: #fd4703;
}
.shadeWhite
{
	background-color: #ffffff;
	border-left: 1px solid #C7D9F1;
	border-right: 1px solid #C7D9F1;
	border-bottom: 1px solid #C7D9F1;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.left
{
	text-align: left;
}
.VAlignMiddle
{
    vertical-align: middle;
}
.indent
{
	margin-left: 20px;
}
.padding
{
	padding: 5px;
}
.PadLeft
{
	padding-left: 5px;
}
.PadRight
{
	padding-right: 5px;
}
.PadTop
{
	padding-top: 5px;
}
.textbox
{
	background-color: #eeecdd;
	width: 100px;
}
.CurveTopCornerBox
{
    -moz-box-shadow: 0 1px 3px #666666;
    -webkit-box-shadow: 0 1px 3px #666666;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	/* IE fixes */
	_border: solid 1px #999999;
	#border: solid 1px #999999;
	/* END IE fixes */
    clear: both;
}
.button
{
	background: transparent url('http://www.idera.com/images/BtnLeft.png') no-repeat top left;	
	float: left;	
	height: 31px;
	padding-left: 7px;
	margin: 0;
	border: 0px;
	text-decoration: none;
}
.btnRight
{
	background: transparent url('http://www.idera.com/images/BtnRight.png') no-repeat top right;
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	letter-spacing: 1px;
	padding: 2px 30px 5px 0px;
	cursor: pointer;
	max-width: 182px;
	/* IE fixes */
	_font-weight: normal;
	#font-weight: normal;
	_letter-spacing: normal;
	#letter-spacing: normal;
	_padding: 4px 20px 5px 0px;
	#padding: 4px 20px 5px 0px;
	/* END IE fixes */

}
.buttonLarge
{
	background: transparent url('http://www.idera.com/images/BtnLargeLeft.png') no-repeat top left;
	float: left;
	height: 40px;
	padding-left: 6px;
	margin: 0;
	border: 0px;
	text-decoration: none;
}
.buttonLarge2
{
	background: transparent url('http://www.idera.com/images/BtnLargeLeft.png') no-repeat top left;
	float: center;
	height: 40px;
	margin: 0;
	border: 0px;
	text-decoration: none;
}
.btnRightLarge
{
	background: transparent url('http://www.idera.com/images/BtnLargeRight.png') no-repeat top right;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	letter-spacing: 1px;
	padding: 4px 35px 10px 0px;
	max-width: 198px;
	/* IE  fixes */
	_font-weight: normal;
	#font-weight: normal;
	_font-size: 15px;
	#font-size: 15px;
	_letter-spacing: normal;
	#letter-spacing: normal;
	_padding: 8px 38px 17px 0px;
	#padding: 8px 38px 17px 0px;
	/* END IE fixes */
}
.btnRightLarge2
{
	background: transparent url('http://www.idera.com/images/BtnLargeRight.png') no-repeat top right;
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	letter-spacing: 1px;
	padding: 4px 35px 10px 0px;
	max-width: 198px;
	/* IE  fixes */
	_font-weight: normal;
	#font-weight: normal;
	_font-size: 15px;
	#font-size: 15px;
	_letter-spacing: normal;
	#letter-spacing: normal;
	_padding: 8px 38px 17px 0px;
	#padding: 8px 38px 17px 0px;
	/* END IE fixes */
}
.btnSetWidth
{
    width: 187px;
}
.liCheckMark
{
    list-style-image: url('http://www.idera.com/images/CheckMark.gif');
    line-height: 20px;
}
.h4ProdFeatures
{
    font-weight: bold;
}
.hidden
{
    display: none;
}
.unhidden
{
    display: block;
}
.Quote
{
    font-size: 24px;
    color: #333333;
}
.BreadCrumbs
{
	font-size: smaller;
	padding: 5px 0px 0px 5px;
	margin: 0px;
}
.strike
{
	text-decoration: line-through;
}
.FloatRight
{
	float: right;
}
.5pxWidth
{
	width: 5px;
}
.searchword
{
    background-color: yellow;
}
/*** END class styles ***/

a.IderaOrange,
a.IderaOrange:visited,
a.IderaOrange:active,
a.IderaOrange:hover
{
	color: #fd4703;
}

a.NoLine, a.NoLine:visited, a.NoLine:active
{
    text-decoration: none;
}
h2.NoLine
{
    text-decoration: none;
}
a.YesLine, a.YesLine:visited, a.YesLine:active
{
    text-decoration: underline;
}
a.NoLine:hover
{
    text-decoration: underline;
}

#Fade {
	width: 1004px;
	margin: 0 auto;
	height:24px;
} 

#PageTop
{
	/*width: 968px;
	padding-top: 20px;
	margin-left: auto;
    margin-right: auto;*/
    
    width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	height:94px;
}

#PageTop #PageTopMiddle
{
    /*float: left;
    margin: -139px 0px 0px 21px;*/
    /* IE fixes */
    #margin: -142px 0px 0px 21px;
    /* END IE fixes */
    /*width: 929px;
    background-color: #ffffff;
    border-top: solid 1px #999999;*/
   
    margin:0 auto;
	width:1004px;
	height: 94px;
}

#PageTop #PageTopRight
{
    margin: -139px 0px 0px 949px;
    /* IE fixes */
    #margin: -142px 0px 0px 949px;
    /* END IE fixes */
    float: left;
}

#PageTop #PageTopLogo
{
    float: left;
    margin: 30px 0px 0px 25px;
}
#PageTop #PageTopMantra
{

    float: left;
    font-family: Arial,Helvetica,Verdana;
    font-size: 11px;
    height: 71px;
    margin: 1px 0 0;
    width: 325px;
    
}
#PageTop #PageTopMiddle #PageTopMiddleRight
{
	float: left;
	/*margin: -50px 0px 0px 560px;
	width: 365px;*/
	margin:-50px 0px 0px 600px;
	width:365px;
}

#PageTop #PageTopMiddle #PageTopMiddleRight #PageTopMiddleRightLCol
{
    float: left;
    width: 360px;
    text-align: right;
    padding-right: 5px;
    margin-top: -30px;
}

#PageTop #PageTopMiddle #PageTopMiddleRight #PageTopMiddleRightLCol form
{
    /*padding: 30px 0px 10px 0px;*/
    padding:20px 0px 10px 0px;
    /* IE fixes */
    #margin: 0px 0px 0px 0px;
    /* END IE fixes */
}
#PageTop #PageTopMiddle #PageTopMiddleRight #SearchBox
{
	padding-top: 10px;
}

#PromoArea 
{
   margin: 0 auto;
   padding: 0;
   width: 962px;   
   margin-top:-20px;
}

#FreeToolsBanner
{
	margin: 0px 0px 0px -5px;
}

#ContainerFade {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url('http://www.idera.com/images/bg_fade.png');
	background-position: top center;
	background-repeat: repeat-x;
	height: 24px;
} 

#PageFooterContainer
{
    /*width: 968px;
    margin-left: auto;
    margin-right: auto;*/
    width: 100%;
	background-color: #e2e2e2;
	padding: 0;
	margin: 0;
	margin-top:20px;
}



#PageFooter
{
    /*bottom: 20px;
    background-color: #ffffff;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    text-align: center;  */
    width: 1004px;
	margin: 0 auto;
	padding: 20px 10px;  
}
#PageFooter #PageFooterFill
{
    width: 967px;
    height: 11px;
    background-image: url('http://www.idera.com/images/PageBottomFill.jpg');
    background-repeat: repeat;
}
#PageFooter #PageFooterFill #PageFooterRight
{
    /*background-image: url('../images/BackGround.jpg');
    background-repeat: repeat;*/
    background-color: #f2f2f3;
    float: right;
}
#PageFooter #PageFooterFill #PageFooterRight img
{
    margin-top: -43px;
}
#PageBottomFill
{
	height: 20px;
	bottom: 0;
	/*background-image: url('../images/BackGround.jpg');
    background-repeat: repeat;*/
    background-color: #f2f2f3;
}

.FootText
{
	font-size: 11px;
	line-height: 16px;
}


/***************  IDERA.COM NAVIGATION MENU ********************/
#NavigationContainer {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #93969a;
	background-image: url('http://www.idera.com/images/bg_nav.png');
	background-position: top center;
	background-repeat: repeat-x;
	height: 34px;
	position:relative;
	z-index:500;
} 
#Navigation {
	
	padding: 0;
	margin: 0 auto;
	width: 1004px;
	height: 34px;
	background-image: url('http://www.idera.com/images/bg_nav.png');
	
} 
#Navigation div, #Navigation ul, #Navigation li{
    border: 0;
    margin: 0;
    padding: 0;
}

#Navigation ul {
    list-style: none;
    margin: 0;
    float:left;
}
#Navigation li {
    float: left;
    position: relative;
}
#Navigation li.t1 {
	float: left;
	position: relative;
	height:24px;
	width:180px;
	padding: 5px 0px 0px 5px;
}

#Navigation li.t2 {
	float: left;
	position: relative;
	height:24px;
	width:90px;
	padding: 5px 0px 0px 5px;
}

#Navigation li.t3 {
	float: left;
	position: relative;
	height:24px;
	width:86px;
	padding: 5px 0px 0px 5px;
}

#Navigation li.t4 {
	float: left;
	position: relative;
	height:24px;
	width:86px;
	padding: 5px 0px 0px 5px;
}
#Navigation li.t1 a, #Navigation li.t2 a, #Navigation li.t3 a,  #Navigation li.t4 a{
    font-size:12px;
    text-decoration: none;
}
#Navigation ul li.t1:hover {
	background-image:url('http://www.idera.com/images/main-nav-tab-new.png');
	background-repeat:no-repeat;
}

#Navigation ul li.t2:hover {
	background-image:url('http://www.idera.com/images/main-nav-tab-new.png');
	background-repeat:no-repeat;
}

#Navigation ul li.t3:hover {
    background-image:url('http://www.idera.com/images/main-nav-tab-new.png');
    background-repeat:no-repeat;
}

#Navigation ul li.t4:hover {
	background-image:url('http://www.idera.com/images/main-nav-tab-new.png');
	background-repeat:no-repeat;
}

#Navigation li.t1 div.mainnavcontent a:hover {
    text-decoration: underline; color: #0067b1;
}

#Navigation li.t2 div.mainnavcontent a:hover {
    text-decoration: underline; color: #0067b1;
}

#Navigation li.t4 div.mainnavcontent a:hover {
    text-decoration: underline; color: #0067b1;
}


#Navigation li.t1 div.mainnavcontent h1, #Navigation li.t1 div.mainnavcontent h1 a {
	font-size: 14px;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	color: #FD4703;
}
#Navigation li.t1 div.mainnavcontent h2 {
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	text-transform:uppercase;
	color: #414140
}
#Navigation li.t1 div.mainnavcontent h2 a:hover {
    text-decoration: underline; color: #414140;
}

#Navigation li.t2 div.mainnavcontent h2 a:hover {
    text-decoration: underline; color: #414140;
}

#Navigation li.t3 div.mainnavcontent a:hover {
    text-decoration: underline; color: #0067b1;
}

#Navigation li.t4 div.mainnavcontent a:hover {
    text-decoration: underline; color: #0067b1;
}

#Navigation li.t2 div.mainnavcontent h1 {
	font-size: 14px;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
}
#Navigation li.t2 div.mainnavcontent h2 {
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	text-transform:uppercase;
	color: #414140
}
#Navigation li.t3 div.mainnavcontent h2 a:hover {
    text-decoration: underline; color: #414140;
}

#Navigation li.t3 div.mainnavcontent h1 {
	font-size: 14px;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
}
#Navigation li.t3 div.mainnavcontent h2 {
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	text-transform:uppercase;
	color: #414140
}
#Navigation li.t3 div.mainnavcontent h2 a:hover {
    text-decoration: underline; color: #414140;
}


#Navigation li.t4 div.mainnavcontent h2 {
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	text-transform:uppercase;
	color: #414140
}
#Navigation li.t4 div.mainnavcontent h2 a:hover {
    text-decoration: underline; color: #414140;
}

#Navigation li.t4 div.mainnavcontent h1 {
	font-size: 14px;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
}
#Navigation li.t4 div.mainnavcontent h2 {
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: bold;
	text-transform:uppercase;
	color: #414140
}
#Navigation li.t4 div.mainnavcontent h2 a:hover {
    text-decoration: underline; color: #414140;
}



.indenttext {padding-left:10px}
#Navigation li.t2 {
	float: left;
	position: relative;
	height:24px;
    /* IE fixes */
    #height:33px;
	/* END IE fixes */
    padding: 5px 5px 0px 5px;
}

#Navigation ul ul {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    float: left;
    z-index: 9999999;
    background-color:#ffffff;
}
#Navigation ul li:hover > ul {
    display: block;
}

.shadow {
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
}

/********** END IDERA.COM MAIN NAVIGATION MENU ***********************/

/******************************************** END COPIED IDERA.COM STYLESHEET ************************************************/


/* Responsive Design - Menu and Logo
------------------------------------------------------------ */

@media only screen and (min-width: 600px) and (max-width: 960px) {
	
	#title-area,
	#title,
	#description {
		text-align: center; 
		margin: 0 auto;
		width: 100%;
	}
	
	/* This allows the header to be centered at lower resolutions when no header right widget */
	.header-full-width #title-area {
		width: 270px;
		margin: 0 auto;
		float: none;
	}
	
	/* This allows the header to be centered at lower resolutions */
	.header-image #title-area {
			float: none;
	}
	
	/* When title is text, header is 120px tall */
	.header-widget #header .wrap {
		overflow: visible;
		height: 120px;
	}
	
	/* When using an image, bump it up to 170px */
	.header-image.header-widget #header .wrap {
		height: 170px;
	}
	
	#header .widget-area,
	#header .nav {
		border-top: 1px solid #ddd;
		margin-top: 20px;
		padding-top: 2px;
		float: left;
		position: relative;
		width: 100%;
	}
	
	#header .widget-area .widget_nav_menu {
		border-top: 1px solid #eee;
	}
	
	#header .widget-area ul,
	#nav ul,
	#subnav ul {
		clear:left;
		float:left;
		list-style:none;
		margin-left: 0;
		position:relative;
		left:50%;
		text-align:center;
	}
	
	#header .widget-area ul li,
	#nav ul li,
	#subnav ul li {
		position:relative;
		right:50%;
	}
		
}

@media only screen and (max-width: 600px) {

	.header-image #title-area,
	.header-image #title,
	.header-image #title a {
		background-position: center top;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	#header .widget-area {
		border-top: 1px solid #ddd;
		margin-top: 20px;
		padding-top: 2px;
		width: 100%;
	}
	
	#header .widget-area .widget_nav_menu {
		border-top: 1px solid #eee;
		padding-top: 10px;
	}

	#header ul.nav li ul,
	#header ul.menu li ul,
	#header .widget-area ul,
	#header .widget-area li,
	#nav ul,
	#nav ul li,
	#nav li ul,
	#subnav ul,
	#subnav ul li,
	#subnav li ul {
		float:none;
		clear:both;
		margin:0;
		display:block;
		padding:0;
		width:100%;
	}
	
	#header .widget-area li,
	#nav li,
	#subnav li {
		margin:0!important;
	}

	#header .widget-area li a,
	#nav li a,
	#subnav li a {
		display:block;
	}
	
	#header ul.nav li li a,
	#header ul.menu li li a,
	#nav li li a,
	#subnav li li a {
		background-color: transparent;
		color: #333;
		font-size: 11px;
		padding: 5px 10px;
		position: relative;
		width: auto;
}

	#header ul.nav li li a:hover,
	#header ul.nav li li a:active,
	#header ul.menu li li a:hover,
	#header ul.menu li li a:active,
	#nav li li a:hover,
	#subnav li li a:hover {
		background-color: #ddd;
	}

	#header ul.nav li li a .sf-sub-indicator,
	#header ul.menu li li a .sf-sub-indicator,
	#nav li li a .sf-sub-indicator,
	#subnav li li a .sf-sub-indicator {
		background: none;
		top: 0;
	}

	#header ul.nav li ul,
	#header ul.menu li ul,
	#nav li ul,
	#subnav li ul {
		display: block;
		visibility: visible;
		height: 100%;
		left: 0;
		position: relative;
		width: auto;
	}

	#header ul.nav li ul a,
	#header ul.menu li ul a,
	#nav li ul a,
	#subnav li ul a {
		width: auto;
	}

	#header ul.nav li ul ul,
	#header ul.menu li ul ul,
	#nav li ul ul,
	#subnav li ul ul {
		margin: 0;
	}
	
}

/* Responsive Design - Featured Image / Home Header
------------------------------------------------------------ */
@media only screen and (min-width: 600px) and (max-width: 960px) {

	.featured-image {
		padding: 10px;
	}
	
	.home-header #genesis-slider {
		width: 95%;
	}
	
	.home-header #genesis-slider .genesis-slider-wrap {
		width: 100%;
		overflow: hidden;
	}

	#inner {
		width: 100%;
	}	
}	

@media only screen and (max-width: 600px) {

	.featured-image {
		padding: 0px;
	}
	
	.home-header #genesis-slider {
		width: 100%;
		padding: 0;
	}

	.home-header #genesis-slider .genesis-slider-wrap {
		width: 100%;
		overflow: hidden;
	}

	#inner {
		width: 100%;
	}	
	
}


/* Responsive Design - Structural Columns
------------------------------------------------------------ */

@media only screen and (min-width: 600px) and (max-width: 800px) {
	
	.content-sidebar-sidebar #content-sidebar-wrap,
	.sidebar-content-sidebar #content-sidebar-wrap,
	.sidebar-sidebar-content #content-sidebar-wrap,
	.content-sidebar-sidebar #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content {
		margin: 0;
	}
	
	.content-sidebar-sidebar #sidebar,
	.content-sidebar-sidebar #sidebar-alt,
	.sidebar-content-sidebar #sidebar,
	.sidebar-content-sidebar #sidebar-alt,
	.sidebar-sidebar-content #sidebar,
	.sidebar-sidebar-content #sidebar-alt {
		margin: 20px 0 0 0;
		width: 48%;	
	}
	
	.content-sidebar-sidebar #sidebar-alt,
	.sidebar-content-sidebar #sidebar-alt,
	.sidebar-sidebar-content #sidebar-alt {
		float: right;
	}
}

@media only screen and (max-width: 600px) {

	#content-sidebar-wrap,
	.content-sidebar-sidebar #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.content-sidebar #content,
	.sidebar-content #content,
	.full-width-content #content,
	.content-sidebar-sidebar #sidebar,
	.sidebar-content-sidebar #sidebar,
	.sidebar-sidebar-content #sidebar,
	.content-sidebar #sidebar,
	.sidebar-content #sidebar,
	.content-sidebar-sidebar #sidebar-alt,
	.sidebar-content-sidebar #sidebar-alt,
	.sidebar-sidebar-content #sidebar-alt,
	#home-footer-1,
	#home-footer-2,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#footer .gototop,
	#footer .creds {
		margin: 0 0 10px;
		width: 100%;
	}
	
	.sidebar-sidebar-content #content-sidebar-wrap {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.footer-widgets-1 .widget,
	.footer-widgets-2 .widget,
	.footer-widgets-3 .widget {
		border-right-width: 1px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
}