/*
Theme Name: Dr. Benvenuti
Theme URI: http://goldencomm.com
Description: Goldencomm
Version: 0.1
Author: GC
*/

@import url('/wp-content/themes/drbenvenuti/library/css/reset.css');
@import url('/wp-content/themes/drbenvenuti/library/css/master.css');

/* wp style */
#comment{
	width: 550px;
}

.alignleft{
	float: left;
	padding: 0px 10px 10px 0px;
}

.alignright{
	float: right;
	padding: 0px 0px 10px 10px;
}

.aligncenter{
	text-align: center;
	padding: 10px;
}
#Subnav{
	margin-left: 30px;
}
#Subnav ul{
	margin-top: 5px;
}
#Subnav ul li{
	line-height: 20px;
	margin-left: -20px;
}
#Subnav #tags{
	margin-top: 10px;
}
#Subnav h2{
	margin-top: 15px;
	font-weight: bold;
}
#Subnav #header{
	margin-top: 0px;
}
p{ margin-bottom: 10px;}