/*  
Theme Name:Mona
Theme URI:
Description:Based on A simple Newspaper-Theme
Version:1.0
Author:Tunic
Author URI:

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/



/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}

body {
	background: #8f8f8f;
	color:black;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:normal;
}


/* links */
a:link {
	text-decoration: underline;
	color: #3d778f;
}

a:visited {
	text-decoration:underline;
	color: #3d778f;
}

a:hover {
	/*border-bottom: 1px dotted #333;*/
	color: #3d778f;
}

a:active {
	text-decoration: underline;
	color: #3d778f;
} 

img:hover {
	text-decoration: none;
	border-bottom:0px;
}

.page {
	background:#fff;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:35px;
	padding-right:35px;
	text-align:left;
	width:931px;
	font-size: 0.75em;
	border:0px solid  #000;
}

#header {
	padding-bottom:20px;

}

#content, #content_full{
	float:left;
	margin: 1px 0px 20px 0; 
	padding-top:19px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	width: 500px;
	min-height:700px;

	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	}
	
#content_full {
	border-left: 1px solid #d7d7d7;
	border-right:0px;
	float:left;
	width:700px;
}

* html #content {
	height: 700px;
}
	

#content-right, #content_right_full {
	float:left;
	margin: 0 0 0 0;
	width: 750px;
	border: 0px solid #000;
	}
	
#content_right_full {
	width:100%;
}
	

	
#sidebar-left {
	float:left;
	width:155px;
	margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	padding-top:0px;
	padding-left:5px;
	padding-bottom:15px;
	padding-right:20px;
	border: 0px solid #ddd;
	font-size:11px;
	}

#sidebar-right {
	float:right;
	margin-top:1px;
	margin-bottom:20px;
	margin-right:0px;
	margin-left:0px;
	padding-top:0px;
	padding-left:20px;
	padding-bottom:15px;
	padding-right:5px;
	width:180px;
	font-size:11px;
	border-left: 0px solid #ddd;
	
	}


#external-articles {
	width:153px;
	margin:0px;
	padding:0px;
	float:left;
	font-size:11px;
	text-align:left;
}


#footer {
	background:url("images/footer2.jpg") 0 0 no-repeat;
	width:931px;
	height:49px;
	font-size:0.85em;
	color:#fff;
	font-weight:normal;
	/*border-top:1px solid #d7d7d7;*/
	clear:both;
	margin:0px;
	margin-top:20px;
	padding-top:30px;
	padding-bottom:0px;
	text-align:center;
	border:0px solid #000;

}
/* End Main-Layout */



/* Begin Header */
h1 {
	font:2.9em georgia,"trebuchet ms",arial,sans-serif;
	padding:30px 0 0 0;
	text-align:center;
	text-transform:uppercase
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#000;
	font-weight:normal;
	}
	

.description {
	color:#777;
	font:2.0em georgia,"trebuchet ms",arial,sans-serif;
	padding:0 0 5px 0;
	text-align:center;
	text-transform:uppercase
	}
	


#banner {
	background:url(images/banner2.jpg);
	text-align:left;
	width:931px;
	height:267px;
}

/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#000;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:20px 0 5px 0;
}

	

#sidebar-right h2, #sidebar-left h2 {
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	/*background: url(images/dotted_black_line.gif) repeat-x bottom;*/
	border-bottom:1px solid #999;
	padding-bottom:0px;
	margin-bottom:0px;

	
}

#sidebar-right a:hover, #sidebar-left a:hover, #external-articles a:hover {
	border-bottom: 1px dotted #333;
	color:#000;
	text-decoration:none;
}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#000;
	text-decoration:none;
	font-weight:normal;
}



.entry, .entrytext{
	/*font-size:13px;*/
	line-height:140%;
	margin-top:20px;
	margin-bottom:20px;
}
	
.entrytext p{
	margin-top:15px;
	margin-bottom:15px;
}

.entry ul {
	list-style:disc inside;
	padding-left:5px;
	margin-left:0px;
	text-indent:-1em;
}

.entry ul li {
	line-height:110%;
}

.post_title a:link, .post_title a:visited, .post_title a:active, .post_title a:hover {
	color:#000;
	text-transform: uppercase;
	text-decoration:none;
	font:bold 1em  Arial, georgia,"trebuchet ms";
}

.post {
	margin-bottom:35px;
}

.post_title {
	margin:0px 0px 3px 0;
	padding-bottom:2px;
	background: url(images/dotted_dark_line.gif) repeat-x bottom;
	/*border-bottom:1px solid #d7d7d7;*/
	font-weight:normal;
	color:#000;
	text-transform: uppercase;
	text-decoration:none;
	font:normal 1.1em georgia,"trebuchet ms";
}



.post h2 a:hover {
	border-bottom: 1px dotted #333;
}



#about {
	float:none;
	margin-top:1px;
}

h2.post-date-title {
	margin: 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	font-weight:normal;
	border:0px;
	text-transform:none;
	font-style:italic;

}

h3.sec-title, h2.sec-title, h2.sec-title-not-found {
	margin:0px;
	margin-bottom:5px;
	padding-top: 3px;
	padding-bottom:2px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size:1.1em;
	font-weight:bold;
	background: url(images/dotted_line.gif) repeat-x bottom;

}

h2.sec-title-not-found {
		border-bottom:0;
		text-align:center;
		margin-top:0px;
		margin-bottom:300px;
}

