/*  
Theme Name: WP-Ellie 1.0 Basic
Theme URI: http://www.solostream.com
Author: Solostream Global Media
Author URI: http://www.solostream.com/
Description: This WordPress theme was designed and built by Solostream. The CSS, XHTML and design are copyright of Solostream. Usage is governed by the WP-Ellie 1.0 Basic END-USER LICENSE AGREEMENT. To get started, you may want to visit the <a href="themes.php?page=functions.php">WP-Ellie Theme Settings page</a>.
*/

/* --- [ Default style settings are below, while user-defined adjustments and adjustments for various color schemes are in the style.php file. You can make additional adjustments in custom.css. ] --- */

/* -------------------[ Main Page Elements ]------------------- */

body {
    text-align: left;
    margin: 0;
    padding: 0;
    color:#333;
    font-size: 9pt;
    line-height:1.5em;
    font-family:Arial, Verdana, sans-serif;
    background: #eee;
}

#wrap {
    clear: both;
    margin: 0 auto;
    padding:20px 35px 20px;
    width:920px;
    background:url(images/wrap-bg-trans.png) top left repeat-y;
}

#header {
    clear: both;
    margin: 0 auto 20px;
    padding: 0;
    position:relative;
    z-index:5;
    height:100px;
}

#head-content {
    width:557px;
    margin-top:7px;
    *margin: -79px auto;
    height:100px;
    padding: 0;
    float: left;
}

#sitetitle {
    float:left;
    width:400px;
    margin:0;
    padding:0;
}

#sitetitle .title {
    font-size: 30px;
    padding:0;
    margin:15px 0 0;
    text-align:left;
    line-height: 1.2em;
    letter-spacing:-1px;
    color:#000;
}

#sitetitle .title a {
    color:#000;
}

#sitetitle .description {
    font-size: 9pt;
    padding: 0;
    margin:0;
    text-align:left;
    color:#000;
}

#head-banner468 {
    float:right;
    width:468px;
    height:60px;
    margin-top:20px;
    overflow:hidden;
    padding:0;
    background:#fff;
    border:0px solid #ddd;
}

#page {
    padding:30px 0;
    clear: both;
    margin: 0 auto;
    /*background:url(images/dot.gif) 590px 0 repeat-y;*/
    background: none;
}

#contentleft {
    width: 100%;
    float:left;
    padding: 0;
    margin: 0;
} 

#content {
    margin: 0;
    padding: 0;
    overflow:hidden;
}

#contentright {
    font-size: 9pt;
    width: 330px;
    float:left;
    padding: 0;
    margin: 0 0 0 30px;
} 

#sidebar {
    width: 330px;
    float:none;
    display:block;
    overflow:hidden;
}

#sidebar-bottom {
    width: 300px;
    clear:both;
    display: block;
    overflow:hidden;
    padding:0 0 0 30px;
}

#sidebar-bottom-left {
    width:160px;
    float:left;
    padding:0;
    margin:0;
    overflow:hidden;
}

#sidebar-bottom-right {
    width:120px;
    float:right;
    padding:0;
    margin:0;
    overflow:hidden;
}

#footer {
    width:100%;
    clear: both;
    margin: 0 auto;
    padding: 15px 0 0;
    color:#666;
    position:relative;
    border-top:3px double #d5d5d5;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
    font-family:cambria,georgia,times,serif;
    letter-spacing:-1px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight:normal;
    color:#333;
    line-height: 1em;
}

h1 {
    font-size: 18pt;
    margin: 0;
}

h2 {
    font-size: 15pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 12pt;
    letter-spacing:0;
}

h5,h6,h7 {
    font-size: 12pt;
    letter-spacing:0;
}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
    margin-bottom: 10px;
}

h3#comments, h3#respond, h3#trackbacks  {
    margin: 0 0 10px;
}

h3#postinfo, h3#comments, h3#respond, h3#trackbacks, #respond h3  {
    margin: 0 0 10px;
}

h3#comments  {
    margin: 0 0 5px;
}

h3.post-title, h2.post-title {
    margin:0;
}
/*
h1.post-title {
	margin:0;
	}
*/
h1.archive-title, h1.page-title {
    border-bottom:1px solid #DDDDDD;
    margin-bottom:15px;
    padding:0 0 15px;
}

h3.widgettitle span,
h2.feat-title span {
    padding: 5px 10px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background:#e8e8e8;
    font-size:9pt;
    margin-bottom:5px;
    letter-spacing:0;
}

li#simple-contact-form h3.widgettitle span, .widget_categoryposts h3 span{
    padding: 0 0;
    font-family:Arial, Helvetica, sans-serif;
    color:#ffa600;
    font-size:13px;
    font-weight:bold;
    background-color:#FFF;
    text-transform:capitalize;
}

h3.widgettitle,
h2.feat-title  {
    line-height: 25px;
    margin-bottom:10px;
}

.sitemap h2 {
    font-size:12pt;
    margin-bottom:5px;
    letter-spacing:0;
}

#related .related-posts h3, #related .related-posts h2, #related .related-posts h1 {
    margin:0 0 5px;
    font-size:12pt;
    letter-spacing:0;
}

.auth-bio h1 {
    margin:0 0 10px;
}

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
    text-decoration:none;
    color:#336699;
}

a:hover, a:active {
    text-decoration:none;
    color:#000000;
}

a.more-link, a.more-link:link, a.more-link:visited  {
}

a.more-link:hover, a.more-link:active  {
}

#footer a, #footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}

