/*
default content - regular page
*/

body {
	margin: 0;
	padding: 0;
	height:100%;
	background: #FFFFFF url(../images/img01dc.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
list-style:square url(../none);
}

ol {
}

a {
	color: #5A592A;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	text-align: left;
	float: left;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#feeds {
	width: 980px;
	height: 28px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: right;
}

#feeds b {
	display: none;
}

#feeds a {
	padding: 0 21px;
	background: url(../images/img02.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#feeds a:hover {
	text-decoration: underline;
}

#logo {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 15px 0 0;
}

#logo h1, #logo p {
	margin: 0;
	float: left;
	color: #FFFFFF;
}

#logo h1 {
	padding-left: 40px;
	background: url(../images/img03.gif) no-repeat left center;
	font-size: 4em;
}

#logo p {
	padding: 3px 0 0 5px;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

/* Menu */
/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
	right: 30px;
}

p#mediatemple a {
	margin-top: 20px;
	display: block;
}

p#mediatemple span {
	display: none;
}

div#header {
	background: #D2D38D;
	height: 30px;
	border-bottom: 8px solid #2a2a2f;
}

div#header-inside, div#footer-inside {
	width: 840px;
	margin: 0 auto;
}

#menu {
	clear: both;
	float: right;
	position: relative;
	list-style: none;
	top: 3px;
}

#menu li {
	float: left;
	margin-left: 3px;
	line-height: 1.4;
}

#menu li a {
	color: #fff;
	text-shadow: 2px 2px 1px #2a2a2f;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	text-align: center;
	width: 128px;
	height: 15px;
	padding: 5px 0;
	display: block;
	background-image: url(../images/tabs.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#menu li a:hover, ul#menu li a:active {
	background-position: top left;
}

#menu li a.selected {
	background-position: bottom left;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 40px 0;
}

/* Content */

#content {
	float: left;
	width: 575px;
	padding-top: 8px;
}

.post {
	text-align: justify;
}

.post .title {
	margin: 0;
	border-bottom: 1px solid #1A1A1A;
}

.post .meta {
	margin: 0;
	padding-left: 6px;
	background: url(../images/img05.gif) no-repeat left center;
	color: #404040;
}

.post .meta a {
	color: #404040;
}

.post .entry {
	padding: 20px;
}

.post .entryctr {
	padding: 5px;
	text-align: center;
}

.post .entry a {
	padding-left: 0px;
	text-decoration: none;
	font-weight: normal;
}

.post .entry a:hover {
	text-decoration: underline;
}

.post .more {
	text-align: right;
}

.post .more a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
}

.post .more a:hover {
	text-decoration: underline;
}

.vline {
	border-bottom: 1px solid #1A1A1A;
}

.printtext {
display: none;
}

img {
	text-align: left;
	float: left;
	padding-right: 0px;
	border-left: 1px;
	border-left-color: #2A2A2F;
	border-bottom: 1px;
	border-bottom-color: #2A2A2F;
	border-right: 1px;
	border-right-color: #2A2A2F;
	border-top: 1px;
	border-top-color: #2A2A2F;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #D2D38D;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */

}



/* Contentns */

#contentns {
	float: none;
	width: 800px;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.postns {
	text-align: justify;
}

.postns .titlens {
	margin: 0;
	border-bottom: 1px solid #1A1A1A;
}

.postns .metans {
	margin: 0;
	padding-left: 6px;
	background: url(../images/img05.gif) no-repeat left center;
	color: #404040;
}

.postns .metans a {
	color: #404040;
}

.postns .entryns {
	padding: 20px;
}

.postns .morens {
	text-align: right;
}

.postns .morens a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
}

.postns .morens a:hover {
	text-decoration: underline;
}

.vlinens {
	border-bottom: 1px solid #1A1A1A;
}

.printtext {
display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	background: none;
	border: none;
}

#sidebar li li a {
	padding-left: 15px;
	background: url(../images/img08.gif) no-repeat left center;
	text-decoration: none;
}

#sidebar li li a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	height: 40px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #BAD08B url(../images/img07.gif) repeat-x;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #000000;
}

/*right menu*/

#submenu {
}
#submenu UL {
	LIST-STYLE-TYPE: none
}
#submenu A {
	PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 40px; BACKGROUND: url(../assets/images/tab_small.gif) no-repeat right center; PADDING-BOTTOM: 3px; MARGIN: 5px 0px; WIDTH: 130px; PADDING-TOP: 3px; TEXT-DECORATION: none
}
#submenu H3.cat {
	PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 40px; BACKGROUND: url(../assets/images/tab_small.gif) no-repeat right center; PADDING-BOTTOM: 3px; MARGIN: 5px 0px; WIDTH: 130px; PADDING-TOP: 3px; TEXT-DECORATION: none
}
#submenu A {
	COLOR: #666666
}
#submenu A.big {
	PADDING-RIGHT: 5px; PADDING-LEFT: 40px; BACKGROUND: url(../assets/images/tab_big.gif) no-repeat right center; PADDING-BOTTOM: 4px; MARGIN: 8px 0px; PADDING-TOP: 4px
}
#submenu H3.cat {
	PADDING-RIGHT: 5px; PADDING-LEFT: 40px; BACKGROUND: url(../images/tab_big.gif) no-repeat right center; PADDING-BOTTOM: 4px; MARGIN: 8px 0px; PADDING-TOP: 4px
}
#submenu H3 {
	FONT-SIZE: 13px
}
#submenu H3.cat {
	COLOR: #cbcbcb; text-shadow: 1px 2px 1px #222
}
#submenu A.big {
	COLOR: #fff
}
#submenu A.blog {
	BACKGROUND-IMAGE: url(../assets/images/tab_forum.gif); BACKGROUND-COLOR: #c17878
}
#submenu A.docs {
	BACKGROUND-IMAGE: url(../assets/images/tab_docs.gif); BACKGROUND-COLOR: #7389ae
}
#submenu A.download {
	BACKGROUND-IMAGE: url(../assets/images/tab_download.gif); BACKGROUND-COLOR: #78ba91
}
#submenu A.trac {
	BACKGROUND-IMAGE: url(../assets/images/tab_trac.gif); BACKGROUND-COLOR: #a87aad
}

/* Footer */

#footer {
	clear: both;
	height: 48px;
	padding: 20px;
	background: #5A592A;
	border-top: 10px solid #D2D38D;
	bottom: 0px;
	position: static;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
