/*
Theme Name: Grockit New
Description: The updated Grockit theme.
Author: Stephanie Hornung
	
Credits and license:

Uses the Blueprint CSS framework:
http://www.blueprintcss.org/

based on room 34 baseline theme

Design, CSS and HTML are released under LGPL version 3:
http://www.gnu.org/licenses/lgpl-3.0-standalone.html

Last update: July 20, 2009
*/

/* STANDARD HTML TAGS */

body {
/*
	color: #333;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
*/
    background: url("/images/gradients/radial_background.png") no-repeat scroll center top #91D4E9;
    color: #333333;
/*
    font-family: "lucida grande",Helvetica,Arial,"MS Trebuchet",sans-serif;
*/
    font-size: 14px;
}

a, a:visited {
	color: #1296BF;
	text-decoration: none;
}

a:hover {
	color: #51B8D6;
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

blockquote {
	border-left: 0.5em solid #ccc;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h5 {
	margin: .3em;
}

hr {
	background: #eee;
	color: #eee;
}

small {
	color: #555;
	font-size: 0.9em;
}

th {
	background: #eee !important;
}

ul.inline {
	display: block;
	margin: 0em 0em 1em 0;
	padding: 0;
}

	ul.inline li {
		display: inline;
		margin: 0 0.5em 0 0;
	}

/* CUSTOM CSS CLASSES */

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

#respond {
        background-color: #F0F3F4;
        padding: 1px 20px 8px;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

	.commentlist li {
		border-bottom: 1px solid #eee;
		margin: 0.5em 0;
	}

	.commentlist cite {
		font-size: 1.25em;
		font-style: normal;
	}
	.commentlist cite a {
               color: #999;
        }
	.commentlist img {
		border: 1px solid #eee;
		float: left; display: inline; /* IE6 fix */
		margin: 0 1em 0.5em 0;
		padding: 4px;
		text-align: left;
	}
        .commentlist .says {
                display:none;
        }

	.commentlist p {
		clear: both;
                margin-top: 1.5em;
	}
	
	.commentlist .bypostauthor {
		border-left: 0.5em solid #ccc;
		padding-left: 1em;
	}
.comment-author {
        display:inline;
        font-weight:bold;
}		
.commentmetadata {
	color: #ccc;
	font-size: 1.25em;
        display:inline;
        margin-left: .3em;
        font-weight:bold;
}
.commentmetadata a {
       color: #ccc;
}
.comment-author-info, .comment-author-input {
       float:left;
       width: 200px;
}
.comment-input {
      margin-left: 220px;
}

.entry {
}

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
        padding: .8em 0 .2em;
}

.post {
	margin: 0 0 3em 0;
        border-bottom: 1px solid #ccc;
}

.post h2 a {
       color: #006A90;
}
#content .post h2, #content .post h1 {
       margin-bottom: 0px;
}
.postmetadata {
	clear: both;
	color: #999;
	font-size: .9em;
}

.postmetadata .date {
        color: #ccc;
        margin-left: .3em;
}

.postmetadata .date, .postmetadata .author {
       font-size: 1.4em;
        font-weight:bold;
}

.wp-caption {
/*	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em;*/
}

	.wp-caption img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.wp-caption p.wp-caption-text {
		margin: 0;
		padding: 0;
                font-size: .9em;

	}

.content-section {
      border-bottom: 1px solid #ccc;
}

#content .content-section h3 {
      margin-top: 1em;
}
.content-section h4 {
      margin-bottom: 0px;
      font-weight: bold;
      color: #999;
}

/* DOM ELEMENTS */

#page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width:960px;

  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px; 
  border: 1px solid #BAC7CB;
  padding: 15px 15px 15px 25px;
  background-color: #FFFFFF;

}

	#header {
		height: 80px;
		overflow: hidden;
                border-bottom: 2px solid #00AAD5;
	}
	
		#header * {
			line-height: 1.3em;
			text-decoration: none;
		}
		
		
		#headerimg {
			background: transparent;
			height: 180px;
			width: 950px;
		}
		
		#header h1 {
			margin: 20px 0 0 0;
		}
		
		.grockit-link {
			margin-top: 37px;
			font-weight: bold;
		}
				
	#nav {
		border-bottom: 1px solid #eee;
	}
	
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#nav li {
			background: #eee;
			float: left; display: inline; /* IE6 fix */
			margin: 0;
			padding: 0;
			position: relative;
		}
		
		#nav li:hover {
			background: #ddd;
		}
		
			#nav li a {
				display: block;
				padding: 0.2em 0.6em;
				text-decoration: none;
			}
			
			#nav li ul {
				display: none;
				position: absolute;
				z-index: 99;
			}
	
			#nav li:hover ul {
				background: #fff;
				border: 1px solid #999;
				display: block;
				left: 0;
				min-width: 150px;
				top: 1.9em;
				white-space: nowrap;
			}

			#nav li:hover li {
				background: #fff;
				display: block;
				float: none;
				font-size: 0.9em;
				margin: 0;
				padding: 0;
			}
			
			#nav li:hover li:hover {
				background: #eee;
			}
			
			#nav li:hover li a {
				padding: 0.3em 0.5em;
			}
	


div#outside_header {
  height: 62px;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
}

div#outside_header a {
  color: #006A90;
}

div#outside_header .outside_header_right {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  background-color: #C6E9F4;
  float: right;
  height: 33px;