.post-title a, .post-title a:link, .post-title a:visited {
    color:#333;
    text-decoration:none;
}

.post-title a:hover, .post-title a:active {
    color:#000;
}

/* -------------------[ Images ]------------------- */

.entry img {
    border:1px solid #ddd;
    padding:4px;
    background:#fff;
}

img.alignright {
    float: right;
    clear: right;
    margin: 0 0 10px 10px;
    border:1px solid #ddd;
    padding:4px;
    background:#fff;
}

img.alignleft {
    float: left;
    clear: left;
    margin: 0 10px 10px 0px;
    border:1px solid #ddd;
    padding:4px;
    background:#fff;
}

img.aligncenter, img.centered, img.center { 
    display: block;
    margin: 0 auto 15px auto;
    float: none;
    clear: both;
    border:1px solid #ddd;
    padding:4px;
    background:#fff;
}

img.thumbnail {
    float:right;
    margin: 0 0px 20px 15px;
    border:1px solid #ddd;
    padding:2px;
    background:#fff;
}

img.avatar, img.comment-grav {
    border:1px solid #ddd;
    padding:2px;
    background:#fff;
    float:right;
    margin:0 0 10px 10px;
}

.commentlist img.avatar, img.comment-grav {
    margin-bottom:15px;
}

.singlepost .auth-bio img.avatar {
    border:1px solid #ddd;
    padding:2px;
    background:#fff;
    float:right;
    margin:0 0 10px 10px;
}

/* -------------------[ Caption Styles for WP 2.6+ ]------------------- */

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fff;
    padding-top:5px;
    margin: 0 10px 10px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 8pt;
    padding: 5px;
    margin: 0;
}

/* -------------------[ Misc Tags and Classes ]------------------- */

p {
    margin-top: 0px;
    margin-bottom: 0;
}

ol {
    margin-left: 40px;
    padding: 0;
}

ul {
    margin-left: 20px;
    padding: 0;
}

.post ul, .post ol {
    list-style-type: none;
}

.post ul li {
    list-style-type:none;
    padding: 0;
    margin: 0 0 2px;
    padding-left:16px;
    background:url(images/bullet.gif) 0 4px no-repeat;
}

.post ul li li {
    padding-left:0;
    background:transparent;
}

.post ol li {
    list-style-type:decimal;
    margin-left: 0;
    padding-left: 0;
}

.post ul ul {
    margin-left:0;
}

form, select {
    margin:0;
    padding:0;
}

acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px solid #999;
}

* html acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 0 20px 15px;
    color: #666;
    background:#eee;
    padding: 15px 20px 1px;
    border:1px solid #ddd;
}

.center {
    text-align: center;
}

a img, img a {
    border: none;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

hr {
    display: block;
    clear:both;
}

.navigation {
    margin: 0;
    padding: 10px 0 0;
    font-weight:bold;
    clear:both;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
}

.banner468 {
    text-align:center;
    margin: 0 auto 20px;
    padding:10px 0px;
    border:1px solid #ddd;
    background:#eee;
    float:none;
    display:block;
}

input:focus {
    outline: none;
}

table {
    margin-bottom:10px;
}

/* ---------------[ Related Posts on Single Post Page ]--------------- */

#related {
    padding:15px;
    margin: 0;
    border:1px solid #ddd;
    background:#eee;
}

#related .related-posts {
    font-weight:bold;
    width: 50%;
    float:right;
}

#related .related-posts p {
    margin:0;
}

#related .related-posts ol {
    font-weight:normal;
    margin:0 0 0 25px;
}

#related .related-posts li {
    margin-bottom: 2px;
}

#related .subscribe {
    width: 45%;
    float:left;
    padding: 0;
}

#related .subscribe p.intro {
    font-weight:bold;
}

#related .subscribe p.feed {
    margin-bottom:10px;
    font-weight:bold;
    padding-left: 21px;
    background: url(images/FeedIcon-16.gif) 0px 50% no-repeat;
}

#related .subscribe form {
    margin:0;
    padding:0;
}

/* -------------------[ Author Bio Info ]------------------- */

.auth-bio {
    padding: 15px 15px 1px;
    margin: 0 0 15px;
    background:#eee;
    border:1px solid #ddd;
}

.auth-bio img.avatar {
    padding:1px;
    background:#fff;
    border:1px solid #ddd;
    float:right;
    margin:0 0 15px 15px;
}

p.auth-icons {
    width:40%;
    float:right;
    margin: 0 0 12px;
    padding:0;
    text-align:right;
}

p.auth-icons img {
    margin: 0 0 0 2px;
    padding:0;
    border:0;
}

p.auth-website {
    width:40%;
    float:left;
    margin: 0 0 12px;
    padding:0;
}

/* -------------------[ Comments ]------------------- */

.allcomments {
}

.commentlist {
    padding: 0;
    list-style-type:none;
    margin: 0 ;
}

.commentlist li {
    background: #eee;
    clear:both;
    margin: 15px 0 0;
    padding: 15px;
    border:1px solid #ddd;
    list-style-type:none;
}

.commentlist li ul.children li {
    background: #fff;
}

.commentlist li ul.children {
    margin: 0;
    padding: 0;
}

.commentlist li.alt { }

.commentmetadata {
    display: block;
    margin-bottom:10px;
    font-size: 8pt;
}

.commentlist cite {
    font-style:normal;
    font-weight:bold;
}

#commentform {
    padding: 0;
    margin: 0;
}

/*#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
        margin-top: 22px;
	}*/

