/*   
Theme Name: The French Art shop
Theme URI: http://ninesixty.co.nz
Description: Web Design and Development solutions for Small Businesses
Author: Nine Sixty
Author URI: http://ninesixty.co.nz
Version: 1.0
*/

@media screen {
	
* { margin: 0; padding: 0; }

body { 
	background: #FFF;
	font-family: 'OpenSansRegular', Arial, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 15px;
}

pre,
code {
	font-family: 'OpenSansRegular', Arial, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 15px;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

ul#related {
margin: 5px 0;
padding: 0;
list-style-type: none;
}

li.cat-item {
display: inline;
float: left;
margin-right: 20px;
color: #333;
font-size: 14px;
}

li.cat-item a {
color: #333;
}

/*****************************
	Layout
*****************************/

#container {
	
}

#wrapper {
	background: #fff;
}

.wrapper {
	padding: 0px 0px;	
}

/*****************************
	Header
*****************************/

#slider-container {
}

#header-container {
	background-color: #2C2C2C;
	
}

#header {
	overflow: hidden;
	border-top: 2px solid #20337A;
	border-bottom: 2px solid #20337A;
	min-height: 90px;
	padding: 13px 0px 10px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header h1 {
	margin-bottom: 0px;	
}

.logo {
	padding: 2px 0px;
	margin-right: -20px;
}

#header-right { 
margin-left: -20px;
}

.telephone {
	color: #20337A;
	width: 45%;
	float: left;
}

.telephone-icon {
	background: url(images/telephone.jpg) no-repeat 6px 4px;
	font-size: 15px;
	text-align: center;
	font-family: 'OpenSansBold', Arial, sans-serif;
	padding-left: 20px;
	padding-top: 1px;
}

.telephone-number {
	font-size: 14px;
	text-align: center;
	border-top: 1px dotted #20337A;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	paddnig: 5px 0px 0px 0px;
}

p.telephone-number  {
	font-size: 14px;
	text-align: center;
	border-top: 1px dotted #20337A;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	paddnig: 5px 0px 0px 0px;
}

.search-header {
	width: 55%;	
	float: right;
}

.hours-icon {
	background: url(images/hours.jpg) no-repeat 4px 6px;
	font-size: 14px;
	text-align: center;
	font-family: 'OpenSansBold', Arial, sans-serif;
	padding: 7px 0px 5px 20px;
	border: 2px solid #DFDFDF;
	height: 23px;
	color: #20337A;
}

/*****************************
	Products Page
*****************************/

.product-image {
	float: left;
	margin: 0px 20px 15px 0px; 	
}

img.product-image  {
	max-width: 90px;
}

/*****************************
	Main Menu
*****************************/

#navigation {
	float:left;
	width:100%;
}

ul.dropdown {
	list-style:none;
	float:left;
	width:100%;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

ul.dropdown a {
	color: #20337A;
	font-size: 15px;
	text-decoration: none;
	font-family: 'OpenSansBold', Arial, sans-serif;
}
 
ul.dropdown li {
background-image: url("images/grey-left.jpg"), url("images/grey-right.jpg");
    background-position: left center, right center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #DFDFDF;
    border-top: 2px solid #DFDFDF;
    color: #20337A;
    float: left;
    font-family: 'OpenSansBold',Arial,sans-serif;
    height: 23px;
    margin: 0.75%;
    padding: 5px 0 6px;
    text-align: center;
    width: 46%;
}

ul.dropdown li:hover,
ul.dropdown li.current-menu-item,
ul.dropdown li.current_page_item,
ul.dropdown li.current-menu-parent {
color: #FFF;
background-image: url(images/blue-left.jpg), url(images/blue-right.jpg);
background-position: left center, right center;
background-repeat: no-repeat;
background-color: #20337A;
border-bottom: 2px solid #20337A;
border-top: 2px solid #20337A;
}

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: #FFF;
}

 
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;
	background: #666;
	border-bottom: 1px solid #333;
}

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;}
 

/*****************************
	Content
*****************************/

#content .wrapper {
	padding: 0px;
}

/*****************************
	Sidebars
*****************************/

/* Sidebar Right */

#sidebar-right .wrapper  {
	padding-right: 0px;
}

#sidebar-left .wrapper  {
	padding-left: 0px;
}

#sidebar-left  {
	margin-top: 20px;
}

#sidebar-right h2,
#sidebar-left h2 {
	font-size: 14px;
	color: #20337A;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-weight: normal;
	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: 0px;
}

#sidebar-right li,
#sidebar-left li {
	list-style: none;
	line-height: 1.3em;
	font-size: 14px;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-weight: normal;
}

#sidebar-right li a,
#sidebar-left li a {
	text-decoration: none;
}

#sidebar-right li a:hover,
#sidebar-left li a:hover {
}

#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;	
}



/* Accordion menu container */
.dcjq-accordion {}
 
/* Main menu and sub-menus */
.dcjq-accordion ul {}
 
