﻿/*  
Theme Name: GRRIN
Theme URI: http://www.turnerlink.com
Description: This theme designed by June Advertising, LLC and implemented by TurnerLink, LLC.
Version: 1.0
Author: David Turner
Author URI: http://turnerlink.com

*/

* html body { text-align: center; }	/* hack to center this under IE5 */
* {padding:0; margin:0;}      /* Set everything to "zero" */

body {height:100%; font-size:1.0em;}    /* Assist IE rendering */

body 
{
	text-align:center;	/* let's center the page */
	background:#000 url('images/bg_main.jpg') repeat center;
	font-family:Arial;
	font-size: 12px;
}

a img
{
	border:0;
}

.clear
{
	clear:both;
}

div
{
	border:solid 1 white;
}


#page
{
	width:778px;		/* set this to the width of the page */
	margin-right:auto;	/* needed to center the page */
	margin-left:auto;	/* needed to center the page */
	text-align:left;	/* puts things back to the left */
}




#right_wrapper
{
	background-image:url('images/bg_header.jpg');
	background-repeat:no-repeat;
	width:626px;
	float:left;
}

#goodsearch
{
	margin-top:167px;
	height:32px;
	width:397px;
	background-color:White;
	color:#5c5c5c;
	float:left;
}

#content_container
{
	width:412px;
	float:left;	
	margin-top:52px;
	background-image:url('images/bg_content_rows.jpg');
	background-repeat:repeat-y;
	_margin-top:47px;
}

#notebook_paper
{
	float:left;
	width:350px;
	margin-left:35px;
	min-height:375px;
	_width:334px;
	_margin-left:16px;
}

#notebook_bottom_shadow
{
	background-image:url('images/bg_content_footer.jpg');
	_background:#000 url('images/bg_footer.jpg') repeat center;
	background-position:top;
	background-repeat:no-repeat;
	width:412px;
	height:8px;
	clear:both;
}

#right_sidebar_container
{
	background-image:url('images/bg_right_sidebar.jpg');
	width:214px;
	float:left;
	margin-top:52px;
	_margin-top:47px;
}
#right_sidebar
{
	margin-left:16px;
	width:150px;
}

#right_sidebar_picture_frame
{
	background-image:url('images/sidebar_picture_frame.jpg');
	background-repeat:no-repeat;
	width:137px;
	height:162px;
	padding-left:6px;
	padding-top:7px;
}

#right_sidebar_archives
{
	background-image:url('images/bg_right_sidebar_sep.jpg');
	background-position:top;
	background-repeat:no-repeat;
	width:214px;
}
#right_sidebar_footer
{
	background-image:url('images/bg_right_sidebar_footer.jpg');
	width:214px;
	height:123px;
}

#footer
{
	background:#000 url('images/bg_footer.jpg') repeat center;
	width:412px;
	clear:both;
}

.footer_green
{
	font-size:10px;
}

.footer_orange
{
	font-size:10px;
	line-height:11px;
	margin-top:10px;
}



/*--- left nav styles ---*/
#left_nav_wrapper
{
	width:152px;	
	float:left;
}

#left_nav
{
	width:127px;
	font-size:11px;
	font-weight:bold;
	margin:0 0 5px 20px;
}

#left_nav ul li ul
{
	display:none;
}

#left_nav ul li.current_page_parent ul,
#left_nav ul li.current_page_item ul
{
	display:inline;
}

#left_nav ul li.current_page_item ul li a
{
	text-decoration:none;	
}

