/*

Theme Name: ADSimple
Theme URI:
Description: Simple theme based on <a href="http://articlesss.com/article-directory-wordpress-theme/">Article Directory</a> theme.
Version: 1.0.2
Author: Untold
Author URI: http://dimox.name/
Tags: white, fixed width, three columns, widgets, right sidebar, simple

*/


* { margin: 0; padding: 0; }

html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

body {
	font: 10pt "Trebuchet MS", Tahoma, Arial, sans-serif;
	line-height: 1.6em;
	color: #000;	
	background-color: #E9E2B4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #AA0001;
	text-decoration: underline;
	background: #FFFFCC;
}

p {margin: 0; padding: 10px 0;}

h1 {margin: 20px 0 0}

br {
	width:100%;
	margin-top: 10px;
}

img {border: 0;}

input {vertical-align: middle}

h2 {
	font: normal 16pt "Trebuchet MS", Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
}

blockquote {
	margin: 10px 30px 10px 30px;
	background: #FFFFCC;
	padding: 5px 15px;
	font-size: 12pt;
}

* html blockquote {height: 1%;}

blockquote p {
	font-size: 1em !important;
	margin: 0;
}

.aligncenter,

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {margin: 7px margin}

.alignleft {float: left}

img.alignleft {margin: 5px 10px 3px 0}

.alignright {float: right}

.textmiddle {vertical-align:middle;} 

img.alignright {margin: 5px 0 3px 10px}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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;
}

.invisible {
	display: none;
}

#wrapper {	
	width: 1268px;
	height: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

#bgTile {
	top: 0px;	
	width:100%;
	background-image: url(i/bgTile.gif); 
	background-repeat: repeat-y;
	background-position: top center;
	padding: 0px 0px 0px 0px;
}

#bgBot {
	width:100%;
	background-image: url(i/bgBot.gif); 
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0px 0px 0px;
}

#bgTop {
	width:100%;
	background-image: url(i/bgTop.gif); 
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px 0px 0px 0px;
}




/* Header
-----------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 975px;
	height: 300px;
	margin: 38px 0px 10px 142px;
	padding: 0px 0px 0px 0px;
	z-index: 499;
}

#searchform {
	margin: 0 0 0 15px;
}

#searchform input {
	float: left;
	padding: 2px 6px;
	font: 10pt "Trebuchet MS", Arial, Sans-Serif;
}

#s {
	width: 140px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #83B9F5;
	margin-right: 5px;
}

#searchsubmit {
	width: 155px;
/*
	height: 24px;
	padding: 0px 0px 0px 0px;
	font-weight: bold !important;
	overflow: visible;
	cursor: pointer;*/
}


/* Content
-----------------------------------------------------------------------------*/

#container {
	position: relative;
	width: 960px;
	text-align: left;
	background: #FFF;
	margin: -140px 0px 10px 155px;
	z-index: 500;	
}

* html #container {height: 1%;}

#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#content {
	float: left;
	width: 770px;
	padding: 0px 0px 0px 0px;
	margin-left: -5px;
/*	overflow: hidden;*/
}

#content h2 {
	margin-top: 30px;
	padding: 0px 0px 0px 0px;
	font: bold 19pt "Trebuchet MS", Arial, Sans-Serif;	
	color: #4263B9;
}

#content h2 .pagetitle {
	font: bold 15pt "Trebuchet MS", Arial, Sans-Serif;
	margin-top: 30px;
	color: #4263B9;
}

#content h3 {
	font: bold 19pt "Trebuchet MS", Arial, Sans-Serif;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0.2em;	
}

#content p,
#content li {
	font-size: 12pt;
	line-height: 1.4em;
}

#content li li {
  font-size: 11pt;
}

#content .post {	
	position:inherit;
	padding: 0px 0px 0px 0px;	
	margin: 10px 5px 15px 0px;
	background-color: #E9F9FE;
	background-image: url(i/postBgTop.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	clear:both;
}

.post .displayed img {
	padding: 5px;
	border-bottom: 1px solid #83B9F5;
	background-color:#FFF;
}

.post .postText {
	position: relative;
	z-index: 250;
	margin: 15px 15px 15px 30px;
	padding-top: 2px;
	width: 710px;
}

.post #ratePost {
	margin: -42px 0 25px 500px;
}

.post .postThumb {
	float:left;
	margin: 0px 15px 5px 0px;
}

.post .postBlogThumb {
	float:left;
	display: none;
	margin: 0px 15px 8px 0px;
	height: 90px;
}

.post .postThumb img {
	width: 288px;
	height: 210px;
}

.post .postBlogThumb img {
	height: 90px;
	width:auto;
	padding: 5px;
	border-bottom: 1px solid #83B9F5;
	background-color:#FFF;
}

#content .game {
	float: left;
	margin: 0px 6px 10px 0px;
	background-color: #E9F9FE;	
	width: 250px;
	height: 225px;
	overflow:hidden;
	
}

.game .gameText {
	position: relative;
	margin: 5px 5px 5px 5px;
}

.game .gameThumb {
	float:left;
}

.game .gameThumb img {
	width: 240px;
	height: auto;
}

#postBottom {
	width: 780px;
	height: 110px;
	margin-left: -10px;
	margin-right: -5px;
	margin-top: -105px; 
	margin-bottom: 0px;
	background-image:url(i/postBgBot.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#content .post h3 {
	font-size: 19pt;	
	font-weight: bold;
}

.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}

.post li {
	padding: 5px 0;
}

.post .postmetadata {
	font-size: 10pt;
	margin: -5px 10px 10px 0px;
	color: #000;
}

.entry {
	font-size: 12pt;
	text-align: left;
}

.entry h1 {
	font-size: 18pt;
	margin: 15px 0 10px;
}