#commentform input#submit {
    display:block;
    height:25px;
    line-height:25px;
    color:#666;
    font-size:8pt;
    padding: 0 0 1px 11px;
    background:#ddd url(images/moreposts-bg.gif) top left no-repeat;
    border-right:1px solid #fff;
    margin:10px 0 20px 0;
    border:1px solid #ddd;
    width:75px;
    cursor: pointer;
    text-align: left;
}

#commentform input#submit:hover {
    color:#000;
    background:#ddd url(images/moreposts-bg.gif) bottom left no-repeat;
}

#commentform textarea {
    width:80%;
    margin-top:22px;
}

.thread-alt { }	

.thread-even { }

#respond { 
    /*margin: 15px 0 0;
	padding:15px;
	background:#eee;
	border:1px solid #ddd;*/
    clear:both;
}
#respond p{
    margin: 1em 0px;
}
/*#respond p label{
    display block;
    width:100px;
    float:left;
}*/
.commentlist #respond { 
    clear:both;
    padding-top:15px;
}

.comments-navigation {
    display:block;
    margin: 0;
    padding:5px 0;
    font-weight:bold;
}

.comments-navigation .alignleft {
    float:left;
}

.comments-navigation .alignright {
    float:right;
}

.comments-number {
    font-size:8pt;
    font-weight:bold;
    margin-bottom:0;
    padding:0 0 5px;
}

.commentlist img.avatar, 
.commentlist img.comment-grav {
    padding:2px;
    background:#fff;
    border:1px solid #ddd;
    float:right;
    margin:0 0 10px 10px;
}

.reply {
    padding: 0 0 5px;
}

a.comment-reply-link, 
a.comment-reply-link:link, 
a.comment-reply-link:visited, 
.reply a, 
.reply a:link, 
.reply a:visited {
    clear:both;
    background:#ddd;
    padding: 5px 10px;
    font-weight:bold;
    font-size:8pt;
    text-transform:lowercase;
    color:#000;
    border:0;
}

a.comment-reply-link:hover, 
a.comment-reply-link:active, 
.reply a:hover, 
.reply a:active {
    background:#000;
    color:#fff !important;
    border:1px solid #000;
}

.comment-body ul {
    list-style-type:disc;
    margin:0 30px 15px;
    padding:0;
    border:none;
}

.comment-body ul li {
    list-style-type:disc;
    margin:0;
    padding:0;
    border:none;
}

.comment-body ol {
    list-style-type:decimal;
    margin:0 30px 15px;
    padding:0;
    border:none;
}

.comment-body ol li {
    list-style-type:decimal;
    margin:0;
    padding:0;
    border:none;
}

.cancel-comment-reply {
    padding: 5px 0 10px;
}

/* -------------------[ Sidebar ]------------------- */

#contentright ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#contentright ul ul {
    margin: 0;
    padding: 0;
}

#contentright ul ul ul {
    margin: 0;
    padding: 0;
}

#contentright ul ul ul ul {
    margin: 0;
    padding: 0;
}

#contentright li {
    list-style-type: none;
    margin: 0 0 5px;
    padding:0 0 20px 30px;
    border-bottom:3px double #d1d1d1;
    overflow:hidden;
}

#contentright #sidebar-bottom li {
    list-style-type: none;
    margin: 0 0 20px;
    padding:0;
    border-bottom:0;
}

#contentright li li, #contentright #sidebar-bottom li li {
    border:0;
    list-style-type: none;
    margin: 0 0 7px;
    padding: 0 0 0 16px;
    background:url(images/bullet.gif) 0 5px no-repeat;
}

#contentright li li li, #contentright #sidebar-bottom li li li {
    list-style-type: none;
    margin: 0;
    border-bottom:0;
    padding: 0;
    background:transparent;
}

#contentright li li li li, #contentright #sidebar-bottom li li li li {
    padding-left: 15px;
}

#contentright li#tag-cloud ul { }

#contentright li#tag-cloud ul.wp-tag-cloud {	padding: 9px; }

#contentright li#tag-cloud li {
    border:0;
    float:none;
    display:inline;
    padding: 0;
    margin: 0 5px 0 0;
    background:transparent;
    background-image: none;
    line-height:2em;
}

#contentright li#tag-cloud li a {
    padding:0;
    background:transparent;
    background-image: none;
}

/* ---------------[ Site Map Page ]--------------- */

.sitemap .post {
    border:0;
    margin:0;
    padding:0;
}

.sitemap ul {
    list-style-type:none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom:25px;
}

.sitemap ul ul {
    margin-left: 0;
    margin-bottom:0;
}

.sitemap ul ul ul {
    margin-left: 15px;
}

.sitemap img.post-thum, .sitemap img.thumbnail {
    float:right;
    margin: 0 0 0 5px;
    width:40px;
    height:40px;
    padding:1px;
}

p.site-map {
    margin: 0;
}

p.site-map.post-title {
    font-weight:bold;
}

.sitemap-narrow {
    width:35%;
    float:right;
    border:1px solid #ddd;
    background:#eee;
    padding: 15px 15px 0;
}

.sitemap-wide {
    width:55%;
    float:left;
}

.sitemap select {
    width:80%;
    margin: 0 0 25px;
}

.sitemap-wide .post {
    border:0;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom:1px solid #ddd;
}

.sitemap-wide .entry {
    border:0;
    margin: 0;
    padding: 0;
}

/* -------------------[ Top Navigation ]------------------- */

#topnav {
    padding: 0;
    margin: 0 auto;
    width:100%;
    font-size:9pt;
    z-index:999;
    border-top:1px solid #ddd;
    border-bottom:3px double #ddd;
    position:relative;
}

