/*
Theme Name: Swooshable
Theme URI: http://swooshable.com
Description: A one-page theme to present the Swooshable apps and projects
Version: 0.2
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: #cfe583;
	padding: 40px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #747D67;
}

a {
  color: #A3B668;
  text-decoration: none;
}
a:hover {
  color: #FFF;
  background-color: #A3B668;
}

.section {
  background: rgb(255,255,255); /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
  width: 780px;
  padding: 40px 60px;
  margin: 40px auto 0 auto;
  overflow: hidden;
  border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.section:first-child {
  margin-top: 0;
}

.section h1, .section h2 {
  margin-bottom: 0.5em;
  font-size: 3em;
  font-family: Futura, ‘Century Gothic’, AppleGothic, sans-serif;
  color: #444;
}

.section h3 {
  font-weight: bold;
  font-size: 2em;
  letter-spacing: -1px;
}

p {
  line-height: 1.3em;
}

.about p {
  margin-top: 1em;
}
#presentation {
  margin-top: 0;
}

a.site-link,
#learnmore {
  float: left;
}

.button,
a.site-link,
form input[type="submit"],
#learnmore {
  border: 0;
  font-size: 18px;
  display: block;
  padding: 6px 12px;
  background: #ddd;
  color: #777;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px;
  margin-top: 1em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.button:hover,
a.site-link:hover,
form input[type="submit"]:hover,
#learnmore:hover {
  cursor: pointer;
  background: #A3B668;
  color: #fff;
}

.projects li {
  overflow: hidden;
  margin-top: 40px;
}
.projects li:first-child {
  margin-top: 0;
}

.projects img {
  float: left;
  max-width: 350px;
  border: 1px solid #AAA;
}

.projects .project-meta {
  float: right;
  width: 390px;
  font-size: 15px;
}

.projects .project-meta p {
  margin-top: 1em;
}

form {
  margin-top: 1em;
}

form input[type="text"] {
  width: 100%;
  font-size: 2em;
  border: 1px solid #A3B668;
  padding: 3px;
}

form label {
  margin-top: 1em;
  display: block;
}
form label:first-child {
  margin-top: 0;
}




/* INSTACRIT ----------------- */
#instacrit {
  background: #FFF;
  color: #222;
}

#instacrit a {
  color: #777;
}
#instacrit a:hover {
  color: #FFF;
  background: #777;
}

#instacrit #wrapper {
  width: 800px;
  margin: auto;
}

#instacrit .tellingit {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.1em;
  letter-spacing: -4px;
  border-top: 20px solid #222;
  border-bottom: 20px solid #222;
  padding: 10px 0;
  margin: 5px 0 0;
  text-transform: lowercase;
}

#instacrit .smiley {
  text-transform: none;
}

#instacrit .fixedthis {
  font-size: 40px;
  padding: 20px;
  background: #555 !important;
}
#instacrit .fixedthis:hover {
  background: #333 !important;
}

#instacrit .button {
  background: #CCC;
  color: #FFF;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-top: 5px;
}
#instacrit .button:hover {
  background: #444;
}

#instacrit .main-header {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  background: #CCC;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}

#instacrit .info .button {
  text-transform: uppercase;
}

#instacrit .expand {
  padding: 10px;
  color: #999;
}
#instacrit .expand p {
  margin-top: 1em;
}
#instacrit .expand p:first-child {
  margin-top: 0;
}

#instacrit .info h2:hover {
  background: #AAA;
}

#instacrit form label {
  font-weight: bold;
}

#instacrit form input[type="text"] {
  border: 1px solid #CCC;
}