/*
Client: Startup Review
Website: startupreview.com
Written by: james@theblogstudio.com
Last updated: 060707

All contents � The Blog Studio and/or the owner of the site.
www.theblogstudio.com
----
*/

/*------------- =general ---------------*/

* {
	padding: 0;
	margin: 0;
	}

img {
	margin: 10px auto 10px auto;
	border: 0;
	}

p { margin: 0.8em 0; }

hr {
	visibility: hidden;
	clear: both;
	}

/* we're going to set the font-size on the body to 76%. This means that when we set a font to 1em, it will be pretty close to the user's default font size. NO USING PX FOR FONTS - ems or % only please */

body {
	font-family: "lucida sans" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	background: url('images/background.jpg') center top repeat-y #000;
	text-align: ;
	}

.invisible { display: none; }
.centre { text-align: center; }


/*------------- =layout ---------------*/

#main {
	width: 795px;
	text-align: ;
	margin: 0 auto;
	}

#header {
	height: 105px;
	background: url('images/header.jpg') top left no-repeat;
	}

#contribute {
	float: right;
	position: relative;
	top: 84px;
	left: -37px;
	display: block;
	text-align: center;
	line-height: 46px;
	}

#contributeTwo {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 10px;
	}

#mainBody {
	height: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	overflow: ;
	background: url('images/mainBg.jpg') top left repeat-y;
	}

#menu {
	height: 29px;
	background: url('images/menuBg.jpg') top left no-repeat;
	}

#content {
	float: left;
	display: block;
	position: relative;
	top: 20px;
	left: 60px;
	width: 460px;
	}

#sidebar {
	float: right;
	position: relative;
	left: -36px;
	}

#footer {
	clear: both;
	position: relative;
	top: -8px;
	height: 130px;
	text-align: center;
	background: url('images/footer.jpg') top left no-repeat;
	}

#footer p {
	position: relative;
	top: 5px;
	}

.post {
	clear: left;
	margin: 0 10px 25px 0px;
	}

.caseStudy {
	background: #EBEBEB;
	border: 4px #1A5493 solid;
	padding: 10px;
	}

.moreButton {
	float: left;
	display: block;
	height: 20px;
	width: 52px;
	margin: 15px 10px 0 0;
	line-height: 20px;
	text-align: center;
	background: url('images/more.jpg') top left no-repeat;
	color: #fff;
	}

.moreButton a:visited, .moreButton a:link { color: #fff; }

.commentButton {
	float: left;
	display: block;
	width: 110px;
	height: 20px;
	margin: 15px 10px 0px 0;
	line-height: 20px;
	text-align: center;
	font-size: 90%;
	background: url('images/comment.jpg') top left no-repeat;
	}

.sidebarBox {
	width: 180px;
	background: #d7e7f6 url(images/boxTop.png) no-repeat top left;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	}

.sidebarBox img {
	position: relative;
	margin: 0 auto;
	}

.line {
	height: 5px;
	margin-bottom: 15px;
	background: url('images/hr.jpg') top left no-repeat;
	}

.border {
	border: 4px #1A5493 solid;
	width: 375px;
	padding: 20px;
	}

.fmsubmit { margin: 0 0 15px 20px; }
.socialBar img { margin: 10px 3px 0 3px; }

/*------------- =navigation ---------------*/

#menu ul {
	position: relative;
	left: 26px;
	list-style: none;
	font-family: "lucida sans" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: 600;
	}

#menu ul li {
	float: left;
	line-height: 29px;
	text-align: center;
	}

#menu ul li a {
	display: block;
	margin: 0 0 0 5px;
	padding: 0 8px;
	color: #FFF;
	text-decoration: none;
	}

#menu ul li a:hover { background: url('images/menuOverBg.jpg') top left repeat-x; }

/*------------- =typography ---------------*/

#mainBody { font-family: Verdana, Arial, Helvetica, sans-serif; }

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

h2 {
	font-family: "lucida sans" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 0 .1em 0;
	color: #333;
	}

.post h3 {
	font-family: "lucida sans" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0 0 1.2em 0;
	color: #333;
	}

.caseStudy h3 { color: #16457A; }

p, .post p, .post ul, .post ol, .post blockquote {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	}

.post .moreButton {
	font-family: "lucida sans" ,Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	}

.categoryTags {
	color: #4262a0;
	margin-top: 25px;
	display: block;
	}

.sidebarBox h2 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
	color: #1D5A9B;
	letter-spacing: -1px;
	}

