/*  
 * Theme Name: 		Dog Blog
 * Theme URI: 		http://www.thex.com/rd/?ts_theme=Dog Blog
 * Description: 	A two-column theme, based on The Snood Factory. Not designed to be
 *					complicated, pretty much straightforward (and easy to read).
 * Author: 			Richard Dows
 * Author URI: 		http://www.thex.com/rd/
 */

* {
    margin:					0;
	padding:				0;
}

html, body {
	background-color:		#fff;
	font-family:			"Trebuchet MS";
}

body {
    background-image:       url(images/grass.jpg);
	background-repeat:		repeat;
}

#wrap {
    text-align:				center;
	margin:					0 auto;
	width:					800px;
}

#header, #footer {
    background-repeat:		no-repeat;
	background-position:	top left;
}



/*------------------------ header ------------*/
#header {
    height:					125px;
    background-image: 		url(images/top.gif);
	text-align:				left;
}



/*------------------------ middle ------------*/
#middle { 
    background-image:		url(images/middle.gif);
	background-repeat:		repeat-y;
	background-position:	top left;
}

#content { 
    border:					1px solid #000;
	background-color:		#393;
	width:					710px;
	margin:					0 auto;
	text-align:				left;
}

.left { 
            width:					500px;
}
.right { 
            float:					right;
            width:					200px;
}

.post { }
.post-top, .post-bottom {
    height:					10px;
	background-repeat:		no-repeat;
	background-position:	top left;
}
.post-top { 
    background-image:       url(images/content_top.gif);
}
.post-middle { 
    background-image:       url(images/content_middle.gif);
	background-repeat:		repeat-y;
	padding-bottom:			12px;
}
* html .post-middle {
    margin-top:				-12px;
}
.post-bottom { 
    background-image:       url(images/content_bottom.gif);
}

.post-middle p, .post-middle h2, .post-middle .post-meta-data, .post-middle .postmetadata,
    #commentsdiv h3 { 
    padding:                5px 15px 10px 20px;
}
.post-middle ul, .post-middle ol { 
    padding:                5px 15px 10px 50px;
}
.post-middle blockquote {
    margin:					5px 40px 10px 50px;
}
.post-middle blockquote:hover {
    border:					1px solid #000;
}

.post-day-date {
    padding:                0 15px;
}
.post-meta-data, .postmetadata {
    margin:					15px 0 0 0;
	font-size:				67%;
}



#commentsdiv {
    margin:					5px 0 10px 0;
}
.comments-number {
    float:					right;
	clear:					right;
	margin:					0 15px 5px 10px;
	font-style:				italic;
	font-size:				30px;
	font-weight:			bold;
	font-family:			Georgia, "Times New Roman", Times, serif;
	color:					#000;
}
#commentform {
    margin-left:			20px;
}
#commentform label, #commentform input {
    float:					left;
}
#commentform label { 
    width:					100px;
	float:					left;
    clear:					left;	
	margin-left:			10px;
	font-size:				18px;
}
#commentform input {
    border:					2px solid #000;
	padding:                2px 0 2px 2px;
	margin:					0 0 5px 0;
}
#commentform input#submit, #commentform input#clear {
    float:					none;
    border-width:			1px;
	margin:					2px;
}
#commentform input#submit:hover, #commentform input#clear:hover {
    cursor:					pointer;
}
#commentform .comments-inputs .comments-adbox {
    float:					right;
	clear:					right;
	padding:				0 10px 25px 0;
}
#commentform textarea#comment {
    border:					2px solid #000;
	padding:                2px;
}
#commentform p.small {
    font-size:				67%;
	text-align:				justify;
}



/*------------------------ footer ------------*/
#footer { 
    height:					167px;
	font-size:				80%;
	background-image:       url(images/bottom.gif);
	color:					#fff;
}
#footer .dog {
	margin:					45px auto 0 auto;
}




/*-------------------- miscellaneous ---------*/
.centered {
    text-align:				center;
	margin:					0 auto;
}
.navigation {
    width:					100%;
    margin:					0 auto;
}
.align-left {
    float:					left;
	margin-left:            15px;
}
.align-right {
    float:					right;
	margin-right:			15px;
}
blockquote {
    border:					1px dashed #ccc;
	background-color:		#eee;
}
img { 
    border:					0;
}
h1 {
    padding:                20px 0 0 50px;
     font-size:				26px;
<!	font-variant:			small-caps;
        margin-right:			235px;
}
h1, h1 a:link, h1 a:visited { 
    color:					#ff0;
}
h1 a:hover {
    color:					#fff;
}
h2 { 
    font-size:				18px;
}
h3 { 
    font-size:				18px;
}
h4 { 
    font-size:				14px;
}
h5 {
    font-size:				11px;
	color:					#ff0;
	position:				absolute;
	top:					104px;
    margin-left:            60px;
}
h5 span#one {
    color:					#fff;
	font-variant:			small-caps;
}
h5 span#two, h5 span#two a {
    color:					#ff0;
}
h5 span#two a:hover {
    color:					#fff;
}


.right ul {
    list-style-type:		none;
}
.right ul h2 {
    border-bottom:			2px outset #000;
	margin:					0 10px 5px 0;
}
.right ul ul {
    margin-bottom:          10px;
	margin-left:            5px;
}

.post-middle a, .right a {
    padding:                0 2px;
}
.post-middle a:link, .post-middle h2 a:visited { 
    color:					#309;
}
.post-middle a:visited { 
    color:					#900;
}
.post-middle a:hover {
    color:					#fff;
	background-color:		#000;
}

.post-middle h2 a:hover {
    color:					#ff0;
	background-color:		#000;
}

#commentsdiv h3 a:link, .navigation h4 a:link {
    color:					#309;
}
#commentsdiv h3 a:hover, .navigation h4 a:hover {
    color:					#900;
}

#footer a, #footer a:link {
    color:					#ff0;
}
#footer a:visited {
    color:					#6c0;
}
#footer a:hover {
    color:					#fff;
}

.right a:link {
    color:					#309;
}
.right a:visited {
    color:					#900;
}
.right a:hover {
    color:					#fff;
	background-color:		#000;
}



#searchform {
    margin:					10px 0;
}
#searchform #s { 
	width:					160px;
    border:					2px solid #000;
	font-size:				16px;
	font-style:				italic;
	font-family:			Georgia, "Times New Roman", Times, serif;
	padding:                2px 0 2px 5px;
}