.post-meta {
	margin: 0;
	font-size: 0.9em;
	color: #828282;
	background: #f5f7f8;
	border:1px solid #d5dde1;
	padding:3px;

}

.post_line {
	margin:0;
	padding:0;
	text-align:center;
	background: url(images/3os.gif) no-repeat ;
}

#content p, #content_print p {
	margin-bottom: 10px;
}

/* End Content*/



/* Begin Comments */

/* comments */

#comments {
	padding: 0 0px 20px 10px;
	background: url(images/3os_white.jpg) no-repeat 50% 100%;
	width:480px;
	border:0px solid #000;
}

#comments h3 {
	margin: 0;
	padding: 5px 0 0;
	font-weight: bold;
}

#comments h2 {
	margin: 0;
	font-size:14px;
	padding: 25px 0 0;
	font-weight: bold;
}


div.comment {
	height: 1%;
	padding: 3px 5px;
	background: #f5f7f8;
	border:1px solid #d5dde1;
}

div.comment p {
	margin: 2px 5px;
}

.comment-meta {
	font-size: 11px;
	/*text-transform: uppercase;*/
}


.comment-meat {
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
}

.comment-meat blockquote {
	width:400px;
}


.comment-meta-lowercase {
	font-size: 12px;
	font-weight:normal;
	text-transform:lowercase;

}

#comments label {
	display: block;
	font-size: 0.9em;

}

#comment-author, #comment-email, #comment-url, #comment-text, #s {
	width: 90%;
	margin: 0 0 10px;
	padding: 2px;
	border: 1px solid #999999;
	font: 0.95em "lucida sans unicode", "lucida grande", verdana, "trebuchet ms", sans-serif;
}

#searchsubmit, #comment-submit {
	padding: 2px;
	background: #eee;
	border: 3px double #666;
	border-top-color: #ccc;
	border-left-color: #999999;
	font-size: 85%;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
}

.comment-date-time {
	font-size:80%;
}


.commentlist li, #commentform input, #commentform textarea {
	font-size:0.85em
	}
	
.commentlist li {
	font-weight:bold
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1em
	}

.commentlist p {
	font-weight:normal;
	line-height:130%;
	text-transform:none
	}

.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify
}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
}

.commentlist p {
	margin:10px 5px 10px 0
}

#commentform p {
	margin:5px 0
}

.commentmetadata {
	margin:0;
	display:block
}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px
	}


ul {
	list-style: none;

}

ul li {
	margin-left: 0px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:3px;


}

ul li a:link, ul li a:active, ul li a:visited {
	color:#000;
	text-decoration:none;
}



#sidebar-right ul li, #sidebar-left ul li, #external-articles ul li {
	background: url(images/dotted_line.gif) repeat-x bottom;
	/*border-bottom:1px dotted #ddd;*/
}

#categories_div ul li{
/*	border-bottom:1px dotted #ddd;*/
	background: url(images/dotted_line.gif) repeat-x bottom;
}


#categories_div ul.children  li {
	list-style:circle url('images/sub_icon.gif') inside;
	margin-left: 8px;
	padding-top: 2px;
	margin-bottom:0px;
	margin-top:0px;
	border-top: 0px;
	padding-bottom: 2px;
	border-bottom: 0px;
	background:none;
}

ul.children li {
	border-top: 0px;
	border-bottom: 0px;
}


/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
	
img a:hover {
	text-decoration:none;
	border-bottom:0px;
}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px
	}

#sidebar2 #searchsubmit {
	padding:1px
	}

.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:160px;
	padding:2px;
	margin:5px 5px 1px 0
	}

#commentform textarea {
	width:95%;
	padding:2px
	}

#commentform #submit {
	margin:0;
	float:right
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}


pre {
	border: 1px solid #999999;
	background: #fafafa;
	padding: 4px;
	overflow: auto;
	width: 95%;
	max-height: 500px;
	margin: 10px auto;
	font: 1em/1.5em "courier new", courier, monospace;
}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	line-height:140%;
	font-size:0.9em;
	margin: 15px 30px 10px 10px;
	padding-left: 22px;
	padding-top:3px;
	padding-bottom:5px;
	width:420px;
	background: url('images/quote2.gif') 0% 0% no-repeat;
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none;
	margin:0;
	}

a img {
	border:none;
	text-decoration:none;
	}

.none:hover {
	border:none;
	text-decoration:none;
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/

/* main navigation */



#nav {

margin: 35px 0;

padding: 0 0 20px 135px;

}

#nav li {

float: left;

display: block;

list-style-type: none;

margin: 0; 

padding: 0;

background-image: none;

}

#nav a:link, #nav a:visited {

float: left;

display: block;

padding: 0 10px 8px 10px;

font-size: 1.2em;

font-weight: bold;

color: #515151;

text-transform: uppercase;

text-decoration: none;

}

#nav li.current_page_item, #nav a:hover {

background: url(i/tab.gif) no-repeat 50% 100%;

border-bottom: none;

color: #069;

}

#nav li.current_page_item a, #nav li.current_page_item a:visited {

color: #069;

}




.links_list {
	list-style:circle url('images/sub_icon.gif') inside;
	line-height:150%;
	margin-left: 10px;
	margin-top:5px;
	padding: 2px;
	background-image: none;
}

.links_list ul li {
	font-size: 0.8em;
	padding-top:5px;
}


