/*
Theme Name: GSJA
Theme URI: http://gsja.co.uk/
Version: 1.0
Author: RAK DESIGN
Author URI: http://www.rakdesign.com/
*/

*{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
}

a, a:link, a:visited{
	color: #6DCAF1;
	text-decoration: none;
}

a:hover, a:focus{
	text-decoration: underline;
}

p, ol, ul{
	margin-bottom: 10px;
}

h1, h2{
	color: #6DCAF1;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}

h2{
	font-size: 20px;
}

h2.jeweller, h2.jeweller a{
	color: #000000;
}

.hr{
	background: url(img/long_hr.png) center center no-repeat;
	clear: both;
	height: 2px;
	margin-bottom: 10px;
}

/*/*/

body{
	background: #FFFFFF url(img/body_bg.png) center top repeat-x;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container{
	background: url(img/header.png) center top no-repeat;
	margin: 0px auto;
	width: 990px;
}

#header{
	height: 113px;
}

#header a{
	display: block;
	height: 112px;
	overflow: hidden;
	text-indent: -9999px;
	width: 180px;
}


/* ======== */
/* = MENU = */
/* ======== */

#dropmenu, #dropmenu > ul {
  height: 43px;
  list-style-type: none; 
  list-style-position: outside; 
  margin-left: 5px;
  margin-bottom: 35px;
  position: relative;
  width: 100%;
}

#dropmenu li{
  display: inline-block;
  height: 44px;
  line-height: 43px;
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
  float: left;
  background: url(img/menu_divider.png) right center no-repeat;
}

#dropmenu li.current_page_item a{
  color: #6DCAF1;
}

#dropmenu > li:last-child{
  background: none !important;
}

#dropmenu > li:first-child{
  padding-left: 0 !important;
}



#dropmenu li a{
  color: #999999;
  font-size: 20px;
  display: block; 
}

#dropmenu li a:hover,
#dropmenu li a:focus{
  color: #6DCAF1;
  text-decoration: none;
}

#dropmenu ul {
  position: absolute;
  display: none;   
  top: 43px; 
  width: 400px;  
  height: auto;
}

#dropmenu ul li {
  float: left; 
  clear: both;
  position: relative;
  list-style: none;
  width: 170px;
  height: auto;
  line-height: 20px;
  background: #666;
  padding: 4px 10px 6px 20px;
  
  left: -20px;
  top: 1px;
}

#dropmenu ul li a{
  font-size: 16px;
}
#dropmenu ul ul {
  top: auto;
}


/* =========== */
/* = CONTENT = */
/* =========== */
#content{
	border-right: 1px solid #B3B3B3;
	float: left;
	padding-right: 19px;
	width: 680px;
}

#content ol{
	padding-left: 32px;
}

#content p img.thumb{
	margin: 0px 10px 10px 0px;
}

#content .post-edit-link{
  float: right;
  padding: 8px;
  background: #eee;
  border: 1px solid #ddd;
  margin-left: 3px;
}

#content span.date{
  color: #aaa;
}


/* =========== */
/* = SIDEBAR = */
/* =========== */
#sidebar{
	float: right;
	width: 270px;
}


#sidebar .image-list li{
  list-style: none;
  margin: 0 auto;
}
#sidebar .image-list li p img{
  margin: 0 0 0 30px;
  border: none;
}


/* ========== */
/* = FOOTER = */
/* ========== */
#footer{
	background: url(img/very_long_hr.png) center top no-repeat;
	margin: 10px 0px;
	padding-top: 10px;
	text-align: center;
}

#footer, #footer a{
	color: #808080;
	font-size: 12px;
}

/* ==================== */
/* = WORDPRESS MARKUP = */
/* ==================== */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.post { 
	overflow: hidden;
	padding-bottom: 15px;
}
.attachment-post-thumbnail  { 
	float: left; margin-right: 10px;
}

a.widget_sp_image-image-link,
.widget_sp_image-image-link img {border: none !important;}
