/* 
Theme Name: Uncoy
Theme URI: http://foliovision.com/
Description: A grid-based, black and white WordPress theme
Version: 2
Author: Foliovision 
Author URI: http://foliovision.com
Tags: white, three-columns, fixed-width, threaded-comments, sticky-post

License: GNU General Public License (GPL) version 3

*/

/* Additional style for shared.css */

/*@import url("http://www.foliovision.com/shared.css");*/

body {
	font-family: sans-serif;
	/*font-size: 0.9em;*/
	font-size: 16px;
	line-height: 1.4em;
	color: black;
	background: #fff
}


/* =Global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, .more-link  {
	margin:0;
	padding:0;
	}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

blockquote:before, blockquote:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.small {font-size: 85%;}

/* Images in h5 */

a img {
	border: none;
}

h5 {
	margin: 10px;
	padding: 0;
	line-height: 1.3em;
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
}

h5 img {
	padding: 5px;
	background-color: white;
	border: 1px solid silver;
}
	
h5.right {
	margin: 2px 0 2px 10px;
	text-align: center;
	font-weight: normal;
	}
	
h5.left {
	margin: 2px 10px 2px 0;
	text-align: center;
	font-weight: normal;
	}
	
h5.center {
	text-align: center;
	font-weight: normal;
	}
	
h5.center img {
	margin: 0 auto;
	}
	
h5 a {
	text-decoration: none !important;
	color: #696969;
	}

h5 a:link {
	text-decoration: none !important;
	color: #696969;
	}
	
h5 a.hide-link:hover, h5 a.hide-link:focus, h5 a.hide-link:active, h5 a.hide-link:visited {
	text-decoration: none !important;
	color: #696969;
}
a.photo-credits:link, a.photo-credits:hover, a.photo-credits:focus, h5 a.photo-credits:active, a.photo-credits:visited {
	text-decoration: none !important;
	color: #696969;
}

h5.noborder img {
	border: none;
}

img.noborder {
	border: none;
}

.noborder {
	border: none;
}

.clear {
	clear: both;
}
.clear:before,
.clear:after,
.widget:before,
.widget:after {
	content: "";
	display: table;
}
.clear:after,
.widget:after {
	clear: both;
}

strong {font-weight: bold}
em {font-style: italic}
small {font-size: 0.85em}

p {
  margin: 0px 0px 10px 0px;
}

blockquote {
  margin: 0px 0px 10px 20px;
  padding: 10px 20px;
  border-left: 10px solid silver;
  background-color: #f2f2f2;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

ul, ol {
	margin: 0px 0px 10px 40px;
	padding: 0;
}
ul li, ol li {
	margin: 0;
	padding: 0;
}

/* =Layout
------------------------------------------------------------------*/

#wrapper {
	width: 60em;
	margin: 0 auto;
}

#main_nav {
	width: 10em;
	margin: 1.5em 0 0 0;
	float: left;
	display: inline;
	/*position: fixed;*/
}

#content {
	width: 50em;
	margin: 2em 0 0 0;
	float: right;
	display: inline;
	min-height: 30em;
}

#entry_content {
	width: 30em;
	margin: 0 2.5em 0 4.5em;
	float: left;
	display: inline;
}

#supplementary {
	width: 11em;
	margin: 0 0 0 0;
	float: right;
	display: inline;
}

#footer_contact {
	width: 15.7em;
	float: right;
	display: inline;
}

#footer_info {
	margin: 0 0 0 20em;
    width: 45em;
	float: left;
	display: inline;
}

#main_nav ul {
	margin: 2.5em 0 0 0;
}


.meta ul {
	margin: 1em 0 0 0;
}

.meta li {
	margin: .3em 0 0 0;
	line-height: 1.5em;
	padding: 0 0 .2em 0;
}

ul#categories li, ul#archives li {
	border-bottom: 0;
}

#footer {
	clear: both;
	border-top: 1px solid #000;
}

.date, .description {
	margin: .3em 0 1.5em 0;
	padding: 0;
	padding-top: 3px;
}

