/*   

Theme Name: WP-Framework - http://wordpress.org/extend/themes/wp-framework
Mod by l3on - http://www.leoiannacone.com

It's very simple use this mod:
just add this file in your head section in the theme's header file.

Browsers supported: Firefox (no box shadow with version < 3.5) and Webkit based.
No IE integration, feel free to improve it!

*/



body,html {
	background: #E9E9E9 url(images/background.png) repeat-x 50% 0%;
	color: #333;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

body {
	min-width:1000px;
}


/*.entry-content a:link, .entry-content a:active, .entry-content a:visited {*/
/*	text-decoration:none;*/
/*}*/

.nav {
	border:none;
	background: transparent;
}

.nav li{
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius:3px 3px 3px 3px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	background:none repeat scroll 0 0 #222222;
	display:block;
	margin-right:10px;
	line-height: 15px;
	position:relative;
	text-align:center;
	text-decoration:none;
	text-shadow: none;
}
.nav li a {
	border:none;
	color: #999;
}

.nav li.current_page_item a , .nav li.current_category_item a {
	color:#F3193D;
}

.nav li a:hover, .nav li:hover, .nav li.nav-hover, .nav a:focus {
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius:3px 3px 3px 3px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	background:#FDFDFD;
	color:#333;
}



.entry-title, .entry-title a, #logo, #logo a {
	text-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
}


.widget_search input, .widget_search button, #comment-form button  {
	border:none;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border: 1px solid rgba(0,0,0,0.1 );
}
#widget-search button:hover, #comment-form button:hover, #widget-search input:focus {
	border: 1px solid rgba(0,0,0,0.2);
}

input, button {
	border: 1px solid rgba(0,0,0,0.1);
}
textarea {
	border: 1px solid rgba(0,0,0,0.2);
}
input:focus, button:focus, button:hover, textarea:focus {
	border: 1px solid rgba(0,0,0,0.2);
}
textarea:focus{
	border: 1px solid rgba(0,0,0,0.3);
}

#allowed-tags {
	border:none;
	background:transparent;
}

.comment-author {
	text-shadow: none;
}


.footer {
	font-size:9px;
	text-align:center;
	line-height:12px;
}

.footer a {
}

.footer a:hover {
	border-bottom: 1px dotted #2361A1;
	text-decoration:none;
}

.widget-title:before{
	content:'» ';
}

.comment-author:before {
	content:'»» ';
}

#secondary li {
	list-style-type:none;
}

#secondary li:before {
	content: '→ ';
	font-size: smaller;
	font-weight:bold;
}

.comment-list .children {
	border-left:1px dotted #BBB;
	padding-left:10px;
}

ol.pings-list {
	margin-left:40px;
}


li.pingback, li.pingback cite, .comment-reply {
	font-size:10px;
}

.comment-meta {
	font-size:9px;
}

