/* Stylesheet for larrycraig.org */
/* Copyright (c) 2007 larrycraig.org */
/* Please encourage the author(s) to change to a less restrictive license */

html {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  background-color: #b0afaf;
  background-image: url("gradient2.gif");
  background-attachment: fixed;
  background-position: top;
  background-repeat: repeat-x;
  font-family: Helvetica, arial, sans-serif;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  width: 100%;
}

#header {
  text-align: center;
  margin: 10px;
}

#header .title {
  float: left;
  font-size: 0.8em;
}

/* Attribution:
 * The background image is a hand-made composite of the following two
 * reference images.  Each image has been modified from the original.
 *      Larry: http://craig.senate.gov/i/k2_lec.gif
 *   Bathroom: http://www.aking.missingsaddle.com/wp-content/uploads/2006/08/girls%20restroom.jpg
 */
#header-image {
  background-image: url("bathroom-background-4.jpg");
	margin: auto;
	width: 500px;
	height: 235px;
	border: 4px solid #121627;
}

h1 {
	color: #fff;
  font-size: 35px;
  text-align: center;
  font-family: Georgia, Times, serif;
  position: relative;
  top: 50px;
  left: 90px;
}

.note {
  color: #fff;
	font-size: 1.1em;
  font-family: Georgia, Times, serif;
  position: relative;
  top: 60px;
  left: 140px;
}

/* The main column */
#main-content {
  margin: 5px 30% 5px 1%;
  padding: 5px;
}

/* Items in a column */
.content {
  background-color: #fff;
  border: 2px solid #121627;
  -moz-border-radius: 5px;
	padding: 5px;
	margin: 0 0 10px 0;
}

/* Attribution:
 * The image 'Multimedia.png' was borrowed from wikimedia.org under
 * the terms of the GNU General Public License.
 * Image source: http://commons.wikimedia.org/wiki/Image:Multimedia.png
 * License source: http://www.gnu.org/copyleft/gpl.html
 */
.media-image {
  background-image: url("Multimedia.png");
  float: left;
  width: 58px;
  height: 78px;
  margin: 0 5px 5px 0;
}

.media {
  padding-left: 60px;
}

/* The main sidebar */
#sidebar {
  float: right;
  width: 26%;
  margin: 0 1% 5px 0;
  padding: 5px;
}

h2 {
  font-size: 1.2em;
  text-align: left;
  border-bottom: 1px solid #888888;
  margin: 0;
	padding: 0;
}

.break {
	clear: both;
}

.video {
  margin: 5px 0 0 0;
  padding: 0;
}

.source {
  color: #888;
  margin: 0;
  padding: 3px 0 10px 0;
}

.disclaimer {
  font-size: 0.6em;
	text-align: center;
	margin: 25px 25% 5px 25%;
  color: #444;
}

/* Colors */
.yellow {
  background-color: #fff2cf;
}

.blue {
  background-color: #c3c9df;
}

.green {
  background-color: #d0ceb5;
}

