
/* 
Theme Name: Beantown Baker
Theme URL: http://www.beantownbaker.com
Description: Custom theme for Beantown Baker.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/
/*CSS RESET*/
body {
	height: 100%; }
html, body, div, h1, h2, h3, p, ul, ol, li, form, fieldset, input, textarea, p, blockquote  {
	font-size: 100%;
	margin: 0;
	padding: 0 }  
ul {list-style: none;}  
img, fieldset, a  {
	border: 0;
	outline-style: none }  
h1, h2, h3, h4, h5  {
	font-weight: normal;
	margin: 0;
	padding: 0 }  
em {font-style: italic;}  
strong {font-weight: bold;}
/*---------STRUCTURE---------*/
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body                           {
	color: #4d4c4b;
	font-size: 14px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	line-height: 22px;
	background-color: #fff;
	background-image: url("images/bg.png");
	margin: 0;
	padding: 0 }
a  {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out }
a:link, a:visited, a:active          {
	color: #783991;
	text-decoration: underline }
a:hover             {
	color: #953987;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 12px }
h1, h2, h3, h4, h5              {
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px }
h1                        {
	color: #783991;
	font-size: 31px;
	font-weight: normal;
	line-height: 31px;
	margin-top: 15px;
	margin-bottom: 15px }
h2      {
	color: #783991;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px }
h3                       {
	color: #953987;
	font-size: 19px;
	font-weight: normal;
	line-height: 19px }
h4        {
	color: #c21d5f;
	font-size: 19px;
	line-height: 19px; }
.clear {
	width: 1px;
	height: 1px;
	clear: both }
#wrapper                                       {
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	width: 940px;
	background-color: #ffffff;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	box-shadow: 0px 0px 5px rgba(0,0,0,.35);
	 }
.clear {
	clear: both }
/*Header*/
#header {
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 0px;
	 }
#header h1.logo    {
	margin: 20px 0 0 0;
	padding: 0;
	float: left }
#header .sociallinks {
	float: right;
}
#header .sociallinks img {
	vertical-align: top;
}
/*Content*/
#content                             {
	width: 560px;
	margin-bottom: 25px;
	float: left }
h1.pagetitle, h2.archivetitle   {
	margin-top: 0 }
.pagecontent ul  {
	margin-top: 0;
	margin-bottom: 15px }
.pagecontent ul li  {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-bottom: 5px;
	padding-left: 11px }
.sep {

}
/*Sidebar*/
#sidebar                  {
	width: 340px;
	float: right;
	font-size: 13px;
	line-height: 18px; }
#topsidebar   { }
#leftsidebar         {
	width: 160px;
	float: left }
#rightsidebar    {
	width: 160px;
	float: right }
.widget        {
	margin-bottom: 40px }
h3.widgettitle    {
	padding-bottom: 7px;
	margin: 0 0 8px;
	border-bottom: 1px solid #e2e2e2; }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #4d4c4b;
	text-decoration: none }
.widget a:hover     {
	color: #953987;
	text-decoration: none }
.widget ul   { }
.widget ul li          {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 4px 10px
}
.widget ul li:nth-child(5n+2)          {
	background-image: url("images/bullet2.png");
}
.widget ul li:nth-child(5n+3)          {
	background-image: url("images/bullet3.png");
}
.widget ul li:nth-child(5n+4)          {
	background-image: url("images/bullet4.png");
}
.widget ul li:nth-child(5n+5)          {
	background-image: url("images/bullet5.png");
}
.widget p    {
	margin: 0 0 10px }

#sidebar .ad { 
	background-image: url("images/bg2.png");
	padding: 20px;
}
#leftsidebar select     {
	color: #8b8b8a;
	font-size: 13px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color: #ffffff;
	padding: 3px 2px 3px 5px;
	width: 153px;
	border: 1px solid #e2e2e2; }
#rightsidebar select   {
	color: #8b8b8a;
	font-size: 13px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color: #ffffff;
	padding: 3px 2px 3px 5px;
	width: 153px;
	border: 1px solid #e2e2e2; }
#leftsidebar .widget, #rightsidebar .widget {
	margin-bottom: 30px }
#searchform, .emailform  {
	width: 340px;
	background-color: #ffffff;
	height: 30px;
	position: relative; }

