
/*

Theme Name: The Skin Vet Theme
Description: WordPress theme for The Skin Vet website
Version: 1.0
Author: Rob Barrett (Creative Eye)
Author URI: http://www.creativeeye.co.uk

*/

/* ===== HTML5 Support ===== */

header, section, nav, aside, footer, article { display: block; }

/* ===== Font Support ===== */

@font-face {
    font-family: 'ArvoRegular';
    src: url('inc/font-arvo/Arvo-Regular-webfont.eot');
    src: url('inc/font-arvo/Arvo-Regular-webfont.eot?iefix') format('eot'),
         url('inc/font-arvo/Arvo-Regular-webfont.woff') format('woff'),
         url('inc/font-arvo/Arvo-Regular-webfont.ttf') format('truetype'),
         url('inc/font-arvo/Arvo-Regular-webfont.svg#webfontau9vOdrl') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArvoItalic';
    src: url('inc/font-arvo/Arvo-Italic-webfont.eot');
    src: url('inc/font-arvo/Arvo-Italic-webfont.eot?iefix') format('eot'),
         url('inc/font-arvo/Arvo-Italic-webfont.woff') format('woff'),
         url('inc/font-arvo/Arvo-Italic-webfont.ttf') format('truetype'),
         url('inc/font-arvo/Arvo-Italic-webfont.svg#webfontvBl98OZ1') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==== STRUCTURE ==== */

html { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
  line-height: 1.5;
  background-color: #F2D7B6;
  height: 100%;
}
#page {
	background-color: #FFFFFF;
	width: 960px;
  min-height: 100%;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ACB2C3;
  margin-right: auto;
	margin-left: auto;} 
#header {
  width: 920px;
  height: 140px;
  padding: 30px 20px;
  border-bottom: solid 5px #E67716;
  position: relative;
}
#container { padding: 30px 20px 60px 0; }
#content {
	width: 500px;
  float: left;
  margin-left: 20px;
}
#sidebar {
	width: 190px;
  float: right;
}
#sidebar > .section { margin-top: 3.334em; }
#sidebar > .section *:first-child { margin-top: 0; }
#footer {
  color: #444;
  text-align: center;
  clear: both;
  padding: 1em 0 20px;
  margin: 0 20px 0;
  border-top: solid 1px #CCC;
}


/* ===== HEADER (LEFT SIDEBAR) ====== */

#header h1 {
  width: 266px;
  height: 140px;
  float: left;
  margin: 0;
}
#header h1 a {
	background: url(images/logo_the-skin-vet.gif) no-repeat;
	text-indent: -999em;	display: block;
  width: 100%;
  height: 100%;
}
#header #strapline {
	display: none; }
#header #advert {
	float: right; }


/* ===== NAVIGATION ===== */

.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav ul li {
  font-weight: bold;
	padding: 0;
	margin: 0;
}
.nav ul li a, .nav ul li a:link, .nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0;
  border-top: 1px solid #D6893D;
}
.nav ul li:first-child > a {
	border-top: none;
}
.nav#primary {
	background: #DF9E4E;
	width: 210px;
  float: left;
}
.nav#primary ul li {
	font-size: 1.4em;
  line-height: 1.25em;
  position: relative;
}
.nav#primary ul li a,
.nav#primary ul li a:link,
.nav#primary ul li a:visited {
	padding: 0.214em 20px;
}
.nav#primary ul li:hover > a,
.nav#primary ul li > a:active,
.nav#primary ul .current_page_item:hover > a,
.nav#primary ul li.current-menu-item:hover > a,
.nav#primary ul li.current-menu-ancestor:hover > a,
.nav#primary ul li.current_page_parent:hover > a {
	color: #FFF;
  background-color: #E67716;
}
.nav#primary ul .current_page_item > a,
.nav#primary ul li.current-menu-item > a,
.nav#primary ul li.current-menu-ancestor > a,
.nav#primary ul li.current_page_parent > a {
	color: #000;
  background-color: #F2D7B6;
}

/* Sub-Pages */

