/*
	Theme Name: Infimum
	Version: 1.3.1
	Author: Alex Smith | Designer: K-Leigh Creative
*/

/* whole page */

body {
  margin: 0em;
  padding: 0em;
  color: #323132;
  background-image: url(http://www.pullyourselftogether.biz/img/bkgrnd.jpg);
  background-color:#f57fc0;
  background-repeat: repeat-x;
  background-attachment:fixed;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height: 21px;
}

#page {
  margin: auto;
  padding: 0px;
  width: 800px;
  background: #ffffff;
  background-image: url(http://www.pullyourselftogether.biz/img/PYT_watermark_12.png);
  background-repeat: no-repeat;
  background-position:bottom;

}

a {
  color: #EC0081;
  text-decoration: underline;
}

a:visited {
  color: #EC0081;
}

a:hover {
  color: #FF3FDA;
  text-decoration: underline;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

blockquote {
  margin: 10px;
}

.clear{
  margin: 0;
  padding: 0;
  clear: both;
}

/* end whole page */


/* header */

#header {
  margin: 0em;
  border: 0px solid gray;
  padding: 0em;
  width: 60em;
}

#topborder { 
  width: auto;
  height: 11px;
  background-image: url(http://www.pullyourselftogether.biz/img/PYT_topborder.png);
  background-repeat: repeat-x;
  border:none;
  margin:0px 0px 0px 0px;
  z-index:10;
}

#toplogo { 
  width:800px;
  height:232px;
  border:none;
  margin-bottom:0px;
  margin=top:-10px;
  z-index:3;
}

#header h1 {
  margin: 0em;
  border: 0px solid gray;
  padding: 0em;
  font-size: 14px;
  line-height: 18px; /* weird IE7 bug fix */
  float: left;
}

#header #tagline {
  margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
  border: 0px solid gray;
  border-left: 1px solid gray;
  padding: 0.5em 0em 0.5em 2em;
  color: gray;
  background: inherit;
  float: left;
}

/* end header */

/* content area */

#content {
  margin: 0px 0px 0px 0px;
  width: 552px;
  float: left;
  padding: 15px;
  background-color: white;
}

#content h2 {
  margin: 0px;
  padding: 0em;
  font-size: 21px;
  color: #ec0081;
  line-height: 24px;
}

#content .post {
  margin: 20px 0em 0em;
}

#content .post a {
  text-decoration: none;
}

#content h3 {
  margin: 0em;
  padding: 0em;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #9cc921;
}

#content .postmetadata {
  color: #777777;
  background: inherit;
  font-size: 10px;
}

#content .navigation {
  margin: 2em 0em 0em;
  padding: 0em;
  display: block;
}

#content .goback {
  margin: 0em 0.5em 0em 0em;
  padding: 0em;
  float: left;
  font-size: 1.25em;
}

#content .goforward {
  margin: 0em 0em 0em 0.5em;
  padding: 0em;
  float: right;
  font-size: 1.25em;
}

#content #comments {
  margin: 2em 0em 1em;
  padding: 0em;
  clear: both;
}

#content .commentlist {	
  margin: 0em;
  padding: 0em;
  font-size: 0.9em;
}

#content .commentlist li {
  margin: 0em;
  padding: 0em;
  list-style-type: none;
}

#content .commentlist img.avatar {
  float: right;
  margin-left: 1em;
}

#content .commentmetadata {
  margin: 0em 0em 2em;
  color: #777777;
  background: inherit;
}

#content #respond {
  margin: 2em 0em 1em;
  padding: 0em;
  clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #777777;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */

#sidebar {
  width: 218px;
  float: right; 
  background-color: #ff3fda;
  line-height: 18px;
  text-align: left;
  padding-bottom: 20px;
  margin-top: -12px;
}

#sidebar h2 {
  margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 14px;
  color: #FFFFFF;
}

#sidebar h2 a, #sidebar h2 a:visited {
  color: #FFFFFF;
}

#sidebar h2 a:hover {
  color: #f5bad6;
}

#sidebar ul {
  margin: 0em;
  padding: 0em;
  list-style: none;
}

#sidebar ul li {
  margin: 0em 0em 0em;	
  list-style-type: none;
  list-style: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
  font-size: 12px;
  padding: 0px 0px 4px 0px;
  list-style: none;
}

#sidebar ul li ul li, #sidebar ul li ol li {
  margin: 0em;
  list-style: none;
}

#sidebar .textwidget {
  margin: 0px 25px 10px 25px;
  color: #FFFFFF;
  line-height: 18px;
  list-style: none;
}

#sidebar .textwidget ul {
  list-style: none;
}

li.widget_recent_entries {
  padding: 0px 25px 0px 25px;
  text-align: center;
}

li.widget_recent_entries a {
  color: #FFFFFF;
  text-decoration: none;
}

li.widget_recent_entries a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* end sidebar */

/* bottom */

#bottom {
  margin: auto;
  padding: 0px;
  width: 800px;
  align: center;
}

/* end bottom */

/* footer */

#footer {
  margin: auto;
  padding: 15px;
  font-size: 10px;
  line-height: 16px;
  width: 800px;
  color: #ec0081;
  text-align: center;
  font-weight: bold;
  align: center;
}

#footer a {
  color: #ec0081;
  text-decoration: none;
}

#footer p {
  padding: 0em;
  font-size: 10px;
  color: #ec0081;
  text-align: center;
}
/* end footer */

#border-top {
  background-image: url('/img/top_border.png');
  background-repeat: repeat-x;
  height: 11px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#flash_header {
  z-index: 100;
}

.piclenselink {
display: none;
}


#content_container {
margin-top: -6px;
overflow: auto;
background-image: url('/img/page_bg.png');
background-repeat: repeat-y;
}

.linkcat {
list-style: none;
margin-left: -15px;
}

ul.xoxo blogroll {
list-style: none;
margin-left: -12px;
}