.top-stories {
    clear: both;
    min-height: 120px;
    background-color: #787878;
}
.top-stories .textwidget {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.top-stories-title {
    float: left;
    background-color: maroon;
    padding: 2%;
    box-sizing: border-box;
    width: 18%;
    position: relative;
}
.top-stories-title h4 {
    font-size: 18px;
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.top-stories-posts {
    float: right;
    width: 76%;
}
.top-stories-posts ul {
    list-style: none;
    margin: 9px 0 0;
    font-size: 13px;
    max-width: 590px;
}
.top-stories-posts ul li {
    margin-bottom: 7px;
}
.top-stories-posts ul li a {
    color: #fff;
    display: block;
    line-height: 1.2;
}
.top-stories-posts ul li a:after {
    background: url('images/link-icon.png') no-repeat center top;
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-left: 4px;
}
.top-stories-posts ul li a:hover {
	color: #ccc;
}
.top-stories-posts ul li:hover a:after {
	background-position: center bottom;
}

.header {
	margin: 0 0 1.5em 0;
}

.entry {
	margin: 0 0 4em 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry img.alignright {
	margin: 0 0 .5em 1em;
}

.entry img.alignleft {
	margin: 0 1em .5em 0;
}

.offsite img {
	margin-top: 1em;
	border: 0;
}

#main_nav h1.masthead a {
	line-height: 1em;
	font-size: 0.9em;
}

dd.gallery-caption {
	font-size: 11px;
	color: #CCC;
	line-height: 12px;
	margin-top: .5em;
}

.entry .gallery {
	margin-top: 0;
	padding-top: 0;
}

/* =Typography
------------------------------------------------------------------*/

#entry_content .sticky {
	border: 1px dotted #CCC;
	padding: 15px;
	margin-bottom: 20px;
}


/* =Typography
------------------------------------------------------------------*/

body, .delicious-desc {
	background: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
}

h1, h2, h3, h4 #main_nav ul, .date, .description, .ctitle, .fin,
 	.entry > p:first-child:first-line, .error, .navigation, .more-link, .comment-author, .comment-meta, .entry .more {
	font-family: "Hoefler Text", "Constantia", Georgia, "Times New Roman", Times, serif;
}

h1, .date, .description {
	font-variant: small-caps;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.15em;
}

h3 {
	font-size: 1.7em;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #eee;
}

#supplementary h3, h2.widgettitle, .meta h2 {
	margin: 2em 0 -.7em 0;
	font-size: 1.15em;
	font-variant: small-caps;
	border-bottom: none;
}

.widget li {
	border-bottom: 0;
}

.widget_archives select {
	margin: 10px 0 0 0;
}

h4 {
	font-size: 1.4em;
	margin: 2em 0 0 0;
	font-variant: small-caps;
}

h5 {
	font-size: .8em;
	margin: .2em 0 1.5em 0;
	line-height: 10px;
}

h5:first-line {
	line-height: 1px;
}

#main_nav ul {
	text-transform: uppercase;
	font-size: .75em;
	list-style-type: none;
}

.entry {
	font-size: .87em;
	line-height: 1.4em;
}

#entry_content p {
	margin: .7em 0 1.4em 0;
}

.description, .date  {
	font-size: .8em;
	line-height: 1.2em;
	color: #aaa;
}

.commentcount {
	color: #aaa ;
}

#entry_content .date {
	margin: -2em 0 2em 0;
}

.entry > p:first-child:first-letter {
	font-size: 2em;
}

.entry > p:first-child:first-line {
	font-variant: small-caps;
	font-size: 1.3em;
}

.entry ul, .entry ol {
	margin: 1.5em 0 0 0;
	padding-left: 2.2em;
}

#search {
	margin-top: 0.5em;
	border-bottom: 1px dotted #999;
}

.search {
	text-transform: uppercase;
	font-size: .7em;
	padding-right: .5em;
}

#searchform {
	margin-top: -1em;
	text-align: left;
	padding: 0 0 1em 0;
	}

input {
	border: 1px solid #666;
	}
	
#searchsubmit, .IE6_hack {
	padding: 2px;
	_padding: 0;
	margin: 0;
	font-size: 10px;
}

blockquote {
	width: 90%;
	margin: 2em auto;
	padding: 0 0 0 1em;
	border-left: 2px solid #000;
	font-style: italic;
}

.entry img {
	margin: .5em auto 0 auto;
	padding: 3px;
	/*border: 1px solid #000;*/
	display: block;
	max-widht: 100%;
	height: auto;
}

#entry_content .caption {
	margin: -2.4em 2em 1.5em 0;
	font-size: .85em;
	color: #666;
	text-align: center;
}

#entry_content .caption a, ol.footnotes a {
	font-size: 1.0em;
}

#entry_content h3 a {
	font-weight: normal;
	font-variant: small-caps;
	color: #000;
	font-size: .75em;
}

#supplementary ul {
	list-style-type: none;
}

#supplementary ul li ul li {
	border-bottom: 1px dotted #EEE;
}

#supplementary p {
	line-height: 1.5em;
}

.meta {
	margin: 0;
	font-size: .7em;
	line-height: 1.9em;
}

.footnotes {
	margin: 3em 0 0 0;
	padding-left: 2.2em;
	border-top: 1px dotted #999;
	font-size: .85em;
	line-height: 1.2em;
}

