/*
Theme Name:     Propell PA
Theme URI:      http://www.propellpa.no
Description:    Theme for Propell PA 
Author:         Kent-Remi Gabrielsen
Author URI:     http://www.sprocknet.no
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");
/*@font-face {
    font-family: 'GregsHandRegular';
    src: url('fonts/gregh___-webfont.eot');
    src: url('fonts/gregh___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gregh___-webfont.woff') format('woff'),
         url('fonts/gregh___-webfont.ttf') format('truetype'),
         url('fonts/gregh___-webfont.svg#GregsHandRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.body {
	font-family: GregsHandRegular;
}*/
#main {
	padding: 30px 0 0 0;
} 
#site-title {
    float: left;
    margin: 0;
}
#site-description {
    clear: both;
    float: left;
    margin: 0 0 15px;
}
#search {
	float: right;
	margin: -10px 2px 0 0;
}
#search input[type="text"] {
	width: 150px;
}
#search input[type="submit"] {
	width: 50px;
}
#header {
    padding: 10px 0 0;
}
#branding img {
	border: 0 none;
}