/*
Theme Name: waits

*/


@font-face
{
font-family: mplus-1p-regular;
	src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-regular.ttf')
    format("truetype");
}

/* put this in as font 'mplus-1p-regular' */


/* Begin Typography & Colors */



body {
	background: #E6EBED url(img/bg.jpg) repeat top left;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Sans-Serif;
	color: #474747;
	}



a {
	text-decoration: none;
	color:#999;
}

a:hover {
	text-decoration: none;
	color:#27AAE1;	
}

p {
	margin:0px;
}

.light {
	color:#999;
}

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

img#wpstats{display:none}

img, .vid {
	background-color: white;
	border: 1px double #ccc;
	padding:5px;
}

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#header {
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	width: 825px;
	height:55px;
	}

.content {
	margin: 0px auto;
	padding: 50px 0px 0px 0px;
	width: 825px;
}

.narrowcolumn {
	padding: 25px 0 0 0;
	float: right;
	width: 275px;
	}

.widecolumn {
	padding: 25px 0 0 0;
	float:left;
	width: 512px;
	}


.pics-head {
	background: transparent url(img/pics-head.png) no-repeat top left;
	text-indent: -9999px;
	height:25px;
	margin:0 0 25px 0;
}

.news-head {
	background: transparent url(img/news-head.png) no-repeat top left;
	text-indent: -9999px;
	height:25px;
	margin:0 0 25px 0;
}


.clear {
	clear: both;
}

.meta {
	color:#999;
	padding-bottom: 7px;
	font-size: 11px;
}

#footer {
	padding: 50px 0 0 0;
	margin: 0px auto;
	width: 825px;
	clear: both;
	text-align: right;
	color:#999;

	}

#footer a {
	color:#999;
}

#footer a:hover {
	color:#111;
}
	
#nav {
	float:right;
/* 	width:300px; */

}

#nav li {
	display:inline-block;
	padding:0 0 0 15px;
	text-transform: uppercase;
	font-size: 11px;
}

#rss a {
	display: block;
/* 	text-indent: -9999px; */
/* 	background: transparent url(img/rss.png) no-repeat bottom left; */
/* 	width:52px; */
	height:10px;
}

/* #rss a:hover {background: transparent url(img/rss-h.png) no-repeat bottom left;} */

#mom a {
	display: block;
/* 	text-indent: -9999px; */
/* 	background: transparent url(img/mom.png) no-repeat bottom left; */
/* 	width:32px; */
	height:10px;
}

/* #mom a:hover {background: transparent url(img/mom-h.png) no-repeat bottom left;} */


#dad a {
	display: block;
/* 	text-indent:-9999px; */
/* 	background: transparent url(img/dad.png) no-repeat bottom left; */
/* 	width:25px; */
	height:10px;
}

/* #dad a:hover {background: transparent url(img/dad-h.png) no-repeat bottom left;} */


#logo {
	background: transparent url(img/waitslogo-b.png) no-repeat top left;
	float:left;
	width:233px;	
	height:63px;
}

#logo a {
	text-indent:-9999px;
	display:block;
	width: 196px;
	height: 55px;
}


.comment {
	margin: 25px 0px 0 0;
	padding:25px 0 0 0;
	background: transparent url(img/divide.png) no-repeat top left;
}

#post-name {
	text-align:left;
	float:left;
	width: 150px;
}


.entry {
	background: transparent url(img/divide.png) no-repeat bottom left;
	padding:0 0 25px 0px;
	margin:0 0 25px 0px;
	height:100%;
	font-size: 12px;
}

.random-pic {
	opacity:.5;
	text-indent: -9999px;
	height:359px;
	width:275px;	
}

#pic1 {background: transparent url(img/dino.png) no-repeat top center;}
#pic2 {background: transparent url(img/sheep.png) no-repeat top center;}
#pic3 {background: transparent url(img/rocket.png) no-repeat top center;}


.next a {
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	text-align: left;
}

.previous a {
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-align: right;
	width:50%;
}


.next a:hover {
	background: transparent url(arrow-right.png) no-repeat center;
}

.previous a:hover {
	background: transparent url(arrow-left.png) no-repeat center;
}


.desc {
	margin-top: 10px;
}

.left {
	float:left;
}

.thumbnail {
	margin:0px 20px 20px 0px;
}

#thumbnails {
	margin:50px 0px 50px 0px;
}

#about-stuff {
	text-align:left;
	margin:50px 0px 50px 0px;
}

#about-stuff p {
	margin-top: 10px;
}

.col {
	padding:0px 0px 0px 30px;
	width:163px;
	float:left;
}

.about-pic {
	background: transparent url(me1.jpg) no-repeat;
	padding:0px;
}

.comments-box {
	text-align:left;
/* 	float:left; */
	width:500px;
}


/* End Structure */



/*	Begin Headers */


	
h5 {
	color:#aaa;
	font-weight: normal;
	font-size: 11px;
}


h2 {
	font-size: 10px;
	font-weight: normal;
	color:#111;
	margin: 0px 0 0;
	text-transform: uppercase;	
	font-family: Arial, Helvetica, sans-serif;

}


/* End Headers */










/* Begin Form Elements */


#commentform {
	text-align: left;
	margin: 20px 0px 0 0;
	padding:25px 0 0 0;
	background: transparent url(img/divide.png) no-repeat top left;
	font-size: 9px;
	text-transform: uppercase;
	

}

.comment h2 {color:#999;}

.inputs {
	color:#666;
	width:172px;
	float:left;
}

.leave-comment {
	text-indent: -9999px;
	height:30px;
	background: transparent url(img/leave-comment.png) no-repeat top left;
}

#commentform input {
	padding:5px 0 5px 10px;
	border:none;
	margin: 0px 0px 5px 0px;
	background: transparent url(img/input-w.jpg) no-repeat left center;
	width: 162px;
	height:12px;
}

#commentform textarea {
	margin-left:10px;
	border:none;
	background: transparent url(img/input-big-w.jpg) no-repeat center;	
	margin: 0px 0px 0px 10px;
	resize: none;
	font-size: 10px;
	width: 304px;
	height:107px;
	float: right;
}

#commentform input.submit {
	background: transparent url(img/submit.png) no-repeat center;
	margin:10px 0 0 0;
	padding:0px;
	width:43px;
	height: 10px;
	text-indent: -9999px;
	color:#666;
	float:right;
	
}	
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* 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;
	}

