/*
Theme Name: spiral::notepad
Theme URI: http://www.spiralnotepad.com
Description: WordPress theme based on RefreshWP by Navjot Singh (based on Refresh by StyleShout). Originally supported Gravatar2 Plugin and was WordPress 2.1 compatible. Now supports widgets and WordPress 2.5.
Version: 1.2.2
Author: Oxygenesis Design
Author URI: http://www.oxygenesis.com
*/

 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
/* font: 70%/1.5em Verdana, Tahoma, arial, sans-serif; */
  font: 70% Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	
}
a:hover {
	color: #4EBF37;
	
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
/*  border: 2px solid #CCC; */
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #606a74;
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 11px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
/* position: absolute; */
/* top: 35px; right: 25px; */
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 84px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #FFF url(images/headerbg.gif) repeat-x;
	color: #333;
	border: 1px solid #CCC;
	padding: 0px 1px; 
/* width: 70px; height: 21px; */
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 860px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 800px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 860px;
	position: relative;
	height: 150px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.0em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}

#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	background-color: #FFF;
	float: right;
	width: 78.4%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 16px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/header-icon.gif) no-repeat 3px 50%;	
}

p.read-more {
	padding: 0 0 0 10px;
	margin: 0;
	font-weight: bold;
}
p.date-top {
	padding: 7px 0 5px 10px;
	margin: 0;
	color: #61942b;
	font-weight: bold;
}
.social-bookmarks {
	padding-left: 20px; margin: 0 5px 0 2px;
}
.social-bookmarks img {
	border: 0;
	margin-top: 3px;
	margin-left: 1px;
	margin-right: 1px;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 10px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 90%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 4px 0 2px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 20.1%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #c2c08f;
}
#sidebar .left-box {
	border: 1px solid #c2c08f; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu, #sidebar ul.sidemenulight {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.children {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li, #sidebar ul.sidemenulight li {
	border-bottom: 1px solid #c2c08f;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;
	color: #88ac0b;
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
#sidebar ul.sidemenulight a {
	font-weight: normal;
	text-decoration: none;	
	background-image: none;	
}

#wp-calendar {text-align: center; width: 100%; background: #eeedd5;}
#wp-calendar caption {background: #a2d56c;}
#wp-calendar thead {background: #c2c08f;}
#wp-calendar #today {background: #bbee85;}
#wp-calendar a {text-decoration: underline;}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 860px;
	height: 85px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

#footertext {
	padding: 3px 0px 0px 206px;
  text-align: left;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.sportstable { 
  margin: 6px;
  border: none;
  text-align: center;
} 
.sportstable td { padding: 6px; }

.leftimage {
  float: left;
  margin: 8px 10px 6px 0px;
  border: none;
}
.rightimage {
  float: right;
  margin: 8px 0px 6px 10px;
  border: none;
}

/* Begin Icons and Stuff */

#wp-icons {
  text-align: center;
  width: 100%;
  background: #fef3c0;
  padding: 6px 0 7px 0;
}
#wp-icons ul {
	list-style: none;
	text-align: left;
	margin: 0;
  padding: 0;
	text-decoration: none;		
}
#wp-icons ul li {
	padding: 2px 0px 0px 7px;
	margin: 0;
}

.icons a {display: block; height: 16px; padding-left: 25px;}
.icons a:hover {background-position: left bottom ;}

.icons .s_delicious {background: url('icons/delicious.gif') no-repeat;}
.icons .s_digg {background: url('icons/digg.gif') no-repeat;}
.icons .s_technorati {background: url('icons/technorati.gif') no-repeat;}
.icons .s_reddit {background: url('icons/reddit.gif') no-repeat;}
.icons .s_magnolia {background: url('icons/magnolia.gif') no-repeat;}
.icons .s_stumbleupon {background: url('icons/stumbleupon.gif') no-repeat;}
.icons .s_yahoo {background: url('icons/yahoo.gif') no-repeat;}
.icons .s_google {background: url('icons/google.gif') no-repeat;}

.iconComment a {padding-left: 20px; background: url('icons/icon_comment.png') top left no-repeat;}
.iconEdit {background: url('icons/icon_edit.png') top left no-repeat; padding: 1px 0 5px 20px;}
.iconrss {background: url('icons/icon_feed.gif') no-repeat;}

/* End Icons and Stuff */

