/*
Theme Name: elegantWhite
Theme URI: http://fimply.com/themes/elegantwhite
Author URI: http://fimply.com/themes/about.html
Description: elegantWhite 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.9
Tags: white, blue, one-column, fixed-width, full-width-template, 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: #fff;
	
}

#container {
    margin:0px auto 20px auto;
	width:1000px;
	background-color: #fff;
	padding:30px 50px 50px 50px;
}

#line {
	height:10px;
	width:100%;
	margin:0px 0 0px 0px;
	background-color: #0092e0;
}


#blogtitle {
	font: 45px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:650px;
	letter-spacing: 0.05em;
	word-break: break-word;
	font-weight: 100;
	color:#7e7e7e;
}

#blogdescription {
	font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:650px;
	margin:5px 0 0 0;
	word-break: break-word;
	letter-spacing: .07em;
	font-weight: 100;
	color:#7e7e7e;
}

#blogtitle a {
	color:#0092e0;
}


div.post-thumbnail {
	margin:25px 0px;
}

#nav {
	width:1100px;
	margin-top:30px;
	margin-left:-62px !important;
}

div.nav {
	margin-left:-16px !important;
}

ul.nav {
	margin:0 0 0 -9px;
}

ul.nav li, ul.children li  {
	list-style-type: none;
	float: left;
}

ul.nav li a {
	list-style-type: none;
	margin:10px 10px 0 0;
	float: left;
	text-decoration: none;
	padding:10px 13px 10px 13px;
	font-family: Helvetica;
	font-size:15px;
	color:#4e4e4e;
	font-weight:600;
	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background-color: #f0f0f0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

ul.nav li.current_page_item a , ul.nav li.current_page_item a:hover {
	background-color: #0092e0;
	color:#fff;
   -webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
   cursor:pointer;
}

ul.nav li a:hover {
	background-color: #0092e0;
	color:#fff;
   -webkit-transition: 0.2s;
   -moz-transition: 0.2s;
   -o-transition: 0.2s;
   cursor:pointer;
}

.header {
	border-radius: 5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	background-position: center center;
	box-shadow: 0 0 0 #fff;
	background-size: cover;
	margin:30px 0 0 0;
}

ul.footer-menu {
margin:0 0 0 -40px;
text-align:center;
font-size:14px;
}

ul.footer-menu li.menu-item {
	display:inline;
	margin:0 10px 0 10px;
}

#slogan {
    position: absolute;
    margin:-310px 0px 0 0px;
    float:left;
    max-width:900px;
    word-break: break-word;
    line-height: 30px;
    padding:10px 20px;
    background-color: rgba(28,28,28,0.40);
	color:#fff;
	font-family: Helvetica;
	font-weight: 100;
	font-size:20px;
}

#content {
	margin:30px auto 0 auto;
	font-family: "Helvetica";
	font-size:18px;
	width:1000px;
	line-height: 33px;
	font-weight: 100;
	color:#515151;
}

h1 {
	font-family: "Helvetica";
	font-size:32px;
	line-height: 37px;
	font-weight: 100;
	color:#515151;
}

a.h1 {
	color:#515151;
	text-decoration: none;
}

a.heading {
	color:#7e7e7e;
	text-decoration: none;
}

a {
	color: #0092e0;
	text-decoration: none;
}

#calendar {
    margin:-20px 0 0px 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;
}


#search {
    margin:25px 0 0 0px;
	float: right;
}

input.search {
	width:145px;
	margin:-1px 0 0 0;
	border:0;
	background-color: #f6f6f6;
	outline: none;
	border:1px solid #dadada;
	font-size:16px;
	color:#acacac;
	font-family: Helvetica;
	font-weight: 100;
	padding:12px 15px 11px 15px;
	border-radius: 30px;
    -moz-border-radius:30px;
	-khtml-border-radius:30px;
	-webkit-transition: 0.6s;
   -moz-transition: 0.6s;
   -o-transition: 0.6s;
}

input.search:focus {
border:0;
  width:180px;
  margin:-1px 0 0 -35px;
  border:1px solid #dadada;
  color:#676767;
	border-radius:30px;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
	-webkit-transition: 0.6s;
   -moz-transition: 0.6s;
   -o-transition: 0.6s;
}

input.search-sidebar {
	width:205px;
	margin:-1px 0 0 0;
	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;
	border-radius: 30px;
	-moz-border-radius:30px;
	-khtml-border-radius:30px;
	-webkit-transition: 0.6s;
   -moz-transition: 0.6s;
   -o-transition: 0.6s;
}

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

#part {
	margin:-20px 50px 0 0;
	width:700px;
	padding:0 5px 0 0;
}

#part2 {
	margin:-20px 0px 0 0;
	width:100%;
}

#sidebar {
	margin:10px 0 0 0;
}

#sidebar li. {
	
}

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

#sidebar-widget li {
	list-style-type: none;
	margin:0 0 0 -48px;
}

#sidebar-widget h2 {
	font-size:20px;
	font-weight:500;
}

li.recentcomments {
	padding:10px 5px 10px 0px;
	border-bottom: 1px dotted #dedede;
}

li.recentcomments:last-child {
	border:0;
}


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: #0092e0;
	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: #006faa;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}

input.contact-button:hover {
	background-color: #006faa;
	cursor: pointer;
	-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;
}

.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: 100% !important;
	box-shadow: 0 0 3px #c5c5c5;
}


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

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

div.category-links {
	width:700px;
	margin:30px 0 0 0;
}

ul.post-categories {
	list-style-type: none;
	margin:-5px 0 0 -40px;
}

div.category-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 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:700px;
	margin:30px 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-links a:first-child {
	background-color: #efefef;
	padding:5px 10px;
	margin:10px 10px 0 0;
	font-size: 14px;
	border-radius: 5px;
	color: #515151;
}

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;
}

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;
}

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.line-one {
    background-color:#dedede;
    height:1px;
	margin:-5px 0 20px 0;
	width:100%;
}

div.line-two {
	margin:0px 0 30px 0;
	width:100%;
	height:1px;
	background-color:#dedede;
}

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;
}

div.naviline-one {
	margin:25px 0 -20px 0;
	width:100%;
	height:1px;
	background-color:#dedede;
}

div.naviline-two {
	margin:22px 0 30px 0;
	width:100%;
	height:1px;
	background-color:#dedede;
}

div.clearer {
	margin:50px 0 0 0;
}

div.clear-article {
	margin:75px 0 0 0;
}

div.clear-article:first-child {
	margin:0px 0 0 0;
}

div.clear {
	clear:both;
}

div.author {
	background-color: #f8f8f8;
	margin:50px 0 0 0;
	padding:40px;
}

.author-name {
	padding:0 0 0 15px;
}

#author-avatar {
	position:absolute;
	margin:-20px auto 0 auto;
}

#author-description {
	margin:0 0 0 100px;
}

#part #show-comments table {
	
}
#part #show-comments th {
	
}
#part #show-comments td {
	
}

#post { 
	margin:125px 0 0 0;
}

#post:first-child {
	margin:0;
}

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

div.sidebar-heading {
	font-family:Helvetica;
	font-weight:500;
	font-size:20px;
	margin:30px 0 0 0;
}

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

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

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

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

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

div.article-full td:first-child {
	border-top: 1px solid #ddd;
	text-align: left;
	padding: 6px 10px 6px 15px;
}

div.article-full th:first-child {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	padding:0 0 0 15px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

ul.page-navi {
	margin: 0 0 0 -40px;
}

ul.page-navi li {
	display: inline;
	margin:0 0 0 30px;
}

ul.page-navi li:first-child {
	display: inline;
	margin:0 0 0 0px;
}

ul.page-navi ul.children {
	margin:-32px 0 0 80px;
}

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: #0092e0;
}

table[id=wp-calendar] th {
   border-left: 1px solid #007fc9;
   border-right: 1px solid #007fc9;
   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;
}

#footer-text {
	margin:55px auto 30px auto;
	font-size:15px;
	text-align: center;
	color:#515151;
	font-family: Helvetica;
	font-weight: 100;
	font-size:14px;
}

#footer-nav {
	margin:0px auto -40px auto;
	width:1000px;
	text-align: center;
	font-family: Helvetica;
	font-weight: 100;
	font-size:16px;
}

div.line-footer {
	margin:100px auto 25px auto;
	width:1000px;
	height:1px;
	background-color:#dedede;
}



@media only screen and (max-width: 1024px) {

#footer {
    margin:50px 0 20px 350px;
	color:#515151;
	font-family: "Helvetica";
	font-weight: 100;
	font-size:16px;
}

#container {
	margin:0 0 20px 40px;
}

#line {
	display: none;
}


}