li.footnote {
	margin-top: .5em;
}

.wp-tag-cloud {
	padding-left: 0;
}

.highlight {
	color: maroon;
}

.error {
	font-size: 5em;
	text-align: center;
}

#footer {
	font-size: .7em;
	line-height: 1.7em;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer_contact {
	padding: 1em 0 1em 1em;
}

#footer_info {
	height: 3.2em;
	padding: 1em 1.9em 1em 1em;
	border-right: 1px dotted #000;
}


#entry_content .fin {
	text-align: center;
	font-size: 1.3em;
	margin: 3em 0 4em 0;
}

.more-link .bracket {
	line-height: 5em;
	font-size: 1.5em;
}

.post_nav {
	/*position: fixed;*/
	/*width: 15.5em;*/
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	color: gray;
}

#main_nav .post_nav h3 {
	margin: 30px 0 5px 0;
	padding: 0;
}

#main_nav .post_nav ul {
	margin: 0px 0 5px 0;
	padding: 0;
}

#main_nav .post_nav ul li {
	margin: 2px 0 2px 0;
	padding: 0;
}

#main_nav .post_nav a {
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}

#main_nav .post_nav a:hover {
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
}

code {
	font-size: 1.2em;
}

.navigation {
	font-size: .9em;
	border-top: 1px solid #EEE;
	font-variant: small-caps;
}

.spacer {
	height: 2em;
	background: url(./images/spacer.png) top center no-repeat;
	padding-right: 1em;
}


/* =Link Styles
------------------------------------------------------------------*/

a {
	color: #666;
}

#main_nav h1.masthead a {
	color: /*maroon*/ gray;
}
#main_nav h1.masthead a:hover {
	border-right: none;
}

h2 {
	border-bottom: 1px solid #EEE;
}

h2 a, #main_nav a {
	color: #000;
}

h2 a:hover {
	color: /*#CCC*/ gray;
	/*border-bottom: 1px solid maroon;*/
}

h3 {
	margin: 2em 0 0 0;
}

img a, img a:hover {
	text-decoration: none;
}

.entry a, .navigation a {
	font-weight: bold;
	/*font-size: 12px;*/
	color: #000;
	border-bottom: 1px solid #EEE;
}

.entry a:hover, .navigation a:hover {
	color: maroon;
	border-bottom: 1px dotted #333;
}

.entry sup {
	font-size: 11px;
	color: #aaa;
}

.entry sup a {
	border: 0;
	color: #3399FF;
	margin: 0;
	font-weight: normal;
	font-size: 10px;
}

#supplementary .post_nav ul.about_nav li a, #supplementary .post_nav ul.single_post_meta a, #supplementary ul.contact_key li a {
	color: #888888;
	border-bottom: 0;
}

#main_nav li {
	border-bottom: 1px solid #EEE;
}

#main_nav a {
	display: block;
	width: 100%;
	line-height: 1.6em;	
	padding-top: .3em;
}

#main_nav a:hover, .current_page_item, .current {
	width: 100%;
	border-right: 3px solid #EEE;
}

#footer a {
	border-bottom: 1px solid #eee;
}

#footer a:hover {
	color: maroon;
	border-bottom: 1px solid maroon;
}

#supplementary a {
	color: #888;
}

#supplementary a:hover {
	color: maroon;

}

#supplementary .offsite a, .offsite a img {
	border: 0;
}

.entry h3 a, .entry h3 a:hover {
	text-decoration: none;
	border: 0;
}

.entry a.more-link, .entry .more {
	font-variant: small-caps;
	font-size: 1em;
	border: 0;
	/*text-align: center;*/
	/*display: block;*/
	margin: 1em auto;
	text-transform: none;
	font-weight: normal;
	clear: both;
	
}


/* =Plug-in Styles
------------------------------------------------------------------*/

ul.delicious {
	list-style-type: none;
}

ul.delicious li {
	margin: 1em 0;
	line-height: 1.5em;
	padding-bottom: .8em;
}

.twitter {
	margin: 0 0 4em 0;
	font-size: .7em;
	color: #999;
}

.smartarchives {
	margin: 2em 0 3em 0;
	font-size: .8em;
}

.smartarchives ul {
	margin: 0 0 1.5em 0;
	list-style-type: none;
}
	
.smartarchives h2 {
	margin: 0 0 0 0;
}

.smartarchives h2 a {
	text-decoration: none;
	color: #000;
	border: 0;
}

.smartarchives h2 a:hover {
	text-decoration: none;
	border: 0;
}

.monthly {
	clear: both;
	padding-top: 3em;
}