#topnav ul {
    width:590px;
    list-style: none;
    padding: 0;
    margin: 0;
    float:left;
}

#topnav ul a, 
#topnav ul a:link, 
#topnav ul a:visited {
    color:#555;
    display: block;
    text-decoration: none;
    padding: 0 10px;
    margin:0;
}

#topnav ul a:hover, 
#topnav ul a:active  {
    color:#000;
}

#topnav li {
    height:40px;
    line-height:40px;
    float: left;
    padding: 0;
    margin:0;
}

#topnav li ul {
    z-index:99999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 252px;
    margin: 0;
    padding:0;
    background:#eee;
    border-top:3px double #ddd;
}

#topnav li li {
    margin-right:0;
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    border-top:0;
}

#topnav ul li ul a {
    width:230px;
}

#topnav li ul ul {
    margin: -33px 0 0 250px;
}

#topnav li:hover ul ul, 
#topnav li:hover ul ul ul, 
#topnav li.sfhover ul ul, 
#topnav li.sfhover ul ul ul {
    z-index:99999;
    left: -999em;
}

#topnav li:hover ul, 
#topnav li li:hover ul, 
#topnav li li li:hover ul, 
#topnav li.sfhover ul, 
#topnav li li.sfhover ul, 
#topnav li li li.sfhover ul {
    z-index:99999;
    left: auto;
}

#topnav li:hover, 
#topnav li.sfhover {
    z-index:99999;
    width:auto;
}

/* -------------------[ Category Navigation ]------------------- */

#catnav {
    padding: 0;
    margin: 0 auto;
    width:100%;
    font-size:9pt;
    position:relative;
    z-index:999;
    border-bottom:1px solid #ddd;
    clear:both;
    background:#eee;
}

#catnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    clear:both;
}

#catnav ul a, 
#catnav ul a:link, 
#catnav ul a:visited {
    color:#888;
    display: block;
    text-decoration: none;
    padding: 0 10px;
    margin:0;
}

#catnav ul a:hover, 
#catnav ul a:active  {
    color:#000;
}

#catnav li {
    height:30px;
    line-height:30px;
    float: left;
    padding: 0;
    margin:0px;
}

#catnav li ul {
    z-index:9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 252px;
    margin: 0;
    padding:0;
    background:#eee;
    border-top:1px solid #ddd;
}

#catnav li li {
    margin-right:0;
    border:1px solid #ddd;
    border-top:0;
}

#catnav ul li ul a {
    width:230px;
}

#catnav li ul ul {
    margin: -31px 0 0 250px;
}

#catnav li:hover ul ul, 
#catnav li:hover ul ul ul, 
#catnav li.sfhover ul ul, 
#catnav li.sfhover ul ul ul {
    left: -999em;
}

#catnav li:hover ul, 
#catnav li li:hover ul, 
#catnav li li li:hover ul, 
#catnav li.sfhover ul, 
#catnav li li.sfhover ul, 
#catnav li li li.sfhover ul {
    left: auto;
}

#catnav li:hover, 
#catnav li.sfhover {
    width:auto;
}

/* ---------------[ New 125x125 Banner Ads ]--------------- */

.banner125 {
    width:260px;
    margin:0;
    padding:0;
}

.banner125 .ad img {
    float:left;
    width:125px;
    height:125px;
    margin:0 5px 5px 0;
    padding:0;
}

/* ---------[ Search Form ]--------- */

#search {
    width:180px;
    height:24px;
    margin:0;
    padding:0;
    background: url(images/searchbg.gif) top right no-repeat;
}

#searchform {
    width:180px;
    height:24px;
    padding:0;
    margin:0;
}

#searchform #searchfield {
    color:#aaa;
    float:left;
    padding:4px 0 0 4px;
    width:130px;
    margin: 0;
    border:0;
    background:transparent;
}

#searchform #submitbutton {
    margin: 0;
    float:right;
    font-size:8pt;
    width:26px;
    height:24px;
    text-align:center;
    border:0;
    text-indent:-10000em;
    background: transparent;
    border:0;
}

#topnav #search {
    position: absolute;
    top: 8px;
    right:0px;
}

/* -------------------[ Footer Widgets ]------------------- */

#footer-widgets {
    clear: both;
    margin: 0 auto;
    padding:30px 30px 15px;
    border-top:3px double #d5d5d5;
    width:860px;
    background:#e5e5e5;
}

#footer-widgets-bottom {
    clear: both;
    margin: 0 auto 25px;
    padding:0;
    height:23px;
    width:920px;
    background: url(images/foot-wig-bot.gif) bottom left no-repeat;
}

#footer-widgets h3.widgettitle {

}

#footer-widgets ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer-widgets ul ul {
    margin: 0;
    padding: 0;
}

#footer-widgets ul ul ul {
    margin: 0 0 0 15px;
    padding: 0;
}

#footer-widgets li {
    list-style-type: none;
    margin: 0 0 10px;
    padding:0;
    overflow:hidden;
}

#footer-widgets li li {
    list-style-type: none;
    margin: 0 0 7px;
    padding: 0 0 0 16px;
    background:url(images/bullet.gif) 0 5px no-repeat;
}

#footer-widgets li li li {
    list-style-type: none;
    margin: 0;
    border-bottom:0;
    padding: 0;
    background:transparent;
}

#footer-widgets li li li li {
    padding-left: 15px;
}

#footer-widgets .textwidget {
    padding: 0;
}

#footer-widgets li#tag-cloud ul { }