.widget_search {
	margin-bottom: 30px;
}
.searchinput, .emailinput  {
	color: #8b8b8a;
	background-color: #ffffff;
	padding: 6px 3px 6px 8px;
	width: 310px;
	float: left;
	vertical-align: middle;
	border: 1px solid #e2e2e2;
	font: 13px/30px ProximaNovaRegular, Arial, Helvetica, sans-serif;
}
.searchinput:focus, .emailinput:focus {
	color: #4d4c4b }
.searchsubmit, .emailsubmit  {
	color: #ffffff;
	background-color: #321125;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	right: 0;
	padding-bottom: 3px;
	width: 30px;
	height: 30px;
	float: right;
	border-style: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font: 12px/22px ProximaNovaRegular, Arial, Helvetica, sans-serif;
	}
.searchsubmit:hover, .emailsubmit:hover  {
	background-color: #953987; }
.about {
	margin-bottom: 25px;
	line-height: 20px;
}
.about a:link, .about a:visited, .about a:active {
	color: #93908f;
	text-decoration: underline;
}
.about a:hover     {
	color: #953987;
	text-decoration: none;
}
.recentposts {
	font-size: 18px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	line-height: 16px }
.recentposts h3 {
	margin-bottom: 13px }
.recentposts img {
	margin-right: 10px;
	width: 60px;
	height: 60px;
	float: left }
.recentposts .title {
	display: table-cell;
	width: 230px;
	height: 60px;
	vertical-align: middle }
.recentposts ul li {
	padding: 0;
	margin-top: 2px;
	margin-bottom: 10px;
	width: 300px;
	height: auto;
	min-height: 60px;
	overflow: hidden;
	list-style-type: none; }
.recentposts strong {
	font-weight: normal }
.recentposts small {
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	color: #93908f;
	font-size: 10px;
	letter-spacing: .5px;
	text-transform: uppercase;
	display: block;
	margin-top: 2px }
.recentposts em {
	color: #93908f;
	font-style: normal;
	text-transform: lowercase }
.recentposts a, #sidebar .recentposts a {
	color: #c21d5f }
#sidebar .recentposts ul li:nth-child(2) a {
	color: #ef4f82 }
#sidebar .recentposts ul li:nth-child(3) a {
	color: #ff6a32 }
#sidebar .recentposts ul li:nth-child(4) a {
	color: #783991 }
#sidebar .recentposts ul li:nth-child(5) a {
	color: #953987 }
#sidebar .recentposts ul li a:hover {
	color: #4d4c4b }
/*Post Styles*/
.post                  {
	margin-bottom: 40px; }
h2.posttitle {
	color: #783991;
	margin: 6px 0 15px;
	padding: 0;
	font-size: 31px;
	line-height: 30px; }
h2.posttitle a  {
	color: #783991;
	text-decoration: none }
h2.posttitle a:hover  {
	color: #953987 }
.postmeta               {
	color: #93908f;
	font-size: 10.5px;
	line-height: 11px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px }
.postmeta a   {
	color: #93908f;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #953987;
	text-decoration: none }
.ccount     {
	background-image: url("images/comment.png");
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: inline-block;
	height: 11px;
	margin-left: 10px;
	padding-left: 15px }
.metabottom .ccount, .postmeta .right    {
	float: right;
}
.metabottom                   {
	margin-top: 20px;
	padding-top: 7px;
	border-top: 1px solid #E2E2E2; }
.metabottom .left      {
	width: 70%;
	float: left }
.metabottom .right      {
	text-align: right;
	width: 30%;
	float: right }
.metabottom a  { }
.metabottom a:hover  { }
a.post-edit-link, a.comment-edit-link  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #8b8b8a;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover {
	color: #fff;
	background-color: #4d4c4b }
.post img       {
	width: 560px;
	width: auto !important;
	height: auto;
	max-width: 560px }
.post ul {
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: 15px }
.post ol {
	list-style-type: decimal;
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: 20px }
.post li {
	margin-bottom: 5px }
.alignleft {
	margin-right: 10px;
	float: left }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post blockquote        {
	color: #8b8b8a;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #8b8b8a;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	color: #4d4c4b;
	font-style: normal;
	background-color: #ffffff;
	background-image: url("images/bg2.png");
	border-top: 12px solid #321125;
	margin: 20px 0 15px;
	padding: 0px 30px 30px;
	overflow: hidden; }
.recipe h2                     {
	color: #783991;
	font-size: 26px;
	line-height: 26px;
	margin-top: 25px;
	margin-bottom: 10px }
.recipe h3                    {
	color: #953987;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
	clear: left;
	border-bottom: 1px none #eeedec }
.recipe p        {
	margin-top: 5px;
	margin-bottom: 12px }
.recipe .recipemeta, .recipe .summary   {
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .notes  {
	color: #8b8b8a;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .source p   {
	color: #8b8b8a;
	font-size: 12.5px;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .time           {
	font-size: 12px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #8b8b8a;
	margin: 0 0 15px;
	padding: 4px 0;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2; }
.recipe .time p {
	display: inline;
	margin: 0;
	padding: 0 }
.recipe .time strong  {
	color: #4d4c4b;
	font-weight: normal;}
.recipe .time span  {
	margin-right: 15px }
.recipe .ingredients {
	margin-bottom: 15px }
.recipe .photo {
	display: none; }
p.printbutton         {
	padding: 0;
	float: right;
	vertical-align: top;
	margin: 0 -20px 0 15px; }
.printbutton img {
	vertical-align: top;
}
.printbutton img, .postmeta img, .post h2 img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none }
.addthis_toolbox  {
	margin-top: 25px }
.addthis_toolbox a.addthis_button_google_plusone {
	display: inline;
	margin: 0;
	padding: 0;
	width: 80px }
.addthis_toolbox a.addthis_pill_style {
	margin-left: 20px }
.singlepostcontent .adspace {
	text-align: center;
	margin-bottom: 25px }
.postnav   {
	font-size: 11px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-bottom: 4px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f4 }
/*Homepage Teaser Posts*/
.teaserposts {
	overflow: hidden;
}
.teaserpost {
	width: 260px;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-right: 40px;
	margin-bottom: 40px; }
.teaserpost:nth-of-type(even) {
	margin-right: 0px;
}
.teaserpost .postthumb  {
	width: 260px;
	position: relative; }
.teaserpost .postthumb .posttitle {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #000000;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.8);
	padding: 8px 0;
}
.teaserpost p {
	margin: 10px 0;
}
.teaserpost .postcontent {
	 }
.teaserpost .postmeta {
	line-height: 12px;
	margin: 0;
	padding: 0;
}
.teaserpost .metabottom {
	margin: 0;
	padding: 0;
	border: none;
}
.teaserpost .ccount {
	margin-top: 5px;
}
.teaserpost h2 {
	margin: 0;
}
.teaserpost h2 a {
	text-decoration: none;
}
a.more-link     {
	color: #953987;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 0;
	display: inline-block;
	width: 100px;
	height: 13px;
	margin-top: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out background-image: url(i);
	font: 15px/19px ProximaNovaRegular, Arial, Helvetica, sans-serif;
	background: url(images/readmore.png) no-repeat;
	text-indent: -9999px;
}
a.more-link:hover     {
	color: #953987;
	opacity: .7;
	filter:alpha(opacity=70); /* For IE8 and earlier */ }
.teaserpost:nth-child(5n+1) h2 a, .teaserpost:nth-child(5n+1) .metabottom a:hover {
	color: #953987;
}
.teaserpost:nth-child(5n+1) a.more-link {
	background-position: 0 -16px;
}
.teaserpost:nth-child(5n+1) .ccount {
	background-position: 0 -11px;
}
.teaserpost:nth-child(5n+2) h2 a, .teaserpost:nth-child(5n+2) .metabottom a:hover {
	color: #c21d5f;
}
.teaserpost:nth-child(5n+2) a.more-link {
	background-position: 0 -32px;
}
.teaserpost:nth-child(5n+2) .ccount {
	background-position: 0 -22px;
}
.teaserpost:nth-child(5n+3) h2 a, .teaserpost:nth-child(5n+3) .metabottom a:hover {
	color: #ef4f82;
}
.teaserpost:nth-child(5n+3) a.more-link {
	background-position: 0 -48px;
}
.teaserpost:nth-child(5n+3) .ccount {
	background-position: 0 -33px;
}
.teaserpost:nth-child(5n+4) h2 a, .teaserpost:nth-child(5n+4) .metabottom a:hover {
	color: #ff6a32;
}
.teaserpost:nth-child(5n+4) a.more-link {
	background-position: 0 -64px;
}
.teaserpost:nth-child(5n+4) .ccount {
	background-position: 0 -44px;
}
.teaserpost:nth-child(5n+5) h2 a, .teaserpost:nth-child(5n+5) .metabottom a:hover {
	color: #783991;
}
.teaserpost:nth-child(5n+5) a.more-link {
	background-position: 0 0px;
}
.teaserpost:nth-child(5n+5) .ccount {
	background-position: 0 0px;
}
.teaserpost h2 a:hover {
	color: #ffffff;
}
/*Search Styles*/
.searchpost {
	overflow: hidden;
	margin-bottom: 20px;
}
.searchpost .postthumb {
	float: left;
	margin-right: 20px;
}
.searchpost h2 {
	margin: 2px 0 0;
}
.searchpost p {
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 7px 0;
}
.searchpost h2 a {
	text-decoration: none;
}
/*Archive Styles*/
.archivepost a:hover {
	text-decoration: none }
h2.archivetitle     {
	margin-top: 0;
	margin-bottom: 15px }
.archives        {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden }
.archivepost             {
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	margin-right: 25px;
	width: 170px;
	float: left }
.last {
	margin-right: 0 }
.archivepost img     {
	width: 170px;
	height: 170px }
.archivepost a  {
	text-decoration: none }
.archivepost .date           {
	color: #93908f;
	font-size: 10px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	display: block;
	float: none }
.archivepost .title        {
	font-size: 16px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-bottom: 3px }

.archiveslist      {
	color: #8b8b8a;
	font-size: 13px;
	line-height: 18px;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden }
.archiveslist li   {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	list-style-type: none;
	padding-left: 11px;
	width: 30%;
	float: left }
.archiveslist ul li      {
	color: #953987;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link, .subcategories a:link  {
	color: #4d4c4b;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #8b8b8a;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #953987 }
.archiveslist a:active, .subcategories a:active   {
	color: #953987 }
.archiveslist em     {
	color: #8b8b8a;
	font-size: 10.5px }
.subcategories li ul li  {
	color: #953987;
	font-size: 13px;
	line-height: 18px;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 9px }
.subcategories li ul {
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px }
.subcats    {
	margin-bottom: 40px }
.linkdirectory li.linkcat  {
	background-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0 }
.linkdirectory h3    {
	color: #8b8b8a }
.linkdirectory li ul li  {
	list-style-type: none }
.linkdirectory a:link {
	color: #4d4c4b;
	text-decoration: none }
.linkdirectory a:visited {
	color: #888685;
	text-decoration: none }
.linkdirectory a:active {
	color: #4d4c4b;
	text-decoration: none }
.linkdirectory a:hover {
	color: #953987;
	text-decoration: none }
.relatedposts  {
	margin-bottom: 5px }
.pagecontent .tagindex  {
	margin: 10px 0 0;
	padding: 0;
	overflow: hidden }
.pagecontent .tagindex li  {
	color: #fff;
	margin: 0;
	padding: 0 }
.tagindex a     {
	font-size: 12px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5;
	background-color: #ffffff; }
.tagindex a:link   {
	color: #93908f;
	text-decoration: none }
.tagindex a:visited    {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active   {
	color: #93908f;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #953987 }
.tagtitle   {
	color: #93908f;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #8b8b8a;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #93908f;
	font-size: 11px }
.tagtitle a:hover  {
	color: #953987 }
.relatedposts    {
	margin-top: 40px;
	margin-right: -30px;
	margin-bottom: 40px;
	width: 660px }
.relatedposts ul, relatedposts ul li  {
	list-style-type: none }
.recipecats  {
	font-size: 15px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden }
.recipecats li {
	text-align: center;
	list-style-type: none;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 140px;
	float: left }
.recipecats li img {
	margin-bottom: 3px }
.recipecats li:nth-child(4n+4) {
	margin-right: 0 }
.recipecats li:nth-child(4n+5) {
	clear:left; }
.recipecats li .recipetitle { }
.recipecats li .icon { }
.recipecats a {
	text-decoration: none }
/*----FORMS----*/
#submit, .submitbutton          {
	color: #fff;
	font-size: 16px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	background-color: #783991;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px 12px 3px;
	border-style: none;    }
#submit:hover, .submitbutton:hover        {
	background-color: #953987 }
.commentinput, .styledinput, .captchainput            {
	color: #93908f;
	font-size: 13px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px solid #e4e3e3  }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #4d4c4b }
.commentinput {
	width: 475px }
#content #searchform      {
	 }
#content .searchinput     {
	 }
#content .searchinput:focus   {
	 }
#content .searchsubmit     {
	 }
#content .searchsubmit:hover   {
	 }
#content .searchsubmit:active {
	 }
.wpcf7-form   {
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	color: #953987;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #953987;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 15px 0 5px;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .styledinput  {
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .captchainput  {
	width: 100px }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }
/*Footer*/
#footer                                     {
	color: #c6acd1;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .5px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	padding: 4px 0 10px; }
#footer a:link, #footer a:visited, #footer a:active        {
	color: #c6acd1;
	text-decoration: none }
#footer .footernav li.top a {
	color: #ffffff;
}
#footer a:hover        {
	color: #ffffff }
.footernav       {
	width: 70%;
	float: left }
.footernav li    {
	display: inline;
	margin: 0 15px 0 1px;
	padding: 0 }
#footer .footernav li.top a {
	color: #ffffff;
}
.footernav li img {
	margin-top: -2px;
	vertical-align: middle }
.copyright               {
	text-align: right;
	width: 30%;
	float: right }
#footer .adspace    {
	text-align: center;
	margin: 20px 0;
	margin-right: auto;
	margin-left: auto;
	width: 950px }
/*Comments*/
h4#comments, h4#pings, h4#respond {
}
#comments, #pings           {
	margin-top: 55px }
#respond            {
	margin-top: 55px }
