/*
Theme Name: Semmle wordpress theme
Theme URI: http://www.semmle.co.uk/
Description: The bespoke WordPress theme designed exclusively for Semmle by S-Group</a>.
Version: 1.0
Author: S-Group
Author URI: http://S-group.com/


*/


/*  css reset */

* {
	margin:0;
	padding:0;
}


body {
	background:#f5f6f6 url(images/bg-body-gradient.jpg) repeat-y top center;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:936px;
	padding:0 12px;
}

html, body, #wrapper {height: 100%;} /* for sticky footer */

html {
	margin-left:-1px;
	overflow-Y: scroll;
}

body > #wrapper {height: auto; min-height: 100%;} /* for sticky footer */



/* header */

#header {
	padding:70px 0 26px 0;
	position:relative;
}

#logo {
	width:220px;
}

#logo a {
	display:block;
	height:44px;
	background:url(images/logo-semmle.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}

p#strapline {
	color:#05b0ef;
	font-weight:bold;
	font-size:22px;
	position:absolute;
	text-align:right;
	right:0;
	bottom:23px;
	text-shadow: #fff 0 0 0; /* soften bold on safari */
}

/* header toolbar */

#toolbar {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
	position:absolute;
	width:500px;
	right:0;
	top:18px;
}

#toolbar li {
	display:inline;
	background:url(images/toolbar-separator.gif) no-repeat 0px 3px;
	padding:0 3px 0 10px;
}
#toolbar li.first {
	background:none;
	padding:0 3px 0 0;
}

#toolbar li a {
	text-decoration:none;
	color:#1c388a;
}

#toolbar li a:hover {
	color:#05b0ef;
}

/*navbar*/

#navbar {
	background:url(images/navbar-bg.gif) repeat-x 0px 0px;
	height:33px;
	padding:4px 0 3px;
	margin:0 -12px;
	position:relative;
}

#navbar ul {
	list-style-type:none;
}

#navbar li {
	float:left;
	width:195px;
	background: url(images/navbar-link-bg.gif) no-repeat 0px 0px;
	height:33px;
}

#navbar li a {
	display:block;
	padding:8px 0 0 0;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-shadow: #2f4390 0 0 0; /* soften bold on safari */
}

#navbar li a:hover {
	color:#05b0ef;
}

/* search box */

#searchform {
	position:absolute;
	right:0;
	top:4px;
	width:300px;
	padding:6px 12px 0 0;
	text-align:right;
	line-height:20px;
}

#searchform label{
	color:#929497;
	font-size:14px;
	vertical-align:middle;
}

#searchform input{
	width:140px;
	height:17px;
	vertical-align:middle;
}

#searchform input#searchsubmit{
	width:60px;
	height:23px;
	vertical-align:middle;
}

/* main content area */

#content {
	padding: 30px 0 120px 0; /* padding bottom for sticky footer */
	width:936px;	
} 


/* side nav */

#side-nav {
	width:185px;
	float:left;
	margin:57px 20px 0 0;
	position:relative;
}

#side-nav h2 {
	width:179px;
	height:23px;
	padding:7px 0 0 9px;
	background:url(images/side-nav-h2-bg.gif) no-repeat;
	color:#fff;
	font-size:11px;
	position:absolute;
	left:-3px;
}

#side-nav ul {
	list-style-type:none;
	margin:36px 0 0 0;
}

#side-nav li {
	width:185px;
	margin:0 0 6px 0;
}

#side-nav li a {
	display:block;
	width:180px;
	height:20px;
	padding:5px 0 0 5px;
	background:url(images/side-nav-bg.gif) no-repeat 0px 0px;
	color:#6d6e71;
	font-size:11px;
	text-decoration:none;
}

#side-nav li a:hover {
	color:#00aeef;
}

#side-nav li.current_page_item a {
	color:#23408f;
	background:url(images/side-nav-bg.gif) no-repeat 0px -25px;
}

#side-nav li.current-cat a,
#side-nav li.current-cat-parent a {
	color:#23408f;
	background:url(images/side-nav-bg.gif) no-repeat 0px -25px;
}

