/* 
Theme Name: Pnemologe Theme
*/

.mceTemp{ 
  text-align: center;
}
/* General Element Styling */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg);
	font: normal small Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em;
	color: #797C7A;
}

h1, h2, h2 a, h3, h4, h5, h6 {
	margin: 0;
	color: #715558;
        padding: 0 0 10px;	
}

h2 {
	padding-left: 20px;
	font-size: 20px;
}

.entrytext h2 {
	padding-left: 0px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
	text-align: justify;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(images/img09.gif) no-repeat;
	line-height: 1.6em;
}

a {
	background: url(images/img06.gif) repeat-x left bottom;
	text-decoration: none;
	color: #5A5C53;
}

a:hover {
	background: none;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	background: #FFFFFF url(images/img02.jpg) repeat-x left top;
}

/* <CODE> display */
code {
	white-space: pre;
	color: #000000;
	font-size: 1.1em;
	text-align: left;
}

pre {
	border: 1px solid #B0B0B0;
	padding: 10px 10px 10px 10px;
	width: 90%;
	background: #F8F9FA;
	font-family: 'Bitstream Vera Sans Mono','Andale Mono','LucidaTypewriter',monospace;
	-moz-background-clip: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	-moz-background-origin: -moz-initial;
	overflow-x: auto;
	overflow-y: auto;
	padding-left-ltr-source: physical;
	padding-left-rtl-source: physical;
	padding-right-ltr-source: physical;
	padding-right-rtl-source: physical;
	-x-background-x-position: 0%;
	-x-background-y-position: 0%;
}

/*** Main container ***/
#wrapper {
	background: #FFFFFF url(images/img02.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 940px;
	height: 247px;
	margin: 0 auto;
	padding: 13px 0 0 0;	
}

#header h1 {
	float: left;
	width: 104px;
	height: 110px;
	padding: 104px 100px 0 20px;
	background: url(images/img04.jpg) no-repeat;
	line-height: 32px;
	font-size: 30px;
	font-style: italic;
	color: #715558;
}

#header h2 {
	float: left;
	width: 494px;
	height: 34px;
	padding: 180px 20px 0 0;
	background: url(images/img05.jpg) no-repeat;
	text-align: right;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
	color: #715558;
	font: Lucida Sans, "Times New Roman", Times, serif;
}

#header form {
	float: left;
	width: 144px;
	height: 34px;
	padding: 164px 10px 0 10px;	
	text-align: right;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
	color: #715558;
	font: Lucida Sans, "Times New Roman", Times, serif;
}

/*** Content wrap ***/
#wrap {
	clear: both;
	padding: 0;
	margin: 10px auto;
	font-size: 0.9em;
	width: 940px;
}

* html div#wrap {
	width: 80%;
	width: expression(document.body.clientWidth < 990 ? "910px" : document.body.clientWidth > 990 ? "80%" : "auto");
}


/* Menu */

#menu {
	width: 940px;
	height: 60px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 60px;
	padding: 0 0 0 2px;
}

#menu a {
	display: block;
	height: 36px;
	padding: 20px 20px 0 20px;
	background: url(images/img03.jpg) no-repeat;
	letter-spacing: -1px;
	text-align: center;
	font-size: 1.4em;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .active a {
}

/*** Sidebars ***/
#leftside, #rightside {
	margin: 0;
	padding: 0 10px 10px;	
}

#leftside {
	float: left;
	margin-right: 10px;
	width: 220px;
}

#rightside {
	float: right;
	margin-left: 10px;
	width: 180px;
}


/*** Sidebar menu ***/
#leftside h2, #rightside h2 {
	padding: 5px 5px 0px 10px;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.2em;	
	
}

#leftside ul li ul, #rightside ul li ul{
	background: url(images/img08.jpg) top left repeat-x;
}

#leftside ul, #rightside ul {
	
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;

}

#leftside li, #rightside li {
	list-style: none;
}

