﻿/*   
Theme Name: Emerging Pictures
Theme URI: http://devolux.org/jq
Description: Based on the jQ WordPress theme and the designs of emergingpictures.com and operaincinema.com. Description of jQ theme: A clean theme with two columns, four widget areas, theme options and loads of jQuery functions (dynamic dropdown navigation, font resizing and more). The theme options include a movable sidebar, custom colours, excerpts on index pages, category or page navigation, sans-serif/serif fonts and several colour schemes. 
Author: Geoffrey Booth and Devolux (jQ)
Author URI: http://www.geoffreybooth.com
Version: 1.0
Tags:one-column, fixed-width, theme-options, custom-colors, blue, green, dark
. Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
*/
/*       ###############################
         BASIC TAGS
         ############################### */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	color: #666;
	background: top center no-repeat #e8e8e8;
}
.gmnoprint div {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.8em 0 0 0;
}
p {
	margin: 0px 0px 0.6em 0px;
}
a {
	outline: none;
	text-decoration: none; /*	color: #8a8a8a; */;
	color: #2A2E39;
}
a:hover {
	/*	color: #215c97; */
	color: #8A8A8A;
}
a img {
	border: none;
}
/*       ###############################
         BASIC LAYOUT
         ############################### */
div#outline {
	margin: 0 auto;
	width: 962px;
}
div#outline.right-sidebar {
	background: transparent url(img/bg-ltr-with-right-sidebar.gif) repeat-y scroll 0 0;
}
div#outline.left-sidebar {
	background: transparent url(img/bg-ltr-with-left-sidebar.gif) repeat-y scroll 0 0;
}
div#outline.no-sidebar {
	background: transparent url(img/bg-ltr-with-no-sidebar.gif) repeat-y scroll 0 0;
}
div#header {
	margin: 0 10px;
	background-color: black; /* override this in a custom css file in /css, with a filename of the slug for the page's topmost parent */;
	text-align: center;
	padding: 20px;
}
div#nav {
	position: relative;
	z-index: 2;
	width: 942px; /*	height: 38px; // Breaks when user makes text bigger */;
    overflow: hidden;
	background-image: url(img/nav.png); /*	border-right: 1px #333333 solid; */;
	margin: 0 12px 0 10px;
}
div#content {
	clear: both;
	z-index: 1; /*	background: #FFFFFF repeat scroll 0 0;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	width: 922px;
*/;
	padding: 10px 20px 0;
}
div#main {
	width: 780px;
	margin: 0;
/*	line-height: 2.0; */
}
div#main.left {
	float: left;
	padding: 0 0 10px 0;
}
div#archive.left {
    float: left;
    padding: 0 10px 0 15px;
    width: 750px;
}
div#single.left {
    float: left;
    padding: 0 10px 0 15px;
    width: 750px;
}
a.more-link {
    line-height: 20px;
}
div#main.right {
	float: right;
	padding: 10px 0 10px 10px;
}
div#sidebar {
	width: 120px;
	margin: 0;
}
div#sidebar.left {
	float: left;
	padding: 0 0 10px 0;
}
div#sidebar.right {
	float: right;
	padding: 10px 0 10px 10px;
}
p#toggle-all {
	float: right;
	width: 100px;
	margin: 0;
	padding: 0;
}
div.headline {
/*	margin: 40px 0 0 20px;*/
	margin: 10px 0 5px 0;
}
div.excerpt {
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #ccc;
/*	margin: 0 0 0 20px;*/
}
div.post-single {
	margin: 0 0 20px 0;
}
div.preview {
	float: right;
	background: url(img/preview.png) no-repeat;
	margin: 15px 0 0 0;
}
div.preview2 {
	float: right;
	background: url(img/preview2.png) no-repeat 0px -20px;
	margin: 15px 0 0 0;
}
div.preview a {
	display: block;
	width: 20px;
	height: 20px;
	color: #ccc !important;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-weight: normal;
}
div.date {
    display: none;
	position: absolute;
/*	width: 60px;*/
	width: 70px;
	height: 60px;
	padding: 10px 0;
/*	margin: 0 0 0 -80px;*/
        margin: 22px 0 0 -75px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.single_content {
	clear: both;
	margin: 0 0 50px 0px;
}
div.bookmarks {
    display: none;
	text-align: right;
	float: right;
}
div#appendix {
	clear: both;
	padding: 30px 30px 30px 0px;
	margin: 0 0 50px 0;
}
div#appendix.right {
	background: url(img/bg-footer-with-right-sidebar.gif) no-repeat bottom;
}
div#appendix.left {
	background: url(img/bg-footer-with-left-sidebar.gif) no-repeat bottom;
}
div#appendix.no-sidebar {
	background: url(img/bg-footer-with-no-sidebar.gif) no-repeat bottom;
}
div.app_widget {
	float: left;
	width: 260px; /* one-third the width of div#main above */;
	padding: 0px 0px 0px 30px;
}
div.app_widget_full {
	width: 780px; /* use the same width as div#main above */;
	padding: 0px 0px 0px 20px;
}
div#appendix div.widget {
	padding: 20px 0 0 0;
}
/*       ###############################
         NAVIGATION
         ############################### */