/* side-nav child pages */

#side-nav ul ul {
	display:none;
}

#side-nav ul ul.children {
	display:block;
	width:164px;
}

#side-nav ul ul.children li{
	background:url(images/bullet-sidebar.gif) no-repeat 5px 11px;
	padding:0 0 0 6px;
}


#side-nav ul ul.children li a{
	background:none;
	color:#6d6e71;
	height:auto;
}

#side-nav ul ul.children li.current-cat a{
	color:#23408f;
	font-weight:bold;
}

#content #side-nav ul#FAQs li {
	border-bottom:1px dotted #b6b6b8;
	padding:0 0 5px 0;
	margin:0 0 2px 0;
}

#content #side-nav ul#FAQs li a{
	background:none;
	height:auto;
}

/* page content */

#page {
	width:520px;
	float:left;
	margin:0 25px 0 0;
	color:#6d6e70;
	font-size:14px;
}

#page h1 {
	color:#323e8d;
	font-size:24px;
	margin:0 0 25px 0;
	text-shadow: #fff 0 0 0; /* soften bold on safari */
}

#page h2 {
	font-size:16px;
	margin:0 0 15px 0;
	text-shadow: #fff 0 0 0; /* soften bold on safari */
}

#page h2 a {
	color:#6d6e70;
	text-decoration:none;
}

#page h2 a:hover {
	color:#00aeef;
	text-decoration:underline;
}

#page p {
	margin:0 0 1.2em 0;
}

#page ul {
	margin:0 0 1.2em 20px;
}
#page ol {
	margin:0 0 1.2em 2.2em;
}

#page li {
	margin:0 0 1em 0;
}

#page a {
	color:#00aeef;
}

/* page image styling */

/*right aligned image and caption*/

#page .alignright {
	float:right;
	margin:0px 0px 10px 10px;
}

.wp-caption {
	border:1px solid #c3c4c6;
	background:#f3f3f4;
	text-align:center;
	padding-top:5px;
}

.wp-caption-text {
	font-size:11px;
	padding:5px 0 0 0;
}

/*customers thumbnails */

#page ol li img.alignleft {
	float:left;
	margin:10px 10px 10px 0;
}

#page ol li {
	clear:left;
}

/* sidebar */

#sidebar{
	width:180px;
	float:left;
	font-size:11px;
	color:#6d6e70;
	margin:57px 0 0 0;
}

#sidebar h3{
	font-size:12px;
	color:#323e8d;
	padding:5px 8px 4px 8px;
	margin:-8px -8px 0 -8px;
	background:url(images/sidebar-widget-bg-top.gif) no-repeat left top;
}


#sidebar div{
	margin:0 0 10px 0;
	background:url(images/sidebar-widget-bg-bot.gif) no-repeat left bottom;
	padding:8px;
}

#sidebar div div {
	background:#f3f3f4;
	padding:0;
	margin:0;
}


#content #sidebar div.widget_simpleimage {
	background:none;
	padding:0;
}

#sidebar a {
	color:#6d6e70;
	text-decoration:none;
}

#sidebar a:hover {
	color:#05b0ef;
}

#sidebar ul {
	list-style-type:none;
}

#sidebar li {
	background:url(images/bullet-sidebar.gif) no-repeat 0px 6px;
	padding:0 0 0 6px;
	margin:0 0 3px 0;
}



/* footer */

#footer {
	position:relative;
	margin:-120px auto 0 auto;
	height:80px;
	padding:40px 0 0 0;
	clear:both;
	width:960px;
}

#SEO-links {
	text-align:center;
	margin:0 0 15px 0;
}

#SEO-links li{
	display:inline;
	background:url(images/toolbar-separator.gif) no-repeat 0px 3px;
	padding:0 4px 0 10px;
}

#SEO-links li.first{
	background:none;
}

#SEO-links li a {
	text-decoration:none;
	color:#1c388a;
	font-size:13px;
}

#SEO-links li a:hover {
	color:#05b0ef;
}

