/*
Theme Name: Sentiment Metrics Blog
Theme URI: 
Description: 
Version: 1.0
Author: Waterandstone
Author URI: http://www.waterandstone.com/
*/

@import url("css/reset.css");
@import url("css/navigation.css");
@import url("css/superfish.css");

/*------------------------
Base setup
-------------------------*/

body {
	background: #FFFFFF;
}

body.metrics-front {
	background: #FFF url(images/body-bg.png) repeat-x left top;
}

body.metrics-interior {
	background: #FFF url(images/body-interior-bg.png) repeat-x left top;
}

a {
	color: #0099FF;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

div, td, p {
	color: #333;
	font: 12px/18px arialMT, arial, Helvetica, sans-serif;
}

.clear {clear:both}

	
/* -------------------------
text decoration
--------------------------*/

h1#slogantext{
	position:absolute;
	text-indent: -9009px;
	}

#content h1.intro {
	font: 25px "HelveticaNeue Light", arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #FF0000;
	margin: 0 0 20px 0;
	border-bottom: none;
}
	
.contentheading, .componentheading {
	font: normal 20px "HelveticaNeue Light", arial, helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
	color: #006CB7;
	}
	
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: helvetica, arial, sans-serif;
	text-transform: capitalize;
	margin: 20px 0 15px 0;
}

#content h1, #content h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #078BDA;
	border-bottom: 2px solid #078BDA;
}

#content h2 {
	color: #001C55;
	border-bottom: 2px solid #001C55;
}

#content h3, #content h4 {
	font-size: 20px;
	font-weight: normal;
	color: #CC0000;
	margin-bottom: 5px;
}

#content h4 {
	color: #000;
}

#content h5, #content h6 {
	font-size: 14px;
	color: #00CCFF;
	margin-bottom: 5px;
}

#content h6 {
	color: #666;
	margin-bottom: 5px;
	text-decoration: underline;
}

#maincontentinterior td.contentheading, #maincontentinterior td.componentheading, div.componentheading, 
#maincontentinterior-collapse td.contentheading, #maincontentinterior-collapse td.componentheading{
	padding: 30px 0 50px 0;
}
	
/* list item */
	
#content ul {
	padding: 0 0 0 15px;
	}
	
#content li {
	padding: 0 0 0 15px;
	background: transparent url(images/li-bg.png) no-repeat left 5px;
	}
	
/* ----------------------
form styling
-----------------------*/

.inputbox,
.inputbox_textarea {
	margin: 3px;
	border: 1px solid #DDD;
	}
	
.button {
	border:none;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #006CB7; 
	padding: 1px 6px;
	border: 1px solid #004B7D;
	font-size: 11px;
}


/* ----------------------
image styling
-----------------------*/

.imgleft {
	float: left;
	margin: 0 25px 15px 0;
	padding-bottom: 30px;
	background: transparent url(images/content-img-bg.png) no-repeat left bottom;
}

.imgright {
	float: right;
	margin: 0 0 15px 25px;
	padding-bottom: 30px;
	background: transparent url(images/content-img-bg.png) no-repeat right bottom;
}

/* ---------------
  set width
-----------------*/

#row1, #row2, #maincontent, #colwrap, #colwrapinterior, #colwrapinterior-collapse, #footer{
	margin: 0 auto;
	width: 1050px;
}

/*--------------------------
header section
---------------------------*/

#row1, #row2 {
	position: relative;
	height: 45px;
}

#row2 {
	height: 76px;
}

#row3 {
	background: #FFF url(images/flash-header-bg.png) repeat-x left bottom;
}

/* contact - email, phone */

#top-contact {
	position: absolute;
	right: 310px;
	top: 17px;
}

#top-contact ul li {
	display: inline;
	border-right: 1px solid #DDD;
	padding: 0 10px;
	color: #999;
}

#top-contact ul li a {
	color: #999;
}

#top-contact ul li a:hover {
	color: #0099FF;
	text-decoration: none;
}

/* search */

#search {
	position: absolute;
	right: 45px;
	top: 12px;
	width: 163px;
	height: 25px;
}

#search .inputbox {
	float: left;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px 0 3px 5px;
	width: 115px;
	color: #999;
	font-size: 11px;
}

#search input.button {
	float: right;
	width: 31px;
	height: 22px;
	border: none;
	margin: 3px 0 0 2px;
	background: transparent url(images/search-btn-bg.png) no-repeat left top;
}
	
/* logo */
	
#logo {
	position: absolute;
	left: 45px;
	top: 19px;
	width: 330px;
	height: 35px;
	display: block;
	}
	
#logo h1 {
	width: 330px;
	height: 35px;
	display: block;
	background: transparent url(images/logo-bg.png) no-repeat 0 0;
	text-indent: -9009px;
	}
	
#logo a {
	width: 330px;
	height: 35px;
	display: block;	
	}

/* flash banner */

#flash-header {
	width: 960px;
	height: 292px;
	margin: 0 auto;
}


/* -----------------
content section
------------------*/

#contentwrap {
	width: 100%;
	background: #FFF url(images/contentwrap-bg.png) repeat-x left bottom;
}

#colwrap {
	width: 960px;
	position: relative;
	padding-bottom: 10px;
}

#colwrapinterior, #colwrapinterior-collapse {
	position: relative;
	width: 1024px;
	background: transparent url(images/colwrapinterior-bg.png) repeat-y right top;
}

#colwrapinterior-collapse {
	position: relative;
	background: none;
}


/* content area - main col */

#maincontent, #maincontent-collapse{
	text-align: justify;
}

#maincontent {
	float: right;
	display: inline;
	width: 580px;
	margin: 20px 0 0 44px;
}

#maincontent-collapse {
	margin: 20px 0 0 25px;
}

#maincontentinterior, #maincontentinterior-collapse {
	float: left;
	display: inline;
	width: 629px;
	padding: 0 0 20px 32px;
}

#maincontentinterior-collapse {
	width: 995px;
}


/* right column area - interior */

#rightcol {
	position: relative;
	float: left;
	display: inline;
	width: 323px;
	padding: 0 12px;
	margin-left: 16px;
	background: transparent url(images/rightcol-shadow-top-bg.png) no-repeat left top;
	z-index: 3;
}

#rightcol-shadow-btm {
	position: absolute;
	right: 2px;
	bottom: 0;
	width: 344px;
	height: 296px;
	background: transparent url(images/rightcol-shadow-btm-bg.png) no-repeat left top;
	z-index: 1;
}

#rightcol-usermodules {
	background: transparent url(images/rightcol-usermodules-bg.png) no-repeat left top;
}

#rightcol-usermodules .moduletable-twitter {
	padding: 25px 0;
}

#rightcol-usermodules .moduletable {
	padding: 25px 35px;
	margin: 0 1px;
	background: transparent url(images/rightcol-usermodules-line-bg.png) repeat-x left top;
}

/* request demo module */

#requestdemo {
	
}

/* -------------------
blog section
---------------------*/	

.posttitle { padding: 20px 0; float:left; width: 560px }
.posttitle a {
	font: normal 18px/16px Arial, Verdana, sans-serif;
	color: #62AD2A;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	}
	
.date {
	width: 59px;
	height: 52px;
	background: transparent url(images/blog_date.jpg) no-repeat;
	float: left;
	color: #FFF;
	text-align: center;
	margin: 0 10px 0 0
	}
	
.thedate {
	font: bold 22px/16px Arial, Verdana, sans-serif;
	display: block;
	margin: 10px 0 0 0;
	}
.monthyear {
	font: normal 13px/16px Arial, Verdana, sans-serif;
	display: block;
	text-transform: uppercase;
	}
	
.blogentry {
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	}
	
.postmetadata,
.posttag {
	text-align: right;
	color: #999999;
	}
	
.posttag {
	background-color: #EFF0F4;
	padding: 10px 5px;
	margin: 10px 0;
	}
	
.posttag a {
	color: #666666;
}
	
.rightcol-wrap {
	border-top: 1px solid #00A3F5;
	padding: 10px 20px 20px 20px;
	}

	
.blog_category_heading {
	background: #006CB7 url(images/blog_category_heading.jpg) no-repeat;
	width: 100%;
	height: 44px;
	text-indent: -9999px;
	}
	
.blog_rightcol_heading {
	background: url(images/blog_rightcol_heading.gif) 0px 0px no-repeat;
	text-transform: uppercase;
	font-size: 15px;
	color: #003D8B;
	padding: 0 0 0 25px;
	margin: 10px 0;
	}
	
#rightcol-usermodules ul {
	margin: 0 10px; padding: 0px;
	}
	