#leftside ul li, #rightside ul li {
	border: none;
	padding-top: -10px;
        padding-bottom: 10px;
	
}

#leftside ul li {

}

#rightside ul li {

}

ul.commentlist li {
	border: 1px solid #B0B0B0;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: -40px;
	list-style: none;
}

ul.commentlist li cite {
	text-transform: capitalize;
}

ul.commentlist li p {
	padding-top: 10px;
}






/*** Page ***/
#page {
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Content */

#content {
	width: 480px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 510px;
	display: block;
}

#posts .post {
	padding: 15px 20px 0 20px;	
	display: block;
}

.story {
	padding: 15px 0 0 0;	
	display: block;
	background: url(images/img08.jpg) repeat-x;
}

#posts .meta {
	padding: 5px 0 0 20px;
	background: url(images/img06.gif) repeat-x;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 220px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 15px 20px 30px 20px;
	background: url(images/img08.jpg) repeat-x;
}

#links li li {
	padding: 3px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}

#links h2 {
	font-size: 1.3em;
}

/* Archives/Links Page List styles */
.archives li, .linkspage li {
	list-style: none;
}

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** Footer ***/
#footer {
	clear: both;
	margin: 0 0 0 0;
	width: 100%;
	background: none repeat scroll left top #8B8B8B;
	color: #000000;
	font-size: 0.9em;
	line-height: 30px;
	height: 30px;
	text-align: center;
}

#footer a {
	color: #000000;
	font-weight: normal;
}

/*** comments Form ***/
#comment {
	width: 100%;
	border: 1px solid #B0B0B0;
}

#commentform {
	width: 97%;
}

#author {
	border: 1px solid #B0B0B0;
}

#email {
	border: 1px solid #B0B0B0;
}

#url {
	border: 1px solid #B0B0B0;
}

#submit {
	border: 1px solid #B0B0B0;
	background: #F0F0F0;
}

#submit:hover {
	border: 1px solid #848484;
	background: #E8E9EA;
	cursor: pointer;
}

/* Image Display */
.entry img, .entrytext img {
	border: 1px solid #B0B0B0;	
	margin: 5px;
	padding: 5px;
}

.entry a:hover img, .entrytext a:hover img {
	border: 1px solid #505050;
	padding: 5px;
}

img.wp-smiley {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.thumbnail {
	border: 1px solid #B0B0B0;
	margin: 0 0 10px 10px;
	padding: 5px;
	background: #FAFBFC;
}

.left {
	border: 1px solid #B0B0B0;
	float: left;
	margin: 5px 15px 6px 0px;
	padding: 5px;
	background: #FAFBFC;
}

.right {
	border: 1px solid #B0B0B0;
	float: right;
	margin: 5px 0px 6px 15px;
	padding: 5px;
	background: #FAFBFC;
}

.noalign {
	border: 1px solid #B0B0B0;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	background: #FAFBFC;
}

/* Search Form */
#searchform {
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#searchbox {
	border: 1px solid #B0B0B0;
	margin: 0 0 0 0;
	width: 180px;
	background: #F0F0F0;
}

#searchbutton {
	border: 1px solid #B0B0B0;
	background: #F0F0F0;
}

#searchbutton:hover {
	border: 1px solid #848484;
	background: #E8E9EA;
	cursor: pointer;
}

/*** Comments Display ***/
.postmetadata {
	border: 1px solid #B0B0B0;
	padding: 10px;
	background: #F8F9FA;
	font-size: 0.9em;
}

.postmetadata p {
	margin-bottom: 0;
}

.postmetadata a {
	text-decoration: underline;
}

ul.commentlist li {
	border: 1px solid #B0B0B0;
	padding: 10px;
	margin-bottom: 10px;
}

ul.commentlist li cite {
	text-transform: capitalize;
}

ul.commentlist li p {
	padding-top: 10px;
}

ul.commentlist li p a {
	text-decoration: underline;
}