#footer-bar {
	background:url(images/footer-bg.gif) repeat-x 0px 0px;
	height:37px;
	padding:11px 0 0 0;
	color:#fff;
	font-size:10px;
}

#footer-bar a {
	color:#fff;
	text-decoration:none;
}

#footer-bar a:hover {
	color:#05b0ef;
}

#copyright {
	float:left;
	padding:0 0 0 60px;
}

/* category page */

#category-desc {
	font-weight:bold;
	margin:0 0 20px 0;
}

#category-list {
	width:520px;
}

#category-list .post{
	border-bottom:1px dotted #c3c4c6;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}

#category-list .post h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:15px;
	margin:0 0 8px 0;
}

#category-list .post h2 a{
	text-decoration:none;
}

.post p.date {
	font-size:11px;
	margin:0 0 1.5em 0;
}

/* single posts */

/* single posts */

#page-header {
	margin:0 0 15px 0;
}

#page-header a{
	color:#323e8d;
	font-size:24px;
	text-shadow: #fff 0 0 0; /* soften bold on safari */
	text-decoration:none;
	font-weight:bold;
}

#page h1.post-title {
	color:#6d6e70;
	font-size:24px;
	margin:0 0 25px 0;
	text-shadow: #fff 0 0 0; /* soften bold on safari */
	font-weight:normal;
}

p.postmetadata {
	margin:1em 0;
}

p.post-tags {
	font-size:11px;
}


/* comments */

h3#respond, 
h3#comments,
#respond h3,
#comments h3 {
	color:#323e8d;
	margin:15px 0;
	padding:15px 0 0 0;
	font-size:12px;
}

form#commentform {
	font-size:12px;
}

form#commentform label {
	color:#662d91;
	display:block;
	margin:0 0 3px 0;
}

form#commentform input {
	margin:0 0 8px 0;
	width:210px;
}

textarea#comment {
	margin:15px 0;
	width:500px;
}
ol.commentlist {
	margin:0 0 1.5em 2.5em;
	padding:0;
}

/* links */

#page #links-list {
	list-style-type:none;
	margin:0;
	padding:0;
}

#links-list h2 {
	font-size:16px;
	margin:0 0 15px 0;
}

#links-list ul li {
	list-style-type:none;
	background:url(images/raquo-page.gif) no-repeat 0px 5px;
	padding:0 0 0 10px;
}

#links-list ul li a{
	text-decoration:none;
	display:block;
	margin:0 0 5px 0;
}

#links-list ul li a:hover {
	text-decoration:underline;
	color:#00aeef;
}

/* search results */

#content div.search-page {
	width:725px;
}

div.hentry {
	border-bottom:1px dotted #c3c4c6;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}

#page div.hentry h2{
	margin:0 0 5px 0;
}



/*sitemap*/

#sitemap ul {
	list-style-type:none;
	width:300px;
}

#sitemap ul li {
	border-bottom:1px dotted #c3c4c6;
	padding:0 0 5px 10px;
	margin:0 0 5px 0;
	background:url(images/raquo-page.gif) no-repeat 0 5px;
}

#sitemap ul ul {
	margin:8px 0 0 15px;
	padding:0;
}

#sitemap li li {
	background:url(images/bullet-page.gif) no-repeat 0px 6px;
	padding:0 0 0 10px;
	border:none;
	font-size:12px;
}

#sitemap a {
	text-decoration:none;
	color:#6d6e70;
}

#sitemap a:hover {
	text-decoration:underline;
	color:#00aeef;
}

/*homepage*/

#home-top {
/*	width:936px;*/
}

/*home ODASA diagram */

#home-ODASA {
	float:left;
	background:url(images/home-ODASA-bg.gif) no-repeat 0px 0px;
	width:321px;
	height:367px;
	padding:5px 8px;
	margin:0 23px 0 0;
}

#home-ODASA h2{
	color:#323e8d;
	font-size:22px;
	margin:0 0 8px 0;
	text-shadow: #f3f3f4 0 0 0; /* soften bold on safari */
}
#home-ODASA p{
	border-bottom:1px dotted #00aeef;
	padding:0 0 7px 0;
	margin:0 0 14px 0;
	color:#000;
}
#home-ODASA p a{
	display:block;
	margin:6px 0 0 0;
}
#home-ODASA img {
	display:block;
	margin:0 auto;
}