#commentlist          {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 10px }
#commentlist li           {
	margin: 0 0 30px;
	padding: 0 10px 0 60px }
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
#commentlist li.bypostauthor         {
	background-color: #fff;
	background-image: url("images/bg2.png");
	padding: 13px 10px 13px 73px }
#commentlist li p    {
	margin: 2px 40px 6px 0;
	padding: 0 }
a.commentnumber {
	color: #eeedec;
	font-size: 24px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: right }
.commentmeta         {
	color: #93908f;
	font-size: 10px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em {
	color: #93908f;
	font-size: 11px;
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: lowercase }
.commentmeta a {
	color: #93908f }
.commentmeta strong           {
	font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #953987;
	font-size: 14px;
	font-weight: normal;
	text-transform: none }
.commentmeta strong a            {
	color: #953987;
	font-size: 14px;
	text-decoration: none }
.commentmeta a:hover         {
	color: #953987;
	text-decoration: underline }
.commentmeta a.comment-edit-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#commentlist .avatar    {
	display: inline;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: -60px;
	float: left }
#commentform   {
	margin-bottom: 30px;
	width: 500px }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #8b8b8a;
	font-size: 11px;
	line-height: 15px;
	background-color: #eeebe8;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 10px 7px }
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #8b8b8a;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #d44972;
	font-weight: bold;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #fff;
	background-color: #783991 }