ul.archive_block {
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 2em;
}

#content .archive_block li {
	float: left;
	display: inline;
	padding: 5px 7px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	margin-left: .2em;
	margin-bottom: .2em;
}

#content .archive_block li.empty {
	font-size: 11px;
	color: #333;
}

#content .smartarchives .archive_block li a {
	color: #CCC;
	border-bottom: 0;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px dotted #336699;
	
}

.contactform {
	margin: 2em 0;
}

.contactform label {
	font-weight: bold;
}

.contactleft {
	margin: 1em 0 0 0;
}

#contactsubmit {
	margin: 1em 0 0 0;
}




/* =Threaded Styles
------------------------------------------------------------------*/

ul.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

ul.commentlist span.says {
	display: none;
}

ul.commentlist .comment-author, ul.commentlist .comment-meta {
	font-variant: small-caps;
}

ul.commentlist .comment-meta {
	margin-top: -.5em;
}

ul.children {
	list-style-type: none;
}

h3#comments {
	margin-bottom: 1em;
	clear: both;
	line-height: 1.3em;
}

ul.commentlist .navigation {
	border: 0;
}

ul.commentlist .comment.bypostauthor .vcard img {
	border: 1px solid maroon;
}

ul.commentlist .comment .comment-author.vcard img{
	border: 1px solid #000;
}

.depth-2 {
	margin-top: 2em;
}


/* =Comment Styles
------------------------------------------------------------------*/
ul.commentlist, ul.commentmeta {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


ul.commentmeta {
	margin-top: 2em;
}

img.avatar {
	margin: 0 1em 0 0;
	float: left;
	display: inline;
}

.commenttext {
	margin-left: 4.4em;
	border-bottom: 1px dotted #000;
	padding-bottom: 1.5em;
}

#comments, #respond {
	margin: 3em 0 0 0;
	border: 0;
}

.moderation {
	margin-left: 4.4em;
}

.ctitle {
	/*font-variant: small-caps;*/
	font-weight: normal;
}

#entry_content .commentlist .ct_comment_info {
       border-radius:0;
       border:0 !important;
       top:0;
       padding:7px 0;
       font-size:14px;
}
#entry_content .commentlist .ct_comment_info_title {
       padding:0;
       color:#aeaeae;
       position:relative;
       top:-2px;
}
#entry_content .ct_comment_info p {
       margin: 0;
}
.ct_comment_info p.ct_comment_logo_title {
	bottom: -20px;
	display: none;
}
.entry .ct_comment_info img {
	display: inline-block;
	margin: 0;
	padding: 0;
}

/* =Better image scaling in IE
------------------------------------------------------------------*/

img { -ms-interpolation-mode:bicubic; }


/* =Required 
------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#entry_content .entry p.wp-caption-text {
	color: #CCC;
	text-align: center;
	font-size: 11px;
	margin-top: 0;
}

/* =Widget
------------------------------------------------------------------*/
.textwidget {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}

small, .small {font-size: 12px;}

/* class for floating column inside article */

.sidebar{
  width: 200px;
  background-color: #f1f0f2;
  border: 1px solid silver;
  margin-left: -260px;
  padding: 0 7px;
  position: absolute;
  top: 600px;
  left: auto;
  font-size: 0.8em;
}

.sidebar h3 {
  margin-top: 1.0em; 
  margin-bottom: 1.0em;
  font-size: 1.5em;
  line-height: 1.6em;
}

.wysiwyg {
    font-size: 90%;
    padding: 10px;
    width: 500px;
}

.wysiwyg > p:first-child:first-letter {
	font-size: 1em;
}

.wysiwyg > p:first-child:first-line {
	font-variant: normal;
	font-size: 1em;
}
#archives-3 h2 {
  padding-bottom: 15px;
}

/* related_posts class */
ol.related_posts {
  margin: 0;
  padding: 0;
}
.related_posts li {
  display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
.related_posts img {
    padding: 0;
    margin: 0;
}
.related_posts li a {
  display:block;
  margin: 0;
	padding: 7px;
  width: 104px;
  min-height: 180px;
  position: relative;
  float: left;
  font-size: 0.8em;
  line-height: 1.4em;
  color: black;
  border-right: 1px solid #ddd;
  border-bottom: 0;
  text-decoration: none;
}
.related_posts li a:hover {
  background-color: #eee;
  text-decoration: none;
  border-bottom: 0;
}
.related_posts li a img {
  border: 1px solid #ddd;
  padding: 2px;
}
.related_posts li.last a { border-right: none; }
.noimage {
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0;
  background: url('images/noimage.png') 2px 2px no-repeat;
}

.red {
color: red;
}

