/*
Theme Name: Pet Hotel Guru
Theme URI: 
Description: Pet Hotel Guru theme for wordpress
Version: 1.0
Author: Pet Hotel Guru
Author URI: 
Tags: pethotelguru, one sidebar, widgets

*/

@charset "utf-8";
/* CSS Document */

body {
	padding	: 0;
	margin	: 0;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
}

ul,li {
	list-style	: none;
	padding	: 0;
	margin	: 0;
}

ul.bullet li{ 
list-style-type:disc; 
margin-left:60px; 
}

img {
	border	: none;
}

a:link,
a:visited {
	color:#0000CC;
	text-decoration	: none;
}

a:hover {
	text-decoration	: underline;
}

#universe {
	width	: 960px;
	margin	: 0 auto;
}

.wrapper {
	clear	: both;
}

/*---------------------------------------------------------------------*/
/*-----------------------			HEADER		   --------------------*/
/*---------------------------------------------------------------------*/

#header {
	margin	: 2px;
}

#logo {
	float	: left;
	width	: 210px;
	padding	: 1px 0;
	border	: 0px solid #ccc;
	text-align	: center;
}

#header-right {
	float	: right;
	font-size	: 12px;
}


/*---------------------------------------------------------------------*/
/*-----------------------			MENU		   --------------------*/
/*---------------------------------------------------------------------*/

#menu {
	height	: 30px;
	background	: #299408;
	font-family	: arial;
	font-weight	: bold;
	font-size	: 15px;
	color		: white;
}

#menu ul,
#menu li {
	float	: left;
        padding-right        :    20px; 
}

#menu-left {
	float	: left;
	width	: 14px;
	height	: 30px;
	background	: url(images/menu-left.gif) no-repeat;

}

#menu-right	{
	float	: right;
	width	: 14px;
	height	: 30px;
	background	: url(images/menu-right.gif) no-repeat;
}



#menu a:link,
#menu a:visited {
	display	: block;
	padding	: 8px 10px;
	color	: white;
	text-decoration	: none;
}

#menu li.current_page_item a,
#menu a:hover {
	color	: #ffffff;
}

/*---------------------------------------------------------------------*/
/*-----------------------			INSIDE		   --------------------*/
/*---------------------------------------------------------------------*/

#inside {
	border	: 1px solid #dedcdc;
	padding	: 10px;
}

/*---------------------------------------------------------------------*/
/*----------------				ADS TOP		   	   --------------------*/
/*---------------------------------------------------------------------*/

#ads-top {
	margin-top	: 10px;
	border-top	: 1px solid #dcdede;
	border-bottom	: 1px solid #dcdede;
	padding	: 7px 0;
	text-align	: center;
	font-weight	: bold;
}

/*---------------------------------------------------------------------*/
/*-------------		      INDEX CONTENT HOLDER	   --------------------*/
/*---------------------------------------------------------------------*/

#content-holder {
	padding-top	: 10px;
}

.content-yeah {
	font-size	: 12px;
	width		: 610px;
}

/*---------------------------------------------------------------------*/
/*-------------		    	    SIDEBAR	   		   --------------------*/
/*---------------------------------------------------------------------*/

#sidebar {
	float	: right;
	width	: 310px;
}

#sidebar .widget {
	margin-top	: 10px;
}

#sidebar .widget .title {
	font-size	: 18px;
	padding		: 5px 0;
	margin-bottom	: 10px;
	border-bottom	: 1px dotted #ccc;
}

#sidebar .widget .content {
	font-size	: 12px;
}

#sidebar .widget .content li {
	margin-left	: 10px;
	list-style-type	: none;
}

/*---------------------------------------------------------------------*/
/*-----------------------			CATEGORY	   --------------------*/
/*---------------------------------------------------------------------*/

.category #content-inside .content {
	width	: 610px;
	font-size	: 12px;
	border-bottom	: 1px solid #ccc;
	padding-bottom	: 10px;
	margin-bottom	: 10px;
}
/*---------------------------------------------------------------------*/
/*-----------------------			COMMENT		   --------------------*/
/*---------------------------------------------------------------------*/

h3#comments {
	margin-top	: 30px;
}

ol.commentlist {
	padding-left	: 0;
	width			: 610px;
}

.commentlist .avatar {
	float	: left;
	padding	: 2px;
	margin-right	: 10px;
	margin-bottom	: 10px;
	border	: 1px solid #ccc;
}

.commentlist p {
	clear	: left;
}

.commentlist li.comment {
	border-bottom	: 1px solid #ccc;
	margin-bottom	: 10px;
}

/*---------------------------------------------------------------------*/
/*-----------------------			FOOTER		   --------------------*/
/*---------------------------------------------------------------------*/

#footer {
	margin	: 12px 0;
	text-align	: center;
}

#footer #link1 {
	font-size	: 12px;
	margin-bottom	: 12px;
}

#footer #link1 a:link,
#footer #link1 a:visited {
	color	: #0000cc;
}

#footer #link1 a:hover {
	color	: #0000cc;
        text-decoration	: underline;
}

#footer #link2 {
        font-size	: 12px;
	margin-bottom	: 10px;
}


#footer #link2 a:link,
#footer #link2 a:visited {
	color	: #0000cc;
}

#footer #link2 a:hover {
	color	: #0000cc;
	text-decoration	: underline;
}

#footer #link3 {
        font-size	: 11px;
	margin-bottom	: 10px;
}