/*   
Theme Name: Michele Perry 
Theme URI: http://ninesixyt.co.nz
Description: Makeup Artist and Hair Stylist
Author: Nine Sixty
Author URI: http://ninesixty.co.nz
Version: 1.0
*/

@media screen {
	
* { margin: 0; padding: 0; }

body { 
	background: #FFFFFF; 
	font: 14px/1.5 Arial, Helvetica, Verdana, sans-serif;
	color: #333;
padding-bottom: 50px;
}

.ngg-galleryoverview {
	margin-top: -5px !important;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
	border-bottom: 1px solid;
	clear: both;
	height: 0;
	width: 86%;
	padding: 5px 0px 4px 0px;
	margin: 0 auto;
}

li.tumblr_post {
	border-bottom: 1px solid !important;
	margin-top: 20px;
}

li.tumblr_post img {
	margin-bottom: 20px;
}

/*****************************
	Layout
*****************************/

#left-container {
	margin: 60px 0px;
}

#right-container {
	margin: 60px 0px;
}


/*****************************
	Header
*****************************/

#slider-container {
	background-color: #666;
}

#header-container {
	background-color: #2C2C2C;
	
}

#main-container {
	background-color: #FFF;
}

#footer-container {
	background-color: #232323;
	border-top: 1px solid #383838;
}

.logo {
	background: url(images/logo.png) no-repeat;
	width: 200px;
	height: 201px;
	margin: 0 auto;
}

.main-title h1 {
	font-family: 'SofiaProLightRegular';
	font-weight: normal;
	font-size: 68px;
	color: #000;
	text-align: center;
	margin-bottom: 0px;
	letter-spacing:-3px
}

.main-title h2 {
	font-family: 'SofiaProLightRegular';
	font-weight: normal;
	font-size: 37px;
	color: #A7A7B7;
	text-align: center;
	letter-spacing:-2px;
	margin-top: -5px;
}

/*****************************
	Main Menu
*****************************/

#navigation {
	width:100%;
}

ul.dropdown {
	list-style:none;
	width:100%;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

ul.dropdown a {
	color: #000;
	font-size: 16px;
	font-family: 'SofiaProLightRegular';
	text-decoration: none;
}
 
ul.dropdown li {
	padding: 5px 18px;
	display: inline;
}

ul.dropdown {
	margin-bottom: 8px;
}


ul.dropdown li:first-child {
	padding-left: 0px;
}

ul.dropdown li:last-child {
	padding-right: 0px;	
}


ul.dropdown li:hover a,
ul.dropdown li.current-menu-item a,
ul.dropdown li.current_page_item a,
ul.dropdown li.current-menu-parent a {
color: #D70B13;
}
 
ul.dropdown li ul a {
	display:block;
}
 
/* sub menus  */
 
ul.dropdown ul {
	list-style: none;
	margin:0; 
	padding:0;
	width:250px; 
	position:absolute; 
	z-index:500;
	margin-left: -20px;
}
 
ul.dropdown li ul {
	margin-top: 5px; 
}
 
ul.dropdown ul ul {
	left:100%; 
}
 
ul.dropdown ul li {
	float:none; 
	margin-bottom: 0px;
	height: 26px;
	border-right: none;
}

ul.dropdown ul.sub-menu li a {
	color: #fff;	
}

ul.dropdown ul li:hover,
ul.dropdown ul li.current-menu-item {
	background: #8A8A8A; 	
}

ul.dropdown ul.sub-menu ul.sub-menu {
	position: relative;
	top: -18px;	
	margin-left: 20px;
}
 
/* Drop Down */
 
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown ul li:hover ul ul
{ display: none; }
 
ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul
{ display: block;}
 
/*****************************
	Secondary Menu
*****************************/

#secondary-menu ul {
	margin-bottom: 10px;	
	width: 100%;
	text-align: center;
}

#secondary-menu li {
	list-style: none;
	display: inline;
	color: #fff;
	padding: 0 3px;
	text-align: center;
	letter-spacing: -50%;
}


ul#secondary-menu li:first-child {
	padding-left: 0px;
}

ul#secondary-menu li:last-child {
	padding-right: 0px;	
}

#secondary-menu li a {
	color: #000;
	font-size: 16px;
	font-family: 'SofiaProLightRegular';
	text-decoration: none;
}


#secondary-menu li:hover a,
#secondary-menu li.current-menu-item a,
#secondary-menu li.current_page_item a,
#secondary-menu li.current-menu-parent a {
color: #D70B13;
}
 

/*****************************
	Content
*****************************/

#content .wrapper {
	padding: 20px 20px;
}

/*****************************
	Sidebars
*****************************/

/* Sidebar Right */

#sidebar-right .wrapper  {
	padding-right: 10px;
}

#sidebar-left .wrapper  {
	padding-left: 10px;
}

