@charset "UTF-8";
/* CSS Document */

/************************

 Style sheet for guyandmadeline.com
 Copyright Richard Ruiz 2009
 
 *************************/
html {
	scrollbar-track-color: black;
}


body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #f4f1ea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #f4f1ea;
	height: 100%;
}

img {
	border: none;
}

a:link {
	color: #488ba0;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #488ba0;
}


/* --------------------------------- containers */

#wrapper {
	width: 940px;
	margin: auto;
}

#logo {
	height: 100px;
}

#content {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 425px;
	margin: 7px 0px 7px 65px;
	height: 426px;
	text-align: left;
	padding-left: 40px;
	padding-top: 40px;
	padding-right: 350px;
}

#content h2 {
	margin-top: 0px;
}


#content p {
	text-align: justify;
	vertical-align: middle;
}

#content object {
	vertical-align: text-bottom;
	padding-right: 10px;
	
}

#content2 {
	width: 400px;
	height: 390px;
	padding-right: 20px;
	overflow: auto;
}

#stills {
	width: 760px;
	background-color: black;
	margin: 7px 0px 7px 65px;
	height: 446px;
	padding: 10px 20px 10px 20px;
}

#pressbox {
       overflow: auto;
       height: 400px;
}

#presskit {
	width: 760px;
	background-color: black;
	margin: 7px 0px 7px 65px;
	height: 446px;
	padding: 10px 20px 10px 20px;
	text-align: left;
        color: #f4f1ea;
        overflow: hidden;
}

#nav ul {
	float: left;
	margin: 20px 0px 0px 60px;
	padding: 0px;
	list-style-type: none;
}

#nav ul a {
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	list-style: none;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.feedburnerFeedBlock ul {
        list-style: none;
}

.feedburnerFeedBlock li {
        clear: both;
        color: #f4f1ea;
font-size: 12px;
font-family: Arial, Verdana, sans-serif;
margin-bottom: 20px;
margin-top: 20px;
border-bottom: 1px solid #444;
float: left;
width: 99%;
}


.feedburnerFeedBlock li div{
margin-top: 20px;
}

.headline a{
       font-size: 1.5em;
color: #ffcc66;
font-weight: bold;


}


/* --------------------------------- other */

#wide_still {
	margin-top: 46px;
	margin-bottom: 47px;
}

.thumb {
	margin: 10px 15px 20px 5px;
}

.thumb2 {
	margin: 5px 15px 15px 5px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.color {
	color: #63ac63;
}