#footer-widgets li.widget_tag_cloud div { 
    padding:0px;
    line-height:2em;
}

#footer-widgets li#tag-cloud ul.wp-tag-cloud { 
    padding:0;
    line-height:2em;
}

#footer-widgets li#tag-cloud li {
    border:0;
    float:none;
    display:inline;
    padding: 0;
    margin: 0;
    background:transparent;
    background-image: none;
}

#footer-widgets li#tag-cloud li a {
    padding:0;
    background:transparent;
    background-image: none;
}

#footer-widgets li select {
    width:140px;
    margin: 0;
    border:2px solid #999;
}

#footer-widgets ul.footer-widget1 {
    float:left;
    width:260px;
    margin: 0 20px 0 0;
    overflow:hidden;
}

#footer-widgets ul.footer-widget2 {
    float:left;
    width:260px;
    margin: 0 20px 0 0;
    overflow:hidden;
}

#footer-widgets ul.footer-widget3 {
    float:left;
    width:140px;
    margin: 0;
    overflow:hidden;
}

#footer-widgets ul.footer-widget4 {
    float:right;
    width:140px;
    margin: 0;
    overflow:hidden;
}

#footer-widgets a, #footer-widgets a:link, #footer-widgets a:visited {
}

#footer-widgets a:hover, #footer-widgets a:active {
}

#contentright .widget_flickrRSS img,
#footer-widgets .widget_flickrRSS img {
    margin: 0 5px 5px 0;
    background: #ccc;
    padding: 3px;
    width:75px;
    height:75px;
}

/* -------------------[ Social Media Icons ]------------------- */

.sub-icons {
    height:24px;
    line-height:24px;
    padding:0;
    margin:0;
}

.sub-icons a {
    margin:0;
    float:left;
    background:transparent;
    padding:0;
    display:block;
}

#topnav .sub-icons {
    position:absolute;
    top: 8px;
    right:184px;
}

#topnav .sub-icons a, #topnav .sub-icons a:link, #topnav .sub-icons a:visited {
    border:0;
    margin-left:2px;
    padding:0;
    background:#fff;
}

#topnav .sub-icons a:active, #topnav .sub-icons a:hover {
}

#footer .sub-icons {
    position:absolute;
    top: 10px;
    right:0;
}

#footer .sub-icons a, #footer .sub-icons a:link, #footer .sub-icons a:visited {
    margin-left:2px;
    border:0;
    padding:0;
    background:#fff;
}

#footer .sub-icons a:hover, #footer .sub-icons a:active {

}

/* ---------[ Slideshow ]--------- */

#home-top {
    margin:0 auto 20px;
    padding:0;
}

#slideshow {
    width:520px;
    height:360px;
    margin: 0;
    padding:20px;
    overflow:hidden;
    position:relative;
    z-index:1;
    background: url(images/feat-bg.gif) top left no-repeat;
}

#slideshow ul {
    background:transparent;
    margin: 0;
    padding: 0;
    list-style-type: none;
}           

/* ---------[ Slideshow Slides ]--------- */

#slideshow .slides {
    width:500px;
    height:340px;
    overflow: hidden;
    clear:both;
    margin:0;
    padding:10px;
}

#slideshow .slides ul {
    width:500px;
    height:340px;
    overflow: hidden;
}

#slideshow .slides li {
    width:500px;
    height:340px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display:none;
    overflow: hidden;
}

.js #slideshow .slides li {
    width:500px;
    height:340px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display:block;
    overflow: hidden;
}

#slideshow .slides li .entry {
    text-align:left;
    height:90px;
    overflow:hidden;
    padding: 0;
    margin:0;
}

#slideshow .slides li .entry p {
    margin: 0;
}

#slideshow .slides li .feature-image {
    height:265px;
    width:500px;
    display:block;
    margin: 0 auto 10px;
    overflow:hidden;
    text-align:center;
}

#slideshow img.home_feature {
    margin:0 auto;
    max-width:500px;
    width:auto !important;
    border:0;
}

#slideshow .readmore {
    height:18px;
    line-height:18px;
    font-weight:normal;
    z-index:99999;
    display:none;
    text-align:left;
}

.js #slideshow .readmore {
    font-weight:normal;
    position:absolute;
    bottom:-3px;
    left:0;
    z-index:99999;
    display:block;
    text-align:left;
}

#slideshow .readmore a,
#slideshow .readmore a:link,
#slideshow .readmore a:visited {
}

.js #slideshow .readmore a,
.js #slideshow .readmore a:link,
.js #slideshow .readmore a:visited {
}

#slideshow .readmore a:active,
#slideshow .readmore a:hover {
    color:#fff;
}


#slideshow .slides li .entry h2.post-title, 
#slideshow .slides li .entry h2.post-title a, 
#slideshow .slides li .entry h2.post-title a:link,
#slideshow .slides li .entry h2.post-title a:visited,
#slideshow .slides li .entry h2.post-title a:hover,
#slideshow .slides li .entry h2.post-title a:active {
    font-size:12pt;
    line-height: 1.0em;
    margin:0;
    letter-spacing:0;
}

#slideshow .slides {
    background:#ededed;
}

#slideshow .slides li .entry,
#slideshow .slides li .entry h2.post-title, 
#slideshow .slides li .entry h2.post-title a, 
#slideshow .slides li .entry h2.post-title a:link,
#slideshow .slides li .entry h2.post-title a:visited,
#slideshow .slides li .entry h2.post-title a:hover,
#slideshow .slides li .entry h2.post-title a:active {
    color:#333333 !important;
}

