
.hright 
{
	float: right;
	width: 67%;
}

.hleft 
{
	float: left;
	width: 32%;
}

.hleft li 
{
	list-style: none;
}

p.title
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 1.75em;
	margin: 0.8em 0 0.4em 0;
	padding: 4px;
}

p.headerh
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.55em;
}

span.ptext
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}

h3.announce
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.2em;
	margin-top: 8px;
}

/*MOD Latest posts*/
span.latest_posts, .latest_posts
{
	font-size: 1.1em;
}
span.latest_posts a.latest_post_subject
{
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*END MOD*/

/* Quick-login on index page */
fieldset.quick-log {
	margin-top: 5px;
}

fieldset.quick-log input {
	width: auto;
}

fieldset.quick-log input.inputbox {
	width: 55%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

ul.pmenu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.pmenu li {
	border-bottom:1px solid #CCCCCC;
	margin:0;
	padding:5px 0 4px;
}

ul.pmenu li.last {
	border-bottom:medium none;
}

.twitter-link {
	background: url('http://www.sixstringmods.co.uk/images/twitter-logo.png') center right no-repeat; 
	padding-right: 13px;
	padding-bottom: 4px;
}

.round {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:10px;
	border-radius-bottomleft:10px;
	border-radius-bottomright:4px;
	border-radius-topleft:4px;
	border-radius-topright:10px;	
}