/*
	Theme Name: Lifestyle Child Theme
	Theme URI: http://www.studiopress.com/themes/lifestyle
	Description: Lifestyle is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	
	Version: 2.0

	Template: genesis
	Template Version: 1.6.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Post Formats
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Lifestyle Blue
* Lifestyle Charcoal
* Lifestyle Gray
* Lifestyle Green
* Lifestyle Pink
* Lifestyle Purple
* Lifestyle Tan
* Lifestyle Teal
* Lifestyle Yellow

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/css?family=Lora);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #4D5BBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #4c9e46;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/gradientback1.gif) repeat-x top #F7F6F6;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}

/* Header
------------------------------------------------------------ */

#header {
	background: url(images/header.png) no-repeat top left;
	height: 150px;
	margin: 0 auto;
	width: 1115px;
        padding: 0 0 2px 0;
}



.page-template-landing-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 35px 0 0 30px;
	width: 400px;
}

.header-full-width #title-area {
	padding: 35px 0 0;
}
	
#title {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 48px;
	font-variant: small-caps;
	line-height: 48px;
	text-shadow: #666 1px 1px;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#description {
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	font-style: italic;
	text-shadow: #666 1px 1px;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 550px;
        margin-right: -60px;
        margin-top: 50px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(http://nagoya-info.com/wp-content/themes/lifestyle-90210/lifestyle/images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(http://nagoya-info.com/wp-content/themes/lifestyle-90210/lifestyle/images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
        background: url(images/diagonalbg.gif) repeat scroll 0 0 #333333;
	clear: both;
	color: #FFFFFF;
	font-family: 'Oswald', arial, serif;
	font-size: 15px;
        border-bottom: 4px solid #fff;
        border-top: 4px solid #fff;
	margin: 0 auto;
	overflow: hidden;
}

#nav .wrap {
     	width: 1100px;
     	margin: 0 auto;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	padding: 10px 10px 7px;
	position: relative;
	text-decoration: none;
        color: #ffffff;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #c0c0c0;
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: url(images/diagonalbg.gif) repeat scroll 0 0 #333333;
	border-top-width: 0;
	color: #fff;
	font-size: 13px;
	padding: 5px 10px;
	position: relative;
	width: 128px;
	opacity: 0.9;
}

#nav li li a:hover,
#nav li li a:active {
	color: #c0c0c0;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a { 
	width: 130px;
}

#nav li ul ul {
	margin: -31px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 9px 10px 9px;
	font-size: 20px;
	margin: 0 30px 0 0:
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #444;
	text-decoration: none;
}

#nav li.search {
	padding: 0 5px;
}

#nav li.facebook a {
background: url(../../../uploads/2011/03/facebook.png) no-repeat scroll 0 0 transparent;
display: block;
opacity: 0.7;
padding: 0;
margin: 3px 0px 0px 130px;
height: 32px; /*set to match image */
width: 32px;
border: none;
text-indent: -9999px;
}

#nav li.facebook a:hover {
opacity: 1;
}

#nav li.twitter a {
background: url(../../../uploads/2011/03/twitter.png) no-repeat left center;
display: block;
opacity: 0.7;
padding: 0;
margin: 3px 0px 0px 15px;
height: 32px; /*set to match image */
width: 32px;
border: none;
text-indent: -9999px;
}

#nav li.twitter a:hover {
opacity: 1;
}

#nav li.stumbleupon a {
background: url(../../../uploads/2011/03/stumbleupon.png) no-repeat left center;
display: block;
opacity: 0.7;
padding: 0;
margin: 3px 0px 0px 15px;
height: 32px; /*set to match image */
width: 32px;
border: none;
text-indent: -9999px;
}

#nav li.stumbleupon a:hover {
opacity: 1;
}

#nav li.rss a {
background: url(../../../uploads/2011/03/rss.png) no-repeat left center;
display: block;
opacity: 0.7;
padding: 0;
margin: 3px 0px 0px 15px;
height: 32px; /*set to match image */
width: 32px;
border: none;
text-indent: -9999px;
}

#nav li.rss a:hover {
opacity: 1;
}

#nav li.goog a {
background: url(../../../uploads/2012/01/google32.png) no-repeat left center;
display: block;
opacity: 0.7;
padding: 0;
margin: 3px 0px 0px 15px;
height: 32px; /*set to match image */
width: 32px;
border: none;
text-indent: -9999px;
}

#nav li.goog a:hover {
opacity: 1;
}