/* ---------[ Slideshow Navigation ]--------- */

#slideshow  ul.slides-nav {
    clear:both;
    margin:0;
    padding: 0;
    position:absolute;
    bottom:22px;
    right:30px;
    height:18px;
    line-height:18px;
    z-index:9999;
}

#slideshow .slides-nav li {
    margin:0;
    padding:0;
    list-style-type:none;
    float:left;
}

#slideshow .slides-nav li a {
    display:block;
    margin:0 0 0 5px;
    padding:0;
    list-style-type:none;
    display:block;
    height:12px;
    line-height:12px;
    width:12px;
    color:#666;
    font-size:8pt;
    background: url(images/feat-num.png) top left no-repeat;
    float:left;
    font-weight:bold;
}

#slideshow .slides-nav li.on a, 
.js #slideshow .slides-nav li.on a,
.js #slideshow .slides-nav li a:hover,
.js #slideshow .slides-nav li a:active {
    background: url(images/feat-num-on.png) top left no-repeat;
}

/* --------------[ Basic Post Classes ]-------------- */

.post {
    margin: 0 0 20px;
    padding:  0;
    border-bottom:3px double #ddd;
}

.singlepost .post {
    margin: 0 0 15px;
    padding:  0;
    border-bottom:0;
}

.entry {
    margin: 0;
    padding: 0;
}

p#breadcrumbs {
    padding: 0 0 5px;
    font-size:8pt;
    margin: 0 0 15px;
    color:#666;
    border-bottom:1px solid #ddd;
}

p.tags { 
    margin-bottom:5px;
    background:url(images/tag.gif) 0 0 no-repeat;
    padding-left:23px;
}

p.cats { 
    background:url(images/folder.gif) 0 0 no-repeat;
    padding-left:23px;
}

/* -------------------[ View Post Button ]------------------- */

.viewpost {

}

.viewpost a, .viewpost a:link, .viewpost a:visited, #contact_form input.submit{
    display:block;
    height:23px;
    line-height:23px;
    color:#666;
    font-size:8pt;
    padding: 0 0 0 20px;
    background:#ddd url(images/moreposts-bg.gif) top left no-repeat;
    border-right:1px solid #fff;
    margin:10px 0 20px 0;
    border:1px solid #ddd;
    width:47px;
    cursor:pointer;
}

.viewpost a:active, .viewpost a:hover, input.submit:hover {
    color:#000;
    background:#ddd url(images/moreposts-bg.gif) bottom left no-repeat;
}

/* -------------------[ View Post Big Button ]------------------- */

.viewpostb {

}

.viewpostb a, .viewpostb a:link, .viewpostb a:visited {
    display:block;
    height:23px;
    line-height:23px;
    color:#666;
    font-size:8pt;
    padding: 0 0 0 15px;
    background:#ddd url(images/moreposts-bg.gif) top left no-repeat;
    border-right:1px solid #fff;
    margin:10px 0 20px 0;
    border:1px solid #ddd;
    width:150px;
}

.viewpostb a:active, .viewpostb a:hover {
    color:#000;
    background:#ddd url(images/moreposts-bg.gif) bottom left no-repeat;
}

/* -------------------[ View Post Medium Button ]------------------- */

.viewpostc {

}

.viewpostc a, .viewpostc a:link, .viewpostc a:visited {
    display:block;
    height:23px;
    line-height:23px;
    color:#666;
    font-size:8pt;
    padding: 0 0 0 15px;
    background:#ddd url(images/moreposts-bg.gif) top left no-repeat;
    border-right:1px solid #fff;
    margin:10px 0 20px 0;
    border:1px solid #ddd;
    width:73px;
}

.viewpostc a:active, .viewpostc a:hover {
    color:#000;
    background:#ddd url(images/moreposts-bg.gif) bottom left no-repeat;
}

/* -------------------[ Meta ]------------------- */

/*.meta {
	margin: 0;
	padding:3px 0 10px;
	font-size:8pt;
	height:16px;
	line-height:16px;
	clear:none;
	}*/

.meta .comments {
    float:left;
    padding-left: 19px;
    background:url(images/comment.gif) top left no-repeat;
    margin-right: 5px;
}

.meta .date {
    float:none;
}

/* -------------------[ More Posts Button ]------------------- */

.moreposts {
}

.moreposts a, .moreposts a:link, .moreposts a:visited {
    display:block;
    height:23px;
    line-height:23px;
    color:#666;
    font-size:8pt;
    padding: 0 10px 0 15px;
    background:#ddd url(images/moreposts-bg.gif) top left no-repeat;
    position:absolute;
    top:0;
    right:0;
    border:1px solid #d5d5d5;
}

.moreposts a:active, .moreposts a:hover {
    color:#000;
    background:#ddd url(images/moreposts-bg.gif) bottom left no-repeat;
}

/* --------------[ Home Page Option 2 - 2 Posts Aligned Side-by-Side ( index2 ) ]-------------- */

.post-left {
    clear:left;
    float:left;
    width: 48%;
    margin: 0;
    padding:0;
    background:transparent;
}

.post-right {
    clear:right;
    float:right;
    width: 48%;
    margin: 0;
    padding:0;
    background:transparent;
}

.post-right img.thumbnail,
.post-left img.thumbnail {
    float:right;
    margin: 0 0 10px 10px;
    width:70px;
    height:70px;
}

.post-clear {
    clear:both;
    height:0;
    padding:0;
    background:transparent;
}

.post-right .entry,
.post-left .entry {
    height:170px;
    overflow:hidden;
    margin: 0;
}

