/*
Theme Name:     NoPoYo Custom (Twenty Ten Base)
Theme URI:      http://nopoyo.npcc.cc/
Description:    Child theme for the Twenty Ten theme 
Author:         Logan Greer
Author URI:     http://greerish.wordpress.com/ 
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/*
====================================================
Begin Header
====================================================
*/

#branding img {
	border-top: none;
}

/*
End Header
*/

/*
====================================================
Begin Twitter widget
====================================================
*/

li.widget_twitter {
	margin-bottom: 0px;
}

li.widget_twitter a:visited {
	color: #06C;
}

li.widget_twitter ul {
	margin-left: 0px !important;
	list-style: none;
}

li.widget_twitter ul li {
	margin: 5px 0px !important;
	padding: 5px; 
	background: #000;
	color: #fff;
}
	
li.widget_twitter span.entry-content {
	display: block;
	padding: 0;
}

li.widget_twitter span.time-meta {
	display: block;
	text-align: right;
}

li.widget_twitter span.from-meta {
	display: none;
}

/*
End Twitter widget
*/

/*
====================================================
Begin Twitter As Text Messages
====================================================
*/

#text-3 a,
#text-3 a:visited {
	background: #06C;
	color: #fff;
}

#text-3 a:hover {
	background: #FF4B33;
	color: #fff;
}

/*
End Twitter As Text Messages
*/

/*
====================================================
Begin Articles
====================================================
*/

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	margin-bottom: 8px;
}

#content .entry-title {
	font-size: 28px;
}

/*
End Articles
*/