#sidebar-right h2,
#sidebar-left h2 {
	font-size: 14px;
	color: #D70B13;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

#sidebar-right .widget h2,
#sidebar-left .widget h2 {
	margin-bottom: 10px;	
}

#sidebar-right ul,
#sidebar-left ul {
	margin: 0 0 30px 0;
}

#sidebar-right li,
#sidebar-left li {
	list-style: none;
	line-height: 1.3em;
	font-size: 13px;
	padding: 5px 0px 5px 10px;
	background: url(images/bullet_sidebar.png) no-repeat 0px 8px;
	border-bottom: 1px solid #ccc;
}

#sidebar-right li a,
#sidebar-left li a {
	text-decoration: none;
	color: #333333;
}

#sidebar-right li a:hover,
#sidebar-left li a:hover {
	color: #D70B13;
}

#sidebar-right ul.children,
#sidebar-left ul.children {
	margin: 5px 0px 0px 0px;	
}

#sidebar-right ul.children li,
#sidebar-left ul.children li {
	background: none;
	border-bottom: none;
	padding: 5px 0px 5px 5px;	
}

/*****************************
	Footer
*****************************/

#footer-widgets-container {
		background-color: #2C2C2C;
		overflow: hidden;
		color: #FFF;
}

#footer {
	padding: 5px;
	font-size: 13px;
}

#footer-menu {
	text-align: center;
}

#copyright {
	color: #333;
	font-size: 12px;
	padding: 10px;
	text-align: center;	
}


/*****************************
	Common
*****************************/

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

a { color: #D70B13; text-decoration: none; }

p { margin: 0 0 10px 0; }


.small, a.small {
	font-size: 11px;	
}

.big, a.big {
	font-size: 16px;
}

.red, a.red {
	color: #D70B13;
}

.grey, a.grey {
	color: #595959;
}

.blue, a.blue {
	color: #004DC5;
}

.content {
	padding-top: 20px;	
}

.post-list h1, .post-list h2, .post-list h3, .post-list h4 {
	margin-bottom: 0px;	
}

.postmeta {
	color: #666666;
	padding: 5px 0px;
	font-size: 13px;
}

.postmeta a {
	color: #666666;
}

.postmeta-comments {
	color: #333;	
	font-size: 13px;
}

.postmeta-comments a {
	color: #333;
	font-weight: bold;
}

.widget {
	text-align: center;
	font-family: 'SofiaProLightRegular';
}

strong, .strong {
	font-weight: bold;	
}

em, i {
	font-style: italic;
}

.no-underline, a.no-underline {
	text-decoration: none;	
}

.aligncenter {
	text-align: center;	
}

.alignleft {
	position: relative;
	float: left;
	padding-right: 10px;	
}

.alignright {
	position: relative;
	float: right;
	padding-left: 10px;
}

.padding-right {
	padding-right: 20px;	
}

.padding-left {
	padding-left: 20px;	
}

.padding-both {
	padding-left: 20px;	
	padding-right: 20px;
}

.clear {
	clear: both;	
}

.border-left {
	border-left: 1px solid #ccc;
}

.border-right {
	border-right: 1px solid #ccc;
}

.spacer {
	border-bottom: 1px solid #ccc;
	margin: 20px auto;
}

.screen-reader-text { 
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
}


.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

/* Headings */

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 10px 0; 
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1, h1 a {
  font-size: 26px;
  font-family: 'SofiaProLightRegular';
  font-weight: normal;
  margin: 0px;
  color: #000;
  text-align: center;
}

h2, h2 a {
  font-size: 22px;
  font-family: 'SofiaProLightRegular';
  font-weight: normal;
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
}

h3, h3 a {
  font-size: 18px;
  font-family: 'SofiaProLightRegular';
  font-weight: normal;
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
}

h4, h4 a {
  font-size: 20px;
  font-weight: normal;
}

h5, h5 a {
  font-size: 17px;
  color: #D70B13;
}

h6, h6 a {
  font-size: 16px;
  font-weight: normal;
}

/* Lists */

ol {
	margin: 20px 0px;
} 

.entry ol li {
	list-style-type: decimal;
}

.entry ol {
	margin: 20px;
	padding-left: 20px;
}

ul {
	margin: 0px 0px 20px 0px;
}

.entry  ul li {
	background: url(images/bullet.png) no-repeat 0px 6px;
	padding-left: 15px;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 0px;
}

.entry  ul {
	margin: 0px 0px 20px 0px;
}
#6A1626
/* Search */

#searchform {
	margin: 20px auto;
}

#searchform #s  {
	padding: 7px 5px;
	color: #666;
	background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    width: 110px;
}

#searchform #searchsubmit {
	position: relative;
	left: 5px;
}

/* Comments */

ol.commentlist { list-style: none; margin: 20px 0; }

ol.commentlist li { }

ol.commentlist li div.comment-wrapper {
	border: 1px solid #999;	
	margin: 20px 0;
	font-family: arial;
}