.commentnav .alignright a {
	color: #8b8b8a;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #d44972;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li           {
	list-style-type: none;
	margin: 10px 30px 10px 0;
	padding: 13px 10px 13px 73px;
	border-bottom: medium none }
#cancel_reply, #cancel_reply a       {
	color: #953987;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #953987;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #953987;
	text-decoration: underline }
/*----PAGE NUMBERS----*/
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	word-spacing: 0;
	letter-spacing: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none }
#wp_page_numbers     {
	font-size: 11px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding-top: 10px;
	width: 100%;
	height: 15px;
	clear: both }
.searchnavigation #wp_page_numbers {
	margin-top: 35px }
.searchnavigation-top #wp_page_numbers {
	margin-top: 25px;
	margin-bottom: 20px }
#wp_page_numbers ul {
	text-align: center;
	width: 100% }
#wp_page_numbers li {
	display: inline }
#wp_page_numbers a         {
	color: #8b8b8a;
	padding: 3px 5px;
	background-color: #ffffff;
	border: solid 1px #f5f5f5 }
#wp_page_numbers li.space       {
	color: #8b8b8a;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	font-style: italic }
#wp_page_numbers li.page_info         {
	color: #93908f;
	text-transform: uppercase;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;	
	letter-spacing: .5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #953987 }
