/* Theme Name: GPGPU 
   Theme URI: http://www.gpgpu.org 
   Description: WordPress Theme for GPGPU.org
   Author: Mark Harris 
   Author URI: http://www.markmark.net 
   Version: 0.1b 
*/

@import url('960gs/css/reset.css');
@import url('960gs/css/text.css');
@import url('960gs/css/960.css');

html {
    padding: 0px;
    margin: 0px;
}

body {
	margin: 0 auto;
	padding: 0px;
	background-color: rgb(238, 238, 238);
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
}

body a {
	text-decoration: none;
	color: #336699;
	
}

body a:hover {
	text-decoration: underline;
	color: #991100;
}

#wrap {
	position: relative; /* for child elements with abs pos */
	margin: 0 auto;	
	background: #fff url(images/wrap-bg.gif) repeat-y 0 0;
	border-left: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);	
/*	border-bottom: 1px solid rgb(204, 204, 204);
*/
}

.navigation {
    display: block;
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 5px;
}

.alignright {
   float: right;
   margin-left: 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.entry img {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 4px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0px none;
}



/* Header */

#header {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 0px solid #ddd;
	background: #336699 url(images/header-bg.gif) repeat-x top left	;
}

#header h1 {
	/*float: left;*/
	margin: 10px;
	padding-top: 12px;
	font-family: Verdana,Sans-serif;
	font-size: 475%;
	color: #fff;
}
#header h2 {
	margin: 10px;
        clear: right;
	float: right;
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 140%;
	color: #ddd;
	padding-top: 55px;
}

.feed-badge {
  height: 28px;
  margin: 0 0 0 0px;
  padding: 0 0 0 28px;
  background: url(images/feed-icon-28x28.png) no-repeat 0 100%;
  line-height: 28px;
  display: block;
  position: absolute;
  top: 22px;
  right: 20px;
} 

.feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url(images/feed-icon-14x14.png) no-repeat 0 50%;
  list-style-type: none;
} 

#nav {
	float: left;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
	background: #336699 url(images/nav-bg.gif) repeat-x bottom;
}

#nav ul {
	float: left;
	display: inline;
	height: 30px;
	margin: 0;
	padding: 2px 0 0 10px;
	list-style: none;
}

#nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 1px;
	font-family: Verdana, Sans-Serif;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid black;
}

#nav li.page_item {
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	background: #ddd url(images/nav-off-bg.gif) repeat-x top left;
}

#nav li.current_page_item, #nav li:hover {
	border-bottom: 1px solid #fff;
	background: #fff url(images/nav-on-bg.gif) repeat-x top left;
}

#nav a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #369;
	text-decoration: none;
}

#nav form {
	padding: 0px 0px 0px 0px;
}

#nav fieldset {
	margin-left: 20px;
	width: 250px;
	height: 26px;
	padding: 5px 10px 0px 10px;
	margin-bottom: 0px;
	font-family: Verdana, Sans-Serif;
	border: 1px solid #444;
	background: #ddd url(images/nav-off-bg.gif) repeat-x top left;
}
#nav #s {
	display: inline;
  	width: 160px;
	height: 16px;
	font-family: Verdana, Sans-Serif;
  	margin: 0;
  	padding: 0px 2px;
  	border: 1px solid #444;
  	vertical-align: middle;
}
#nav #button {
	display: inline; /* for IE */
  	padding: 0px;
	margin: 0px;
  	border: 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 110%;
	font-weight: bold;
	color: #369;
  	text-align: center;
  	vertical-align: middle;
	background: transparent;
}

/* Content */

#content {
	font-size: 95%;
	color: #333;
}

#content .gutter {
    margin: 20px 10px 20px 10px;
}

#content h1 a {
        color: #333;
}

#content h2 {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#content h2 a {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 90%;
	font-weight: Bold;
	color: #000;
	text-decoration: none;
}

#content small {
	font-size: 80%;
	margin-top: 0px;
}

#content p {
	line-height: 140%;
}

#content .entry blockquote, q {
 	margin: 0px 15px 0px 15px;
}


#content .postmetadata {
	background: #eee;
	text-align: center;
	opacity: 0.7;
	-webkit-transition-property: gray;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-repeat-count: initial;
}

#content .postmetadata:hover {
	opacity: 1.0;
}

#content .post {

}

.entry {
	margin-top: 10px;
	font-size: 100%;
}


#wrap-bottom {
    float: left;
	background: #fffff0;
	height: 20px;
}

#sidebar-bottom {
	float: right;
	background: #ff00ff url(images/wrap-bottom-bg.gif) no-repeat top left;
}

#sidebar {
	background: url(images/wrap-top-bg.gif) no-repeat top left;
	list-style: none;
	padding: 16px 0px 0px 0px;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	padding: 0px 10px 0px 20px;
}
#sidebar ul li {
	padding-top: 0px;
	margin-left: 0px;
}
#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 120%;
	font-weight: Normal;
}
#sidebar .box {
	width: 100%;
	margin: 0px;
}

#sidebar .sidebar_boxes ul {
	padding: 0px;
}

#sidebar .box h3 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 110%;
	color: #333;
 	border: 1px solid #d5e8fa;
	background: #d5e8fa url(images/box-h3-bg.gif) repeat-x top left;
	
}
#tags .tag_histogram_barwrap {
	width: 40%;
}

#tags .tag_histogram li {
	line-height: 1.4;
}

#calendar_wrap {
}

#sidebar .box ul {
	margin: 0;
	list-style: none;
}
#sidebar .box ul li {
	margin: 0 0 0px;
	padding: 0px;
}
#sidebar .box .textwidget {
	padding: 0px;
}

#sidebar .box_text {
	padding: 14px 10px 14px 10px;
}

#sidebar .box_text p {
   	margin: 0px;

}

#sidebar .contribute {
	padding: 0px;
	margin: 0px;
}

/* Footer */

#footer {
	clear: both;
	background: rgb(238, 238, 238) url(images/footer-bg.gif) repeat-x top left;
	color: #999999;
	border-top: 1px solid #aaa;
	line-height: 300%;
	margin-bottom: 0px;
	border-left: 0px;
	border-right: 0px;	
}

#footer p.text {
	background: rgb(238, 238, 238) url(images/footer-bg.gif) repeat-x top left;
	float: left;
	padding-left: 20px;
	text-align: left middle;
	width: 820px;
}

#footer p.logo {
	background: rgb(238, 238, 238) url(images/footer-bg.gif) repeat-x top left;
	padding-top: 2px;
	padding-right: 20px;
	float: right;
}

#footer p {
	margin-bottom: 0px;
}
