/*
Theme Name: Closely Corporate
Theme URI: http://closely.com/
Description: This theme is for Closely.com's Corporate Site.
Version: 1.0
Author: Zach Meyer
Author URI: http://zachmeyer.com/
Tags: black, green, gray, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url("css/reset.css");
@import url("css/layout.css");

/* Begin Typography & Colors */
html { height: 100%; }

body {
	font-size: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	background: #d5d6d7 url(images/repeat.png) top left repeat;
	color: #333;
	letter-spacing: 0.03em;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
body.home {
	font-family: 'Myriad Pro', 'Lucida Grande', Tahoma, Verdana, Sans-Serif;
}

#wrapper {
  font-size: 0.75em;
  line-height: 1.25em;
}

p, 
.entry p,
.toggle, 
ul li, 
ol li {
	font-size: 13px;
	line-height: 17px;
	color: #666666;
}

.sidebar p {
  font-size: 12px;
}

.inner-wrap p {
	margin-bottom: 15px;
}

  .slide p {
    font-size: 21px;
    line-height: 28px;
    padding-right: 63px;
  }

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20px;
	}

h2 {
	font-size: 15px;
	}
		
	#header h2 {
		font-size: 22px;
		color: #333333;
		margin-top: 18px;
		margin-left: 38px;
		margin-bottom:5px;
	}
	
	h2.widgettitle {
		margin-bottom: 5px;
	}
	
	.post h2 {
	 font-size: 22px;
	 padding-top: 10px;
	 margin-bottom: 5px;
	}
	
	.slide h2 {
	 font-size: 21px;
	 line-height: 30px;
	 margin-bottom: 10px;
	 font-weight: normal;
	 color: #333;
	}
	
	.widget_text h2.widgettitle {
	 background: url(images/signup-beta.png) top left no-repeat;
	 text-indent: -1000em;
	 overflow: hidden;
	 height: 19px;
	 margin-bottom: 5px;
	}

	#cforms-2 h2.widgettitle {
		padding: 0;
		margin: 0;
	}
	
	#cforms-2.widget {
		padding: 0 12px;
	}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

  .post h4 {
    font-size: 16px;
  	border-bottom: 1px dotted #666666;
  	margin-bottom: 10px;
    padding-bottom: 5px;
    letter-spacing: -0.01em;
  }

a h3 {
	color: #88C9EC;
	font-weight: normal;
}

a:hover h3 {
	color: #ffffff;
}
	
a, 
h2 a {
	color: #008CC5;
	text-decoration: none;
}

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

h2 a:hover {
	color: #8CCA39!important;
	text-decoration: underline;
}

a.bio {
  display: block;
  color: #FF3366;
  background: #ffffff url(images/arrow.gif) 0px -22px no-repeat;
  height: 18px;
  width: 38px;
  float: right;
  font-weight: bold;
  padding: 4px 0px 0px 22px;
  overflow: hidden;
}

a.bio.active {
  background-position: 0px 0px;
}

#home-1 .widgettitle, 
#home-1 .hometitle {
	display: block;
	line-height: 24px;
	text-indent: -1000px;
	margin: 5px 0 10px 0;
}

#home-1 .widgettitle {
	background: url(images/headline-beta1.png) top left no-repeat;
	height: 25px;
}

#home-1 .hometitle {
	background: url(images/headline-beta2.png) top left no-repeat;
}

strong {
  color: #333333;
  font-weight: bold;
}

.gray {
	color: #666666;
	font-style: italic;
}

.date {
	font-size: 12px;
	text-align: left;
	color:#666666;
  margin-bottom:10px;
}

#rss-button {
  display: block;
  background: url(images/rss.png) top left no-repeat;
  float: none;
  height: 32px;
  line-height: 32px;
  margin: 12px 0px 10px 12px;
  overflow:hidden;
  padding: 0 0 0 35px;
  width: 100%;
}

.post ul,
.post ol {
  margin-left: 20px;
}

 .post ul li {
  list-style-type: disc;
 }
 
 .post ol li {
  list-style-type: decimal;
 }
 
 #cforms3form ol li, 
 #cforms3form ol {
  list-style-type: none;
  margin-left: 0px;
 }
 
 .post ol li,
 .post ul li {
  margin-bottom: 4px;
 }

.footer ul li {
	line-height: 20px;
}

/* End Typography & Colors */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
.sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
  background-color: #ffffff;
	margin: 12px 0px 20px 0px;
	padding: 12px 12px 2px;
  font-style: italic;
  letter-spacing: 0em;
  display: block;
  float: none;
  clear: both;
	}
	
.toggle {
  display: block;
  float: none;
  clear: both;
  margin-bottom: 15px;
  overflow: auto;
}

.widget_tag_cloud {
  line-height: 18px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
	position: absolute;
  left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/

/* Menus */

ul.top-nav {
	list-style: none;
	float: right;
	padding-right: 20px;
}

ul.top-nav li {
	list-style: none;
	text-align: center;
	float: left;
	padding:0;
	margin: 0;
}

ul.top-nav li a {
	margin-right: 10px;
	line-height: 25px;
	text-indent: -10000px;
}

ul.top-nav li a:hover {}

ul.menu-subnav {
	font-size: 15px;
	font-weight: bold;
}

ul.menu-subnav li {
	padding: 2px 0px;
}

ul.menu-subnav li a {
	padding: 0px 10px;
	display: block;
	line-height: 24px;
}

ul.menu-subnav li a:hover, 
ul.menu-subnav li.current_page_item a {
	background: url(images/b-arrow.gif) top left no-repeat;
	color: #fff;
	text-decoration: none;
}