#nav li.homebutton a {
background: url(../../../uploads/2011/08/home_1.png) no-repeat left center;
display: block;
opacity: 1;
padding: 0;
margin: 3px 0px 0px 5px;
height: 32px; /*set to match image */
width: 32px;
border: none;
text-indent: -9999px;
}

#nav li.homebutton a:hover {
opacity: 0.5;
}

/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: url(images/subnav.png);
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 auto 0;
	overflow: hidden;
	width: 1115px;
	
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	display: block;
	padding: 8px 15px;
	position: relative;
        color: #fff;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #ccc;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #333;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #333;
        background: #e6f2e3;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 130px;
}

#subnav li ul ul {
	margin: -31px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0 0;
	width: 1115px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 6px 0 2px 2px;
	width: 1050px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description h1 {
	font-size: 26px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #999;
    	margin: 0 0 30px;
    	padding: 15px 0 15px 0;
    	text-align: center;
}

.taxonomy-description h1 {	
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 960px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1115px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}

/* Content
------------------------------------------------------------ */

#content {
        background: #FFF;
	width: 640px;
	margin: 0 0 5px 0;
	border: 1px solid #999;
	float: left;
	box-shadow: 0 1px 2px #999;
}

.page.content-sidebar #content,
.sidebar-content #content {
	width: 795px;
}

.content-sidebar #content,
.sidebar-content #content {
	background: #FFF;
	width: 640px;
	margin: 0 0 5px 0;
	border: 1px solid #999;
	shadow-box: 0 1px 2px #999;
}

.content-sidebar-sidebar #content {
	width: 460px;
        margin: 0 0 5px 0;
}

.sidebar-sidebar-content #content {
	padding: 10px;
	width: 460px;
        margin: 0 0 5px 0;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.page.full-width-content #content {
	width: 1113px;
        margin: 0 0 5px 0;
	border: 1px solid #999;
}

.grid #tribe-events-content, .events #tribe-events-content {
        background: #FFFFFF;
	width: 1093px;
        padding: 60px 10px 10px;
        margin: -108px 0 5px 0;
	border: 1px solid #999;
}

.grid .breadcrumb {
	display: none;
}

.before-content .widget-wrap {
        background: #FFFFFF url(images/full-top.png) top no-repeat;
        width: 936px;
        padding: 5px 10px 0 10px;
        border: 1px solid #999;
        margin: 0 0 5px 0;
}

.page-template-landing-php #content  {
	padding: 20px 100px 0;
	width: 720px;
}

blockquote {
	background-color: #f5f5f5;
	clear: both;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

.post {
	background: url(images/line.png) bottom repeat-x;
	margin: 0;
	overflow: hidden;
	padding: 10px;
}

.page #content {
    margin: 0 0 15px;
    width: 640px;
}

.search-results .page {
        background: url(images/line.png) bottom repeat-x;
        margin: 0 0 25px;
        overflow: hidden;
        padding: 0 0 25px;
}

.single .post {
	background: none;
	margin: 0 0 20px;
	padding: 10px;
}

.type-restaurants, .type-cafes, .type-bars, .type-groups {
	background: url(images/line.png) bottom repeat-x;
	margin: 0 0 8px;
	overflow: hidden;
	padding: 10px;
}

.format-aside,
.format-audio,
.format-link,
.format-quote,
.format-status,
.format-video {
	margin: 0 0 20px;
	padding: 0 0 15px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: none;
}

.page .entry-content {
	padding: 10px;
}

.post .entry-content {
    padding: 0!important;
}

.entry-content p,
.page .entry-content p {
	font-family: 'lora',serif,"メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	padding: 0 0 15px;
	line-height: 24px;
	font-size: 15px;
}

.home #content p {
	padding: 0 0 5px;
}

.home .page {
	background: url(images/line.png) bottom repeat-x;
	overflow: hidden;
	margin: 5px 0 5px 0;
    	padding: 5px;	
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4d5bbf;
	font-family: 'Oswald', arial, serif, "Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	font-size: 18px;
	margin: 0 0 5px;
}

h1 {
	font-family: 'Oswald',arial,serif,"Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	font-size: 21px;
        color: #333;
        margin: 10px 0 20px 5px;
	line-height: 30px;
}

.post h1 {
	font-size: 26px;
	border-left: 5px solid #4d5bbf;
    	padding: 0 0 0 10px;
}

.page h1 {
    	font-size: 26px;
    	padding: 15px;
    	border-bottom: 1px solid #999;
    	background-color: #f5f5f5;
    	margin: 0 0 15px;
    	text-align: center;
}

