/* @override http://reginognyc.com/wp-content/themes/reginonyc/style.css */

/*
Theme Name: Regino NYC
Theme URI: http://cheekydsn.com/
Description: Theme for Tattoo Artist Regino Gonzales.
Version: 1.0
Author: Francis Villanueva
Author URI: http://www.medianueva.com/
Tags: white, gray, simple

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 10px; /* resets 1em to 10px */
	font-family: 'Verdana', 'Lucida Grande', Arial, Verdana, Sans-Serif;
	background: #000000;
	color: #fffff;
 
}

#container {
	margin-top: -10px;
	margin-left: 20px;
	width:1200px;
	text-align: left;
	font-size:1.1em;
	color:#000000;
	font-weight: lighter;
}

h1 {
	font-size:2.75em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -3px;
	color:#000000;
        margin:25
}

h2 {
	font-size:2.75em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -3px;
	color:#000000;
        margin:0

}
h3 {
	font-size:2.75em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -3px;
	color:#000000;
        margin:0
}

h5 {
	font-size:1em;
	font-weight: regular;
	text-decoration: none;
        color:#3e3e3e;
        margin=30
}



#header {
        
	margin-bottom: 30px;
        margin-top: 0px;
	padding-bottom: 30px;
        padding-top: 10px;
	border-bottom: 0px solid #000;
        width:1500px;
        position:fixed;
        background: #000000;
        
}

.description {
	/*font-size: 1.7em;*/
	font-weight: lighter;
	color:#454545;
	line-height: 1.2em;
}

.description a, .description a:active, .description a:visited {
	color:#fffff;
	text-decoration: none;
}

.post {
	margin-bottom:50px;
}

.entry {
	font-size:1.2em;
	line-height: 1.4em;
        color:#000;
}

.date {
	color:000;
	font-size:0em;
}



.number {
	color:#FF5555;
}

.postmetadata, .postmetadata a {
	color:#222;
	font-weight: lighter;
}

.contact {
	color:#4c4c4c;
}

.contact a, .contact a:active, .contact a:visited {
	color:#fffff;
	text-decoration: none;
}

#sidebar {
	width:300px;
	
        margin-top: 120px;
	color: #ffffff;
	/*font-size: 1.5em;*/
}
h2 {
	font-size:2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -3px;
	color:#000000;
}

#sidebar ul {
	list-style-type: none;
	padding-left: 0;
}

#sidebar ul li {
	padding-left: 0;
	margin:0;
	line-height: 1.5em;
}

#sidebar ul li a {
	color: #3e3e3e;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color:#FFF; background:#000;
}

#sidebar ul li ul {
	font-size:.9em;
        margin-left: 10px;



}


#main {
        position:absolute;
        top:120px; left:320px;
	width: 900px;
	min-height:500px;
	height:auto !important;
        height:500px;
}

#footer {
	clear:both;
        position:absolute;
        bottom:5px; left:300px;
	font-size:.9em;
}
#footer .contact {
	position: absolute;
	left:0px;
	top:0px;

}

#footer .note {
	font-size:.7em;
}


a:hover, .selected, .current_page_item a, .current_page_item a:active, .current_page_item a:visited {
	color:#ffffff;
}

.selected { background:#454545; color:#F00; }

a, a:visited {
	color:#ffffff;
	text-decoration: none;
}