.alt {
	background: #F0F0F0;
}




/*** Text format ***/
.intro {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}

blockquote {
	border: 1px dashed #B0B0B0;
	padding: 10px;
	margin: 30px;
}

blockquote p {
	padding: 0px;
	margin: 0px;
}

.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.4em;
}

.center {
	text-align: center;
}

.category {	
	margin: 0 -20px 0 -20px;
	padding: 0 20px 20px 20px;	
}

.date {
	padding-top: 0px;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: -moz-use-text-color;	
}

/* Previous/Next Page Navigation */
.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.bottomnavigation {
	margin: 0px 0 10px 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 20px;
}

/* Fix by Andy Skelton */
.entry, .entrytext {
	overflow: hidden;
}


* html.entry, * html.entrytext {
	overflow: visible;
	height: 1px;
}

* html.entry p, * html.entrytext p {
	width: 99%;
	overflow: hidden;
}

.entrytext {
	padding-top: 0px;
}

.entry img, .entrytext img {
	border: none;
}

.entry a:hover img, .entrytext a:hover img {
	border: none;
}

.entry p a {
	text-decoration: underline;
}

/*** Various classes ***/
.clearingdiv {
	clear: both;
	width: 1px;
	height: 30px;
}

.hide {
	display: none;
}

/* Widgets */
.rsswidget {
	border: 0px;
	vertical-align: bottom;
}

/* Widgets */
.textwidget, .widget_delicious {
	padding: 0 10px 5px 10px;
	margin-bottom: 10px;
}

.textwidget a, .textwidget a:hover {
	text-decoration: none; 
	background: transparent; 
	padding-right: 0px;
}

.widget {
	margin-bottom: 10px;
}

#categories-1 li, #archives li {
	border: none;
	background: none;
}

#categories-1 li a, #archives li a {
	border: none;
	margin-top: 0px;
	padding: 1px 10px 1px 10px;
	width: 140px;
	display: block;

	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
}

#categories-1 li a:hover, #archives li a:hover {
	border: none;
	background: #940C0E;
	color: #FFFFFF;
	text-decoration: none;
}

#categories-1 ul.children, #archives ul.children {
	padding: 0;
	width: 135px;
	font-size: 10px;
	letter-spacing: 0px;
}

#categories-1 ul.children li a, #archives ul.children li a {
	margin: 3px 0 2px 10px;
	padding: 1px 10px 1px 10px;
	width: 130px;
	color: #000000;
	font-size: 10px;
	letter-spacing: 0px;
}

#categories-1 ul.children li a:hover, #archives ul.children li a:hover {
	width: 120px;
	color: #FFFFFF;
}

#categories-1 ul.children li li, #archives ul.children li li {
	padding-left: 10px;
}

#categories-1 ul.children li li a, #archives ul.children li li a {
	width: 120px;
}

/* Feed */
#leftside li.feed, #rightside li.feed {
	padding: 3px 0 3px 20px;
	margin: 0 0 0 10px;
	background: url(images/rss.gif) no-repeat left top;
	font-weight: normal;	
}

#leftside li.feed a, #leftside li.feed a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


/* Mix widgets */
#links ul li a, #calendar #prev a, #calendar #next a, #tag_cloud a, #pages ul li a, #meta ul li a {
	text-decoration: none;
}
#wp-calendar a, #wp-calendar caption {
	text-decoration: none;
	font-weight: bold;
}
#calendar_wrap, #meta {
	margin: 0 10px 0 10px;

}
#recent-comments li, #recent-posts li, #links li, #pages li, #tag_cloud li {
	margin: 0 10px 0 25px;
	list-style: square;
	text-decoration: none;
}

#recentcomments li a, #recent-posts li a  {
	padding-right: 0px;
	background: transparent;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#recent-comments ul li, #recent-posts ul li, #text-1 ul li {
	padding-bottom: 5px;
}
/*** End of file ***/


