body {
	background: #fff url(../img/bg.png) repeat-x scroll 0 0;
	padding: 0px;
	margin: 0px;
	font-family: Arial,Georgia,serif;
	font-size: 76%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#wrapper {
	width: 760px;
	min-height: 500px;
	margin: 10px auto;
}

#header {
	position: relative;
	padding: 14px 20px 0px 20px;
}

#footer {
	padding: 0px 20px 14px 20px;	
}

#demostamp {
	position: absolute;
	top: 10px;
	left: 330px;
	width: 129px;
	height: 61px;
	background: transparent url(../img/plugins_stamp.png) no-repeat scroll 0 0;
}

#logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 32px;
	background: transparent url(../img/readspeaker_logo.png) no-repeat scroll 0 0;
}

#main div.inside {
	padding: 20px;
}

#content {
	width: 500px;
	float: left;
}

#menucontainer {
	width: 200px;
	float: right;
}

#postfoot {
	padding-left: 20px;
	font-size: 0.8em;
	color: #666;
}

#menucontainer h2 {
	line-height: 1.4em;	
	margin-bottom: 3px;
}

#langselectorcontainer {
	position: absolute;
	right: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 3px;
}

#langselectorcontainer select, #langselectorcontainer input, #langselectorcontainer label {
	font-size: 0.9em;
}
#dl_icon {
	height: 16px;
	width: 16px;
	margin: 0 3px 3px 0;
}

#dl_text {
	vertical-align: center;
}

#link_icon {
	height: 16px;
	width: 16px;
	margin: 0 3px 3px 0;
}

#link_text {
	vertical-align: center;
}

.dl_button {
	background: #fff url(../img/button_bg.png) repeat-x scroll 0 0;
	border: 1px solid #666;
	width: 180px;
	text-align: center;
	padding: 8px;
	float: left;
	margin-left: 35px;
}

.sidemenu {
	list-style: none;
	border-top: 1px solid #ccc;	
	margin: 0px;
	padding: 0px;	
}

.sidemenu a {
	text-decoration: none;
	color: #000;
}

.sidemenu li {
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #66c;
	padding: 5px 0px 5px 20px;
}

.sidemenu li:hover {
	border-left: 5px solid #33a;
}

.sidemenu li.active, .sidemenu li.active:hover {
	border-left: 5px solid #e60;
}

.box_top {
	position: relative;
	height: 6px;
	background: transparent url(../img/t.png) no-repeat scroll 0 0;
}

.box_main {
	background: transparent url(../img/m.png) repeat-y scroll 0 0;
}

.box_bottom {
	position: relative;
	height: 6px;
	background: transparent url(../img/b.png) no-repeat scroll 0 0;
}

#content textarea.codestyle
{
	/*border: 2px solid #33a;*/
	font-size: 12px;
	width: 440px; 
	overflow: auto;
	margin-top: 5px;
	background-color: #EEEEEE;
	color: #006000; 
	border: 1px solid #CCCCCC; 
	font-family: monospace,verdana,courier;	
}

#content input
{
	font-size: 12px;
	background-color: #EEEEEE;
	color: #006000; 
	border: 1px solid #CCCCCC; 
	font-family: monospace,verdana,courier;	
}

#content textarea.small
{
	height: 60px; 
}

#content textarea.medium
{
	height: 120px; 
}

#content textarea.big
{
	height: 150px; 
}

#content code
{
    color: #006000; 
	font-family: monospace,verdana,courier;
	font-size; 1em;
}

.codestyle a{
	margin-left: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a#drupal {
	background: transparent url(../img/dr_g.png) no-repeat scroll 0 0;
	height: 50px;
	width: 50px;
	display: block;
	float: left;
}
a#drupal:hover {
	background: transparent url(../img/dr_c.png) no-repeat scroll 0 0;
}

a#wordpress {
	background: transparent url(../img/wp_g.png) no-repeat scroll 0 0;
	height: 50px;
	width: 50px;
	display: block;
	float: left;
	margin-left: 25px;
}

a#wordpress:hover {
	background: transparent url(../img/wp_c.png) no-repeat scroll 0 0;
}

a#movabletype {
	background: transparent url(../img/mo_g.png) no-repeat scroll 0 0;
	height: 50px;
	width: 50px;
	display: block;
	float: left;
	margin-left: 25px;	
}

a#movabletype:hover {
	background: transparent url(../img/mo_c.png) no-repeat scroll 0 0;
}

a#joomla {
	background: transparent url(../img/jo_g.png) no-repeat scroll 0 0;
	height: 50px;
	width: 50px;
	display: block;
	float: left;
	margin-left: 25px;
}
a#joomla:hover {
	background: transparent url(../img/jo_c.png) no-repeat scroll 0 0;
}
a#episerver {
	background: transparent url(../img/ep_g.png) no-repeat scroll 0 0;
	height: 24px;
	width: 177px;
	display: block;
	float: left;
	margin-left: 25px;
	margin-top: 13px;
}
a#episerver:hover {
	background: transparent url(../img/ep_c.png) no-repeat scroll 0 0;
}
