/* @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: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica', 'Lucida Grande', Arial, Verdana, Sans-Serif;
	background: #fff;
	color: #666;

}

#container {
	margin-top: 30px;
	margin-left: 10px;
	width:900px;
	text-align: left;
	font-size:1.1em;
	color:#a9a9a9;
	font-weight: bold;
}

h1 {
	font-size:2.5em;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: -1px;
	color:#666;
}


#header {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.description {
	/*font-size: 1.2em;*/
	font-weight: bold;
	color:#a9a9a9;
	line-height: 1.4em;
}

.description a, .description a:active, .description a:visited {
	color:#a9a9a9;
	text-decoration: none;
}

.post {
	margin-bottom:50px;
}

.entry {
	font-size:1.1em;
	line-height: 1.4em;
	color:#666;
}

.date {
	color:#666;
	font-size:1.1em;
}

.number {
	color:#FF5555;
}

.postmetadata, .postmetadata a {
	color:#a9a9a9;
	font-weight: bold;
}

.contact {
	color:#a9a9a9;
}

.contact a, .contact a:active, .contact a:visited {
	color:#a9a9a9;
	text-decoration: none;
}

#sidebar {
	width:240px;
	float:left;
	
	color: #666;
	/*font-size: 1.2em;*/
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar ul {
	list-style-type: none;
	padding-left: 0;
}

#sidebar ul li {
	padding-left: 0;
	margin:0;
	line-height: 1.8em;
}

#sidebar ul li a {
	color: #666;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color:#FF5555;
}

#sidebar ul li ul {
	font-size:.9em;
	margin-left: 10px;
}


#main {
	float:left;
	width: 650px;
	min-height:500px;
	height:auto !important;
	height:500px;

}

#footer {
	clear:both;
	position: relative;
	margin-top: 10px;
	border-top: 1px solid #CCC;
	font-size:1.1em;
}

#footer .contact {
	position: absolute;
	right: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:#FF5555;
}

a, a:visited {
	color:#666;
	text-decoration: none;
}



