/*
Theme Name: WordPress GiographixStudios
Theme URI:
Description: The theme for GiographixStudios.
Version: 1.0
Author:
Author URI:
Tags: 
*/

html,
body{height:100%;}
body{
	margin:0;
  	color:#ccc;
	font:12px/14px 'Trebuchet MS',Helvetica,sans-serif;
	background:#02080e url(images/bg-body.jpg) repeat-x;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
h1,
h2 {
	color:#00a0df;
	margin:0 0 15px;
	font-size:14px;
	line-height:16px;
}
h2 a{
color:#00a0df;
text-decoration:none;
}
h2 a hover{
color:#00a0df;
text-decoration:underline;
}

.stbuttontext a {
	color:#00a0df;
	text-decoration:none;
}
.stbuttontext a:hover {
	text-decoration:underline;
}

.post h3 a,
.page h3 a{
    color: #00a0df;
}