/*
Theme Name: Nugget Bridge
Theme URI: http://nuggetbridge.com/
Description: Child Theme for Gonzo used on Nugget Bridge
Author: Rushan Shekar
Author URI: http://rushanshekar.com/
Template: gonzo
Version: 1.0
*/

@import url('../gonzo/style.css');

/* Put your css in after this line :-) */

/*Sidebar*/
/*Popular Post Thumbnail Sizes*/
.style1.tabberlive .tabbertab  .wp-post-image {
    height: 50px;
    width: 50px;
}

/*Events Text*/
.widget_text p
{
    color: #333;
}

.widget_text ul
{
    list-style: square;
    padding-left: 30px;
}

.widget_text a {color: #225985;}

.tribe-events-list-widget h4 {
      font-size: 1.3em;
}

.tribe-events-list-widget .duration {
      font-weight: normal;
}

.tribe-events-list-widget ol li {
      margin-bottom: 15px;
}

/*Threads*/
.widget_ips_connect_topics_widget h4 {
      font-size: 1.3em;
      padding-top: 5px;
}

.widget_ips_connect_topics_widget h4 a {
      color: #333;
}


/*Header*/
/*Navigation Size*/
nav ul, nav ol {font-size: 11px;}

/*Logo*/
#logoarea
{
max-width: 100%;
}

a#omc-logo { max-width: 96%; }
#omc-logo img { max-width: 100%; }

/*Articles*/
/*article#omc-full-article p {font-size: 1.25em; line-height: 1.41;}*/
/*Link Colours*/
article#omc-full-article h1 a, #omc-full-article h2 a, #omc-full-article h3 a, #omc-full-article h4 a, article#omc-full-article p a,  #omc-full-article ul li a,  #omc-full-article ol li a, #omc-full-article table tr td a {color: #0099cc; font-weight: 400; text-decoration: none;}

/*Header Formatting*/
#omc-full-article h1, #omc-full-article h2, #omc-full-article h3, #omc-full-article h4 {font-family: 'Bitter', 'Open Sans'; margin-bottom: 0px;}

#omc-full-article h2 {font-size: 1.7em;}
#omc-full-article h3 {font-size: 1.25em;}
#omc-full-article h4 {font-size: 1.1em;}

article#omc-full-article .omc-author-box p a {color: #fff;}


/*images*/
img.aligncenter {
    width: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img {
    max-width: 100%;
}

/*Lists*/
article#omc-full-article ul li, article#omc-full-article ol li {
    margin-bottom: 0px;
    font-size: 1.0em;
}

/*Footer Code */
input#subscribe-field {
    display: block;
    width: 100px;
    font-size: 1.5em;
    padding: 4px 14px;
    -moz-transition: all 0.8s ease-in-out 0s;
}

div#text-5 .widget_text div#textwidget p
{
    font-color: #ffffff;
}

.gbanner {
position:relative;
width:728px;
max-width: 100%;
margin:auto;
padding-top: 10px;
}

/*Quotes*/
blockquote
{
    padding: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(229, 229, 229) rgb(229, 229, 229) rgb(229, 229, 229) rgb(152, 152, 152);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0% 0% rgb(247, 247, 247);
    margin: 5px;
    overflow-x: auto;
    float: none;
    font-size: 1.0em;
    width: 95%;
    font-family: "open sans", sans-serif;
    line-height: 20px;
}

article#omc-full-article blockquote p
{
    font-family: "open sans", sans-serif;
    line-height: 20px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 0px;
}

/*Search*/
div#omc-header-search-mobi { display: none; }

/*Comments*/
span.comment-count {
	margin-top: 2px;
	padding-left: 20px;
	background: url("http://nuggetbridge.com/wp-content/themes/gonzo-child-theme/images/comment-bubble.png") no-repeat scroll left top transparent;
	text-align: right;
}

h3#comments-title {
	margin-bottom: 25px;
}