ol.commentlist li div.comment-inner {
	background: #F0F0F0;
	border: 1px solid #fff;
	padding: 10px;
}

ol.commentlist li.comment {  }

ol.commentlist li .comment-avatar { 
	float: left;
}

ol.commentlist li .comment-author {
	font-style: normal;
	font-size: 15px;
	color: #333;
}

ol.commentlist li .comment-author cite.fn {	
	color: #D70B13;
	font-style: normal;
}

ol.commentlist li .comment-author cite.fn a {
	color: #D70B13;
}

ol.commentlist li .comment-body { 
	padding: 0px 10px 10px 10px;
	margin-left: 60px;
	margin-right: 0px;
	font-size: 13px;
	color: #666666;
}

ol.commentlist li.thread-even .comment-body,
ol.commentlist li.thread-even li .comment-body  { 
}

ol.commentlist li.thread-odd .comment-body,
ol.commentlist li.thread-odd li .comment-body {  
}

ol.commentlist li .comment-body .comment-meta,
ol.commentlist li .comment-body .comment-meta a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 10px;
}

ol.commentlist li .comment-body .reply a {
	text-decoration: underline;
	font-size: 12px;
	margin-top: 10px;	
	display: block;
	color: #D70B13;
}

ol.commentlist li.comment ul.children li { background: none; list-style: none; padding-left: 0px; }
ol.commentlist li.comment ul.children li.depth-2 { margin: 10px 0 10px 40px; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 10px 0 10px 40px; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 10px 0 10px 40px; }
ol.commentlist li.comment ul.children li.depth-5 { margin: 10px 0 10px 40px; }

#commentform input[type="text"],
#commentform textarea {
	border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 5px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    margin-top: 3px;
}

#commentform label {
	color: #464646;
}

#commentform div {
	margin-top: 10px;	
}

/* Pagination */

.pagination {
	text-align: center;	
}

.pagination ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;	
}

.pagination li {
	list-style: none;
	background: none;
	display: inline;
	padding: 5px;
	margin-left: 0px;
}

.pagination li a {
	color: #004FC6;
	text-decoration: none; 	
}

.pagination .pages-no {
	color: #666;
	text-align: center;
	font-size: 11px;
	margin: 20px 0;
}


/*************************/

/* Forms */

.required {
	color: #D70B13;
	font-size: 12px;	
}

label {
	color: #333;	
}

input[type=text], textarea { 
	border: 1px solid #ccc;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}

input[type="submit"] {
	padding: 3px 8px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;  
	-o-border-radius:3px; 
	-ms-border-radius:3px;  
	border-radius:3px; 
	text-transform: capitalize;
}

.contact-form {
	max-width: 390px;
	margin: 0 auto;
}

.form-label {
	width: 83px;
	float: left;
}

.form-label p {
	text-align: left;
}

.contact-form input  {
	width: 294px;
}

.contact-form input[type="submit"]  {
	width: 74px;
	float: right;
	font-weight: normal;
	font-size: 14px;
}

.contact-form textarea {
	width: 294px;
	border: 1px solid #CCC;
}

/* Page Layout Shortcodes */

.two_column {
	width: 45%;
	margin: 2%;
	margin-top: 0px;
	position: relative;
	float: left;
}

.three_column {
	width: 29%;
	margin: 2%;
	margin-top: 0px;
	position: relative;
	float: left;
}

.ngg-gallery-thumbnail-box {
	background-position: center bottom;
	padding-bottom: 3px;
    float: left;
    padding: 10px 10px 5px;
}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

@media screen and (max-width: 980px) {
ul.dropdown li {
    padding: 25px 7px;
}

.main-title h1 {
	font-size: 48px;
}
.main-title h2 {
    font-size: 26px;
}

}
@media screen and (max-width: 650px) {

.main-title h1 {
	font-size: 58px;
}

.main-title h2 {
    font-size: 30px;
}

.logo {
	background: url(images/logo2.png) no-repeat;
	margin: 0 auto;
max-width: 149px;
max-height: 150px;
}


hr {
	padding: 3px 0px 2px 0px;
}

}
@media screen and (max-width: 480px) {

.main-title h1 {
	font-size: 48px;
}
.main-title h2 {
    font-size: 26px;
}
ul.dropdown li {
    display: inline;
    padding: 5px 6px;
}

.logo {
	background: url(images/logo3.png) no-repeat;
	margin: 0 auto;
max-width: 119px;
max-height: 120px;
}

hr {
	padding: 3px 0px 2px 0px;
}


#left-container {
	margin: 10px 0px;
}

#right-container {
	margin: 10px 0px;
}

.ngg-gallery-thumbnail-box {
	background: none;
}

.ngg-gallery-thumbnail-box {
    width: 50%;
}

.ngg-gallery-thumbnail {
    width: 88% !important;
}


}