@charset "utf-8";

/* Basic Stuff */


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

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: #906;
}
a:hover {
text-decoration: none;
color: #c39;
}
a:active {
	color: #F3A01E;
	outline: none;
	position: relative;
	top: 1px;
}
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;
}
.postscript a {
	color:#cea5a9;
}
.postscript a:hover {
	color:#dfb6ba;
}
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: 1015px;
height: auto;
margin: 0;
padding: 0;
}

#leftcolumn {
display: block;
	position:fixed;
width: 300px;
height: auto;
	background: #fff;
	margin: 20px;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0px 0px 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#header {
display: block;
width:300px;
height:200px;
margin:0;
}
#logo {
	position:relative;
}

#navigation {
display: block;
float: left;
width: 80px;
height: auto;
margin-left: 20px;
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: #F3A01E;
}
body#images #navigation .images a,
body#blog #navigation .blog a,
body#faura #navigation .faura a {color:#6d2e41;}

#menu {
display: block;
float: left;
width: 170px;
height: auto;
	margin-bottom:10px;
}

.menulist {
margin-bottom: 30px;
line-height: 1.3em;
}
.menulist a {
	color:#39c;
}
.menulist a:hover {
	color:#F3A01E;
}	
	
#copyright {
display:block;
width:260px;
height: auto;
margin-left:40px;
padding-bottom:20px;
color:#cea5a9;
font-family:"lucida grande",sans-serif;
font-size:10px;
}


#maincolumn {
display: block;
float:right;
width: 612px;
height: auto;
padding:20px;
	background: #fff;
	margin: 20px;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0px 0px 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#maincolumn img {
border: 1px solid #ccc;
padding: 5px;
background: #fff;
}
#maincolumn object {
border: 1px solid #ccc;
padding: 5px;
background: #fff;
}

.content {
	width: 600px;
}

.video {
border: 1px solid #ccc;
padding: 5px;
background: #fff;
}

.imgwide {
	width:600px;
}
.imgnarrow {
	width:460px;
}

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

.entry-narrow {
	width:480px;
	margin-bottom: 40px;
}

#postnav {
margin-top: 20px;
font-family:"lucida grande",sans-serif;
font-size: 11px;
padding-bottom:20px;
}
#postnav a {
	color:#39c;
}
#postnav a:hover {
	color:#6cf;
}
#postnav a:active {
	color: #F3A01E;
}

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

/* End Dimensions */
