/*
Theme Name: Fad Masher
Theme URI: http://swooshable.com/fadmasher
Description: A theme that displays two random posts.
Version: 0.5
Author: Linus Bohman
*/
 

/* RESET ------------------*/

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;}

a img, :link img, :visited img {
	border: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;}

ol, ul {
	list-style: none;}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";}



/* -------------------*/

body {
	background-color: #EFEFEF;
	padding: 50px 0;
  font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  color: #999;
}

#theme {
  width: 240px;
  float: left;
  font-size: 16pt;
  background-color: #ddd;
  padding: 40px;
  min-height: 270px;
  border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 10px;
}
#theme:first-child {
  float: right;
}

#theme h2 {
  font-weight: bold;
  letter-spacing: -1px;
}

ul.extra {
  clear: both;
}

li.new a {
  display: block;
  border: 0 none;
  background-color: #FF3300;
  color: #FFF;
  padding: 20px;
  font-weight: bold;
  line-height: 1;
  font-size: 30pt;
  border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-decoration: none;
	text-align: center;
}
li.new a:hover {
  background-color: #CE2800;
}

#challenge, #plus, #equals {
  color: #bbb;
  font-weight: bold;
  position: absolute;
  z-index: 1;
}
#plus {
  left: 50%;
  margin-left: -79px;
  font-size: 200pt;
  line-height: 250pt;
}
#equals {
  font-size: 135pt;
  left: 50%;
  margin-left: 340px;
  line-height: 250pt; 
}

.extra h3 {
  display: block;
  border: 0 none;
  background-color: #BBB;
  color: #EFEFEF;
  padding: 7px;
  font-weight: bold;
  line-height: 1;
  font-size: 13pt;
  border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
}

.extra .extracontent {
  font-size: 20pt;
  margin: 1em;
  line-height: 1.3em;
}

.extra .extracontent input[type="text"] {
  border: 1px solid #888;
  font-size: 15pt;
  width: 100%;
  margin-bottom: 1em;
  padding: 5px;
}

.extra .extracontent input[type="submit"] {
  font-weight: bold;
  border: 0 none;
  font-size: 15pt;
  padding: 7px;
  background-color: #FF3300;
  color: #FFF;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 05px;
	margin-bottom: 2em;
}

.extra .extracontent input[type="submit"]:hover {
  background-color: #CE2800;
  cursor: pointer;
}

.extra .extracontent .fads {
  margin: 0;
  line-height: 1.3em;
}

.extra .extracontent a {
  color: #FF3300;
  text-decoration: none;
}

.extra .extracontent a:hover {
  color: #FFF;
  background-color: #FF3300;
}

.extra h3.js:hover {
  cursor: pointer;
  background-color: #999;
}

.extra .extracontent h4 {
  font-weight: bold;
}

.tdomf_form_message {
  padding: 0px !important;
  margin: 1em 0 !important;
  line-height: 1.3em;
}