/*
Theme Name: Such Good Guys
Theme URI: http://wordpress.org/
Description: First Such Good Guys wordpress theme
Author: Deian Petkov
Version: 1.0
Tags: suchgoodguys
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

::selection{
    background:#FFFFC0;
    color:#424242;
}
::-moz-selection{
    background:#FFFFC0;
    color:#424242;
}
* {
    outline:none;
}
body {
    background-color:#fff;
    font:0.8em Georgia;
    line-height:140%;
    color:#424242;
    margin:0 0 15px 0;
}
a img {
    border:none;
}
a {
    text-decoration:none;
    color:#6699cc;
}
a:hover {
    color:#424242;
}
h1 {
    margin:0;
    padding:0 0 0 0;
    font-size:1.4em;
}
h3 {
    margin:0 0 8px 0;
    padding:0;
    font-size:0.8em;
}
h4 {
	font-size: 0.9em;
    position: absolute;
    left: -1000px;
}
p {
    margin:0 0 10px 0;
    padding:0;
}
#wrapper {
    width:672px;
    margin:0 auto;
}
#header {
    background:#f8f8f8;
    border-bottom:1px solid #eee;
    padding:10px 0;
    margin:0 0 20px 0;
}
#headerContent {
    width:672px;
    margin:0 auto;
}
#headerContent h1 a {
    color:#424242;
}
#headerContent h1,
#headerContent p {
    padding:0;
    margin:0;
}
.postInfo {
	display: none;
    width:100px;
    float:left;
    padding:8px 0;
}
.postInfo a,
.postInfo a:hover {
    color:#424242;
}
.postInfo span,
.postInfo span a,
.postInfo span a:hover {
    color:#cecece;
}
.postWrapper {
    float:left;
    margin:0 0 15px 0;
    border:5px solid #f8f8f8;
}
.postContainer {
    border:1px solid #d7d7d7;
}
.post {
    padding:10px 10px 0 10px;
    margin-bottom: 10px;
}
.postNote {
    padding:10px;
}
.insideInfo {
    background:#f8f8f8;
    border-top:1px solid #eee;
    padding:5px 10px;
    font-size:0.8em;
    color:#888;
}
.insideInfo .postTags {
    width:350px;
    float:left;
}
.insideInfo .postTags a {
    color:#aaa;
}
.insideInfo .postNotes {
    width:150px;
    float:left;
    text-align:right;
}
p.quote {
    font-size:1.3em;
    margin:0 0 10px 0;
    border-left:4px solid #d7d7d7;
    padding:0 0 0 6px;
}
.chat {
    margin:0 0 10px 0;
}
.chat td {
    padding:5px 8px;
}
.chat td.label {
    text-align:right;
    font-weight:bold;
}
.chat tr.odd td {
    background:#f8f8f8;
    border-bottom:1px solid #eee;
}
.chat tr.even td {
    background:#fff;
}
.audio {
    width:350px;
    border:1px solid #eee;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#f8f8f8;
}
.audioLeft {
    width:210px;
    float:left;
    margin:5px;
    padding:5px;
    border:1px solid #eee;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#fff;
}
.audioRight {
    width:110px;
    float:left;
    text-align:center;
    padding:13px 0;
    font-size:1.2em;
}
.footer {
    color:#cecece;
    padding:0 0 0 116px;
    font-size:0.8em;
    font-weight:bold;
}
.clear {
    clear:both;
}
ol.notes,
ol.notes li {
    padding:0;
    margin:0;
    list-style-type:none;
}
ol.notes li.note {
    padding:2px 0;
    font-size:0.8em;
}
ol.notes li.note img.avatar {
    vertical-align:-8px;
    margin-right:5px;
    width:16px;
    height:16px;
    padding:2px;
    border:1px solid #d7d7d7;
}
ol.notes li.note blockquote a {
    text-decoration:none;
}

.credits {
    float:right;
    text-align:right;
    padding:0 16px 0 0;
    font-weight:normal;
}

<!--google search css-->

/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  font-family: Georgia;
  font-size: 12px;
  /*padding: 2%;
  width: 96%;*/
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  /*background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;*/
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: Georgia;
  color: #6699CC;
  /*text-shadow: 0 1px 2px #FFFFFF*/;
  background-color: #EEEEEE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Georgia;
  font-size: 12px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
#about, #copyrights, #comments_share{
	color:#6699CC;
	text-decoration: none;
	cursor: pointer;
}
#about:hover, #copyrights:hover{
	color:#333333;
}
#comments_share:hover{
	color:#888888;
}
#about_content, #copyrights_content {
	display: none;
	color:#333333;
	font:0.9em Georgia;
}
.mysmall {
	font-size: 0.7em;
}

#searchsubmit, #s {
	border: 1px solid #D7D7D7;
}