.nav#primary ul.sub-menu {
	display: none;
  width: 220px;
	height: auto;
	margin: 0;
	position: absolute;
  top: 0;
	left: 210px;
	z-index: 100;
}
.nav#primary ul.sub-menu li {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 0.857em;
} 
.nav#primary ul.sub-menu li a {
	background-color: #DF9E4E;
	color: #FFFFFF;
	width: 200px;
	float: none;
	padding: 0.417em 15px;
	border-top: 1px solid #D6893D;
}
.nav#primary ul.sub-menu li:first-child a {
	border-top: none;
}
.nav#primary ul.sub-menu li a:hover,
.nav#primary ul.sub-menu li a:active {
  background-color: #E67716;
}
.nav#primary ul li:hover ul {
	display: block;
}


/* ===== ELEMENTS ===== */

p {
  font-size: 1.2em;
  line-height: 2.08333333333em;
  margin-top: 1.667em;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
  clear: both;
}
h1 {
  font-size: 3em;
  line-height: 1.667em;
  margin-top: 0.667em;}
h2 {
  font-size: 2.7em;
  line-height: 1.852em;
  margin-top: 0.741em;}
h3 {
  font-size: 2.4em;
  line-height: 1.667em;
  margin-top: 0.833em;}
h4 {
  font-size: 2.1em;
  line-height: 1.905em;
  margin-top: 0.952em;}
h5 {
  font-size: 1.8em;
  line-height: 1.889em;
  margin-top: 1.111em;}
h6 {
  font-size: 1.4em;
  line-height: 1.786em;
  margin-top: 1.429em;}