/*
  margin-left: 40px;
*/
  position: relative;
  width: 250px;
  font-size: 14px;
  text-align:center;
  padding-top:20px;
}

div#outside_header .outside_header_left {
  float: left;
  height:100%;
  margin-left: 25px;
  width:670px;
  margin-top:10px;
}



	#content {
		margin: 1.5em 0;
		overflow: hidden;
	}
	
		#content h1 {
			font-size: 2em;
			margin: 0 0 0.5em 0;
			font-weight:bold;
		}
	
		#content h2 {
			font-size: 1.8em;
			margin: 0 0 0.5em 0;
			font-weight:bold;
		}
	
		#content h3 {
			font-size: 1.4em;
			margin: .5em 0 0.5em 0;
            font-weight:bold;
		}
	
	#sidebar {
		font-size: 0.9em;
		margin: 1em 0 0 0em;
		padding: 0em;
		overflow: hidden;
		background: url(images/sidebar_mid.png) repeat-y;
		width: 250px;
	}
	
		#sidebar ul {
			list-style: none;
			margin: 0 0;
			padding: 0;
		}
		
		#sidebar li {
			margin: 0 0 0.5em 0;
		}
		
		#sidebar li.cat-item {
			color: #999;
		}

                #sidebar .grockit-search {
                        padding: 0 1em;
                        border-top: 1px solid #fff;
                        border-bottom: 1px solid #C7D4D8;
                        margin-bottom: 0px;
                }

		#sidebar .grockit-info {
			font-size: 1.1em;
			background: url(images/sidebar_top.png) no-repeat;
			padding: 1em 1em 0 1em;
			border-bottom: 1px solid #C7D4D8;
			margin-bottom: 0px;
		}
		
		#sidebar .grockit-info li {
			font-weight:bold;
		}
		
		#sidebar .grockit-info p {
			margin-bottom: .5em;
		}
		
		#sidebar .meta {
			padding: 1em;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #C7D4D8;
			margin-bottom: 0px;
		}

                #sidebar .meta-small {
			border-top: 1px solid #fff;
			border-bottom: 1px solid #C7D4D8;
			margin-bottom: 0px;
		}
		
		#sidebar .meta a {
			margin: 0em 1em 0em 0em;
		}
		
		#sidebar .categories {
			padding: 0 1em;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #C7D4D8;
			margin-bottom: 0px;
		}
		#sidebar .archives {
			padding: 0 1em;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #C7D4D8;
			margin-bottom: 0px;
		}
		
		#sidebar .legal {
			padding: .5em 1em;
			border-top: 1px solid #fff;
			background: url(images/sidebar_bottom.png) no-repeat bottom left;
			margin-bottom: 0px;
		}
		
		#sidebar h2 {
			font-size: 1.2em;
			margin: 0.5em 0;
		}
		
		#sidebar h2 a {
			color: #111;
			text-decoration: none;
		}
		
		#sidebar form {
			margin-bottom: 1.5em;
		}
		
		#sidebar div {
			line-height: 1.5em;
			margin: 0 0 1.5em 0;
		}

		#sidebar div a {
			padding: 0 0.5em 0 0;
			white-space: nowrap;
		}

		#sidebar div a:hover {
			color: #036 !important;
		}
	
	#footer {
		border-top: 1px solid #eee;
		color: #555;
		font-size: 0.9em;
		margin: 1em 0 1.5em 0;
		overflow: hidden;
		clear: both;
		
	}
	
		#footer p {
			margin: 0.5em 0;
		}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 1em 0 0;
		}



#homepage_footer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #8c8c8c;
  font-size: 12px;
  padding: 10px 0;
  overflow: hidden;
  background-color: #b8e3f1;

  margin:10px auto;
  width: 1000px;
}

.homepage #homepage_footer {
  background-color: transparent;
}

#homepage_footer ul {
  padding: 3px 0 0 0;
  margin: 3px 0 0 20px;
}

.homepage #homepage_footer ul {
  margin: 3px 0 0;
}

#homepage_footer li {
  color: #666;
  font-weight: bold;
}

#homepage_footer li span {
  color: #999;
}

#homepage_footer p {
  color: #666;
  font-weight: bold;
}

#homepage_footer a.logo {
  margin-left: 20px;
}

.homepage #homepage_footer a.logo {
  margin-left: 0;
}

#homepage_footer #share_box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #e6e6e6;
  float: left;
  padding: 2px 10px 0;
  margin-top: 13px;
}

#homepage_footer #share_box a {
  background-image: url(/images/homepage/homepage_icons.png);
  display: inline-block;
  height: 25px;
  padding: 0;
  width: 25px;
}
#homepage_footer #twitter {
  background-position: 0 -1227px;
  margin-right: 8px;
}
#homepage_footer #facebook {
  background-position: -56px -1227px;
}

#homepage_footer #tech_crunch {
  display: inline-block;
  cursor: pointer;
  width: 94px;
  height: 34px;
  background: url(/images/homepage/homepage_icons.png) -156px -1227px;
  float: left;
  clear: both;
  margin: 8px 0 10px;
}

#homepage_footer #legal_links {
  margin: 21px;
  text-align: right;
  font-size: 10px;
}

#homepage_footer #legal_links a {
  font-weight: normal;
  padding: 8px;
}

#homepage_footer #copyright {
  clear: both;
}

.container_16 .grid_3 {
    width: 160px;
}

.container_16 .grid_4 {
    width: 220px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 1px;
    position: relative;
}

