/*
Theme Name: Convention
Author URI: http://fimply.com/support
Theme URI: http://fimply.com/convention
Description: Convention is an awesome Theme for your blog. It has lots of great features like post thumbnails or custom menus. You will love it!
Author: Fimply
Version: 1.0
Tags: white, orange, fixed-width, sticky-post, theme-options, translation-ready, editor-style, two-columns, right-sidebar, custom-header, custom-menu, light, gray
License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/


body {
	margin: 0;
	padding: 0;
	background-color: #ececec;
}

#line {
background-color:#DF4E33;
height:15px;
width:100%;
}

a {
	color:#DF4E33;
	text-decoration: none;
}

#title {
	width:1000px;
	text-align: left;
	margin: 30px auto 0 auto;
}

#blogtitle {
	font-family: Helvetica;
	color: #69686A;
	word-break: break-word;
	width:1000px;
	font-size: 40px;
}

#blogdescription {
	font-family: Helvetica;
	color: #b7b7b7;
	word-break: break-word;
	width:1000px;
	font-size: 20px;
	letter-spacing: .07em;
}


#nav-container {
	margin:30px auto 30px auto;
	width:1000px;
}

#header-container {
	margin:0px auto;
	padding: 5px 0 0 0;
	width:1080px;
}

#nav {
	background-color: #ffffff;
	box-shadow: 0 1px 3px #9e9e9e;
	clear: both;
	display: block;
	margin:0 0 0px 0;
	float: left;
	font-family: Helvetica;
	width: 1000px;
}
#nav ul {
	font-weight: bold;
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 0px;
	padding-left: 0;
}
#nav li {
	float: left;
	
	position: relative;
}
#nav a {
	color: #69686A;
	display: block;
	line-height: 3.333em;
	border-right:1px solid #ebebeb;
	padding: 0 1.2125em;
	text-decoration: none;
}
#nav ul ul {
    top: 46px;
    left:-1px;
    z-index:99;
	width:190px;
	display:none;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	float:left;
	margin:0 0 0 0;
	position: absolute;
}
#nav ul ul ul {
    
	left: 99.5%;
	top: 0px;
}


#nav ul ul li a {
	border-right: 1px solid #d2d2d2;
}

#nav ul ul a {
	background: #f9f9f9;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	border-top: 1px solid #d2d2d2;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 170px;
}
#nav li:hover > a,
#nav ul ul :hover > a,
#nav a:focus {
	background: #efefef;
}
#nav li:hover > a,
#nav a:focus {
	background: #f9f9f9;
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#nav ul li:hover > ul {
	display: block;
}
#nav .current-menu-item > a,
#nav .current-menu-ancestor > a,
#nav .current_page_item > a,
#nav .current_page_ancestor > a {
	color:#DF4E33;
}



img.header {
	margin:45px 0 -30px 0px;
	box-shadow: 0 1px 3px #9e9e9e;
}

.header-space {
	height:30px;
	width:100%;
}

#content {
	width:1000px;
	margin:30px auto 30px auto;
}

#articles {
	float:left;
	margin-bottom: 30px;
}

#article {
	box-shadow: 0 1px 3px #9e9e9e;
	background-color: #fff;
	width:600px;
	margin:30px 0 0 0;
	color: #69686A;
    padding:50px;
    font-family: Helvetica;
    line-height: 27px;
}

#comments {
	box-shadow: 0 1px 3px #9e9e9e;
	background-color: #fff;
	width:600px;
	margin:30px 0 0 0;
	color: #69686A;
    padding:50px;
    font-family: Helvetica;
    line-height: 27px;
}

#calendar {
	box-shadow: 0 1px 3px #9e9e9e;
	background-color: #fff;
	width:600px;
	margin:30px 0 0 0;
	color: #69686A;
    padding:50px;
    font-family: Helvetica;
    line-height: 27px;
}

#article:first-child {
	margin:30px 0 0 0;
}

#article .article-title {
	font-size:28px;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom: 1px dotted #a9a9a9;
}

#sidebars {
	float: right;
}

#sidebar {
	box-shadow: 0 1px 3px #9e9e9e;
	margin:30px 0 30px 0;
	background-color: #fff;
    padding:30px;
    color: #69686A;
    width:210px;
    font-family: Helvetica;
    line-height: 27px;
}

.clear {
	clear: both;
}

.post-meta {
    margin:10px 0 -10px 0;
	font-size: 14px;
}

blockquote {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic !important;
	font-weight: 100;
	background-color: #f3f3f3;
	padding:25px;
	margin: 2em 2em;
	border-left:3px solid #6e6e6e;
}

input[type=text] {
border:1px solid #dcdcdc;
	background-color: #f6f6f6;
	outline: none;
	font-size:18px;
	font-family: Helvetica;
	font-weight: 100;
	padding:13px 15px 13px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;

 }
 
input[type=password] {
border:1px solid #dcdcdc;
	background-color: #f6f6f6;
	outline: none;
	letter-spacing: .3em;
	font-size:18px;
	font-family: Helvetica;
	font-weight: 100;
	padding:13px 15px 13px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;

 }

 
input[type=text]:focus, input[type=password]:focus {
border:1px solid #b9b9b9;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
 }

textarea {
	border:1px solid #dcdcdc;
	background-color: #f6f6f6;
	outline: none;
	width:50%;
	font-size:18px;
	font-family: Helvetica;
	font-weight: 100;
	padding:11px 15px 11px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}

textarea:focus {
	border:1px solid #b9b9b9;
	-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
}



input[type=submit] {
	background-color: #DF4E33;
	padding:16px 50px;
	cursor: pointer;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border:0;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

input[type=submit]:hover {
	background-color: #a63925;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

.wp-caption {
	text-align: center;
}

.wp-caption-text {
     margin:-15px 0 0px 0;
	 font-size:14px;
	 color: #a6a6a6;
	 text-align: center;
}

.sticky {
	
}


.gallery-caption {
	margin-left: 0px;
	padding: 0 0 0 5px;
	text-align: center;
	width:150px;
	display: block;
	line-height: 22px;
}

.gallery-item {
   background-color:#fff;
  
   
}

.gallery-item img {
 
    border:0;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	        box-shadow:0 0 0 #000;
}

.bypostauthor {
	background-color: #f8f8f8; 
	margin-top:30px;
	padding:0 0 10px 25px;
	border-radius:5px;
}

.alignright {
	float: right;
	margin:15px 0px 15px 25px;
}

.alignleft {
    margin:15px 25px 15px 0px;
	float: left;
}

.aligncenter {
    display: block;
	text-align: center;
	margin:35px auto;
}

img {
	display: block;
	margin-top:25px;
	border:0;
	margin-bottom: 25px;
	max-width: 92.5% !important;
	box-shadow: 0 0 3px #c5c5c5;
}

img.meta {
    display: inline;
	margin-top:0;
	margin-bottom:0;
	box-shadow: 0 0 0px #c5c5c5;
}


div.commentlist {
	margin:150px 0 0 0;
}

 
div.page-links {
	font-size: 14px;
}

div.page-links a {
	background-color: #efefef;
	padding:10px 10px;
	margin:10px 4px 0 4px;
	font-size: 14px;
	border-radius: 5px;
	color: #515151;
}

div.page-title {
		color: #666;
		margin:25px 0 5px 0;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

div.page-links a:last-child {
   background-color: #efefef;
	padding:5px 10px;
	border-radius: 5px;
	color: #515151;
	margin:0 5px 0 0;
}

div.page-links a:first-child {
	background-color: #efefef;
	padding:5px 10px;
	margin:10px 10px 0 0;
	font-size: 14px;
	border-radius: 5px;
	color: #515151;
}


pre {
	background-color:#ededed;
	padding:30px 30px 30px 40px;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	font-size:15px;
	line-height:20px;
}

li.recentcomments {
	margin:5px 0;
}

img.avatar {
	border-radius:50px;
	width:50px;
	height:50px;
}

div.comment-body {
	list-style-type: none;
	display: block;
	margin:0 0 30px 0;
}

ul.children div.comment {
	margin:0 0 0 15px;
}

td.comment_name {
	padding:0 0 0 10px;
}

span.comment_date {
    font-size:11px;
	margin:0 0 0 10px;
}

div.comment_text {
    margin:-25px 0 0 0;
	padding:0 0 0 65px;
}

h2 {
	font-weight:500;
}

div.commentline {
	margin:150px 0 0 0;
	width:100%;
	height:1px;
	background-color:#dedede;
}

div.countcomments {
	font-size:30px;
	margin:30px 0 30px 0;
}

div.margin-70 {
	margin:70px 0 0 0;
}

strong {
	font-weight: bold;
}

sup,
sub {
	font-size: 12px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

ins {
 background-color: #e3e3e3;	
 text-decoration: none;
 }

ul, ol {
	margin: 0 0 1.625em 0.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: upper-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

code, kbd, samp, var {
	font: 17px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

blockquote cite {
	color: #666;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}

dl.gallery-item {
	margin:0;
}


em {
	font-style: italic;
}

strike, del, s {
	text-decoration: line-through;
}

h3, h4, h5, h6 {
	font-weight: 500;
}

#archive-calendar {
	margin:30px 0 0 0;
}

/* WP-Calendar Styling */