.entry h2 {
	font-size: 16pt;
	font-weight: bold ;
	margin: 15px 0 10px ;
	padding: 0 ;
	border: none ;
}

.entry h3 {
	font-size: 15pt !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}

.entry h4 {
	font-size: 15pt;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.entry pre {
	font-size: 10pt;	
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.nav {
	font-size: 10pt;
	padding: 0 0 22px;
}

.navigation {
	font-size: 10pt;
	margin: 20px 0;
	height: 1.3em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.displayed p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

div.displayed p {
  text-align: center;
  font-style: italic;
  font-size: 8pt;
  text-indent: 0;
}

h3#comments{
	padding: 1px 0 4px 30px;
	border-bottom: 1px solid #EEE;
}

.commentlist {
	margin: 0 0 30px 30px;
}
.commentlist ul{
	list-style-type:none;
}

.commentlist ul.children {
	margin: 13px 0 0 28px;
}



.commentlist li {
	padding: 8px 0 2px;
}

.cdata {
	background: #FFFFCC;	
	padding: 3px 3px 3px 10px;
	height: 1%;
	margin: 0 0 25px;
}

.author_comment .cdata {
	background: #b0d9fc; 
	padding: 3px 3px 3px 10px;
	height: 1%;
	margin: 0 0 25px;
}

.cdata strong {
	display: inline;
}

#content img.avatar {
	float: right;
	display:inline;
	width: 25px;
	height: 25px;
	border: 0;
	margin: 0;
}

.author_comment .ctext {
	border-bottom: 1px solid #b0d9fc;
	background: #e9f9fe;
	padding: 0 30px 10px 30px;
}	

.ctext {
	border-bottom: 1px solid #e9e2b4;
	background: #FFFFF1;
	padding: 0 30px 10px 30px;
}

.commentlist li p {
	font-size: 1em !important;
}

.commentmetadata {
	font-size: 0.85em;
}

.commentmetadata a {
}

#author, #email, #url, #comment, #submit {
	font: 10pt "Trebuchet MS", Arial, Sans-Serif;
	padding: 2px 4px;
	width: 200px;
	border: 1px solid #CCC;
}

#replyBoxTitle h3 {
	margin: 15px 0 5px 10px;
}

#replyBox{
	margin: 15px 0 30px 30px;
	border-bottom: 1px solid #A7BD4F;
	background: #DDE6A2;
}

#replyBoxTitle{
	margin: 0 0 0 0;
	background: #A7BD4F;
}

#replyBoxContent{
	margin: 10px 20px 10px 30px;
}

#replyBox p {
	margin: 0 0 -10px 0;
}

#comment {
	width: 665px;
	height: 70px;
}

#submit {
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}



/* Sidebars
-----------------------------------------------------------------------------*/

#sidebars {
	float: right;
	text-align: left;
	width: 190px;
	font-size: 10pt;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;	
}

.sidebarBot {
	height: 28px;
	background-image: url(i/sbBotBrown.gif);
	background-position: center;
}

* html #sidebars {
	height: 1%;
}

#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;	
}

#project-sidebar {
	float: left;
	width: 100%;
	background-image: url(i/sbBGBlue.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#project-sidebar h2{
	height: 45px;
	text-indent: 15px;
	background-image: url(i/sbTitleBgBlue.gif);	
	background-repeat: no-repeat;
	background-position: center;
}

#blog-sidebar {
	float: left;
	width: 100%;	
	background-image: url(i/sbBGOr.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#blog-sidebar h2{	
	height: 45px;
	text-indent: 15px;
	background-image: url(i/sbTitleBgOr.gif);
	background-repeat: no-repeat;	
	background-position: center;
}

#general-sidebar {
	float: left;	
	width: 100%;
	background-image: url(i/sbBGBrown.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#general-sidebar h2 {	
	height: 45px;
	text-indent: 15px;
	background-image: url(i/sbTitleBgBrown.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sidebars ul {
	width: 155px;
	margin: 7px 0px 7px 20px;	
}

#sidebars li {
	list-style: none;
	line-height: 13pt;
	margin: 3px 4px 9px 0px;
	text-indent: -5px;
	border-bottom: 1px dotted #cecece;
}

#sidebars li ul {
	margin: 0px 0px 3px 12px;
}

#sidebars li li {
	padding: 3px 0px 0px;	
	border: none;
}

#sidebars li a {
	margin-left: 5px;	
}

#sidebars h2 {
	font: bold 14pt "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px 3px;	
}

#sidebars h3 {
	font: bold 12pt "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
}

.tags,
#tag_cloud {
	margin: 0 0 15px;
}

.tags {
  text-align: center;
}

.tags a,
#tag_cloud a {
	color: #808080;
	margin: 0 2px;
}

#wp-calendar {
	width: 100%;
	margin: 0 0 12px;
}

#wp-calendar td {
	text-align: center;
}

#portalLinks {clear:both; padding:10px; }
#portalLinks h3{margin-bottom:25px;margin-top:-50px;}
#portalLinks a{background-color:#ffffff;}
#portalLinks a:hover{background-color:#ffffff;}


/* Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 960px;
	margin: 0px 0px 10px 160px;
	text-align: center;
	font-size: 10pt;
}

#footer #nav{
	height: 25px;
	margin: 0px 0px 0px 0px;
	font-size: 12pt;
}

#footer #contact {
	height: 160px;
}

#footer ul{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#footer li{
	float: left;
	margin: 0 0 0 4px;
}

#footer #copyright {
	float: left;
	margin: 0px 0 0 0;
}

#footer #wordpress {
	float: right;
	margin: 0px 50px 0 0;
}
#footer #pad {
	height: 20px;
}

/* THE END */
