/*   
Theme Name: Raych
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	background:url(http://www.raych.com/raychcom/background.png) #fff top center no-repeat;
	margin: 0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	line-height:1.3;
	color:#333;
}

a, a:active, a:visited {
	color:#090;
	text-decoration:none;
}

a:hover {
	color:#F9F;
	text-decoration:none;
}

#wrapper {
	width:800px;
	margin:0 auto;
}

#container {
	margin:0;
	padding:0;
}

/* =Header
-------------------------------------------------------------- */

#branding {
	display:none;
}

#branding {
	margin: 0 0 1.5em 0;
}

#raych_title {
	height:189px;
}

#twitter {
	width:800px;
	height:114px;
	margin-top:-20px;
	margin-bottom:20px;
	font-size:.8em;
}

#twitter_div {
	background:url(http://www.raych.com/raychcom/twitter_bg.png) top center no-repeat;
	width:258px;
	height:100px;	
	float:right;
	margin-right:40px;
	padding:10px;
	overflow:hidden;
}

#twitter ul {
	list-style-type:none;
	margin:0;
	padding:0;	
}

#twitter_update_list li a {
	color:#bbbbbb;
	text-decoration:none;
}

#twitter_update_list li span {
	display:block;
}

/* =Menu
-------------------------------------------------------------- */

#menu_container {
	width:270px;
	float:right;
	text-align:right;
}

#access {
	margin: 0 0 1.5em 0;
	overflow:visible;
	text-align:right;
}

.skip-link {
	display: none;
}
.menu ul {
	list-style:none;
	margin:0;
		margin-left:-40px;
}
.menu ul ul {
	display: none;
}
.menu li {
	display:inline;
}
.menu li a {
	font-size:2em;
	text-transform:uppercase;
	display:block;
	float: left;
	padding: 0 0 0 25px;
}

/* #Social
-------------------------------------------------------------- */

#social {
}

#socialmap {
	display:block;
	width:233px;
	height:32px;
	background:url(http://www.raych.com/raychcom/social.gif); 
	position:relative; 
	margin:0 5px 0 0;
	float:right;
}
  
a#rss {
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:3px;
}

* html a#rss {
	height:30px;
	he\ight:0;
}

a#rss:hover {
	background:transparent url(http://www.raych.com/raychcom/rss.gif) no-repeat 0 0;
	overflow:visible;
}
 
a#twitter {
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	position:absolute;
	left:32px;
	top:23px;
}

* html a#twitter {
	height:30px;
	he\ight:0;
}

a#twitter:hover {
	background:transparent url(http://www.raych.com/raychcom/twitter.gif) no-repeat  0 0;
	overflow:visible;
}

a#youtube {
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	position:absolute;
	left:131px;
	top:4px;
}

* html a#youtube {
	height:30px;
	he\ight:0;
}

a#youtube:hover {
	background:transparent url(http://www.raych.com/raychcom/youtube.gif) no-repeat  0 0;
	overflow:visible;
}

a#flickr {
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	position:absolute;
	left:100px;
	top:4px;
}

* html a#flickr {
	height:30px;
	he\ight:0;
}

a#flickr:hover {
	background:transparent url(http://www.raych.com/raychcom/flickr.gif) no-repeat  0 0;
	overflow:visible;
}

a#lastfm {
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	position:absolute;
	left:67px;
	top:0px;
}

* html a#lastfm {
	height:30px;
	he\ight:0;
}

a#lastfm:hover {
	background:transparent url(http://www.raych.com/raychcom/lastfm.gif) no-repeat  0 0;
	overflow:visible;
}

a#tumblr {
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	position:absolute;
	left:169px;
	top:0px;
}

* html a#tumblr {
	height:30x;
	he\ight:0;
}

a#tumblr:hover {
	background:transparent url(http://www.raych.com/raychcom/tumblr.gif) no-repeat  0 0;
	overflow:visible;
}

a#twenty {
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	position:absolute;
	left:203px;
	top:3px;
}

* html a#twenty {
	height:30px;
	he\ight:0;
}

a#twenty:hover {
	background:transparent url(http://www.raych.com/raychcom/20sb.gif) no-repeat  0 0;
	overflow:visible;
}


















/* =Content
-------------------------------------------------------------- */

h2 {
	margin-bottom:0;
}

.entry-title a{
	color:#000;
	text-decoration:none;
}

#content{
	padding:25px;
	background:#fff;
	border:1px solid #000;
	border-bottom:none;
min-height:800px;
  }
}

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

.entry-meta {
	font-size:.8em;
}

.entry-utility {
	font-size:.8em;
margin-top:50px;
margin-bottom:50px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

#widgets {
	background:url(http://www.raych.com/raychcom/footer_bg.png);
	width:798px;
	text-align:center;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin:0;
	overflow:hidden;
}

#widgets a {
	color:#666;
	text-decoration:none;
}

#widgets a:hover {
	color:#ccc;
	text-decoration:none;
}

.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin: 0;
}
.widget-area ul ul ul {
	margin: 0;
}
.widget-container {
	margin: 0;
}

#primary {
	float:left;
	text-align:left;
	width:350px;
	margin:20px;
}

#secondary {
	width:350px;
	margin:20px;
	float:right;
	text-align:left;
}

.widget_tag_cloud {
line-height:14px;
}

/* #Footer
----------------------------------------------------------------*/

#colophon {
	text-align:center;
}