/*  
Theme Name: CustomGolf
Theme URI: http://www.rogalandcustomgolf.no
Description: A clean, minimalist theme
Version: 1.0
Author: Magnus Jepson
Author URI: http://www.jepson.no/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#eef0e3 url(./images/bg.jpg) repeat-x;
	color:#555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;	
}
#wrap{
	margin:60px auto;
	text-align:left;
	width:738px;	
}
#logotext{
	margin: 0px 0 0 0;	
	height:36px;;
	width:639px;
	background:url(./images/header_top.jpg) no-repeat 0 0;
}
#logo{
	margin: 0px 0 0px 0;	
	height:232px;;
	width:738px;
	background:url(./images/header.jpg) no-repeat 0 0;
}

#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:480px;
	margin-top:2px;
	margin-left:2px;
	padding-bottom:0px;
}
#sidebar{
	height:550px;
	font-size:1.2em;
	float:right;
	padding-top:1em;
	padding-left:1em;
	margin-top:1em;
	margin-right:5px;
	width:190px;
	background:url(./images/sidebar_bg.jpg) no-repeat;
	
}
#header{
	padding:3em 1em;
}
#footer{
	background:#333;
	border-top:5px solid #B4C24B;
	color:#999;
	clear:both;
	font-size:1.2em;
	padding:10px;
	background:#333 url(./images/footer_gradient.jpg) top repeat-x;
}
#footerbg {
	clear:both;
	font-size:1.2em;
	padding-top:72px;
	background:url(./images/footer_bg.jpg) top repeat-x;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	margin:0;
}
h2 {
	border-bottom:1px dotted #ddc;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:1.8em;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h2{
	color:#555;
	font-size:1.4em;
	margin:3px 0;
	letter-spacing:1px;
	border-bottom:0px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entry img { background:#FFF; padding: 5px; border: solid 1px #CDCDCD; margin: 0px 0px 5px 1px;}
._entry img:hover { background:#B4C24B; padding: 5px; border: solid 1px #CDCDCD; margin: 0px 0px 5px 1px;}


.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-right:8px;
	margin-bottom:1em;
	
}
#sidebar ul li{
	margin-bottom:0em;
	padding:0.1em;
}

#sidebar img {
	margin:1px 1px 1px 0;
	border:2px solid #ccc;
}

#sidebar img:hover {
	margin:1px 1px 1px 0;
	border:2px solid #B4C24B;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a:link, a:visited {
	color: #669900;
	text-decoration: none;
}
a:hover{
	color:#58BBEB;
}

#myname a{
	color:#def058;
}

#myname a:hover{
	color:#fff;
	background:#B4C24B;
}

.entrybody img.linkopacity  {
filter:alpha(opacity=90); 
-moz-opacity: 0.9; 
opacity: 0.9;}

.entrybody a.linkopacity img {
filter:alpha(opacity=90); 
-moz-opacity: 0.9; 
opacity: 0.9;}

.entrybody a {
	text-decoration:underline;
}

a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.7; 
opacity: 0.7;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}


/*************************************
 +Menu
 *************************************/
#menu {
height:33px;
width:738px;
padding:0 0 10px 0;
float:left;
position:relative; right:0px; top:0px;
}

div#menu ul#menunav{
height:33px;
width:738px;
background:transparent url(images/menu.jpg) top left no-repeat;
margin:0;
padding:0;
}

div#menu ul#menunav li{
margin:0;
padding:0;
list-style:none;
position:absolute;
top:0;
}

ul#menunav li,ul#menunav a{
height:33px;
display:block;
}

#home { left:370px; width:67px; }
.home_on { background:transparent url(images/menu.jpg) -370px -33px no-repeat; }

#products{ left:440px; width:74px; }
.products_on { background:transparent url(images/menu.jpg) -440px -33px no-repeat; }

#services{ left:516px; width:74px; }
.services_on { background:transparent url(images/menu.jpg) -516px -33px no-repeat; }

#blog{ left:592px; width:57px; }
.blog_on { background:transparent url(images/menu.jpg) -592px -33px no-repeat; }

#contact{ left:653px; width:67px; }
.contact_on { background:transparent url(images/menu.jpg) -653px -33px no-repeat; }

/* hover menu */

#home a:hover{background:transparent url(images/menu.jpg) -370px -33px no-repeat;}
#products a:hover{background:transparent url(images/menu.jpg) -440px -33px no-repeat;}
#services a:hover{background:transparent url(images/menu.jpg) -516px -33px no-repeat;}
#blog a:hover {background:transparent url(images/menu.jpg) -592px -33px no-repeat;}
#contact a:hover {background:transparent url(images/menu.jpg) -653px -33px no-repeat;}

/*************************************
 +Login button
 *************************************/
#menulogin {
margin: -36px 0 -5px 0;	
height:36px;
width:99px;
padding:0;
float:right;
position:relative; right:0px; top:0px;
}

div#menulogin ul#menunavlogin{
height:36px;
width:99px;
background:transparent url(images/login.jpg) top left no-repeat;
margin:0;
padding:0;
}

div#menulogin ul#menunavlogin li{
list-style:none;
position:absolute;
}

ul#menunavlogin li,ul#menunavlogin a{
height:36px;
display:block;
}

#login { left:12px; width:65px; }
#login a:hover{background:transparent url(images/login.jpg) -12px -36px no-repeat;}


