/*  
Theme Name: theSlalom.com 2
Theme URI: http://theSlalom.com/
Description: Theme for theSlalom.com blog
Version: 2.0
Author: Jeremy LaCivita
Author URI: http://www.jlacivita.com

*/

* {
  font-family: helvetica, arial, sans;
}

html, body {
  margin: 0px;
  padding: 0px;
  background-color: #ccc;  
}

#page {
  position: relative;
  width: 946px;
  margin: 20px auto 0px auto;
  background-color: white;
}

#header {
  width: 946px;
  height: 241px;
}

#nav {
  position: relative;
  width: 924px;
  height: 38px;
  background-color: #fc3;
  margin: 0 12px 0 12px;
}

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav ul li {
  list-style: none;
  float: left;
  line-height: 38px;
}

#nav ul li a {
  position: relative;
  top: -10px;
  text-decoration: none;
  color: black;
  text-indent: 50px;
  display: block;
  height: 48px;
  width: 190px;
  line-height: 58px;
  background-repeat: no-repeat;
  background-position: 10px 0;
}

#nav ul li a:hover {
  background-repeat: no-repeat;
  background-position: -190px 0;
}


#side {
  float: right;
  width: 209px;
  padding-right: 24px;
/*  margin-right: 24px;*/
  margin-top: 24px;
  margin-left: 0px;
  padding-left: 0px;
}

#side li, #side li ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

#side li ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 10px;
  padding-left: 20px;
}

#side .title, #side LI H2 {
  width: 209px;
  height: 25px;
  font-size: 16px;
  font-family: arial, helvetica, sans;
  font-weight: 800;
  text-indent: 12px;
  line-height: 25px;
  margin: 0px;
  padding: 0px;
}

#side .content, #side ul {
  padding-top: 12px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0px;
  background-color: #e6e6e6;
}

#side .bottom {
  width: 209px;
  height: 24px;
  margin-bottom: 24px;
}

#side ul, #side ol, #side form, #side p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#side p {
  font-size: 11px;
  padding-top: 5px;
}

#side ul {
  list-style: none;
  padding-left: 10px;
  margin-left: 10px;
}

#side a, #side a:hover, #side a:visited, #side a:active {
  color: #DD0000;
}

#tagline {
  margin: 24px;
  text-align: center;
  font-style: italic;
}

#content {
  float: left;
  margin-top: 24px;
  background-color: white;
  margin: 0 12px 0 12px;
  width: 650px;
}

#video {
  text-align: center;
}

.post {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 14px;
  line-height: 20px;
  width: 600px;
  text-indent: 0px;
  margin: 12px;
  margin-left: 50px;
  margin-right: 0px;
  padding-right: 0px;
}

.post .title a {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 20px;
	text-decoration: none;
	color: #DD0000;
}

.post .entry {
}

.post .signature {
    text-align: right;
}

#footer {
  background-color: #333333;
  height: 24px;
  width: 924px;
  margin: 0 12px 0 12px;
  text-indent: 12px;
  color: #ddd;
  font-size: 11px;
  line-height: 24px;
}

#footer a {
  color: #cccccc;
}

a.jeremy{
  float: left;
  display: block;
  width: 76px;
  padding-top: 143px;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-right: 10px;
}

a.jeremy:hover {
  background-position: -76px 0px;
}

a.denni {
  float: left;
  display: block;
  width: 90px;
  padding-top: 143px;
  background-repeat: no-repeat;
}

a.denni:hover {
  background-position: -90px 0px;
}

.center {
  text-align: center;
}

.image-left {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}

.image-right {
  float: left;
  padding-left: 5px;
  padding-bottom: 5px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.half {
  width: 50%;
}

small, .small {
  font-size: 10px;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 500px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
  width: 476px;
  height: 20px;
  border: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
}

a img {
	border: none;
	}
	
.pagetitle {
  text-align: center;
  color: #333333;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