table[id=wp-calendar] { 
	border-collapse: collapse;
	width:100%;
}

table[id=wp-calendar] caption {
	font-weight:bold;
	background-color: #3b3b3b;
	color:#fff;
	cursor: default;
	padding:4px 0 8px 0;
}

table[id=wp-calendar] thead, table[id=wp-calendar] th {
	text-align:center;
	color:#fff;
	background-color: #DF4E33;
}

table[id=wp-calendar] th {
   border-left: 1px solid #a63925;
   border-right: 1px solid #a63925;
   border-bottom: 1px solid #eee;
   padding: 5px 5px 5px 5px;
   cursor: default;
   text-align:center;

}

table[id=wp-calendar] tbody, table[id=wp-calendar] td {
	background-color: #f8f8f8;
}

table[id=wp-calendar] td { 
	padding: 5px;
	text-align: center;
	border: 1px #ddd solid;
}

input.search-sidebar {
	width:175px;
	border:0;
	background-color: #f6f6f6;
	border:1px solid #dadada;
	outline: none;
	font-size:16px;
	color:#acacac;
	font-family: Helvetica;
	font-weight: 100;
	padding:12px 15px 11px 15px;

	-webkit-transition: 0.6s;
   -moz-transition: 0.6s;
   -o-transition: 0.6s;
}

