/*------------------------------------------------------------------------
Project:       Oh My Science!
Last Changed:  2008-07-11
Author:        Chris Griffin
------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
=Reset
------------------------------------------------------------------------*/

/* v1.0 | 20080212 */

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*------------------------------------------------------------------------
=Default
------------------------------------------------------------------------*/

body {
	background: #222;
	color: #fff;
	font: 12px/18px Arial, Verdana, sans-serif;
}

h1 {
  background: url(/images/oh_my_science.png) no-repeat right;
  height: 62px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 54px;
  width: 332px;
  z-index: 100;
}

a {
  color: #0df;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.action {
  background: #333;
  font-size: 12px;
  line-height: 18px;
  padding: 1px 3px;
  text-decoration: none;
}

a.action:hover {
  background: #555;
  text-decoration: none;
}

/* for controls */

#controls {
  margin: 0 auto;
  position: relative;
  width: 70%;
  top: 206px;
}

#controls div {
  background: #333;
  padding: 5px;
  width: 66px;
}

#controls div a {
  background: url(/images/buttons-player.gif) no-repeat;
  color: #444;
  display: block;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  padding-left: 22px;
  text-decoration: none;
  text-transform: uppercase;
  width: 46px;
}

#controls div #x_show_resume a {
  background-position 0 0;
}

#controls div #x_show_pause a {
  background-position: -73px 0;
}

#controls div #x_show_resume a:hover {
  background-position: 0 -16px;
  color: #ccc;
}

#controls div #x_show_pause a:hover {
  background-position: -73px -16px;
  color: #ccc;
}

/* for tweets */

#x_entry_content {
  position: relative;
  margin-top: 224px;
}

#x_entry_content p {
  color: #ccc;
  font-size: 36px;
  line-height: 48px;
  margin: 0 auto;
  width: 70%;
}

#x_entry_content p b,
#x_entry_content p strong {
  color: #fff;
  text-transform: uppercase;
}

#x_entry_content p del {
  color: #333;
}

#x_entry_content #x_gold_star {
  background: url(/images/gold_star.png) no-repeat left;
  color: #fcd000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 9px;
}

#x_entry_content #x_gold_star a {
  color: #0df;
  font-size: 18px;
  padding-left: 48px;
}

#x_entry_content #x_gold_star a:hover {
  border-bottom: none;
  text-decoration: underline;
}

#x_entry_content p span#x_copy_button {
  display: block;
}

#x_entry_content p span#x_copied {
  display: block;
}

#x_entry_content p span#x_copied span {
  background: #333;
  font-size: 12px;
  line-height: 18px;
  padding: 1px 3px;
}

/* for about page */

#static {
  position: relative;
  margin-top: 224px;
}

#static div {
  margin: 0 auto;
  width: 50%;
}

#static p {
  color: #ccc;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}

#static p strong {
  color: #fff;
  text-transform: uppercase;
}

/* for footer */

div#footer {
  position: absolute;
  top: 571px;
  width: 100%;
}

div#footer div {
  background: url(/images/bg-footer.png);
  margin-bottom: 18px;
  padding: 12px 36px 12px 12px;
  position: absolute;
  right: 0;
  width: 313px;
  z-index: 100;
}

div#footer div p.digg {
  margin-top: 9px;
}

/* for border around browser viewport (credit: Jon Hicks - http://hicksdesign.co.uk) */

#top, 
#bottom, 
#left, 
#right {
	background: #181818;
	position: fixed;
}
	
#left, #right {
	top: 0; 
	bottom: 0;
	width: 15px;
}
		
#left { 
  left: 0; 
}

#right { 
  right: 0; 
}

#top, 
#bottom {
	left: 0; 
	right: 0;
	height: 15px;
}

#top { 
  top: 0; 
}
		
#bottom { 
  bottom: 0; 
}