/* home profile tabs */

#home-profiles {
	float:left;
	width:575px;
	position:relative;
}

/*#home-profiles h3 {
	width:185px;
	height:43px;
	background:url(images/home-profiletab-bg.gif) no-repeat 0px 0px;
	color:#fff;
	font-size:15px;
	padding:11px 0 0 17px;
	line-height:15px;
	text-shadow: #939598 0 0 0; 
	position:absolute;
	cursor:pointer;
}

#home-profiles h3.current {
	background:url(images/home-profiletab-bg.gif) no-repeat 0px -54px;
}
#profile-tab1 {
	left:0;
	top:0;
}

#profile-tab2 {
	left:195px;
	top:0;
}

#profile-tab3 {
	left:390px;
	top:0;
}
*/
#home-profiles div {
	position:absolute;
	top:63px;
	left:0;
	width:575px;
	height:314px;
}

#home-profiles div ul {
	margin:175px 0 0 24px;
	width:285px;
}
#home-profiles div li {
	margin:0 0 15px 0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-shadow: #00aeef 0 0 0; 
}

.home-discovermore {
	display:block;
	position:absolute;
	right:4px;
	bottom:35px;
	width:149px;
	height:55px;
	background:url(images/home-profile-discovermore-bt.png) no-repeat 0px 0px;
	color:#23408f;
	text-align:center;
	line-height:53px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}


#profile-detail1 {
	background:url(images/home-profile1-bg.jpg) no-repeat 0px 0px;
}

#profile-detail2 {
	background:url(images/home-profile2-bg.jpg) no-repeat 0px 0px;
}

#profile-detail3 {
	background:url(images/home-profile3-bg.jpg) no-repeat 0px 0px;
}



/* home bottom */

#home-bottom {
	margin:22px 0 0 0;
/*	width:936px;*/
}

/* home features */

#home-features {
	float:left;
	width:559px;
	height:129px;
	background:url(images/home-features-bg.gif) no-repeat 0px 0px;
	padding:8px 8px 3px 8px;
	margin:0 23px 0 0;
}

#home-features dl {
	padding:0 0 6px 0;
	margin:0 8px 0 0;
}

#home-features dt {
	padding:6px 20px 0 0;
	margin:0;
	float:left;
	clear:left;
	width:160px;
	font-size:14px;
	font-weight:bold;
	color:#323e8d;
	line-height:15px;
}

#home-features dt a {
	color:#323e8d;
	text-decoration:none;
}

#home-features dt a:hover {
	color:#00aeef;
}

#home-features span.date {
	color:#414141;
	font-size:9px;
	text-transform:uppercase;
}

#home-features dd {
	padding:6px 8px 5px 180px;
	border-bottom:1px dotted #00aeef;
	margin:0;
	font-size:12px;
}

/* home-downloads */

#home-downloads {
	float:left;
	width:322px;
	height:132px;
	background:url(images/home-downloads-bg.gif) no-repeat 0px 0px;
	padding:8px 8px 0px 8px;
}

#home-downloads h3 {
	font-size:14px;
	color:#323e8d;
	width:210px;
	margin:0 0 15px 0;
}

#home-downloads p {
	width:210px;
	font-size:12px;
}

#home-downloads a{
	display:block;
	margin:15px 0 0 0;
}

#home-downloads img {
	float:right;
}

/* forms */

div.wpcf7 {
	margin: 0;
	background:#f3f3f4;
	position:relative;
}

form.wpcf7-form{
	padding:10px;
}

form.wpcf7-form input {
	height:1.8em;
}


#page-text div.wpcf7 p {
	margin: 0 0 0.75em 0;
	font-size:11px;
}


#form-message {
	position:relative;
	top:0;
}

/* generic */

a
{
  outline: none;
}

a.morelink {
	color:#00aeef;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a.morelink:hover {
	text-decoration:underline;
}

a img {
	border:none;
}


/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */