 /*
Theme Name: Google Wannabe
Theme URI: http://blog.chewxy.com
Description: Attempting to Copy Google Groups
Version: 1.6
Author: Chewxy
Author URI: http://blog.chewxy.com
*/

/*Layouts*/
#container
	{
	Width: 98%;
	Padding: 0;
	}
#header
	{
	width:100%;
	}
#logo
	{
	width: 150px;
	float:left;
	}
#headersearch
	{
	margin-left: 160px;
	vertical-align:text-bottom;
	}
#break 
	{
	clear: both; 
	margin-bottom: 5px;
	}
#bottombreak 
	{
	clear: both; 
	margin-bottom: 15px;
	}
#contentholder
	{
	background-color: #e8f4ff;
	border: 1px solid #99ccff;
	margin-left: 170px
	}
#contentholder h3
	{
	margin-left: 6px;
	}
#contentwhiteness
	{
	width:100%;
	background-color:#ffffff;
	margin-left: 6px;
	margin-top:2px;
	}
#content
	{
	background-color:#FFFFFF;
	width: 79%;
	float:left;
	margin-left:5px;
	}
#leftbar
	{
	width: 160px;
	float:left;
	}
#leftbar ul
	{
	list-style:none;
	margin: 0;
	padding: 0;
	}
#leftbar ul li
	{
	list-style:none;
	margin-left:0;
	margin-bottom: 10px;
	padding: 0;
	text-indent: 2px;
	font-weight:bold;
	}
#leftbar ul li ul li
	{
	list-style:none;
	margin-left: 6px;
	margin-bottom: 6px;
	padding-left: 2px;
	font-weight:normal;
	}
#leftbar ul li ul li ul li
	{
	list-style:disc;
	margin-left: 20px;
	margin-bottom: 3px;
	padding-left: 2px;
	font-weight:normal;
	}
#rightbar
	{
	width: 160px;
	height: 90%;
	border-left: 1px solid #99ccff;
	float:right;
	clear:right;
	background-color:#ffffff
	}
#rightbar ul
	{
	list-style:none;
	margin: 0;
	padding: 0;

	}
#rightbar ul li
	{
	list-style:none;
	margin: 0;
	padding: 0;
	text-indent: 2px;
	
	}
#rightbar ul li ul li
	{
	list-style:none;
	margin-left: 2px;
	padding-left: 2px;
	}
#footer
	{
	width:100%;
	}
#footer a
	{
	margin-left: 6px; 
	margin-right: 6px;
	}
#footer span 
	{
	color: #bbbbbb;
	}
#commentlist 
	{
    font-size: 1em;
	color: #000000;
	}

#commentlist li 
	{
	color: #000000;
    font-style: normal;
    font-size: 1em;
	background-color: #FFFFFF;
	border-bottom : 2px solid #000000;
	padding: 2px;
    margin: 0 0 5px 0;
	}

#commentlist cite 
	{
	font-size: 0.8em;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#commentlist cite a 
	{
  	color: #0000cc;
	border-bottom: 1px solid #0000cc;
	text-decoration: none;
}

#commentlist p {
  margin: 0;
}

#commentlist cite a:visited {
	color: #0000cc;
	border-bottom: 1px solid #0000cc;
	}

#commentlist cite a:hover 
	{
	color: #0000cc;
	border-bottom: 1px dotted #0000cc;
	}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea 
	{
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	}

#commentform #author:hover, #commentform #email:hover, #commentform #url:hover, #commentform textarea:hover {
	background: #FFFFFF;
}


#commentform textarea {
	width: 80%;
}

#commentform p {
  margin: 0 0 1em 0;
}

#commentlist li ul {
	border-left: 1px solid #CCC;
	font-size: 100%;
	list-style-type: none;
}

#comments {
  text-transform: uppercase;
	margin: 3em 0 1em 0;
	padding: 0 0 0.3em 0;
	color: #000000;
	font-size: 1em;
	letter-spacing: 0.5em;
	border-bottom: 1px solid #000000;
}

#postcomment {
  text-transform: uppercase;
	margin: 0.9em 0 1em 0;
	padding: 0 0 0.3em 0;
	color: #000000;
	font-size: 1em;
	letter-spacing: 0.5em;
	border-bottom: 1px dashed #000000;
}