#wp_page_numbers li.active_page a     {
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	color: #783991;
	background-color: #ffffff }
#wp_page_numbers li.active_page a:hover      {
	cursor: auto; }
/*PULLDOWN MENU*/
#nav                   {
	color: #8b8b8a;
	background-color: #ffffff;
	font-size: 14px;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: auto;
	height: 40px;
	margin-bottom: 29px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2; }
#nav ul   {
	list-style: none;
	margin: 0;
	padding: 0; }
#nav ul li      {
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	height: 40px;
	float: left }
#nav ul li a      {
	color: #8b8b8a;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	float: left }
#nav ul li a:hover, #nav ul li:hover > a  {
	color: #ffffff;
	background-color: #953987 }
#nav li ul a:hover, #nav ul li li:hover > a {
	color: #ffffff; }
#nav li ul       {
	font-size: 13px;
	background-color: #953987;
	text-transform: lowercase;
	letter-spacing: normal;
	margin-top: 40px;
	padding-left: 0px;
	position: absolute;
	z-index: 9999;
	left: -999em;
	width: 180px;
	-moz-box-shadow: 1px 1px 2px rgba(109,111,113,.1);
	-webkit-box-shadow: 1px 1px 2px rgba(109,111,113,.1);
	box-shadow: 1px 1px 2px rgba(109,111,113,.1) }
