/* Type & image presets */
/* Layout for desktop version */
@font-face {
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('fonts/Roboto-Regular'), local('fonts/Roboto-Regular'), url(https://themes.googleusercontent.com/static/fonts/roboto/v8/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
img, object, embed {
margin-bottom: 20px;
}

body, textarea, input {
font-family: 'Roboto-Regular';
font-size: 12px;
line-height: 18px;		/* Changing this will break the`` baseline grid. */
-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget {
font-family: 'Roboto-Regular';
font-size: 12px !important;
line-height: 18px;		/* Changing this will break the`` baseline grid. */
-webkit-text-size-adjust: none !important;		/* Stops the iPhone scalling type up */
}

a {
text-decoration: none;
color: #0089d0;
font-weight: bold;
}

a:hover, #toolbarLinks a:hover {
text-decoration: underline;
}

#toolbarLinks a 
{
text-decoration: none;
color: #0089d0;
font-weight: normal;
}
#toolbarLinks .selected
{
 font-weight:bold;   
}


/*strong {
	color: #444;
	}*/
	
small {
	font-size: 11px;
	}


a img {
display: block;		/* Stops image links getting text link styles */
}

img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 20px;
}

strike {
	color: #999;
	text-shadow: none;
	font-weight: normal;
	}
	
	strike span {
		color: #ccc;
		}
	
	

p, ul, ol, blockquote {
margin-bottom: 20px;	/* Changing this will break the baseline grid. */
}

form, input, select {
	margin-bottom: 10px;
	}

li {
margin-bottom: 6px;
}

blockquote {
/*border-left: 1px solid #c1c1c1;*/
color: #747474;
padding-left: 10px;
margin-left: -10px;
}

h1 {
font-size: 25px;
line-height: 30px;		/* Changing this will break the baseline grid. */
margin-bottom: 20px;	/* Changing this will break the baseline grid. */
font-weight: normal;
letter-spacing: -1px;
}

h1 em {
	background: #FFFEEF;
	}

h2 {
font-size: 16px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
margin-bottom: 6px;
font-weight: normal;
line-height: 1.5em;
}

h3 {
font-size: 12px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
margin-bottom: 6px;
padding-top: 5px;
font-weight: bold;
}