/*
Theme Name: Digital Reasoning
Description: Theme developed exclusively for Digital Reasoning
Tags: clean, white, simple, black, widget friendly
*/


#wrapper 
{
	width: 940px;
	margin: 0 auto;
	position: relative;
	font-size: 13px;
}

#header
{
	
}



a.logo 
{
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height:84px;
	width: 264px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.searchform 
{
	background-image: url(images/searchform.jpg);
	border: 0px;
	width: 118px;
	height: 25px;
	text-align: right;
	font-size: 12px;
	color: white;
	padding-right: 10px;
	padding-left: 30px;
	float: left;
	margin-top: -20px;
}

.rssicon 
{
	background-image: url(images/rss.jpg);
	height: 20px;
	width: 21px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin-top: -18px;
	margin-left: 5px;
}

#search 
{
	float: right;
	position: absolute;
	top: 55px;
	right: 0px;
}



.demo 
{
	background-image: url(images/subnav.jpg);
	text-indent: -9999px;
	display: block;
	height: 21px;
	width: 103px;
}

.contact 
{
	background-image: url(images/subnav.jpg);
	text-indent: -9999px;
	display: block;
	height: 21px;
	width: 103px;
}

.partner 
{
	background-image: url(images/subnav.jpg);
	text-indent: -9999px;
	display: block;
	height: 21px;
	width: 116px;
	background-position: -110px 0;
}

.downloads 
{
	background-image: url(images/subnav.jpg);
	text-indent: -9999px;
	display: block;
	height: 21px;
	width: 81px;
	background-position: -230px 0;
}

.newsletter 
{
	background-image: url(images/subnav.jpg);
	text-indent: -9999px;
	display: block;
	height: 21px;
	width: 86px;
	background-position: -317px 0;
}


#subnav 
{
	float: right;
	margin-top: 95px;
}

#subnav li 
{
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
}


#navigation 
{
	background-image: url(images/nav_bg.jpg);
	height: 42px;
	width: 940px;
}

#navigation .menu 
{
	margin: 0 0 0 12px;
	list-style: none;
}


#navigation .menu li 
{
	margin: 0 10px 0 0;
	list-style: none;
	float: left;
}
#navigation .menu li a 
{
	font-weight: bold;
	color: #FFF;
	font-family: "Helvetica Neue LT Pro", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	height: 30px;
	padding: 12px 15px 0 15px;
}

#info 
{
	
	position: relative;
	width: 390px;
	margin-top: -270px;
	z-index: 1;

}



#info h2
{
		font-family: "Helvetica Neue LT Pro", Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin-bottom:10px;
}
#info p 
{
	font-size: 16px;
	margin-bottom: 10px;
}

#widgets
{
	margin-top: 30px;	
}

#widgets .post h2 a 
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#widgets .entry p 
{
	font-size: 12px;
	margin-bottom: 10px;
}

h4.widgettitle
{
	font-size: 20px !important;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 5px;
	font-weight: bold;
}

.testimonial 
{
	font-size: 14px !important;
	font-style: italic !important;
}


.frontwidget
{
	width: 300px;
	float: left;
	margin-right: 20px;
}

.end
{
	margin-right: 0px !important;	
}

.buzz div.post
{
	margin: 0px;
	margin-bottom: 10px;
}

.buzz div.post h2
{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}

.buzz div.post h2 span.category
{
	color: #84aabd;
}


#footer .menu
{
	list-style: none;
	margin: 25px 0 0 0;
}

#footer .menu li
{
	float: left;
	list-style: none;
	margin: 5px 0 0 0;
}

#footer .menu li a
{
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none !important;
	margin-right: 20px;
}
#left 
{
	float: left;
	width: 600px;
	margin-right: 20px;
}

#content 
{
	padding: 20px 0;
}

.post h2, .post h2 a 
{
	font-weight: bold;
	color: #3a3a3a;
	text-decoration: none;
	font-size: 17px !important;
	margin-bottom: 5px;
}

.post h4, .post h4 a
{
	font-weight: bold;
	text-transform: uppercase;
	color: #3a3a3a;
	text-decoration: none;
	font-size: 20px !important;
	margin-bottom: 5px;
}

.post 
{
	margin-bottom: 35px;
}

.entry p 
{
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 18px;
}

.entry h4
{
	font-size: 16px !important;
}

#right 
{
	float: right;
	width: 320px;
}

#sidebar 
{
	margin: 0;
	list-style: none;
}

.widget 
{
	margin-bottom: 25px;
}

.widget h4.widgettitle 
{
	margin-bottom: 0px !important;
}

#footer
{
	padding-bottom: 20px;
}

.menu *
{
	z-index: 999;
	position: relative;
}

.menu li ul 
{
	position: absolute;
	width: 14em;
        background-color: #4c4c4c;
	left: -999em;
        margin: 0;
}

.menu li:hover ul, .menu li.sfhover ul 
{
	left: auto;
}

.menu li ul a
{
	font-size: 12px !important;
	font-weight: normal !important;
	text-transform: inherit !important;
}

#footer .menu ul, #footer .menu ul *
{
	display: none !important;
}

.home .wp-post-image
{
	float: left;
	margin-right: 10px;
}

#widgets object, #widgets embed
{
	width: 300px;
	height: auto;
}

.home .post h2, .home .post h2 a
{
	font-size: 15px !important;
	text-transform: inherit !important;
}

/**** BEGIN CONTACT PAGE ****/

div.googleMap
{
	float: left;
}

div.contactInfo
{
	float: right;
	width: 200px;
}

div.contactForm
{
	float: left;
	width: 600px;
	margin-top: 30px;
	text-align: left;
}

div.demo
{
	width: 100%;
}

/**** END CONTACT PAGE ****/

/**** NEWSLETTER SIGNUP ****/

#mc_signup
{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#mc_signup form
{
	float: left;
	width: 350px;
}

#mc_signup form div.mc_merge_var
{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 3px;
}

#mc_signup form label
{
	float: left;
	width: 150px;
}

#mc_signup form div.mc_merge_var input.mc_input
{
	float: left;
	width: 100%;
}

#mc_signup form div.mc_interest
{
	margin-top: 15px;
}

#mc_signup form div#mc_interests_header
{
	padding-top: 15px;
}

#mc_signup form div.mc_interest label
{
	float: none;
	width:  auto;
}	

#mc_unsub_link
{
	padding-top: 15px;
}

#mc-indicates-required
{
	padding-top: 15px;
	font-size: 10px;
}

/**** NEWSLETTER SIGNUP ****/

.post object, .post embed
{
	z-index: -999 !important;
}

a
{
	outline: none;
}

p.twitter-message
{
	border-left: 5px solid #c0c0c0;
	margin-bottom: 5px;
	padding-left: 10px;
}

span.followUs
{
	font-size: 11px;
}

div.floatRight h2
{
	font-size: 29px;
	color: #063b6c;
}



/* HOMEPAGE */

#feature
{
	float: left;
	width: 100%;
	clear: both;
}

ul#slider
{
	padding-top: 0px;
	margin-top: 10px;
}

div.feat_link
{
	display: none;
}

div.content_left
{
	
}

/* END HOMEPAGE */