#nav li ul li  {
	margin: 0;
	height: auto;
	padding: 0 }
#nav li:hover ul {
	left: auto }
#nav li ul li a   {
	color: #ffffff;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 11px;
	line-height: 20px;
	width: 169px;
	border-top: 1px solid rgba(255,255,255,.1)}
#nav ul li li:hover > a, #nav ul li li a:hover   {
	color: #FFFFFF;
	background-color: rgba(255,255,255,.1) }
#nav li li ul  {
	visibility: hidden;
	margin: 0 0 0 180px;
	background-color: #953987;}
#nav li li ul a  {
	border-bottom: 1px solid rgba(255,255,255,.1);  }
#nav ul li li li:hover > a, #nav ul li li lia:hover {
	color: #ffffff;
	background-color: #953987; }
#nav li li:hover ul {
	visibility: visible }
#nav ul ul li:last-child > a  {
	border-bottom: none }
#nav ul ul ul li:first-child > a { }
/*Frontpage Slider*/
#slideshow  {
	background-color: #ffffff;
	margin-bottom: 38px;
	position: relative;
	width: 560px;
	height: 370px }
#slides {
	position: absolute;
	z-index: 100 }
.slides_container {
	display: none;
	position: relative;
	width: 560px;
	overflow: hidden }
.slides_container div.slide {
	display: block;
	width: 560px;
	height: 370px }
/*Next/prev buttons*/
#slides .next, #slides .prev  {
	position: absolute;
	z-index: 101;
	bottom: 19px;
	width: 8px;
	height: 11px;
	padding: 5px; }
#slides .next img, #slides .prev img {
	width: 8px;
	height: 11px }
#slides .next  {
	right: 5px }
#slides .prev {
	left: 5px }
/*	Caption */
.caption {
	text-align: center;
	overflow: hidden }
.caption a  {
	text-decoration: none;
	background-color: #000000;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.8);
	padding: 10px 30px 12px;
	position: absolute;
	z-index: 500;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	text-shadow: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.caption a .posttitle {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.caption .postdate  {
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	color: #8b8b8a;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 0;
	display: block }
.caption h2  {
	color: #783991;
	display: block;
	font-size: 31px;
	line-height: 28px;
	margin: 0;
	padding: 0; }
.slide:nth-child(5n+2) .caption h2 {
	color: #953987;
}
.slide:nth-child(5n+3) .caption h2 {
	color: #C21D5F;
}
.slide:nth-child(5n+4) .caption h2 {
	color: #EF4F82;
}
.slide:nth-child(5n+5) .caption h2 {
	color: #FF6A32;
}
.caption a:hover .posttitle {
	color: #ffffff;
	 }