.post-right h2.post-title,
.post-left h2.post-title {
    margin:0;
    letter-spacing:0;
    font-size:10pt;
    line-height:1.2em;
}

/* -------------------[ Home Page Option 3 - 3 Posts Aligned Side-by-Side ( index3 ) ]------------------- */

.posts-by-3 {
    margin: 0;
    padding: 0;
    clear:both;
}

.posts-by-3 .post {
    float:left;
    width:170px;
    padding:0;
    background:#fff;
    border:0;
    margin: 0 25px 20px 0;
    border-bottom:3px double #ddd;
}

.posts-by-3 .post.right {
    float:right;
    margin:0;
}

.posts-by-3 .feature-image {
    float:none;
    margin: 0 auto;
    padding:9px;
    background:#eee;
    width:150px;
    height:150px;
    overflow:hidden;
    border:1px solid #ddd;
}

.posts-by-3 img.thumbnail {
    float:none;
    margin: 0 auto;
    border:1px solid #ddd;
    padding:1px;
    width:146px;
    height:146px;
}

.posts-by-3 .entry {
    margin: 0;
    padding:0;
    height:140px;
    overflow:hidden;
}

.posts-by-3 h2.post-title {
    font-size:10pt;
    letter-spacing:0;
    margin: 0;
    padding:0;
    line-height:1.2em;
}

.posts-by-3 .meta {
    margin: 0;
    padding:5px 0 10px;
    font-size:8pt;
    height:16px;
    line-height:16px;
    clear:both;
}

.posts-by-3 .meta .comments {
    float:left;
    padding-left: 19px;
    background:url(images/comment.gif) top left no-repeat;
}

.posts-by-3 .meta .date {
    float:right;
}

/* -------------------[ Home Page Option 4 - 3 Posts Side-by-Side Arranged by Category ( index4 ) ]------------------- */

.cat-posts {
    margin: 0 0 20px;
    padding: 0;
    clear:both;
    border-bottom: 3px double #ddd;
    position:relative;
    z-index:1;
}

.cat-posts .post {
    float:left;
    width:170px;
    margin: 0 25px 0 0;
    padding:0;
    background:#fff;
    border:0;
}

.cat-posts .post.right {
    float:right;
    margin:0;
}

.cat-posts .feature-image {
    float:none;
    margin: 0 auto;
    padding:9px;
    background:#eee;
    width:150px;
    height:150px;
    overflow:hidden;
    border:1px solid #ddd;
}

.cat-posts img.thumbnail {
    float:none;
    margin: 0 auto;
    border:1px solid #ddd;
    padding:1px;
    width:146px;
    height:146px;
}

.cat-posts .entry {
    margin: 0;
    padding:0;
    height:140px;
    overflow:hidden;
}

.cat-posts h3.post-title {
    font-size:10pt;
    letter-spacing:0;
    margin: 0;
    padding:0;
    line-height:1.2em;
}

.cat-posts .meta {
    margin: 0;
    padding:5px 0 10px;
    font-size:8pt;
    height:16px;
    line-height:16px;
    clear:both;
}

.cat-posts .meta .comments {
    float:left;
    padding-left: 19px;
    background:url(images/comment.gif) top left no-repeat;
}

.cat-posts .meta .date {
    float:right;
}

/* -------------------[ Home Page Option 5 - Posts Arranged by Category Side-by-Side ( index5 ) ]------------------- */

.cat-posts-left {
    width:48%;
    float:left;
    margin: 0 0 20px;
    padding: 0 0 15px;
    border-bottom: 0;
    position:relative;
    z-index:1;
}

.cat-posts-right {
    width:48%;
    float:right;
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 0;
    position:relative;
    z-index:1;
}

.cat-posts-left .post,
.cat-posts-right .post {
    float:none;
    width:auto;
    margin: 0 0 -25px;
    padding:0;
    background:#fff;
    border-bottom: 3px double #ddd;
}

.cat-posts-left .feature-image,
.cat-posts-right .feature-image {
    float:right;
    margin: 0 0 10px 10px;
    padding:0;
    background:#fff;
    width:auto;
    height:auto;
    overflow:visible;
    border:0;
    width:76px;
    height:76px;
}

.cat-posts-left img.thumbnail,
.cat-posts-right img.thumbnail {
    float:right;
    margin: 0;
    width:70px;
    height:70px;
}

.cat-posts-left .entry,
.cat-posts-right .entry {
    margin: 0;
    padding:0;
    height:128px;
    overflow:visible;
}

.cat-posts-left h3.post-title,
.cat-posts-right h3.post-title {
    font-size:10pt;
    letter-spacing:0;
    margin: 0;
    padding:0;
    line-height:1.2em;
}

.cat-posts-left .moreposts a,
.cat-posts-left .moreposts a:link,
.cat-posts-left .moreposts a:visited,
.cat-posts-right .moreposts a,
.cat-posts-right .moreposts a:link,
.cat-posts-right .moreposts a:visited {
    position:absolute;
    top:auto;
    right:auto;
    bottom:0;
    left:0;
    border:1px solid #d5d5d5;
    display:block;
    height:23px;
    line-height:23px;
    color:#666;
    font-size:8pt;
    padding: 0 10px 0 15px;
    background:#ddd url(images/moreposts-bg.gif) top left no-repeat;
}

/* -------------------[ Home Page Option 6 - Posts Arranged by Category Stacked ( index6 ) ]------------------- */

.cat-posts-stacked {
    clear:both;
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 0;
    position:relative;
    z-index:1;
}