#left_nav ul li.page_item
{
	background-image:url('images/left_nav_separator.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:2px;
	padding-bottom:6px;
}

li.page_item
{
	line-height:25px;
	list-style:none;
}

#footer a,
li.page_item a
{
	text-decoration:none;	
}

#left_nav ul li ul li.page_item
{
	font-size:9px;
	line-height:15px;
	background-image:none;
	padding-left:10px;
	padding-bottom:2px;
	border-bottom:none;
}

#footer a:hover,
li.page_item a:hover,
#left_nav ul li.current_page_item a,
#left_nav ul li ul li.current_page_item a,
#left_nav ul li ul li a:hover
{
	text-decoration:none;	
}



/* --- text styles  --- */
h2
{
	font-family:Times New Roman;
	font-size:22px;
	margin:0;
	padding:0 0 20px 0;
}

h3
{
	font-family:Times New Roman;
	font-size:18px;
	margin:0;
	padding:0 0 10px 0;
}

h4
{
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:10px 0 10px 0;
	font-style:italic;
}

h5
{
	font-family:Times New Roman;
	font-size:12px;
	margin:0;
	padding:0 0 3px 0;
}

h6
{
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:3px 0 0 0;
}

.h6_10bottom
{
	padding:0 0 10px 0;
}

#page_content
{
	font-family:Times New Roman;
	margin-right:13px;
}

#page_content p
{
	font-family:Times New Roman;
	color:#000;
	font-size:12px;
	padding-bottom:20px;
}

#page_content a
{
	font-family:Times New Roman;
	text-decoration:none;	
}

#page_content a:hover
{
	text-decoration:none;	
}

#page_content ul
{
	padding-left:20px;
	list-style-image:url('images/li_large_green_arrow.gif');
}




#right_sidebar ul
{
	list-style:none;
}

#right_sidebar p
{
	margin-top:5px;
}

#right_sidebar_archives,
#right_sidebar_footer,
.widget_text
{
	font-size:10px;
}

#right_sidebar_archives ul,
#right_sidebar_footer ul,
#right_sidebar ul ul
{
	list-style-image:url('images/li_small_green_arrow.gif');
	padding-left:19px;
}

#right_sidebar_footer a,
#right_sidebar a
{
	font-weight:bold;
	text-decoration:none;	
}

#right_sidebar_footer a:hover,
#right_sidebar a:hover
{
	font-weight:bold;
	text-decoration:none;	
}

#right_sidebar_archives ul,
#right_sidebar_footer ul
{
	margin-left:10px;
}

#archive_select
{
	width:100px;
}

.right_sidebar_archive_text,
#archive_select
{
	font-weight:bold;
	font-family:Times New Roman;
	font-size:10px;
}


/* Navigation styles */
.navigation
{
	width:335px;
	float:left;
	padding:0 10px 0 10px;
}

.navigation div a
{
	font-family:Times New Roman;
	font-size:12px;
}

.alignleft
{
	float:left;
}

.alignright
{
	float:right;
}



 /* site map styling */

.ddsg-wrapper 
{
	margin-bottom:15px;
}

.ddsg-wrapper h2
{
	display:none;
}

.ddsg-wrapper ul
{
	line-height:25px;
	list-style:none;
	list-style-image: none;
}

.ddsg-wrapper ul li
{
	font-weight:bold;
}

.ddsg-wrapper p
{
	display:none;
}

.ddsg-wrapper ul li ul li
{
	font-weight:normal;
	font-size:8pt;
}

#page_content div.ddsg-wrapper ul
{
	list-style:none;
	list-style-image: none;
}



/* **** POST FORMATTING **** */

.post_container
{
	background-image:url('images/post_sep_vert.jpg');
	background-repeat:repeat-y;
	background-position:center;
}

.post_details
{
	width:340px;
	_width:330px;
	float:left;
	margin-left:10px;
/*	margin-top:10px;
	margin-bottom:10px;
*/
}

.post_details img
{
	width:320px;
}



.post_divider
{
	background-image:url('images/post_sep_line.gif');
	background-repeat:no-repeat;
	height:5px;
	width:354px;
	margin-top:10px;
	margin-bottom:10px;
}

.post_index
{
	width:155px;
	_width:145px;
	float:left;
	margin-left:10px;
/*	margin-top:10px;
	margin-bottom:10px;
*/
}

.post_index img
{
	width:150px;
/*	height:122px; */
}

.post_details p,
.post_index p
{
	margin:0;
	padding:0;
}

.post_details h3,
.post_index h3
{
	margin:0;
	padding:0;
}

.products img
{
	width:145px;
/*	border:1px solid;*/
	margin:0px;
}

.left_post
{
	padding-right:5px;
}

.dog_atrib_title
{
	font-size:11px;
}

.dog_atrib_text
{
	font-size:11px;
}


/* --- Color settings for all controls --- */

.right_sidebar_archive_text,
.footer_orange,
#footer a:hover,
li.page_item a:hover,
#left_nav ul li.current_page_item a,
#left_nav ul li ul li.current_page_item a,
#left_nav ul li ul li a:hover,
h3,
h5,
#page_content a,
#right_sidebar_archives,
#right_sidebar_footer a,
#right_sidebar a,
.dog_atrib_title,
.orange_text
{
	color:#DD5617;
}

.navigation div a,
.footer_green,
#left_nav,
#left_nav ul li.current_page_item ul li a,
#footer a,
li.page_item a,
h2,
#page_content a:hover,
#right_sidebar_footer a:hover,
#right_sidebar a:hover,
.post_details h3,
.post_index h3,
.green_text
{
	color:#658E4E;
}

#archive_select
{
	color:Black;
	font-weight:normal;
}

h5,
.bold_text
{
	font-weight:bold;
}

.code_text
{
	color:Black;
	font-size:14px;
	font-weight:normal;
}