#rightcol-usermodules ul li {
	padding: 3px 15px;
	background: transparent url(images/blog_rightcol-usermodules_li.jpg) 0px 7px no-repeat;
	}
	
/*--------------------
Blog Comments
---------------------*/

#commentform #submit {
	background-color: #006CB7;
	border: 1px solid #004B7D;
	padding: 3px 5px;
	color: #FFF;
	text-transform: uppercase;
	}

#content ol.commentlist {
	margin: 0px;
	}
	
#content ol.commentlist li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
	padding: 0px;
	}
	
.avatar {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	}
	
.fn {
	font-size: 18px;
	font-style: normal;
	margin: 0px;
	color: #006CB7;
	text-transform: capitalize;
	}
	
.fn a { color: #006CB7; }
	
.commentmetadata {
	border-top: 1px solid #CCC;
	margin: 5px 0 5px 0;
	}

/* -------------------
footer section
---------------------*/	

#footerwrap {
	background: transparent url(images/footerwrap-bg.png) repeat-x left top;
}

#footer {
	position: relative;
	height: 237px;
}

/* request demo form */

#requestdemo_form {
	position: absolute;
	left: 45px;
	top: 44px;
}

#requestdemo_form h3 {
	font: 15px arialMT, arial, helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #000;
}

/* copyright */

#copyright small {
	position: absolute;
	right: 45px;
	top: 105px;
	font: 10px arialMT, arial, helvetica, sans-serif;
	color: #666666;
}

/* social network link */

#social-network {
	position: absolute;
	right: 32px;
	top: 172px;
}

#social-network ul li {
	float: left;
	padding: 0 13px;
}

#social-network a.youtube, #social-network a.facebook, #social-network a.twitter, #social-network a.linkedin {
	text-indent: -9000px;
	display: block;
	width: 16px;
	height: 18px;
	background: transparent url(images/youtube-bg.png) no-repeat left top;
}

#social-network a.facebook {
	width: 16px;
	height: 16px;
	background: transparent url(images/facebook-bg.png) no-repeat left top;
}

#social-network a.twitter {
	width: 12px;
	height: 16px;
	background: transparent url(images/twitter-bg.png) no-repeat left top;
}

#social-network a.linkedin {
	width: 49px;
	height: 16px;
	background: transparent url(images/linkedin-bg.png) no-repeat left top;
}

table#trial-request td input#firstname,
table#trial-request td input#lastname {
	background:url("../images/form-field.png") repeat scroll left center transparent;
	border:1px solid #9EA6A8;
	color:#333333;
	font-size:11px;
	margin-right:10px;
	padding:2px;
	width:101px;
}

table#trial-request td input#email, table#trial-request td input#phone, table#trial-request td input#jobtitle {
background:url("images/form-field.png") repeat scroll left center transparent;
border:1px solid #9EA6A8;
color:#333333;
font-size:11px;
padding:2px;
width:226px;
}

table#trial-request td {
padding:2px 2px 2px 0;
}

.chronoform {
	display: none;
}

.button {
border:medium none;
margin-top:10px;
text-align:center;
}

.button {
background:none repeat scroll 0 0 #006CB7;
border:1px solid #004B7D;
color:#FFFFFF;
font-size:11px;
padding:4px 6px;
text-transform:uppercase;
}
