/*  
Theme Name: Paul's Theme
Theme URI: http://wordpress.org/
Description: Paul's Theme
Version: 1.6
Author: Paul James
*/

/*  =YAHOO RESET 2--------------------------------------------------------------------------

Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}


/*  =GLOBAL--------------------------------------------------------------------------------- */

html {
	font-family: Arial, Sans-Serif;
        font-size:12px;
	background:url(images/bg_gray.gif);
	color: #333;

}

body {
	margin: 0 0 20px 0;

}

#alert {
       position:absolute;
       top:5px;
       height:25px;
       width:100%;
       background:#330000;
       color:white;
}


a, a:link, a:visited {
       color:#31226f;
       text-decoration:none;
}

small {
      font-size:12px;
      display:block;
      border-bottom:1px dotted #999;
}

em {
      font-style:italic;
}

strong {
      font-weight:bold;
}

/*  =CONTENT-------------------------------------------------------------------------------- */

#page {

	width:970px;
	background:#FFF;
	margin:10px auto 10px auto;
	min-height:500px;
	border: 1px solid #454545;
	}


#header {
	background:url('images/blog_banner.jpg') no-repeat top;
        border-bottom:4px solid #990000;
	height: 260px;
	}


#content {
	float:left;
	min-height:500px;
	width:625px;
	padding:20px;
	border-bottom:1px dotted #999;
        background:white;
	}

.post {
    padding:10px;
	text-align: justify;
        margin-bottom:4px;
	}

.post h2 {
      font-size:29px;
      font-weight:100; 
      margin-top:0px;
      }

.entry {
      padding:10px;
      font-size:14px;
      line-height:21px;
}

.entry p{
      padding-top:8px;
}

.postmetadata {
clear:both;
text-align:right;
border-top:1px dotted #999;
}

#footer {

	background: #111111; 
    color:#999;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footer a {
    color:#0066FF;
}
	


/*	Begin Headers */

h1 {

	padding-top: 70px;
	margin: 0;

	}

h2 {
	margin: 30px 0 0;

	}



h2.pagetitle {
	margin-top: 30px;
	text-align: center;

}



h3 {
	padding: 0;
	margin: 30px 0 0;

	}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;

	}


/* 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

	}

/* End Images */


html>body .entry ul {

	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;

	} 



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



.entry ul li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	}



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}





.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;

	}



select {
	width: 130px;
	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform #submit {

	margin: 0;

	float: right;

	}

/* End Form Elements */







/* Begin Comments---------------------------------------------------*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;

	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}



.nocomments {

	text-align: center;
	margin: 0;
	padding: 0;
	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Sidebar-------------------------------------------------------------*/

#sidebar

{
	padding: 10px;
        background:#f0efe5;
	float:right;
	width: 255px;
        border-left:1px solid #ddd;
	}

#sidebar form {
	margin: 0;
	}

.box {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
padding: 3px;

}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
        }


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

/* End Sidebar */




/* Begin Various Tags & Classes ----------------------------------------------------*/

acronym, abbr, span.caps {
	cursor: help;
	}



acronym, abbr {
	border-bottom: 1px dotted #999;
	}



blockquote {
	margin: 15px 10px 5px 10px;
	padding: 15px;
	border: 1px dotted #dedede;
        font-family:'Times New Roman', serif;
        color:#59546e;
        font-size:15px;
        font-style:italic;
	}



blockquote cite {
	margin: 5px 0 0;
	display: block;

	}



.center {
	text-align: center;

	}



hr {
	display: none;

	}



a img {
	border: none;
	}



/* End Various Tags & Classes*/

.sidebarheader {
display:block;
border-bottom: 1px dotted #999;
color:#990000;
margin-bottom:4px;
text-decoration:none;
font-size:16px;
font-weight:200;
}


a.rsswidget, .rssdate {
  font-size:11px;
}


h2 .rsswidget {
  font-size:16px;
  font-weight:200;
  color:#990000;
  text-decoration:none;
}

h2.widgettitle{
  font-size:17px;
  font-weight:100;
}

.widgettitle {
border-bottom: 1px dotted #999;
color:#990000;
margin-top:0px;
}

.navigation {
clear:both;
}
/*  =SIDEBAR 2------------------------------------------------------------------------------ */
.sidebar2 {
        height:300px;
	clear:both;
	background:url('images/footer_bg.jpg') repeat-x bottom #333333;
	padding:10px 0px 10px 0px;
        border-top:4px solid #990000;
}

.sidebar2 dl.column {
	width:175px;
	padding:0px 5px 0px 10px;
	border-right:1px solid #ccc;
	float:left;
}

.sidebar2 dl dd {
	margin-left:10px;
}

.sidebar2, .sidebar2 a {
	color:#999999;
}

.sidebar2 a:hover {
	color:#0099FF;
}

.sidebar2 dt {
	font-weight:200;
	font-size:16px;
	color:white;
}

.footer_widgets {
	width:225px;
        height:140px;
	padding:0px 5px 0px 10px;
	border-right:1px solid #444444;
	float:left;
}

.sidebar2 h2.widgettitle {
        color:white;
        font-size:16px;
        font-weight:200;
}

.sidebar2 select {
        width:220px;
        font-size:14px;
}

#nav {
        margin:0px;
        background:#BB0000;
        color:white;
}

#nav a {
        color:white;
}