/* -------------------[ Latest Tweet ]------------------- */

.latest-tweet {
    padding: 15px 115px 15px 15px;
    margin: 0 auto 20px;
    background:#ededed url(images/twit-bird.png) 460px 15px no-repeat;
    min-height:70px;
    height:auto;
    border:1px solid #ddd;
}

.latest-tweet h2 {
    margin:0 0 10px;
}

/* -------------------[ Side Tabs ]------------------- */

#contentright li.sidetabs ul.tabs,
#footer-widgets li.sidetabs ul.tabs {  
    list-style-type:none;
    margin: 0 0 10px;
    padding: 0;
    clear:both;
    background:#000;
}

#contentright li.sidetabs ul.tabs li,
#footer-widgets li.sidetabs ul.tabs li {
    border:0;
    background:transparent;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}

#contentright li.sidetabs ul.tabs li a, 
#contentright li.sidetabs ul.tabs li a:link, 
#contentright li.sidetabs ul.tabs li a:visited,
#footer-widgets li.sidetabs ul.tabs li a, 
#footer-widgets li.sidetabs ul.tabs li a:link, 
#footer-widgets li.sidetabs ul.tabs li a:visited  {
    float: left;
    display: block;
    padding: 5px 8px;
    background: transparent;
    color: #ccc;
    font-weight:bold;
    font-size:9pt;
}  

#contentright li.sidetabs ul.tabs li a:hover, 
#contentright li.sidetabs ul.tabs li a:active,
#footer-widgets li.sidetabs ul.tabs li a:hover, 
#footer-widgets li.sidetabs ul.tabs li a:active {
    color: #fff;
}

#contentright li.sidetabs ul.tabs li a.on,
#footer-widgets li.sidetabs ul.tabs li a.on {
    color: #fff !important;
}

#contentright li.sidetabs form,
#footer-widgets li.sidetabs form {
    margin: 0 !important;
    padding: 0 !important;
}

#contentright li.sidetabs select,
#footer-widgets li.sidetabs select {
    margin: 0;
    padding: 0;
    width:160px;
}


/* -------------------[ Subscribe Box ]------------------- */

p.email-form {
    width:220px;
    height:24px;
    margin:0;
    padding:0;
    background: url(images/emailbg.gif) top right no-repeat;
}

p.email-form .sub {
    color:#aaa;
    float:left;
    padding:4px 0 0 26px;
    width:130px;
    margin: 0;
    border:0;
    background:transparent;
}

p.email-form .subbutton {
    margin: 0;
    float:right;
    font-size:8pt;
    width:52px;
    height:24px;
    text-align:center;
    border:0;
    text-indent:-10000em;
    background: transparent;
    border:0;
}

/* by Aamir */
.two_columns_layout {
    width:48%;
    float:left;
    padding:0 0 0 10px;
    margin:0 0 20px 0;
}

.bullet_img_class {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    padding: 0 5px 0 0;
}

.column_main{
    float:left;
    margin:0 0 -10px -15px;
    width:100%;
    overflow:hidden;
}
.column{
    float:left;
    margin:10px 0 0 10px;
    width:48%;
    overflow:hidden;
}

.column ul{
    list-style:none;
}

.column ul li{
    list-style:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    padding:0 0 10px 15px;
    background-image:url(images/bullet.gif);
    background-repeat:no-repeat;
    background-position:inherit left;
}

.column1{
    float:left;
    margin:10px 0 0 10px;
    width:48%;
    overflow:hidden;
}

.column1 ul{
    list-style:none;
}

.column1 ul li{
    list-style:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    padding:0 0 0 0;
    font-weight:bold;
    background-image:none;
}

.top_right{

    float:right;
}

.top_contact{
    float:right;
    font-family:Arial, Helvetica, sans-serif;
    color:#3273c3;
    font-size:13px;
    font-weight:bold;
}

.top_contact a {
    font-family:Arial, Helvetica, sans-serif;
    color:#3273c3;
    font-size:13px;
    font-weight:bold;
}

.top_contact a:hover {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    text-decoration:underline;
}

.request_quote{
    float:right;
    /*width:333px;*/
    clear:both;
    margin:26px 0 0 0;
}

.request_quote img{
    margin:0 2px 0 0;

}

.submit_button {
    width: 100px;
    height: 55px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(submit_button.JPG) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

/* Accordion START */
.menu_list {	
    width: 300px;
}
.menu_head {
    padding: 6px 30px;
    cursor: pointer;
    position: relative;
    margin:3px 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #636363;
    background: url(images/link_bg.png) no-repeat;
}
.menu_body {
    display:none;
}
.menu_body a{
    display:block;
    color:#006699;
    background-color:#FFFFFF;
    padding-left:31px;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #636363;
    border-bottom: thin solid #e9e9e9;
}

.menu_body a:hover{
    color: #000000;
    text-decoration:underline;
}

#menu_title_css {
    background-color:#FFFFFF;
    color:#FFA600 !important;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
    padding:0;
    margin: 0px 29px 15px;
    width: 300px;
    text-transform:capitalize;
}
.entry p{
    margin: 1em 0;

}

/* Accordion END */

#topnav ul a, #topnav ul a:link, #topnav ul a:visited {
    color: #888888;
}

#topnav ul a:hover, #topnav ul a:active {
    color: #000000;
}

h3.widgettitle span{
    background-color: #464646;
    color:#fff;

}

#catnav ul a, #catnav ul a:link, #catnav ul a:visited {
    color: #555555;
}
#catnav ul a:hover{
    color:#000;
}