.customtitle {
    	font-size: 26px;
    	background-color: #f5f5f5;
    	border-bottom: 1px solid #999;
    	text-align: center;
    	padding: 15px;
	margin: 0 0 30px;
}


h2,
h2 a,
h2 a:visited {
	color: #333;
        font-family: 'Oswald', arial, serif, "Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	font-size: 20px;
	line-height: 30px;
}

h2 a:hover {
	color: #4c9e46;
	text-decoration: none;
}

.home h2 a,
.home h2 a:visited {
	font-size: 18px;
	line-height: 22px;
	color: #4d5bbf;
}

.home h2 a:hover {
    	color: #4c9e46;
}

.type-restaurants h2, .type-cafes h2, .type-bars h2, .type-groups h2 {
	margin: 0 0 5px 140px
}

.page-template-page-portfolio-php h2 a,
.page-template-page-portfolio-php h2 a:visited {
	font-size: 22px;
	line-height: 32px;
}

h3 {
	font-size: 18px;
        margin: 15px 0 15px 0;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #4d5bbf;
	font-size: 16px;
	text-decoration: none;
}

#footer-widgets h4 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

h5 {
	font-size: 16px;
	font-family: 'Oswald', arial, serif, "Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	color: #282828;
}

h6 {
	font-size: 14px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	color: #444;
	font-family: 'lora',serif,"メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	font-size: 15px;
}

.entry-content ol li {
	margin: 0 0 0 30px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 2px 10px;
        margin: 5px -10px;
        border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: #F7F7F7;
	margin: -25px 0 0 0;
	padding: 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
	
.time {
	background: url(../../../uploads/2012/01/calendar_arrow.png
) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
	margin: 0 auto;
}

.post-format-image {
	background: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.page .post-format-image {
	display: none;
}

img.alignleft,
img.aligncenter
img.alignright,
.alignleft img,
.aligncenter img,
.alignright img,
.featuredpage img,
.featuredpost img {
	max-width: none;
	margin: 0 0 10px;
	padding: 4px;
}

.featuredpage img:hover,
.featuredpost img:hover {
     	opacity: 0.7;
}

.page-template-page-portfolio-php .featuredpost a img:hover {
}

.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.post-image:hover {
	opacity: 0.7;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px!important;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	text-align: center;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 10px;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	margin: 0 auto;
	width: 312px;
}

#sidebar-alt {
	float: left;
	width: 150px;
        margin: 0 auto;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 153px;
        text-align: center;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 153px;
        text-align: center;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background-color: #FFF; 
	margin: 0 0 5px 0;
	padding: 7px 7px 8px;
	border: 1px solid #999;
	box-shadow: 0 1px 2px #999;
}

.sidebar-alt .widget {
	background: #FFF;
	margin: 0 0 5px 0;
	padding: 10px;
	border: 1px solid #999;
	box-shadow: 0 1px 2px #999;
}

.sidebar .widgettitle {
        text-align: center;
	color: #333;
	background-color: #f5f5f5;
	font-size: 20px;
        margin: 0 0 10px 0;
	border: 1px solid #c0c0c0;
    	padding: 6px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 -5px 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 10px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #4D5BBF;
	display: inline;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px;
}

.featuredpost a.alignleft {
    	margin: 0;
}

.featuredpage .widgettitle, .featuredpost .widgettitle {
        text-align: center;
        font-size: 20px;
	color: #333;
        margin: 0 5px 10px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px 0 6px;
}

.page-template-page-portfolio-php .widgettitle {
    	background-color: #f5f5f5;
    	border-bottom: 1px solid #DDDDDD;
	border-top: none;
	border-left: none;
	border-right: none;
    	font-size: 26px;
    	padding: 20px 0;
	margin: 0 0 30px;
}

.page-template-page-portfolio-php .footer-widgets h4 {
    	background: none;
    	border: none;
    	padding: 0;
}

.page-template-page-portfolio-php h2 {
	text-align: center;
}

.page-template-page-portfolio-php .featuredpage .page,
.page-template-page-portfolio-php .featuredpost .post {
	float: left;
	margin: 0 9px 10px;
	padding: 5px 0 15px;
	overflow: hidden;
	width: 212px;
}

#homepage-left {
	clear: none;
	float: left;
	width: 48%;
}

#homepage-right {
	clear: none;
	float: right;
	width: 48%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #666;
	border: 1px solid #666;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
}