#content > *:first-child {
	margin-top: 0;
}
a { color: #2379BF; }
a:hover { text-decoration: none }
a img:hover { border-color: #AAA; }
hr {
  background-color: #CCC;
  height: 0px;
  margin-top: 2em;
  border-color: #CCC;
  border-style: solid;
  border-width: 1px 0 0;
}

/* Lists */
ul,
ol,
dl {
  margin-top: 1em;}
li,
dt,
dd {
  font-size: 1.2em;
  line-height: 2.083em;
}
li,
dt {
  font-size: 1.2em;
  line-height: 2.083em;
  margin-top: 0.8335em;
}
dt { font-weight: bold; }
ul {
  padding-left: 15px;
  list-style: disc;
}
ul li { padding-left: 10px; }
ol li {
  text-indent: -25px;
  padding-left: 25px;
  list-style-position: inside;
}
li li,
li p {
  font-size: 1em;
}

/* Forms */
fieldset {
  padding: 20px;
  margin-top: 1em;  border: solid 1px #DF9E4E;
  -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;}
legend {
  font-size: 1.2em;
  line-height: 2.083em;
  padding: 0 10px;
  border: solid 1px #DF9E4E;
  -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;}
legend + * { margin-top: 0; }
form {
  padding: 20px;
  margin-top: 1.667em;  border: solid 1px #CCC;
  -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;}
form *:first-child { margin-top: 0; }
form label {
  display: block;
}
form label.required { font-weight: bold; }
form input {
  font-size: 1em;
  color: #333;
  margin-top: 2.083em;
}
form input[type=file] { font-size: 1.6em; }
form input[type=text],
form input[type=password] {
  background-color: #FFF;
  border: solid 1px #999;
}
form input[type=text],
form input[type=password] {
  width: 298px;
  padding: 5px;
}
form input[type=text],
form textarea { background: #FFF url(images/bg_input.gif) repeat-x left top; }
form input[type=submit],
a.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.154em;
  font-weight: bold;
  color: #FFF;
  background-color: #000055;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
form input[type=submit]:hover,
a.button:hover { background-color: ; }
a.button {
  text-decoration: none;
	display: inline-block;
  margin-top: 1.667em;  }
a.button.signup {
	color: #000;
	background-color: #71a92a;
  border: solid 1px #508f00; }
a.button.signup:hover {
	color: #FFF;
	background-color: #508f00; }
form input[type=reset] {
  font-weight: bold;
  color: #FFF;
  background: #333;
  padding: 5px;
  border: none;
  cursor: pointer;
}
form input[type=radio],
form input[type=checkbox] { margin-top: 1.667em;; }
form select {
  color: #333;
  background-color: #FFF;
  width: 298px;
  padding: 5px;
  margin-top: 1.667em;;
  border: solid 1px #999;
}
form textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #333;
  background-color: #FFF;
  width: 448px;
  min-height: 9.375em;
  padding: 5px;
  margin-top: margin-top: 1.667em;;
  border: solid 1px #999;
}
form span.required { display: none; }
form p.comment-form-author label,
form p.comment-form-email label,
form p.comment-form-comment label { font-weight: bold; }

/* Tables */
table {
  margin-top: 1em;  border-style: solid;
  border-color: #CCC;
  border-width: 1px 0 0 1px; }
table th,
table td {
  padding: 10px;
  border-style: solid;
  border-color: #CCC;
  border-width: 0 1px 1px 0; }
table td { font-size: 1.2em; }
table th > ul,
table td > ul { font-size: 1em; }
table th > p,
table td > p { font-size: 1em; }
table th *:first-child,
table td *:first-child { margin-top: 0; }
table th,
table thead td {
  font-size: 2em;
  font-weight: bold;
  background-color: #DF9E4E;
  border-bottom-width: 2px; }

/* Blockquotes */
blockquote,
.testimonial {
  background-color: #EEE;
  padding: 2em 20px;
  margin-top: 1.667em;}
blockquote.alt,
.testimonial.alt { background-color: #CCC; }
blockquote *:first-child,
.testimonial *:first-child { margin-top: 0; }
.testimonial.video *:first-child * { margin-top: 0; }
blockquote cite,
.testimonial cite {
	font-size: 1.2em;
  font-weight: bold;
  display: block;
  margin-top: 1.667em;;
}

/* Code */
code,
pre {
  font-size: em;
  line-height: 2.083em;
  margin-top: 1em;}
p code,
p pre { font-size: 1.5em; }
pre { white-space: pre-wrap /* css-3 */;
  white-space: -moz-pre-wrap !important /* Mozilla, since 1999 */;
  white-space: -pre-wrap /* Opera 4-6 */;
  white-space: -o-pre-wrap /* Opera 7 */;
  word-wrap: break-word /* Internet Explorer 5.5+ */;; }

/* Various */
abbr,
acronym {
  border-bottom: dotted 1px #999999;
  cursor: help;
}
sup {
  font-size: 0.75em;
  vertical-align: super; }
sub {
  font-size: 0.75em;
  vertical-align: sub; }


/* ===== CONTENT COLUMN ===== */

#content h1:first-child { margin-top: 0; }

#breadcrumb {
	font-size: 1em;
  color: #999;
	margin-top: 0;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: solid 1px #CCC;
}
#breadcrumb a {
	color: #666;
}

	/* ~~~~~ Homepage ~~~~~ */
  #homepage-banner {
  	color: #FFF;
  	background: #3364AF url(images/bg_homepage-banner.gif) repeat-y left;
    width: 578px;
    padding: 20px;
    margin-left: -20px;
    border: solid 1px #009;
    border-left-width: 0;
    -moz-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  #homepage-banner *:first-child { margin-top: 0; }
  #homepage-banner > ul { margin-top: 1em; }
  #homepage-banner li {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 0;
    list-style: square;
  }
  #homepage-banner ul#links {
  	padding: 0;
    margin-top: 2em;
    margin-left: 0;
    list-style: none;
  }
  #homepage-banner ul#links li,
  #homepage-banner ul#links li a {
  	width: 120px /*99.5px*/;
    height: 110px;
  }
  #homepage-banner ul#links li {
  	font-size: 1em;
    float: left;
    padding: 0;
    margin-top: 0;
    margin-left: 32px;
    list-style: none;
  }
  #homepage-banner ul#links li:first-child { margin-left: 0; }
  #homepage-banner ul#links li a {
  	background-position: top left;
    background-repeat: no-repeat;
    background-color: #FFF;
  	display: block;
    text-indent: -999em;
    -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  }
  #homepage-banner ul#links li.item-1 a { background-image: url(images/homepage-banner_online.jpg); }
  #homepage-banner ul#links li.item-2 a { background-image: url(images/homepage-banner_printed-manuals.jpg); }
  #homepage-banner ul#links li.item-3 a { background-image: url(images/homepage-banner_pdf-downloads.jpg); }
  #homepage-banner ul#links li.item-4 a { background-image: url(images/homepage-banner_content-licences.jpg); }
  

	/* ~~~~~ Shop ~~~~~ */
  #products li {
  	font-size: 1em;
    margin-top: 1em; }
  #products li:nth-child(1),
  #products li:nth-child(2),
  #products li:nth-child(3) {
    margin-top: 0: }
  #products li a.thumbnail {
  	width: 150px;
    height: 150px;
    line-height: 150px;
    vertical-align: middle;
  	display: block; }
  #products li p {
  	font-size: 1.2em;
    line-height: 1.5em;
  	margin-top: 0; }
  #products li p.product-title {
  	font-size: 1.4em; }
  
  /* ~~~~~ Blog ~~~~~ */
  .blog .post-meta,
  .single .post-meta {
    font-size: 1.4em;
    font-weight: bold;
    color: #999999;
    margin-top: 0; }
  .post-meta a {
    color: #666666; }
  #content .post-navigation {
  	font-size: 1.2em;
    clear: both;
  }
  #content .post-navigation span { width: 40%; }
  #content .post-navigation span.prev a { float: left; }
  #content .post-navigation span.next a {
  	text-align: right;
  	float: right;
  }
  #content .post-navigation span a {
  	color: #FFFFFF;
    text-decoration: none;
  	background-color: #000055;
    display: block;
    padding: 0.25em 5px;
    margin-top: 2.5em;
  }
  #content .post-navigation span a:hover { background-color: #E67716; }
  #content .wp-pagenavi {
    text-align: center;
    padding-top: 3em;
    margin-top: 3em;
    border-top: solid 1px #D5D5D5;
  }
  #content .wp-pagenavi span,
  #content .wp-pagenavi a {
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    padding: 5px 10px;
    margin: 0 5px;
    border: none;
  }
  #content .wp-pagenavi span.pages {
    font-weight: bold;
    color: #000000;
    background: none;
  }
  #content .wp-pagenavi span.current {
  	color: #000000;
  	background-color: #CCCCCC;
  }
  
  /* ~~~~~ Comments ~~~~~ */
  #content ol.commentlist { list-style: none; }
  #content ol.commentlist li {
    text-indent: 0;
    width: 100%;
    padding-left: 0;
    margin-top: 1.25em;
    margin-left: 0;
  }
  #content ol.commentlist ul.children li:first-child { margin-top: 0;}
  #content ol.commentlist .avatar {
    float: left;
    margin-right: 20px;
  }
  #content ol.commentlist .comment-body {
    background-color: #EEEEEE;
    float: left;
    width: 400px;
    padding: 0.833em 10px;
    -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  }
    #content ol.commentlist .comment-body *:first-child { margin-top: 0; }
  #content ol.commentlist p.comment-meta {
    font-size: 1em;
    color: #666666;
    padding-top: 0.833em;
    margin-top: 1.25em;
    border-top: solid 1px #CCCCCC;
  }
    ol.commentlist a.comment-reply-link {
    font-size: 1.083em;
    line-height: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #E67716;
    display: inline-block;
    padding: 6px;
    margin-left: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  }
  ol.commentlist a.comment-reply-link:hover { background-color: ; }
  /* -- Nested Comments -- */
  #content ol.commentlist ul.children {
  	float: left;
    clear: left;
  	margin-left: 80px;
    padding-left: 0;
    list-style: none;
  }
  #content ol.commentlist li.depth-2 ul.children { margin-left: 60px; }
  #content ol.commentlist ul.children li {
  	margin-left: 0;
    padding-left: 0;
  }
  #content ol.commentlist ul.children li.depth-2 .comment-body { width: 340px; /*440*/ }
  #content ol.commentlist ul.children li.depth-3 .comment-body { width: 280px; /*380*/ }

	/* ~~~~~ Contact Us ~~~~~ */
  #contact-details h5 {
    font-size: 1.6em;
    background-color: #DF9E4E;
    padding: 0.188em 5px;
    -moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 	
  }
  #contact-details div {
    width: 153.333px;
		float: left;
  }
  #contact-details div + div { margin-left: 20px; }
  .wpcf7-form > div + p { margin-top: 0; }
  
  /* ~~~~~ Search ~~~~~ */
  h1 .search-terms {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1em;
  }
  .search-results p.parent-title {
  	font-style: italic;
  	color: #666;
    margin-top: 0;
  }
  
  /* ~~~~~ Bookmarks ~~~~~~ */
  p#bookmarks {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #666;
    padding-top: 10px;
    margin-top: 3em;
    border-top: solid 1px #CCC;
	}
  
  /* ~~~~~ Multi-Column Lists ~~~~~ */
  ul.two-col-list,
  ul.three-col-list {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
  }
  ul.two-col-list:after,
  ul.three-col-list:after {
    font-size: 0;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: ".";
  }
  ul.two-col-list li,
  ul.three-col-list li {
    padding-left: 0;
    margin-left: 0;
  }
  * html ul.two-col-list,
  * html ul.three-col-list {
    zoom: 1 /* IE6 */;
  }
  *:first-child+html ul.two-col-list,
  *:first-child+html ul.three-col-list {
    zoom: 1 /* IE7 */;
  }
  /* Two Column List */
  ul.two-col-list li {
    width: 240px;
    float: left;
  }
  ul.two-col-list li:nth-child(1),
  ul.two-col-list li:nth-child(2) {
    margin-top: 0;
  }
  ul.two-col-list li:nth-child(2n+1) {
    clear: left;
    margin-right: 20px;
  }
  /* Three Column List */
  ul.three-col-list li {
    width: 150px;
    float: left;
    margin-right: 25px;
  }
  ul.three-col-list li:nth-child(1),
  ul.three-col-list li:nth-child(2),
  ul.three-col-list li:nth-child(3) {
    margin-top: 0;
  }
  ul.three-col-list li:nth-child(3n) {
    margin-right: 0px;
  }
  ul.three-col-list li:nth-child(3n+1) { clear: left; }
  
  /* ~~~~~ Split Column Lists ~~~~~ */
  .js ul.split-two {
  	width: 225px;
    float: left;
    margin-right: 20px;
  }
  .js ul.split-two.last { margin-right: 0; }
  
  /* ~~~~~ Membership Page ~~~~~ */
  body#membership #content > h3:first-child {
  	margin-top: 0; }
	body#membership #content > h3:first-child + * {
  	color: #2379BF; }
  .price-box {
    background-color: #E0FFBC;
    padding: 2em 20px;
    margin-top: 2em;
    border: solid 1px #27C400; }
  .price-box > *:first-child {
  	margin-top: 0; } 
    

/* ===== SIDEBAR COLUMN ===== */

#sidebar *:first-child { margin-top: 0; }
#sidebar h5 {
	color: #000000;
	font-size: 1.6em;
}
  
	/* ~~~ Widgets and Sections ~~~ */
  #sidebar .section {
  	background-color: #EEEEEE;
    padding: 2em 20px;
  	margin-top: 2em;
  }
  #sidebar .section:first-child { margin-top: 0; }
  #container #sidebar * + .section { margin-top: 2em; }
  #sidebar .section > div { margin-top: 2em; }
  #sidebar .section > div:first-child { margin-top: 0; }
  #sidebar .section > div > *:first-child { margin-top: 0; }
  
  /* ~~~ Already a Member ~~~ */
  #sidebar #already-a-member a {
    background-image: url(images/button_already-a-member-sidebar.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -999em;    display: block;
    width: 300px;
    height: 35px; }
  #sidebar #already-a-member a:hover {
  	background-position: left bottom; }
  
  /* ~~~ Sign Up Form ~~~ */
  #sidebar .widget-area {
  	margin-top: 2em; }
  #sidebar > *:first-child {
  	margin-top: 0; }
  #sidebar #text-5 {
    color: #FFF;
    background-color: #036; }
  #sidebar #text-5 form {
    padding: 0;
    border: 0; }
  #sidebar #text-5 h5 {
    color: #FFF;
    margin-top: 0; }
  #sidebar #text-5 form p input {
    width: 248px;
    margin: 0; }
  #sidebar #text-5 form input.submit {
    font-size: 1.4em; }
  #sidebar #text-5 p.privacy {
    font-size: 1em;
    text-align: right; }
  #sidebar #text-5 p.privacy a {
    color: #AAA; }
  
  /* ~~~ Testimonials ~~~ */
  #sidebar #testimonial blockquote {
  	background: none;
    padding: 0;
  }
  #sidebar #testimonial blockquote p {
    font-size: 1.1em;
    margin-top: 0.909em;
  }
  #sidebar #testimonial blockquote cite {
    display: block;
    margin-top: 0.833em;
  }
  
  /* ~~~ Blog Subscription ~~~ */
  #sidebar #text-6 a {
    display: block;
    padding-left: 50px;
    background-repeat: no-repeat;
    min-height: 30px; }
  #sidebar #text-6 a#blog-sub-rss {
    background-image: url(images/icon_rss.png);
    background-position: 5px center; }
  #sidebar #text-6 a#blog-sub-email {
    background-image: url(images/icon_email.png);
    background-position: left center;
    margin-top: 0.833em; }
  #sidebar #text-6 br { display: none; }
  
  /* ~~~ Social Media ~~~ */
  #sidebar #social-links a {
  	background-repeat: no-repeat;
    background-position: left top;
  	text-indent: -999em;    display: block;
  	width: 40px;
    height: 40px;
    float: left;
    margin-right: 20px; }
  #sidebar #social-links #twitter {
  	background-image: url(images/logo_twitter.gif); }
  #sidebar #social-links #facebook {
  	background-image: url(images/logo_facebook.gif); }
  #sidebar #social-links #youtube {
  	background-image: url(images/logo_youtube.gif);
    width: 34px;
    margin-right: 0; }