input.search-sidebar:focus {
    outline: none;
	border:1px solid #dadada;
	color:#676767;
}

#sidebar-widget:first-child {
	margin:0px 0 0 0;
}

#sidebar-widget {
	margin:30px 0 0 0;
}

.sidebar-heading {
	font-size: 17px;
	color:#fff;
	width:184px;
	margin:0 0 30px -30px;
	padding:5px 30px;
	background-color: #DF4E33;
}

div.post-title {
    color: #666;
	margin:0px 0 0px 0;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

div.line-one {
    background-color:#d2d2d2;
    height:1px;
	margin:33px 0 20px 0;
	width:100%;
}

.links {
    margin:0px 0 0 10px;
    
	font-family: Helvetica;
}

#buttons {
	margin:40px auto 90px auto;
	width:600px;
}

#button {
	border-radius:100px;
    font-size: 60px;
    font-family: Helvetica;
    float: left;
    text-align: center;
    width:15px;
    line-height: 20px;
    height:15px;
    color:#fff;
	font-weight: 800;
	padding:20px 38px 35px 18px;
	background-color: #DF4E33;
}

#button a, #button2 a {
    color:#fff;
}

#button2 {
	border-radius:100px;
    font-size: 60px;
    float: right;
    width:15px;
    font-family: Helvetica;
    line-height: 20px;
    height:15px;
    color:#fff;
	font-weight: 800;
	padding:20px 33px 35px 23px;
	background-color: #DF4E33;
}

#article table {
	border-bottom: 1px solid #ddd;
	margin: 40px 0 40px 0;
	width: 100%;
}

#article th {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

#article td {
	border-top: 1px solid #ddd;
	text-align: left;
	padding: 6px 10px 6px 0px;
}

h1 {
	font-weight: normal;
}

div.tag-links a {
	background-color: #efefef;
	padding:0px 10px;
	float:left;
	margin:10px 10px 0 0;
	font-size: 14px;
	border-radius: 5px;
	color: #515151;
}


div.tag-links {
	width:600px;
	margin:30px 0 0 0;
}

div.tags-title {
		color: #666;
		margin:25px 0 -5px 0;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

.edit-link {
	margin:30px 0 0 0;
}
