@charset "utf-8";

/* Basic Stuff */


body {
padding: 0px; 
margin: 0px;
background: #fff;
}

body, p, div, input, select, textarea, td {
font-family: Georgia,Times,Serif;
font-size: 12px;
text-align:left;
color: #666;
}


a:link, a:visited {
text-decoration: none;
color: #f00;
}
a:hover {
text-decoration: none;
color: #000;
}
a img {border:0}

p {
margin-bottom: 1.3em;
line-height: 1.5em;
}

blockquote {font-style: italic;}

h1, h2 {font-family: helvetica, sans-serif; margin-top:5px; color:#222;}
h3, h4 {font-family:"lucida grande",sans-serif; margin-top:0px; color:#333;}

h1 {font-size:1.7em}
h2 {font-size:1.3em}
h3 {font-size:1em}


ul {
list-style-type:none;
padding: 0;
margin: 0;
}
* html ul {
margin-left: 0;      /* for IE only */ 
margin-top: 0;       /* for IE only */
}
li {
list-style-type: none;
margin-bottom: 10px;
}

small {
font-size: 0.9em;
line-height: 1.5em;
}

textarea {	
background: white;    
border:1px solid #666;	
font-family:tahoma;	
font-size: 10px;
width:340px;
margin: 5px 0;
padding:5px;
}

input {
background: white;    
border:1px solid #666;	
font-family:tahoma;	
font-size:10px;
}

submit {	
background: white;   
border:1px solid #666;	
font-family:tahoma;	
font-size:10px;
}

/* End Basic Stuff */


/* Specified Styles */

.invisible {display:none;}

.dark {color:#222;}

.light {color:#888;}

.sans {font-family:"lucida grande",sans-serif;}

.stats {
font-family:"lucida grande",sans-serif;
font-size:11px;
}

.postscript {
font-family:"lucida grande",sans-serif;
color:#888;
}
p.postscript {margin-top:0}

.alert {
font-family:"lucida grande",sans-serif;
color:#ff0000;
}

.alignright {float:right;}

.alignleft {float:left;}

.clear {clear:both;}

.image-wrap {
	float:left;
	margin-right:8px;
}

/* End Specified Styles */


/* Dimensions */

#page {
	background: url('http://mavienrose.com/cock.jpg') no-repeat;
position: absolute;
width: 800px;
height: 600px;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: -300px;
}

#page ul {
	position:absolute;
	width:580px;
	bottom:20px;
	right:160px;
	list-style-type:none;
	text-align:right;
	}
#page ul li {
	display:inline;
	padding:0 0 0 20px;
	font-family:helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	}

#page a {
	text-decoration:none;
	color:#999;
}
#page a:hover {
	color:#444;
}
#page a:active {
	color:#bbb;
}

#container {
width: 1012px;
height: auto;
margin: 0;
padding: 0;
}

#leftcolumn {
display: block;
float: left;
width: 360px;
height: auto;
}

#header {
display: block;
	position:relative;
float: left;
width:360px;
height:230px;
margin:0;
}
#logo {
	position:absolute;
	top:18px;
	left:26px;
}

#navigation {
display: block;
float: left;
width: 95px;
height: auto;
margin-left: 35px;
font-family: helvetica, sans-serif;
font-size: 1em;
line-height: 1.6em;
font-weight: bold;
text-transform: uppercase;
}
#navigation a {
text-decoration:none;
color: #999;
}
#navigation a:hover {
	color: #bbb;
}
body#images #navigation .images a,
body#blog #navigation .blog a,
body#faura #navigation .faura a {color:#666;}

#menu {
display: block;
float: left;
width: 230px;
height: auto;
}

.menulist {
margin-bottom: 30px;
line-height: 1.3em;
}	

#copyright {
display:block;
float:left;
width:320px;
height: auto;
margin-left:40px;
margin-top:10px;
padding-bottom:20px;
color:#888;
font-family:"lucida grande",sans-serif;
font-size:10px;
}


#maincolumn {
display: block;
float: left;
width: 612px;
height: auto;
margin: 20px;
padding-bottom:20px;
}
#maincolumn img {
border: 1px solid #888;
padding: 5px;
background: #fff;
}
#maincolumn object {
border: 1px solid #888;
padding: 5px;
background: #fff;
}


.content {width: 480px;}

.entry {margin-bottom: 40px;}
.entry img {
	max-width: 468px;
	height:auto;
	}

#postnav {
margin-top: 20px;
font-family:"lucida grande",sans-serif;
font-size: 11px;
}

.comments {
margin:20px 0;
width:350px; 
}
.comments li {margin:20px 0 30px 10px;}

/* End Dimensions */