#nav .searchsubmit {
	padding: 2px 7px 2px;
}

.reply a,
.reply a:visited {
	padding: 0 4px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #888;
	border: 1px solid #888;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	background: url("images/find.png") right center no-repeat #f1f1f1;
	color: #333;
	font-family: 'Oswald', arial, serif;
	font-size: 14px;
	margin: 0 2px 0 0;
	padding: 4px 0 5px 8px;
	width: 75%;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #4D5BBF;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}



/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
    	background: url(images/diagonalbg.gif) repeat scroll 0 0 #333333;
    	clear: both;
    	color: #fff;
    	font-size: 12px;
    	margin: 0 auto;
    	overflow: hidden;
    	padding: 10px 0 0 0;
    	border-top: 4px solid #fff;
   
}
 
#footer-widgets .wrap {
    	margin: 0 auto;
    	width: 960px;
}
 
#footer-widgets .widget {
    	background: none;
    	border: none;
    	padding: 0;
}

#footer-widgets p {
    	color: #fff;
    	padding: 0 0 10px;
    	font-size: 13px;
    
}
 
#footer-widgets a,
#footer-widgets a:visited {
    	color: #fff;
    	text-decoration: none;
}

#footer-widgets a:hover {
    	text-decoration: underline;
}
 
#footer-widgets ul {
    	color: #fff;
    	list-style-type: none;
    	margin: 0 0 10px;
}
 
#footer-widgets ul li {
    	margin: 0 0 0 30px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
    	float: left;
    	padding: 0 10px 0 0;
    	width: 230px;
}
 
.footer-widgets-2 {
    	float: left;
    	width: 230px;
    	padding: 0 10px 0 0;
}
 
.footer-widgets-3 {
    	float: left;
    	width: 230px;
}

.footer-widgets-4 {
    	float: right;
    	width: 230px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #222222;
        color: #fff;
	clear: both;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
}

#footer .wrap {
        width: 960px;
        margin: 0 auto;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 695px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
	padding: 0 10px 10px;
}

#author,
#comment,
#email,
#url {
	font-size: 14px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: none;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
	padding: 0 0 0 5px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

div.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3.gform_title {
    	color: #4C9E46;
	text-align: center;
}

div.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
	color: #333;
}

div.gform_wrapper .top_label .gfield_label {
	font-family: Arial, Helvetica, sans-serif, "メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
	font-size: 14px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-size:13px;
}


/* Lifestyle Gray
------------------------------------------------------------ */


.lifestyle-gray div.gform_footer input.button,
.lifestyle-gray .enews #subbutton,
.lifestyle-gray .reply a,
.lifestyle-gray .reply a:visited,
.lifestyle-gray .searchsubmit,
.lifestyle-gray #submit {
	background-color: #888;
	border: 1px solid #888;
}

.lifestyle-gray div.gform_footer input.button:hover,
.lifestyle-gray .enews #subbutton:hover,
.lifestyle-gray .reply a:hover,
.lifestyle-gray .searchsubmit:hover,
.lifestyle-gray #submit:hover {
	background-color: #666;
	border: 1px solid #666;
}
	
.lifestyle-gray #footer-widgets {
    	background-color: #888;
}

.st_sharethis .stButton {
    	margin: 10px 0 0 5px;
}

.sharing {
    	background-color: #ffffb0;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
    	margin: 10px -10px 10px;
    	overflow: hidden;
	padding: 0 0 5px 10px!important;
}

.sharing ul li {
    padding: 5px 0 0 0!important;
}

div#genesis-slider {
        background-color: #fff;
	border: 2px solid #666666;
	margin: 10px
	padding: 0;
}

.genesis-slider-wrap {
	clear: both;
	display: block;
        float: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slide-excerpt {
	background-color: #383838;
	filter: alpha(opacity=80);
	display: block;
	margin: 0 auto;
	opacity: 0.8;
	padding: 0;
	position: absolute;
	z-index: 8;
}

.slide-excerpt p {
        color: #fff;
}

.slide-excerpt a, .slide-excerpt a:visited, .slide-excerpt h2 a, .slide-excerpt h2 a:visited {
        color: #fff;
}

.slide-excerpt h2 a:hover {
	color: #dadada;
}

img#wpstats {
     display: none;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-weight: normal!important;
}

/* Mingle
------------------------------------------------------------ */

.mngl-post-form {
	width: 95%!important;
}

.widget_mnglloginwidget .input {
    	width: 95%!important;
}

.mngl-profile-name {
    	font-weight: normal!important;
}