/* Menu list items */
.dcjq-accordion li {
}

.dcjq-accordion li a {
	margin-bottom: 6px;
	padding: 8px 10px;
	background: #FFF;
	color: #666;
}

.dcjq-accordion ul a.dcjq-parent {
    background: url("images/plus.png") no-repeat scroll 190px 10px #20337A;
    padding: 8px 10px;
}

.main-product li a {
	background: #FFF;
	color: #FFF;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.dcjq-accordion ul a {
	background: #20337A;	
	padding: 8px 10px;
}
 
/* Menu list links */
.dcjq-accordion ul li a {
	color: #FFF;
}
 
/* Menu list links on hover */
.dcjq-accordion ul a:hover {
	color: #FFF;
}

.sub-menu ul li a {
	color: #666;
	padding: 4px 10px;
}
 
/* Menu list links on hover */
.sub-menu ul a:hover {
	color: #666;
}

.dcjq-accordion ul a{
	display: block;	
}

.sub-menu ul {
	background: #fff;
}

.sub-menu ul li {
	background: #fff;
	color: red;	
}
 
/* Sub-menus */
.dcjq-accordion ul li ul {}
 
/* Sub-menu list items */
.dcjq-accordion ul li ul li {}
 
/* Sub-menu links */
.dcjq-accordion ul li ul li a:hover {
	color: #666;
}

/* Sub-menu links */
.dcjq-accordion ul li ul li a {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 4px 10px;
	background: #FFF;
}

.dcjq-accordion ul a.dcjq-parent {
	color: #FFF;
}

.dcjq-accordion ul a:hover.dcjq-parent {
	color: #FFF;
}

/* Parent links only */
.dcjq-accordion ul a.dcjq-parent {
	background: #20337A url(images/plus.png) no-repeat 195px 10px;	
	padding: 8px 10px;
}
 
/* Active parent links - when sub-menu is open */
.dcjq-accordion ul a.dcjq-parent.active {
	background: #20337A url(images/minus.png) no-repeat 195px 10px;
	padding: 8px 10px;
}
 
/* Icon tag for active parent links */
.dcjq-accordion ul a.dcjq-parent.active.dcjq-icon {}


/*****************************
	Footer
*****************************/

#footer-container {
	background-color: #20337A;
	margin: 10px 0px 10px 0px;
}

#footer {
	padding: 8px 0px 10px 0px;
	font-size: 14px !important;
}

#footer-menu {
	text-align: center;
}

#footer-menu ul {
	margin: 0;	
}

#footer-menu li {
	list-style: none;
	display: inline;
	color: #fff;
	padding: 0 20px !important;
	text-align: center;
	font-family: 'OpenSansSemibold', Arial, sans-serif;;
}

#footer-menu li:last-child {
	border-right: none;	
}

#footer-menu li a {
	color: #fff;
	text-decoration: none;
}

#footer-menu li.current-menu-item a.
#footer-menu li.current_page_item a {
	color: #004FC6;
}

#copyright {
	color: #555;
	font-size: 13px;
	padding: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 5px 0px 10px 0px;
}


/*****************************
	Common
*****************************/

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

a { color: #004FC6; text-decoration: none; }

p { 
	margin: 0; 
	padding: 5px 0 5px 0; 
}


.small, a.small {
	font-size: 11px;	
}

.big, a.big {
	font-size: 16px;
}

.red, a.red {
	color: #8C0202;
}

.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 {
	background: url(images/flag.jpg) no-repeat 0px 3px;
	color: #FFF;
	padding: 10px;
	float: right;
	width: 40px;
	height: 60px;
	line-height: 17px;
	text-align: center;
	text-transform: capitalize;
}

.month {
	font-size: 12px;
	text-transform: capitalize !important;
}

.day {
	font-size: 20px;
}

.postmeta a {
	color: #666666;
}

.postmeta-comments {
	color: #333;	
	font-size: 13px;
}

.postmeta-comments a {
	color: #333;
	font-family: 'OpenSansBold', Arial, sans-serif;
	font-weight: normal;
}

.widget {
	margin: 0px;	
	line-height: 1.3em;
}

strong, .strong {
	font-family: 'OpenSansBold', Arial, sans-serif;
	font-weight: normal;
}

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;
}

hr {
	border-style: dashed;
}

.clear {
	clear: both;	
}

.spacer {
	border-bottom: 2px solid #DCDCDC;
	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: 20px 0 2px 0; 
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	font-weight: normal;
}

h1, h1 a {
  font-size: 24px;
  color: #444;
  font-weight: normal;
  font-family: 'OpenSansBold', Arial, sans-serif;
}

h2, h2 a {
  font-size: 20px;
  font-weight: normal;
  color: #20337A;
  font-family: 'OpenSansSemibold', Arial, sans-serif;
}

h3, h3 a {
  font-size: 18px;
  color: #444;
  font-weight: normal;
  font-family: 'OpenSansBold', Arial, sans-serif;
}

