﻿/*File:			custom.cssDescription:	Custom styles for Jane and RobotBASIC USAGE:
If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.
For example, if you wish to change the default link color to green, you would add the following declarations to this file:
	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them
WHY THIS WORKS:By using the "custom" class, you are creating more specific CSS declarations for HTMLelements. 
CSS styling is applied through rules of specificity, and because declarationsprepended with .custom are more specific, 
they get applied when the page is rendered!More information about styling your Thesis installation using this file can be foundin the 
User's Guide:	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/

/** DEVELOPER SUMMIT 2009 ********************************************************/

#summit-header{background:#000 none repeat scroll 0 0; color:#fff; width:100%; clear:both;}
#summit-header img{padding:0; margin:0; border:0;}
#summit-header #summit-nav{clear:both; width:100%;padding-bottom:3px; font-size:14pt; font-family:Georgia;}
#summit-header #summit-nav .date{font-style:italic;}
#summit-header #summit-nav .location{padding-left:5px;}
#summit-header #summit-nav .links{padding-right:5px;}
#summit-header #summit-nav a{color:#D82; text-decoration:none;}
#summit-header #summit-nav a:hover{color:#F9F8F3; text-decoration:none;}
#summit-header #summit-nav a:active{color:#D82; text-decoration:none;}

.promo{font-family:Georgia; font-size:12pt; font-style:italic; color:gray; line-height:1.7;}
.imageCap{width:100%; text-align:center;}
.imageCap img{padding:0; margin:0;}
.imageCap .caption1{clear:both; width:100%; padding:0; margin:0; position:relative; top:-6px; font-size:10pt;}
.imageCap .caption2{clear:both; width:100%; padding:0; margin:0;position:relative; top:-8px; font-size:10pt;}

/* agenda page */
#summit-agenda table {width:100%;}
#summit-agenda td.promoColumn{width:33%; vertical-align:top;}
#summit-agenda td.timeDivider{border: 1px gray solid; background-color:#eee; font-size:10pt; font-family:Georgia;}
#summit-agenda td.photo{width:16%; vertical-align:top; text-align:center; padding:10px 0 10px 0; font-size:10pt;}
#summit-agenda td.description{width:50%; vertical-align:top; padding:10px 0 10px 0; font-size:10pt;}
#summit-agenda td.bigDescription{width:66%; vertical-align:top; padding:10px 0 10px 0; font-size:10pt;}
#summit-agenda h2 {margin:0;}
#summit-agenda img {clear:none; display:inline;margin:0;}

/* developer-summit front page */
.wrapper{float: left; clear: both; margin: 0% 0 0% 0; padding: 1% 0 1% 0; width: 100%; vertical-align: top;}
.col-1big{float:left; width: 67%; margin: 0 3% 0 0%; vertical-align:top;}
.col-SB{float:left; width: 30%; margin: 0 0 0 0; vertical-align:top;}
.col-1{float:left; width: 48.5%; margin: 0 3% 0 0; vertical-align:top;}
.col-1a{float:left; width: 48.5%; margin: 0 0 0 0; vertical-align:top;}

/*********************************************** SPECIAL FORMATING ********************************************************/

/* I have no idea what this does */
.contentList{ padding: 0px 5px 0px 5px; }
/* Adds the jane and robot logo as a background for the header div */
#header {border-bottom: none; background-image:url('/wp-content/themes/thesis_15/custom/images/jane-and-robot-sm.gif');background-position:right; background-repeat:no-repeat;}
/* Attempt to change the font wieght in the header, didn't work */
#header #logo p{font-weight:normal; font-family:Georgia;}

.format_text p {margin-bottom:1em !important;}
.format_text ul {margin:0 0 1.333em 1.667em !important;}
.format_text li {margin-top:0.5em; margin-bottom:0.5em;}
.small_list li {margin-top:0.111em; margin-bottom:0.111em;}

/* Contact Form Formatting */
#wpcf label {	clear: both;	display: block;	float: left;	width: 150px;}
#wpcf input {	float: left;	width: 200px;	padding: 1px;	margin: 2px 5px 2px 0;}
#wpcf textarea {	width: 350px;	height: 100px;	padding: 1px;	margin: 0 5px 10px 0;}
#wpcf #contactsubmit {	margin-left: 250px;	width: 100px;}

/* Hide comments closed for pages where we don't allow comments */
.comments_closed p { display: none; }

/*---------- Source Code -------------*/
.csharpcode{margin-bottom: 24px;}
.csharpcode pre{font-size:small; color:black; font-family:Consolas, "Courier New", Courier, Monospace; background-color: #fff;}
.csharpcode{font-size:small; color:black; font-family:Consolas, "Courier New", Courier, Monospace; background-color:#fff;}
.csharpcode pre { margin: 0em; padding:0;}
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .lnum { color: #606060; }
.csharpcode .alt {background-color:#f4f4f4; width:100%; margin:0em; border:none;}
.newStyle1 {}
.newStyle2 {}
.newStyle3 {font-family: Arial, Helvetica, sans-serif;}