div#mfwidget.mingleforum_widget ul li {
    	list-style: none;
    	background: url(images/chat_2.png) no-repeat;
    	margin: 0 0 3px -10px;
    	padding: 0 0 2px 30px;
}

div#mfwidget.mingleforum_widget li:hover {
    	background-color: #eee;
}

div#mfwidget.mingleforum_widget a {
    	font-weight: bold;
}

div#mfwidget.mingleforum_widget a:hover {
    	text-decoration: none;
}

/* Social Profiles
------------------------------------------------------------ */

div#simple-social-icons-2 ul li {
  margin: 12px 6px 0!important;
}

.social-profiles img {
    	margin: 14px 9px 0 0;
	opacity: 0.7;
    }
.social-profiles img:hover {
	opacity: 1;
}

/* Tabber Widget
------------------------------------------------------------ */

.tabber-widget-basic-light .tabber-widget-content .tabber-widget-title {
    	color: #4c9e46;
    	margin: 0 0 10px;
    	text-align: center;
}


/* Event calendar
------------------------------------------------------------ */

.tribe_events p {
	font-family: 'lora',serif,"メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック";
    	font-size: 15px;
    	line-height: 24px;
    	padding: 0 0 15px;
}

#container #content {
    	width: 776px;
	padding: 10px;
}

.events-archive .upcoming .entry-title {
    background-color: #ffff80;
    border: 1px dotted;
}

.tribe-events-event h2 {
	background-color: #f5f5f5;
    	padding: 15px;
    	margin: -10px -10px 10px;
    	text-align: center;
    	font-size: 26px;
    	border-bottom: 1px solid #999;
}

.tribe_events ul li {
    	margin: 0 0 0 15px;
}

h2.tribe-events-cal-title {
    	color: #4d5bbf!important;
    	font-weight: normal!important;
}  

.events-archive .tribe-events-event-entry p, .venue-events .tribe-events-event-entry p {
    	font-size: 14px!important;
}

#tribe-events-event-meta .column {
	width: 46%!important;
}

.tribe-events-calendar a {
	font-weight: bold;
	text-transform: uppercase;
}

.tribe-events-calendar .cat_music-tv-cinema,
.tribe-events-calendar .cat_club-event {
	background: #ffff00;
	margin: 2px!important;
	border: 1px solid #444;
}

.tribe-events-calendar .cat_international-exchange,
.tribe-events-calendar .cat_sports {
	background: #1E90FF;
	margin: 2px!important;
	border: 1px solid #444;
}

.tribe-events-calendar .cat_theatre {
	background: #ff8409;
	margin: 2px!important;
	border: 1px solid #444;
}

.tribe-events-calendar .cat_christmas,
.tribe-events-calendar .cat_festival {
	background: #32cd32;
	margin: 2px!important;
	border: 1px solid #444;
}

.tribe-events-calendar .cat_pub-quiz {
    	background: url(images/beer.png) left center no-repeat #e6e6fa;
	margin: 2px!important;
	border: 1px solid #444;
}

.tribe-events-calendar .cat_pub-quiz a {
    	padding: 0 0 0 15px;
	color: #282828;
}

.tribe-events-calendar .cat_music-tv-cinema a,
.tribe-events-calendar .cat_club-event a {
	color: #282828;
}

.tribe-events-calendar .cat_international-exchange a,
.tribe-events-calendar .cat_sports a,
.tribe-events-calendar .cat_theatre a,
.tribe-events-calendar .cat_christmas a,
.tribe-events-calendar .cat_festival a { 
	color: #ffffff;
}

.tribe-events-calendar .cat_international-exchange .tribe-events-tooltip .tribe-events-event-title,
.tribe-events-calendar .cat_sports .tribe-events-tooltip .tribe-events-event-title {
	background: #1E90FF!important;
	color:	#ffffff!important;
}

.tribe-events-calendar .cat_music-tv-cinema .tribe-events-tooltip .tribe-events-event-title {
	background: #ffff00!important;
	color: #282828!important;
}

.tribe-events-calendar .cat_christmas .tribe-events-tooltip .tribe-events-event-title,
.tribe-events-calendar .cat_festival .tribe-events-tooltip .tribe-events-event-title {
	background: #32cd32!important;
	color: #fff!important;
}

.tribe-events-calendar .cat_music-tv-cinema .tribe-events-tooltip .tribe-events-event-title,
.tribe-events-calendar .cat_club-event .tribe-events-tooltip .tribe-events-event-title {
	background: #ffff00!important;
	color: #282828!important;
}

