/*
Theme name: Compute
Author: Joe Lemelin and Stephanie Leveille
description: A professional-looking green theme perfect for tech and business blogs. Converted to WP by <a href="http://grabatheme.com">Grab A Theme</a>.
*/
@import url(base-weblog.css);

body{
	font-family: arial;
	color:#0077bb;
        background: #E5E8FF
                    url(http://img340.imageshack.us/img340/6993/background01nq9.png)
                    repeat-x fixed;
}

a{color:#0077bb;}

#container-inner{
	width:758px;
	background:#FFF url(images/background-2.gif) 508px 0 repeat-y;
        }

#alpha{
	background:#FFF url(images/background-1.gif) repeat-y;
	width:508px;
}
#alpha-inner{
	padding:40px 0;
}

#beta-inner{
	position:absolute;
	width:250px;
}


/*** HEADER ***/
#banner-inner{
	background:url(http://www.playsetparts.com/babylogobq7xt4.jpg) no-repeat;
	width:508px;height:270px;
	position:relative;
        cursor: pointer;
}
#banner-header{
	position:absolute;
	top:200px;left:20px;
}
#banner-description{
	position:absolute;
	left:13px;top:260px;
	font-size:1.3em;
	color:#0077bb;
	font-weight:bold;
}
#banner-header a{
	color:#000;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}


/*** TITLES ***/
h2.date-header{
	color:#999999;
	font-size:12px;
	margin:0px;
        text-transform:uppercase;        
        top: 0px;
        right: 2px;
	padding:0px 50px;
	font-family:arial;
        font-weight: normal;
}
h2.module-header{
	font-size:14px;
	margin:0 0 0 20px;
        margin-bottom:5px;
        color:#0077bb;
	font-weight:bold;
}

h3.entry-header{
	font-size:15px;
	margin-top:30px;
	color:#0077bb;
	font-weight:bold;
}

h3.trackbacks-header,h3.comments-header,h2.comments-open-header{
        color:#0077bb;
	font-size:15px;
	padding:5px 0px;
	font-weight:bold;
}

/*** ENTRIES FORMAT ***/
.entry{padding:0 50px;width:408px;}

.entry-content,.entry-footer{
	color:#000000;
	font-size:12px;
	margin:0;padding:0;
}
.entry-footer{margin:20px 0;
}

.entry-body li{margin-bottom:5px;}
.entry-body blockquote{
	border-left:4px solid #e6ead3;
	padding:0 0 0 10px;
}
.navigation{margin-left: 20px;
            margin-bottom: 10px;
}

/*** MODULES FORMAT ***/
.module{
	border-bottom:0px solid #e6ead3;
	margin-bottom:0px;
        
}
.module ul {margin:0 20px 0 20px;}

.module ul li ul {margin:0;
padding:0}

.module ul a:hover{font-size:13px;
             text-decoration:underline;
             color: #006699;
             }

.module-content{margin-left:0;margin-right:0;}

.module ul li {list-style-type:none}

.module-search form{
	background:#e6ead3;
	padding-bottom:10px;
}
.module-search{border:0;}
.module-search label{
	color:#104626;
	border-bottom:0px solid #FFF;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:5px 5px 5px 20px;
}
#search{margin-left:20px;}

.module-syndicate,.module-powered{
	padding-left:20px;
	width:230px;
	color:#104626;
}

.module-syndicate a{
	font-size:11px;
}

.linkcat h2 {margin-bottom:5px;
font-size:14px;
font-weight:bold}



/*** COMMENTS ***/
.comments-header{
         border-top:1px solid #999999;
}
.comment{padding:0px;
}
.comment-content{
	border-left:5px solid #e6ead3;
	padding-left:10px;
	font-size:12px;
}
.comments-open-header{border-top:1px solid #999999;
}
.comments-open-content{padding:0 50px;margin:0;font-size:11px;
}

.module ul a{ font-size: 13px;}

h2.entry-header a{
   text-decoration: none;
   font-size: 15px;
   font-weight: bold;
}

.page_item a {
   font-size: 15px;
   font-weight: bold;
   padding: 3px;
   text-decoration: none;
}
.page_item a:hover{
   color: #006699;
   text-decoration: underline;
}