/*
Theme Name: The Grooveswitch 2010
Theme URI: http://www.randomsoup.net/
Description: The Grooveswitch theme developed in 2010.
Version: 1.0
Author: Ben Ickler
Author URI: http://www.randomsoup.net
Tags: web design, web hosting, custom header, fixed width, two columns, widgets

	The Grooveswitch v1.0
	 
	This theme was designed and built by Ben Ickler,
	whose blog you will find at http://www.randomsoup.net/

*/

@font-face {
	font-family: 'Rabiohead';
	src: url('/wp-content/themes/groove_theme/fonts/rabiohead-webfont.eot');
	src: local('_'), url('/wp-content/themes/groove_theme/fonts/rabiohead-webfont.woff') format('woff'), url('/wp-content/themes/groove_theme/fonts/rabiohead-webfont.ttf') format('truetype'), url('/wp-content/themes/groove_theme/fonts/rabiohead-webfont.svg#webfont') format('svg');
}

body{
 background:url(/wp-content/themes/groove_theme/images/bg.jpg) #afb0c0;
 font-family:Arial, Helvetica, sans-serif;
}

a{
 text-decoration:none;
 color:#9e8edf;
}

a:hover{
 text-decoration:underline;
}

#header{
 background:url(/wp-content/themes/groove_theme/images/logo.png) no-repeat;
 width:573px;
 height:124px;
 margin:25px auto 0;
 position:relative;
 z-index:10;
}

#main{
 background:url(/wp-content/themes/groove_theme/images/paper.png) no-repeat;
 width:433px;
 height:640px;
 margin:-80px auto 0;
 position:relative;
 padding:80px 120px 0 110px;
}

#description, #header h1, #sidebar, #subheader, #footer{
 display:none;
}

h2{
 font-family:Rabiohead, "Comic Sans MS", cursive;
 font-size:230%;
 line-height:1;
}

h2 a{
 color:black;
 -webkit-transition:all .3s linear;
 -o-transition:all .3s linear;
}

h2 a:before{
 content:' + ';
}

h2 a:hover{
 text-decoration:none;
 color:#afb0c0;
 text-shadow:1px 1px 0 #000,
 7px 8px 6px rgba(0,0,0,.2);
 margin:0 0 0 -2px;
}

p{
 margin:5px 0 20px;
 text-shadow:1px 1px 0 rgba(201,192,237,.3);
 font-size:90%;
}

.openheader a{
  text-decoration:none;
 color:#afb0c0;
 text-shadow:1px 1px 0 #000,
 7px 8px 6px rgba(0,0,0,.2);
 margin:0 0 0 -2px;
}

.openheader a:before{
 content:' - ';
}

del{
 text-decoration:line-through;
}

ins{
 text-decoration:underline;
}

h4{
 font-size:120%;
 margin:7px 0 0;
 font-variant:small-caps;
 font-weight:bold;
}