/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000000 url(slborder.jpg) repeat-y left top;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

#maincolumn {
     margin-top:10px;
	 margin-right:10px;
	 margin-bottom:10px;
	 margin-left:25px;
	 width:700px;
	 padding-top:5px;
	 padding-right:5px;
	 padding-bottom:5px;
	 padding-left:150px;
	 }
#header {
	width: 700px;
	height: 170px;
	margin: 0 auto;
	background:  url(gslogo2.jpg) no-repeat left top;
}
#contentframe {
     width:700px;
	 margin: 0 auto;
	 padding-top: 15px;
	 padding-right:10px;
	 padding-bottom:10px;
	 padding-left:10px;
	 }
	 
/* Menu */

#menu {
	width: 700px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	background: #FFFFFF;
	padding: 18px 30px 0 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #006699;
}

#menu a:hover {
	color: #660099;
}

#content {
	float: left;
	width: 430px;
}

.post {
	margin-bottom: 50px;
	border-bottom: 1px #006699 dashed;
	
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
	color: #CF3822;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #3399CC;
}

.post .title p a {
	color:#3366CC;
}

.post .entry {
	padding-top: 30px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background-color: #F3E9E9;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	background:  url(img04.gif) repeat-x left bottom;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background:  url(img05.gif) no-repeat left 60%;
	border-bottom: 1px #006699 dashed;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #000000;
}

#sidebar a:hover {

}
h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color:#006699;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color:#660099;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}
/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 2px solid #2B2B2B;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}