/*Styling.. Can be really tough if you cannot match colors*/
body 
	{
	font: normal 85% arial, sans-serif;
	}
blockquote 
	{
	border: 1px solid #000000;
	margin-left: 1em;
	padding-left: 2px;
	}
a 
	{
	color: #0000cc;
	}
a:hover 
	{
	color: #0000cc;
	}
a:visited, a:active
	{
	color: #0000cc;
	}

cite 
	{
	font-size: 0.9em;
	font-style: normal;
	}

h2 
	{
	font-size: 0.9em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	border-bottom: none;
	}

.date 
	{
	font-size: 1.1em;
	letter-spacing: 0.2em;
   	background: #FFFFFF;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
    color: #008000;
    padding: 2px 2px 2px 2px;
    text-align: right;
    margin: 0 0 5px 0;
	}

h3 
	{
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	}
	

p 
	{
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 1em;
	color: #000000;
	}

.post 
	{
    margin-left:6px;
    background: #FFFFFF;
    border: none;
	padding: 1px 1px 1px 10px;
	}
.storytitle 
	{
	margin: 0 0 0.2em 0;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
	}

.storytitle span 
	{
	text-transform: none;
	font-size: 1em;
	letter-spacing: 0;
	}

.storytitle a 
	{
	text-decoration: none;
	border: none;
	font-weight: Normal;
	color: #0000cc;
	}

.storytitle a:visited 
	{
	color: #0000cc;
	font-weight: normal;
	}

.storytitle a:hover 
	{
	color: #0000cc;
	font-weight: normal;
	}

.storycontent 
	{
	margin: none;
	padding: 0;
	color: #000000;
	background-color:#ffffff;
	}

.storycontent li 
	{	
	font-size: 0.9em;
	}

.storyother 
	{
	margin: 0.5em 0 1em 0;
	padding: 0;
	color: #333333;
	}

.storycontent a 
	{
    color: #0000cc;
	}

.storycontent a:visited 
	{
	color: #0000cc;
	}

.storycontent a:hover 
	{
	color: #0000cc;
	}

.storyother a 
	{
    color: #0000cc;
	}

.storyother a:visited 
	{
	color: #0000cc;
	}

.storyother a:hover 
	{
	color: #0000cc;
	}

/* classes used by the_meta() */
ul.post-meta 
	{
	list-style: none;
	}

ul.post-meta span.post-meta-key 
	{
	font-weight: bold;
	}

.meta 
	{
	font-size: 0.85em;
	color: #008000;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	font-family: verdana, helvetica, sans-serif;
	}

.meta span 
	{
  margin: 0 0 0 10px;
	}

.meta li, ul.post-meta li 
	{
	display: inline;
	}

.meta ul 
	{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.meta a 
	{
	color: #008000;
	font-weight:bold;
	border-bottom: 1px solid #008000;
	}

.meta a:visited 
	{
	color: #008000;
	font-weight:bold;
	border-bottom: 1px solid #008000;
	}

.meta a:hover 
	{
	color: #008000;
	font-weight:bold;
	border-bottom: 1px solid #008000;
	}

/*  Calendar Styles */

#wp-calendar 
	{
  	background: #FFFFFF;
	empty-cells: show;
	font-size: 1em;
	margin: 0 0 0 0;
	width: 100%;
	border-collapse: collapse;
	}

#wp-calendar #next a 
	{
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a 
	{
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a 
	{
	display: block;
	text-decoration: none;
	color: #0000cc;
	}

#wp-calendar a:hover 
	{
	background: #C3D9FF;
	color: #FFFFFF;
	}

#wp-calendar caption 
	{
	color: #000000;
	font-size: 1em;
	text-align: left;
	margin: 0 0 1em 0;
	}

#wp-calendar td 
	{
	color: #333333;
	font: normal 1em verdana, helvetica, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover 
	{
	background: #C3D9FF;
	}

#wp-calendar td:hover 
	{
	background: #C3D9FF;
	color: #FFFFFF;
	}


#today 
	{
    background: #E8EEF7;
	}

#wp-calendar th {
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #0000cc;
	}