div#nav ul {
	list-style: none;
    position: relative;
	float: left;
    left: 50%;
}
div#nav li {
    position: relative;
	float: left;
    right: 50%; /* See http://www.cssplay.co.uk/menus/centered.html */
	border-left: 1px solid #222;
}
div#nav li a {
	display: block;
	margin: 0;
	padding: 11px 16px 10px 16px;
	color: #f5f5f5;
	text-decoration: none;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 130%;
}
div#nav li:first-child {
    border-left: none;
}
div#nav li a:hover {
	background: #111;
	color: #fff;
}
ul#mail_rss a {
	text-decoration: underline !important;
}
/*       ###############################
         WIDGETS
         ############################### */
.widget {
}
div.widget h4 {
	border-bottom: 1px dotted #ccc;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
div#sidebar, div#appendix {
	font-size: 120%;
}
div#sidebar ul, div#appendix ul {
	list-style: none;
	padding: 0;
}
div.widget h4 {
	font-size: 130%;
	margin: 0;
	padding: 0 0 3px 0;
}
div.widget a {
	display: block;
	padding: 5px 0px;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 110%;
	color: #215c97;
}
div.widget a:hover {
	color: #666;
	text-decoration: underline;
}
div.widget li {
	padding: 0 0 0 5px;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}
div.widget li li {
	padding: 0 0 0 20px;
	margin: 0;
	background: none;
	border-top: none;
	border-bottom: none;
}
div#tag_cloud a {
	display: inline;
}
div#tag_cloud {
	min-height: 130px;
}
div#archives {
	min-height: 130px;
}
.textwidget, .textwidget a {
	font-family: Constantia, Cambria, Garamond, Georgia, serif;
	font-style: italic;
	font-size: 120%;
}
.textwidget p {
	margin: 0;
	padding: 0;
}
/*calendar*/
table#wp-calendar {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	text-align: center;
	font-size: 14px;
}
table#wp-calendar a {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
table#wp-calendar caption {
	padding: 0 0 5px 0;
}
table#wp-calendar th {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
table#wp-calendar th, td {
	
	height: 30px;
}
/*       ###############################
         FOOTER
         ############################### */
ul#footer-links {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	list-style: none;
    position: relative;
	float: left;
    left: 50%;
}
ul#footer-links li {
    font-style: normal;
    position: relative;
	float: left;
    right: 50%; /* See http://www.cssplay.co.uk/menus/centered.html */
	border-left: 1px solid #222;
    border-bottom: 0;
    padding-right: 5px;
}
ul#footer-links li a {
    font-style: normal;
	display: block;
	margin: 0;
	text-decoration: none;
    padding: 0;
}
ul#footer-links li:first-child {
    border-left: none;
}
ul#footer-links li a:hover {
	background: #215C97;
	color: #fff;
}
ul#footer-links li#footer-link-copyright {
    padding-top: 2px;
    font-style: italic;
}

/*       ###############################
         TEXT
         ############################### */
div#blog-line h1 a {
	font: normal 60px Constantia, Cambria, Garamond, Georgia, serif;
	color: #fff;
}
div#blog-line h1 {
	font: 40px Constantia, Cambria, Garamond, Georgia, serif;
	padding: 20px 0;
	margin: 0;
	color: #fff;
	letter-spacing: -2px;
}
div#main {
	font-size: 120%;
}
div#main a {
	color: #215c97;
}
div#main a:hover {
	color: #666;
	border-bottom: 1px #ccc dotted;
	margin-bottom: -1px;
}
div#main h1 {
	float: left;
	font: bold 22px Constantia, Cambria, Garamond, Georgia, serif;
