/*  
	Theme Name: 	WordPress Theme 890
	Theme URI: 		http://template-help.com/
	Description:	A theme from Template-Help.com Collection
	Version: 		2.7
	Author: 		Template_Help.com 
	Author URL: 	http://www.Template-Help.com/ 
*/

@import url("css/reset.css");

@import url("css/logo-nav.css");
@import url("css/content.css");
@import url("css/footer.css");

/*** Color Reference ***/

/* GeeQ red: #b50a00
 * GeeQ yellow: #b79d00
 */

/*** Global settings ***/

/* Body */
body {
  background-image: url("images/bg.jpg"); 
  background-attachment: fixed;
  color: #fff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.429;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* Headings */
h2 { font-size: 1.571em } /* 22px */
h3 { font-size: 1.429em } /* 20px */
h4 { font-size: 1.286em } /* 18px */
h5 { font-size: 1.143em } /* 16px */
h6 { font-size: 1em } /* 14px */

h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .8em;
}

/* Anchors */
a {
    outline: 0;

    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

a:link, a:visited {
    color: #b79d00; 
    padding: 0 1px;
    text-decoration: none !important;
    text-shadow: 3px 3px 5px #000;
}

a:hover, a:active {
    left: 3px;
    position: relative;
    text-shadow: none;
    top: 3px;
}

/* Paragraphs */
p { margin-bottom: 1.143em; }

* p:last-child { margin-bottom: 0; }

strong, b { font-weight: bold; }

i { font-style: italic; }

em { font-style: normal; }

::-moz-selection { color: #b50a00; }

::selection { color: #b50a00; }

/* Lists */
ul {
    list-style: outside disc;
    margin: 1em 0 1.5em 1.5em;
}

ol {
    list-style: outside decimal;
    margin: 1em 0 1.5em 1.5em;
}

/* Quotes */
blockquote { font-style: italic; }

cite {}

q {}

/* HTML5 Elements */
header, section, footer,
aside, nav, article, figure {
    display: block;
}


/*** Layout ***/
.body { margin: 0 auto; width: 959px; }

img.right, figure.right { float: right; margin: 0 0 2em 2em; }

img.left, figure.left { float: right; margin: 0 0 2em 2em; }