h4, h4 a {
  font-size: 18px;
  color: #20337A;
  font-weight: normal;
  font-family: 'OpenSansSemibold', Arial, sans-serif;
}

h5, h5 a {
  font-size: 17px;
  color: #444;
  font-weight: normal;
  font-family: 'OpenSansSemibold', Arial, sans-serif;
  margin: 10px 0 0px 0;
}

h6, h6 a {
  font-size: 16px;
  color: #20337A;
  font-weight: normal;
  font-family: 'OpenSansSemibold', Arial, sans-serif;
}

/* Lists */

ol {
	margin: 20px 0px;
} 

.entry ol li {
	list-style-type: decimal;
}

.entry ol {
	margin: 20px;
	padding-left: 20px;
}

ul {
	margin: 20px 0px;
}

.entry  ul li {
	background: url(images/bullet.png) no-repeat 0px 3px;
	padding-left: 15px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.entry  ul {
	margin: 20px;
}

/* Search */

#searchform {
	margin: 2px 0px 8px 0px;
}

#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: 'OpenSansBold', Arial, sans-serif;
	font-weight: normal;
}

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: #20337A;
	font-style: normal;
}

ol.commentlist li .comment-author cite.fn a {
	color: #20337A;
}

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: #20337A;
}

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: 'OpenSansBold', Arial, sans-serif;
	font-weight: normal;
    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: #20337A;
	font-size: 12px;	
}

label {
	color: #333;	
}

input[type=text], textarea { 
	border: 2px solid #DFDFDF;
	padding: 5px;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #D7D7D7;
	width: 91%;
	height: 25px;
	margin: 0px;
}

.fas-contact p {
    padding: 2px 0;
}

.fas-contact input {
    margin-right: 2px;
    max-width: 169px;
	color: #888;
}

.fas-contact textarea {
    height: 110px;
	color: #888;
}

textarea:focus, input:focus {
	border: 2px solid #20337A;
	color: #20337A;
}

input[type="submit"] {
	padding: 3px 8px;
	background: #20337A;
	border: 1px solid #20337A;
	width: 91%;
	color: #fff;
	font-size: 16px;
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-weight: normal;
}

/* Contact Buddy */

.contactbuddy-form ul li textarea.cbfit {
	width: 80%;
}

#sidebar-right .widget_contactbuddy ul li,
#sidebar-left .widget_contactbuddy ul li {
	background: none;
	border-bottom: none;	
	padding-left: 0px;
}

/* Page Layout Shortcodes */
.columns {
	margin: 0px -13px;
}

} /* 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-family: 'OpenSansBold', Arial, sans-serif; font-weight: normal; }
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 */


/* Smartphones (landscape) ----------- */
@media screen and (min-width : 321px) {
#copyright {
	font-size: 10px;
}
.home-menu {
	display: none;
}
p.telephone-icon, p.telephone-number, .hours-icon {
    font-size: 12px;
}

.telephone {
    color: #20337A;
    float: left;
    margin-left: 0%;
    width: 40%;
}

.search-header {
    float: right;
    margin-right: 0%;
    width: 55%;
}

}

/* Smartphones (portrait) ----------- */
@media screen and (max-width : 320px) {
#copyright {
font-size: 10px;
}
.home-menu {
	display: none;
}
p.telephone-icon, p.telephone-number, .hours-icon {
    font-size: 12px;
}

.telephone {
    color: #20337A;
    float: left;
    margin-left: 0%;
    width: 40%;
}

.search-header {
    float: right;
    margin-right: 0%;
    width: 55%;
}


}


/* iPads (landscape) ----------- */
@media screen and (min-width : 768px) {
#copyright {
font-size: 11px;
}
.home-menu {
	display: block;
}
p.telephone-icon, p.telephone-number, .hours-icon {
    font-size: 12px;
}

.telephone {
    color: #20337A;
    float: left;
    margin-left: -5%;
    width: 45%;
}

.search-header {
    float: right;
    margin-right: -4%;
    width: 55%;
}



}

/* iPads (portrait) ----------- */
@media screen and (min-width : 1024px) 
and (orientation : portrait) {
#copyright {
font-size: 12px;
}
.home-menu {
	display: block;
}

.telephone {
    color: #20337A;
    float: left;
    margin-left: -5%;
    width: 45%;
}

.search-header {
    float: right;
    margin-right: -4%;
    width: 55%;
}


}


/* Desktops and laptops ----------- */
@media screen and (min-width : 1224px) {
#copyright {
font-size: 13px;
}
.home-menu {
	display: block;
}
p.telephone-icon, p.telephone-number, .hours-icon {
    font-size: 14px;
}

.search-header {
    float: right;
    margin-right: -5%;
    width: 55%;
}

.telephone {
    color: #20337A;
    float: left;
    margin-left: -5%;
    width: 45%;
}

.search-header {
    float: right;
    margin-right: -4%;
    width: 55%;
}


}