/*	min-width: 450px;*/
	letter-spacing: -1px;
}
div#main h1.page_headline, div#main h1.archive_title {
	margin: 0 0 10px 0;
	font: bold 26px "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	color: #215c97;
}
div#main h1 a {
	color: #666;
	display: block;
}
div#main h1 a:hover {
	color: #215c97;
	text-decoration: none;
}
div#main h2 {
	font: bold 150% Constantia, Cambria, Garamond, Georgia, serif;
	margin: 0 0 10px 0;
}
div#main h2.archive-title {
	margin: 10px 0 0 20px;
	font: bold 26px "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	color: #215c97;
}
div#main h3 {
	font: bold 120% Constantia, Cambria, Garamond, Georgia, serif;
	color: #444;
	margin: 0 0 5px 0;
}
div#main ul, ol {
	margin: 0 0 20px 20px;
}
div.excerpt {
	font-size: 120%;
}
div.single_content {
	font-size: 120%;
}
p#font-resize a {
	display: inline;
	font-weight: bold;
	padding: 0px 5px;
}
p#font-resize a#default {
	font-size: 120%;
}
p#font-resize a#larger {
	font-size: 130%;
}
p#font-resize a#largest {
	font-size: 150%;
	padding-right: 0;
}
p#toggle-all a {
	display: block;
	width: 80px;
	height: 20px;
	padding: 0 0 0 30px !important;
	font: 12px bold "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
}
a.show-all {
	background: url(img/toggle.png) no-repeat;
}
a.hide-all {
	background: url(img/toggle.png) 0px -20px no-repeat;
}
p.previous-posts {
	margin: 50px 0 0 0;
	float: left;
	font-size: 120%;
}
p.next-posts {
	margin: 50px 0 0 0;
	float: right;
	font-size: 120%;
}
div.date {
	font: normal 14px Constantia, Cambria, Garamond, Georgia, serif;
	text-align: center;
	color: #666;
}
p.date-month {
	margin: 2px 0 15px 0;
	color: #999;
	font: normal 32px Constantia, Cambria, Garamond, Georgia, serif;
}
p.post_info {
	font-size: 100%;
        display: none;
}
p.tag_info {
	margin: 0;
	font-size: 100%;
        display: none;
}
p.offset {
	margin: 5px 0;
}
p.wp-bookmark {
	margin: 0;
}
.wp-logo {
	float: left;
}
div#credits {
	margin: 0 0 0 65px;
	padding: 5px 10px;
	height: 46px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font: 120% normal Constantia, Cambria, Garamond, Georgia, serif;
}
a#totop {
	float: right;
	font: bold 120% "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
}
.category-link {
	background: url(img/page.png) no-repeat;
}
.comment-link {
	background: url(img/comments.png) no-repeat;
}
.tag-link {
	background: url(img/tag-blue.png) no-repeat;
}
.hide-link {
	float: right;
	padding: 5px 0 0 0;
}
.user-name {
	background: url(img/user-green.png) no-repeat;
}
.user-mail {
	background: url(img/email.png) no-repeat;
}
.user-url {
	background: url(img/world-edit.png) no-repeat;
}
.user-comment {
	background: url(img/comment-add.png) no-repeat;
}
.info-icon {
	padding: 3px 0 3px 20px;
	margin: 0 0 0 0px;
	background-position: 0px 4px;
}
.clear {
	clear: both;
}
code {
	font: normal 120% Courier, serif;
}
/*      ##################################
           COMMENTS
        ################################## */
div.comment {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
p.comment-details {
	font: bold 130% Constantia, Cambria, Garamond, Georgia, serif;
}
.avatar {
	float: left;
	margin: 0 20px 0 0;
	border: 3px solid #ccc;
}
div.comment-text {
	margin: 14px 0 0 0;
}
h2#comment-header {
	margin: 40px 0 10px 0 !important;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px 0;
}
h2#respond {
	margin: 40px 0 10px 0 !important;
}
h3#no-comments {
	font: italic bold 110% Constantia, Cambria, Garamond, Georgia, serif !important;
	color: #666 !important;
}
/*        ##################################
           FORMS
        ################################## */
label {
	display: block;
	margin: 0 0 5px 0;
}
.text {
	width: 350px;
	margin: 0 0 10px 0;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top #fff;
	border: 1px solid #ccc;
}
input, select {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 5px 0 0;
	background: transparent url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #f5f5f5;
}
textarea {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Geneva, Verdana, Arial, sans-serif;
    font-size: 110%;
/*	width: 450px; */
    width: 725px;
	height: 150px;
	margin: 0;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.submit, input[type=submit] {
	width: auto;
	padding: 5px 20px;
	margin: 5px 0;
	color: #fff;
	background: url(img/bg-small-dark-bottom-gradient.png) #333;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.submit:hover, input[type=submit]:hover {
	background: #111;
	cursor: pointer;
}
fieldset {
    border: 0;
}
/*        ##################################
           SEARCHFORM
        ################################## */
input#search {
	width: 150px;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}
#search-submit {
	width: 30px;
	padding: 5px;
	color: #fff;
	background: #333;
	border: none;
}
/*        ##################################
           WORDPRESS CSS
        ################################## */
img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
img.alignleft {
	float: left;
	margin: 0 50px 30px 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
a img.alignleft {
	float: left;
	margin: 0 50px 30px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 110%;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*        ##################################
           SUPERFISH
        ################################## */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
	margin: 0 !important;
}
.sf-menu ul ul li {
	margin: 0 !important;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 34px; /* match top ul list item height */;
	z-index: 1000;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */;
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */;
	top: 0;
}
/*** CUSTOM STYLES ***/
.sf-menu li ul {
	background: #222;
	border: 1px solid #000;
	border-top: none;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	filter: alpha(opacity=90);
}
.sf-menu li li ul, .sf-menu li li li ul {
	background: #222;
	border: 1px solid #000;
	border-top: none;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	filter: alpha(opacity=100);
}
/*       ###############################
         CLEARFIX
         ############################### */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear: both;
}
.fullwidth {
	width: 100%;
}
.halfwidthfloat {
    width: 50%;
    float: left;
}