.tribe-events-calendar .cat_pub-quiz .tribe-events-tooltip .tribe-events-event-title {
	background: #e6e6fa!important;
	color: #282828!important;
}


.upcoming h2.tribe-events-cal-title {
    	margin-bottom: 15px;
    	color: #333333!important;
}

.events-archive .event-day, .single-sp_venue .event-day, .venue-events .event-day {
    	font-size: 16px;
    	font-style: italic;
    	margin-top: 18px !important;
    	color: #c10000;
}

#tribe-events-loop .sharing ul, .sharing-hidden ul { 
    	display: none;
}

.tribe-events-calendar-buttons a.tribe-events-button-on {
    	background: none repeat scroll 0 0 #4d5bbf!important;
}

.tribe-events-calendar-buttons a.tribe-events-button-off {
    	background: none repeat scroll 0 0 #dddddd;
    	color: #666666!important;
}

.tribe-events-calendar-buttons a.tribe-events-button-off:hover {
    	background: none repeat scroll 0 0 #666666;
    	color: #ffffff!important;
}

#events-advanced-list-widget-4 li {
    	list-style: none;
    	background: url(images/calendar_red.png) no-repeat;
    	padding: 0 0 2px 30px!important;
    	margin: 0 0 3px -10px!important;
}

#events-advanced-list-widget-4 li:hover {
	background-color: #eee;
}

#events-advanced-list-widget-4 a:hover {
	text-decoration: none;
}

#tribe-events-event-meta {
	font-size: 14px!important;
}

div#tribe-events-loop.tribe-events-events .sharing {
    	display: none;
}

/* Easy Custom Posts
------------------------------------------------------------ */

li.ecpt_field {
    	display: block;
    	float: none;
    	line-height: 10px;
    	list-style: none outside none !important;
    	text-align: left;
    	border-bottom: 1px dotted;
}

.ecpt_field_name {
    	font-weight: bold;
    	padding: 15px 15px 15px 0;
    	text-align: left;
    	display: inline-block;
}

.ecpt_field_content, .ecpt_field_content li a { 
	display: inline-block;
	font-size: 13px;
}

/* nrelate
------------------------------------------------------------ */

div.nrelate_related {
	margin-left: 25px;
}

/* Tweet and Job Homepage
------------------------------------------------------------ */

div#latest-tweets-3.latest-tweets ul li {
    	list-style: none;
    	background:  url(images/tweet_blue.png) no-repeat;
    	margin: 0 0 3px -17px;
    	padding: 0 0 0 30px;
	border-bottom: 1px dotted #ccc;
}

.widget_jobmanhighlightedjobswidget ul li {
    	margin: 0 0 0 -10px;
    	list-style: none;
    	background: url(images/briefcase.png) left center no-repeat;
    	padding: 10px 0 10px 30px;
}

.widget_jobmanhighlightedjobswidget li:hover {
    background-color: #eee;
}

.widget_jobmanhighlightedjobswidget a {
	color: #333;
	font-weight: bold;
}

.widget_jobmanhighlightedjobswidget a:hover {
    	text-decoration: none;
}

/* Job Manager
------------------------------------------------------------ */

table.job-table td {
    	padding: 5px 0 5px 5px;
}

table.job-table th {
    	width: 25%!important;
}

table.jobs-table th, table.job-table th {
    	background-color: #ddd;
    	padding: 2px 0 2px 0;
}

table.highlighted {
    background-color: #EEEEFF;
    border: 2px solid #999999;
}

table.job-apply-table input,
table.job-apply-table textarea {
    	width: 90%;
}

td.jobs-applynow {
	text-align: right!important;
}

td.jobs-moreinfo a, td.jobs-applynow a {
    	width: 100%;
    	background-color: #4c9e46;
    	padding: 10px 7px 7px 7px;
    	color: #fff;
}

td.jobs-moreinfo a, td.jobs-applynow a:hover {
    	background-color: #4d5bbf;
}


td.job-details a {
    	background-color: #4D5BBF;
    	color: #FFFFFF;
    	font-weight: bold;
    	padding: 10px 7px 7px;
}

td.job-details a:hover {
    	background-color: #ff8b17;
}

/* Disqus
------------------------------------------------------------ */

div#dsq-content {
    	padding: 10px;
}

div.ui-tabs ul.ui-tabs-nav li a {
    padding: 10px 7px 10px 7px;
    font-size: 14px;
    font-family: arial;
}