<MM:BeginLock translatorClass="ThemeDreamerWP" type="ThemeDreamerWP_Code" depFiles="file:///C|/Users/Blinkin2000/Downloads/decolor.0.8.1/decolor/style.css" orig=""><link rel="stylesheet" href="style.css" type="text/css" media="screen" /></></></></></></></></></></></></></></></></></></></></></></></></><MM:EndLock>/*
Theme Name: PugDography
Theme URI: http://webdemar.com/demo/?wptheme=deColor
Description: Clean greyscale Theme by <a href="http://pugdography.com">Andrew Lee</a>
Version: 0.0.1
Author: Andrew Lee
Author URI: http://pugdography.com
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/* general */
	
body {
	margin:0px auto;
	margin-bottom:30px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background: #272727 ;
	border:0px;

}
#body-container {
/*	background: #272727 url(img/bg.gif) no-repeat top center; */
	background: transparent url(http://www.pugdography.com/images/Web-Background-Blue.jpg) top center;
	margin: 0px auto 0px auto;
}
a {
	color:#5e5e5e;
	background: transparent;
	outline: none;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
}
body {
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background: #272727 ;
	border:0px;
}



blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #5e5e5e;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: transparent ;
	color: #5e5e5e;
	border-right: 1px solid #CFCAB4;
    border-left: 1px solid #CFCAB4;
}


#header {
	position: relative;
    top:0px;
    left: 0px;
	width:960px;
	height: 250px;
	background: #292929;
	
}

#content {
	padding: 10px 0 0 0;
	background: #fff;
}

#content-left {
	float: left;
	width: 580px;
}

#content-right {
	float: right;
	width: 320px;
}



/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 100px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

h1 a {
	text-decoration: none;
}

h2#blog-description {
	position: absolute;
	bottom: 80px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	font:normal 1.0em/1.0em Arial, sans-serif;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0 20px;
}

h3 {
	margin: 0 0 20px 0;
	font-size:16px
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
}

/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 960px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(img/bg-menu.gif) repeat-x left top;
}
/*
#header li {
	float: left;
	margin: 0 0px 0 0;
	padding: 0px;
}

#header li#first {
	background: url(img/bg-menu-a.gif) no-repeat left top;
}

#menu .page_item a {
	display: block;
	float: left;
	height: 27px;
	margin: 0px;
	padding: 8px 22px 0 22px;
	background: url(img/bg-menu-a.gif) no-repeat right top;
	text-decoration: none;
	text-align: center;
}
#menu .page_item2 a {
	display: block;
	float: right;
	height: 27px;
	margin: 0px;
	padding: 8px 22px 0 22px;
	background: url(img/bg-menu-a.gif) no-repeat right top;
	text-decoration: none;
	text-align: center;
}
#menu .page_item a:hover,
#menu .page_item2 a:hover  {
	text-decoration: underline;
}
**/
#rss {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: right;
	z-index:4;
}
#rss a {
	text-decoration:none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	}

#rss p {
	margin: 0px;
	padding: 1px 0 0 0;
}

#rss img {
	float: right;
	margin: 0 0 0 10px;
}

/*	##################################
   	CONTENT
	################################## */
	
/** content left */

.box-left {
	margin: 0 0 40px 20px;
}

.box-left img {
	float: left;
	margin: 0 10px 10px 0;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** content right */

.box-right {
	margin: 0 20px 40px 0;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
	text-decoration: none;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right li ul {
	margin: 0px;
	padding: 0 0 0 20px;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #fff url(img/bg-button.gif) no-repeat left top;
	border: none;
	color: #5e5e5e;
}

.comment-meta {
	padding: 10px 10px 0 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.comment-meta .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-text p {
	margin: 0;
	padding: 10px;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 186px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform #search-submit {
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #fff url(img/bg-button.gif) no-repeat left top;
	border: none;
	color: #5e5e5e;
}

/*	##################################
   	FOOTER
	################################## */

#footer  {
   visibility: visible;
   position: relative;
   bottom: 0;
   left: 0px;
   z-index: 1;
   width: 960px;
   height: 40px;
   background-color: #474747;
   background-image: none;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 380px;
	text-align: right;
}



/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.aligncenter {
	margin: 0 0 10px 0;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f7f7f7;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0px;
   padding: 0px;
   border: none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

/** Copied from PugDography.COm */
#bottommenu li a:hover  {
   color: #0072bc;
}
/*
#mainmenu li a:hover  {
    color: #0072bc;
   	display: block;
	float: left;
	height: 27px;
	margin: 0px;
	padding: 8px 18px 0 18px;
	background: url(img/bg-menu-over.gif) repeat-x right top;
	text-decoration: none;
	text-align: center;
}
**/
#mainmenu li a  {
   border: 0px none #000000;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;
   color: #474747;
   height: 100%;
}
#bottommenu li a  {
   border: 0px none #000000;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;
   color: #FFFFFF;
   height: 100%;
}

#mainmenu li,
#bottommenu li  {
   height: 100%;
   display: inline;
   margin: 0px;
   }
   
#mainmenu  {
	font: 12px/24px Verdana;
	margin: 0px;
	height: 45px;
	padding: 8px 18px 0 18px;
	list-style: none;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	z-index: 2;
	text-align:center;
}


#mainmenu .page_item a {
	display: block;
	float: left;
	height: 27px;
	margin: 0px;
	padding: 8px 18px 0 18px;
	background: url(img/bg-menu-a.gif) no-repeat right top;
	text-decoration: none;
	text-align: center;
}
#mainmenu .page_item2 a  {
	display: block;
	float: right;
	height: 27px;
	margin: 0px;
	padding: 8px 18px 0 18px;
	background: url(img/bg-menu-a.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
}

#mainmenu .page_item a:hover {
	background: url(img/bg-menu-over.gif) repeat-x right top;
	color: #0072bc;
	}
#mainmenu .page_item2 a:hover {
	background: url(img/bg-menu-over.gif) repeat-x right top;
	color: #0072bc;
	}

#bottommenu  {
	font: 11px/15px Verdana;
	margin: 0px;
	height: 15px;
	padding: 0px;
	list-style: none;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 2px;
	z-index: 2;
	width: 960px;
}
#navbarimg  {
   visibility: visible;
   position: absolute;
   bottom: 0;
   left: 0px;
   z-index: 1;
   width: 960px;
   height: 45px;
   border-top: 5px solid #474747;
   background-image:url(images/bg-menu.gif) repeat-x;
}
#copyright {	
    font: 11px/15px Verdana;
	margin: 0px;
	height: 15px;
	padding: 0px;
	list-style: none;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	bottom: 2px;
	left: 0px;
	z-index: 2;
	width: 960px;
}
