/*
Theme Name: Chris' New Theme
Theme URI: http://www.chrisgiarmo.com/
Description: This is Chris' New Theme
Author: Chris Giarmo
Author URI: http://www.chrisgiarmo.com
Tags: multi color, background, changing, time of day
*/

html {
  min-width: 720px;
  font: small Arial, Helvetica, sans-serif;
  color: #fff;
}

body {
  width: 100%;
  height: 100%;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  padding: 0 20px 0 20px;
  min-height: 100%;
  background-image: url(images/smokingbunny.png);
  background-repeat: no-repeat;
}

/*menubar properties */

#menu {
  font: small Arial, Helvetica, sans-serif;
  position: relative;
  top: 0;
  margin-bottom: 60px;
}

#menu a:link, #menu a:visited {
  text-decoration: none;
  color: #fff;
}
#menu a:hover {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.25em;
}

#aboutmenu {
  position: absolute;
  left: 2px;
}

#blogmenu {
  position: absolute;
  left: 64px;
}

#workmenu {
  position: absolute;
  left: 116px;
}

#linksmenu {
  position: absolute;
  left: 172px;
}

#contactmenu {
  position: absolute;
  left: 227px;
}

/*title properties */

p.title {
  position: relative;
  top: 17px;
  height: 125px;
  widows: 700px;
  margin-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
}

p.title a:link, p.title a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  border: none;
}

p.title a:hover {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.25em;
  border: none;
}

p.headlinks {
  font-size: large;
  font-weight: normal;
  margin-bottom: 30px;
  padding-top: 30px;
  margin-top: 0;
  letter-spacing: 0.25em;
  border-bottom: 1px dashed #fff;
  padding-bottom: 30px;
}

p.headlinks a:link, p.headlinks a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  letter-spacing: normal;
}

p.headlinks a:hover {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.5em;
}

/* content properties */

#content {
  width: 700px;
  min-height: 100%;
  padding: 0;
}

#contenttext {
  max-width: 700px;
  top: 250px;
}

#contenttext a:link, #contenttext a:visited {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

#contenttext a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* sidebar properties */

#footer form {
	margin: 0;
	}

#footer ul {
  padding: 0;
  text-align: left;
  list-style: none;
}

#footer li {
  display: block;
  text-decoration: none;
}

#footer {
  text-align: right;	
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

#footer a:hover {
  text-decoration: none;
  color: #fff;
  letter-spacing: normal;
  border-bottom: 1px solid #fff
}

p.copyright {
  padding-top: 10px;
  font: x-small Arial, Helvetica, sans-serif;
  text-align: left;
}

p.subscribe {
  font-size: large;
  margin-bottom: 28px;
  padding-bottom: 30px;
  text-align: right;
  border-bottom: 1px dashed #fff;
}

#twitter_div {
	margin-top: 30px;
	color: #fff;
	text-align: left;
	width: 700px;
}
#twitter_div p {
  font-size: x-small;
}
.twitter-title {
  color: #fff;
}
#twitter_update_list {
  padding: 0px;
  margin-bottom: -10px;
  overflow: auto;
} 

#twitter_update_list li:before {
  content: "CHRIS... ";
  font-weight: bold;
}

#twitter_div a:link, #twitter_div a:visited {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dashed #fff;
  letter-spacing: normal;
}

#twitter_div a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: normal;
}


/* postmetadata properties */

.postmetadata {
	clear: both;
	border-bottom: 1px dashed #fff;
	padding-bottom: 30px;
	padding-top: 10px;
	font-size: x-small;
}

.postmetadata alt {
    clear: both;
	border-bottom: 1px dashed #fff;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 0;
	font-size: x-small;
}


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-top: 29px;
	}


h2 a:link, h2 a:visited {
   text-decoration: none;
   color: fff;
   border-bottom: none;
}

#content h2 a:hover {
   text-decoration: none;
   color: fff;
   letter-spacing: 0.25em;
   border-bottom: none;
}

#content h2 a:link, #content h2 a:visited {
   text-decoration: none;
   color: fff;
   border-bottom: none;
}

#content h2 a:hover {
   text-decoration: none;
   color: fff;
   letter-spacing: 0.25em;
   border-bottom: none;
}

h2.pagetitle {
	margin-top: 30px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 30px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 1px solid #fff;
	}

/*	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
	}
	
.leftpad {
  margin-left: 5px;
}

img.link {
  border: 1px solid #fff;
  text-decoration: none;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 0;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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







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

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

blockquote {
	margin: 15px 30px 0 0;
	padding-left: 60px;
	background-image: url(../../../../images/blockquote.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "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." */

