/* custom entries */

.gs-article-block {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 25px;
	text-align: left;
}

.gs-article-block img {
	width: 300px;
	float:left;
	margin: 15px;
}

.gs-article-block a { margin-left: 20px; }

.gs-article-block-summary h3 {
	margin: 5px 0 5px 0;
}

.gs-article-block-summary h4 {
	margin: 5px 0 0 10px;
}

.gs-article-block-summary h5 {
	margin: 5px 0 0 10px;
}

.gs-article-block-body {
	margin: 0 30px 0 30px;
}

.gs-block-seperator {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #d4d4d4;
	width: 550px;
}

.gs-seccode-item 
{
	margin-left: 30px;
	margin-bottom: 4px;
	vertical-align: middle;
}

.gs-seccode-captcha-block
{
	width: 545px;
	margin: 0;
  /* border: 1px solid #ff0000; */
}

.gs-captcha-label
{
	width: 260px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	/* border: 1px solid #00ff00; */
}

.gs-captcha-image
{
	width: 250px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	/* border: 1px solid #0000ff; */
}

.gs-captcha-image img
{
	border: 1px solid #d4d2d5;
}

h2.gs-page-title
{
  color: #4C3D2A;
  margin: 12px 0 8px;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1a08a;
}

.gs-twitter-body {
	margin-left: 6px;
}

.gs-twitter-body a,
.gs-twitter-body a:link,
.gs-twitter-body a:visited,
.gs-twitter-body a:hover
{
  color: #d4d4d4;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 9px;
}

.twtr-tweet-text {
  font-style: normal;
  font-size: 10px;
  text-align: left;
  text-decoration: none;
}

.gs-sheet-player
{
  position: relative;
  margin: 0;
  margin-top: -2px;
  margin-bottom: -12px;
  cursor: auto;
  width: 625px;
}

.gs-page-navigation {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

.gs-page-navigation a.active {
	text-decoration: none;
}

td.gs-no-border {
	border: none;	
}

#gs-search {
	padding: 20px;
	text-align: center;
}

#gs-search input {
	margin-bottom: 10px;
	padding: 3px 5px;
	/* background: #1F1F1F url('images/sidebarheader.gif') no-repeat center center; */
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#gs-search #s {
	width: 80%;
	background: #1F1F1F;
}

.gs-flash-wrapper {
	border: 2px solid #2b2b2b;
	margin: 25px auto;
	width: 500px;
}

.gs-flash-wrapper p {
	padding: 10px 15px 0 15px;
	text-align: center;	
}

object.gs-flash-video {
	margin: 1px;
	width: 500px;
	height: 305px;
}

.gs-flash-gallery {
	height:500px;
}

input.gs-form-input {
	margin-left: 10px;
	margin-bottom: 4px;
	width: 380px;
	/* background: #1F1F1F; */
	border: 1px solid #b1a08a;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2E2B20;
}

input.gs-form-input-small {
	margin-left: 10px;
	margin-bottom: 4px;
	width: 80px;
	/* background: #1F1F1F; */
	border: 1px solid #b1a08a;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2E2B20;
}

textarea.gs-form-input {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 380px;
	/* background: #1F1F1F; */
	border: 1px solid #b1a08a;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2E2B20;
}

.gs-gallery-block {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	/* border: 1px solid #ff0000; */
}

.gs-gallery-thumb {
	width: 110px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	/* border: 1px solid #00ff00; */
}

.gs-gallery-text {
	width: 480px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	/* border: 1px solid #0000ff; */
}

img.gs-box-shadow {
	padding: 1px;
	-moz-box-shadow: 3px 3px 5px grey;
	box-shadow: 3px 3px 5px grey;
	-webkit-box-shadow: 3px 3px 5px grey;
}