.sidebarBox h3 {
	font-size: 1.1em;
	font-weight: lighter;
	margin: 1.5em 0 .5em 0;
	color: #1A5493;
	letter-spacing: -1px;
	}

cite { font-size: 90%; }
.highlighted { border: 2px solid black; }


/*------------- =links ---------------*/

a:link, a:visited {
	text-decoration: none;
	color: #1A5493;
	}

a:hover {
	text-decoration: none;
	background: #4596f2;
	color: #fff;
	}

#content .post h2 a:link,
#content .post h2 a:visted {
	color: #333;
	font-size: 1.3em;
	letter-spacing: -1px;
	}

#contribute a {
	font-family: "lucida sans" , "lucida sans" ,Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: 600;
	color: ;
	text-decoration: none;
	}

.sidebarBox p.centre a:hover {
	display: block;
	background: #4596f2;
	color: #fff;
	}

.commentButton a:link, .commentButton a:visited {
	color: white;
	font-weight: normal;
	}

.categoryTags a {
	color: #4262a0;
	text-decoration: none;
	}

.categoryTags a:hover { color: #1f6fc7; }

#contribute a:link, #contribute a:visited {
	display: block;
	width: 200px;
	height: 49px;
	background: url('images/contributeBut.jpg') top left no-repeat;
	}

#contribute a:hover {
	display: block;
	width: 200px;
	height: 49px;
	background: url('images/contributeButOver.jpg') top left no-repeat;
	}

#contributeTwo a:link, #contributeTwo a:visited {
	display: block;
	width: 200px;
	height: 49px;
	background: url('images/contributeButTwo.jpg') top left no-repeat;
	}

#contributeTwo a:hover {
	display: block;
	width: 200px;
	height: 49px;
	background: url('images/contributeButOverTwo.jpg') top left no-repeat;
	}

/*------------- =lists ---------------*/

#content ul, ol {
	margin-left: 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#content li {
	list-style: url('images/arrowBullet.gif') outer;
	_list-style-image: url('images/arrowBullet.gif');
	}

#sidebar .sidebarBox ul {
	margin: 10px 0 10px 0;
	list-style: none;
	text-align: left;
	}

#sidebar .sidebarBox li {
	margin: 5px 0 5px 0px;
	padding: 0 0 3px 15px;
	background: url('images/bullet.gif') no-repeat 0 4px;
	border-bottom: 1px solid #a8cbeb;
	}

#sidebar .sidebarBox .wp-polls-ul li {
	background: none;
	border: none;
	font-family: verdana;
	font-size: .9em;
	font-weight: lighter;
	line-height: 1.5;
	}

#sidebar .sidebarBox .wp-polls-ul li #text {
	background: none;
	border: none;
	font-family: verdana;
	font-size: .9em;
	font-weight: lighter;
	line-height: 1.5;
	}

ol#commentlist {
	list-style-position: inside;
	margin-left: 0;
	}

ol#commentlist li {
	background: #d7e7f6;
	padding: 10px;
	margin: 10px 0;
	}

/*------------- =forms ---------------*/

.fmset {
	margin: 20px 0 0 20px;
	border: 0;
	font-size: 1em;
	}

.fmset label {
	display: block;
	width: 200px;
	clear: both;
	}

.fmset input {
	float: left;
	display: block;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.5em;
	}

#fm_message { width: 80%; }
.ver_img { clear: both; }
#fmradio1 { position: relative; }

#fmradio2 {
	position: relative;
	top: -31px;
	left: 40px;
	}

#lblfmradio2 {
	position: relative;
	top: -32px;
	left: 40px;
	}

textarea#comment { width: 80%; }

/*------------- =tables ---------------*/

/*------------- =ie hackery ---------------*/

* html div.sidebarBox { width: 180px; margin: 10px 10px 0 0; }
* html div#menu { padding-left: 26px; }
* html div#sidebar { left: -25px; }
* html div#footer p { top: 5px; }
* html #fmradio2 { top: -39px; }
* html #lblfmradio2 { top: -38px; }

/*------------- =ff hackery ---------------*/

/*------------- =ff Mail Form ---------------*/

.mailwrapper label {
	font-weight: bold;
	color: #082969;
	font-size: .9em;
	}
	
input.btn{
   color:#000066;
   font-weight: bold;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#ffffff;
   border:1px solid;
   border-top-color:#000066;
   border-left-color:#000066;
   border-right-color:#000066;
   border-bottom-color:#000066;
}