/* ===== FOOTER ===== */

#footer p {
	font-size: 1em;
	margin-top: 0;
}
#footer a { color: #777; }
#footer a:hover { text-decoration: none }


/* ===== GENERAL ===== */

.edit-link a {
  font-weight: bold;
  color: #CF007D;
  background-color: #FFAFDF;
  padding: 5px 10px; }
.normal { font-weight: normal; }
.hidden { display: none; }
.clear { clear: both; }
div.clear { height: 0px; }
.float-right, .alignright {
  float: right;
  clear: right;
  margin-bottom: 10px;
  margin-left: 15px; }
div.float-right, div.alignright { margin-right: 20px; }
.float-left, .alignleft {
  float: left;
  clear: left;
  margin-right: 15px;
  margin-bottom: 10px; }
.aligncenter, .center {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.larger { font-size: 1.667em; }
p.larger {
  font-size: 2em;
  margin-top: 1.5em;
}
.smaller { font-size: 1em; }
p.smaller {
  font-size: 1.2em;
  margin-top: 2.5em;
}
.subtle, .disclaimer { color: #666; }
.subtle a, .disclaimer a { color: #666; }
#sidebar p.subtle, #sidebar p.disclaimer {
  font-size: 1.2em;
  margin-top: 1.667em;}
.nowrap { white-space: nowrap; }
input[type=hidden] { display: none; }
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ===== ADDITIONAL TEMPLATES ===== */

#no-title > *:first-child {
	margin-top: 0; }

.page-template-pageno-sidebar-php #content,
.page-template-templatestandalone-php #content {
  width: 760px;
  float: none;
  margin-right: auto;
  margin-left: auto; }

.page-template-templatestandalone-php #header {
  background: none;
  text-align: center;
  width: auto;
  height: auto;
  margin: auto; }
.page-template-templatestandalone-php #header > * {
  margin-top: 3em; }


