/*
Theme Name: Photokonnexion
Theme URI: http://wordpress.org/extend/themes/coraline/
Description: Theme enhancements for Photokonnexion.com
Author: Netkonnexion
Author URI: http://www.netkonnexion.com/
Template: coraline
Version: 1.1
*/

@import url("../coraline/style.css");

p { margin-bottom:  1.3em; }

/* Allows author name to display in coraline theme */
.byline {
display:inline;
position:static;
margin-right:4px;
}

.entry-content h4 {
	color: #555;
	font-size: 17px;
	font-style: italic;
}

.entry-content h5 {
	font-size: 15px;
}

.special-h4 {
	color: #666666;
	font-size: 1em;
	font-style: italic;
}
/* used to produce txt same as <h4>xxx</h4> but for <span>use */

.hiddenpara{
	border-bottom: 1px solid #ffcccc;
	border-top:  1px solid #ffcccc;
}
/*3px solid #000; This is the thick line used in the widget area to go on border-top  - 
grey colour #ccc 
red colour ff6666*/

/* Border around the author box */
.authorbord{
	border-bottom: 1px solid #ccc;
} /* 	extinct: border-top: 3px solid #ccc; */

/* styling for the resource links on specific subjects */
.resourcelinks{
	border-left:3px solid #999999;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom:-1em;
}

 /* Style for the div that sets up the include for write4 see: */
.write4{
	width: 92%;
	border: 3px solid #c0c0c0;
	padding: 5px 20px 20px 20px; 
	margin: 0 0 0 0;
	border-radius: 8px;
}

 /* Styles the border for definitions */
.definition{
	margin-bottom: -1em;
	width: 92%;
	border: 1px solid #c0c0c0;
	padding: 0px 15px 0px 20px;
	border-radius: 8px;
}

.linklist{
	width: 92%;
	border: 2px solid #e9e9e9;
 	background-color: #f8f8f8;
	padding: 5px 10px 10px 10px; 
	margin-bottom: 5px;
	border-radius: 12px;
} /* Styles the box for bottom-of-page links */

.boxcode{
	font: 12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
	width: 92%;
	border: 1px dotted #666666;
 	background-color:#F0F0F0;
	padding:10px;
        margin:15px 10px 10px 10px;
} /* Styles the <pre> and <code> box for code presentation and similar (old border colour #e9e9e9)*/

 /* Used for the style for 'Photokonnexion' when used inline */
.pkntxt{
	color: #777777;
	font-size: 14px;
	font-style: italic;
        font-weight: bold;
}

.break{
	margin-top: 3px;	
	margin-bottom: 3px;
}

/* specialtxt class
-------------------
Use the specialtxt class to substitute the heading 
for use in <span> as an inline rendering */

/* The following margins are not required for inline rendering... thus: margins exclusion starts>>
.specialtxt {
	margin: 0.85em 0 0 0;
}
.specialtxt-h1,
.specialtxt-h2,
.specialtxt-h3,
.specialtxt-h4 {
	margin-bottom: 0.425em;
}
<< End of margins exclusion */

.specialtxt-h1,
.specialtxt-h2 {
	font-size: 28px;
	line-height: 34px;
}
.specialtxt-h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.425em;
}
.specialtxt-h3 {
	letter-spacing: 0.025em;
	text-transform: uppercase;
}
.specialtxt-h4 {
	color: #777777;
	font-size: 17px;
	font-style: italic;
}
.specialtxt-h5,
.specialtxt-h6 {
	font-weight: bold;
}
.specialtxt-h5 {
	font-size: 14px;
}
.specialtxt-h6 {
	font-size: 11px;
}
/* End of .specialtxt class */

/* Class tinytxt
----------------
use for making headings in definitions tiny but readable */
.tinytxt {
	font-size:8px;
	letter-spacing:0.025em;
	text-align:right;
	color:#c0c0c0;
} /* end of class tinytxt (old margin css line: margin: -3em 0 0 0;*/


/* Class tinyref
----------------
use for reference numbers/letters etc. */
.tinyref {
	margin: 0 0 -2em 0;
	font-weight: bold;
	font-size: 8px;
	letter-spacing: 0.025em;
	text-align: right;
	color: #c0c0c0;
	text-transform: uppercase;
}
/* << end of .tinyref class */

/* Links - Clear text links - used so tiny text does not show directly as a link */
a.tiny:link {
	color: #c0c0c0;
        text-decoration: none;
}
a.tiny:visited {
	color: #c0c0c0;
}
a.tiny:active, a.tiny:hover {
	color: #c0c0c0;
}

/* Updates the image caption border css from Coraline */
.wp-caption {
	background: #eee;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin-bottom: 1.2em;
	padding: 5px 3px 5px 3px;
	text-align: center;
	max-width: 96%;
}

/*Layout for blockquotes */
/*-----------------------*/
/* Laid out in a line because IE9 is very buggy and does not show properly unless like this and in compatibility mode. */
blockquote{font-style:italic;line-height:1.7em;border-left:4px solid #c0c0c0;border-right:4px solid #c0c0c0;width:400px;padding:12px 5px 0px 5px;margin-bottom:1.3em;margin-left:35px;background-color:#f9f9f9;quotes:"\201c" "\201d" "\2018" "\2019";} 
/*  	quotes: "\201c" "\201d" "\2018" "\2019"; */

blockquote:before{content:open-quote;color:#9e9e9e;font-weight:bold;font-size:3em;vertical-align:-.7em;}
blockquote:after{content:close-quote;color:#9e9e9e;font-weight:bold;font-size:3em;}

/* blockquote for readability commented out...
blockquote {
	font-style: italic;
        line-height: 1.7em;
        border-left: 4px solid #c0c0c0;
        border-right: 4px solid #c0c0c0; 
 	width: 400px;
 	padding: 12px 5px 0px 5px;
        margin-bottom: 1.3em;
 	margin-left: 35px;
 	background-color: #f9f9f9;
        quotes: "\201c" "\201d" "\2018" "\2019";
}

blockquote:before { content:open-quote; color: #9e9e9e; font-weight:bold; font-size:3em; vertical-align:-.7em;}
blockquote:after { content: close-quote;  color: #9e9e9e; font-weight: bold; font-size:3em; }
*/

/* used for the <cite> citation tag ascribing a work to an author. */
.quotauthor {
	font-style: italic;
        font-weight: normal;
        line-height: 120%;
	margin-top: 0px;
        margin-left: 10%;
        margin-bottom: 1.3em;
        margin-right: 0px;
}   

/* Here is a blockquote and citation tag pattern...
<blockquote>xxxxxxxxx<br />
<cite class="quotauthor">xxxxxxxxx</cite></blockquote>
*/

/* Layout for Special Emphasis */
/*-----------------------*/
/* Laid out in a line because IE9 is very buggy and does not show properly unless like this and in compatibility mode. */
.specialemphasis{
	font-style:italic;
	font-weight:bold;
	line-height:1.7em;
	border-left:3px solid #c0c0c0;
	width:375px;
	padding:10px 7px 10px 10px;
	margin-bottom:1.3em;
	margin-left:35px;
	background-color:#f9f9f9;
	} 


/* Two column insert in the post space */
/* ------------------------------------ */
.columnwrap{
width:500px;
float:clear;
}

.persrecommend{
width:465px;
float:clear;
border:3px solid #c0c0c0;
padding:5px 10px 5px 10px; 
border-radius:8px;
} /* styles the border for a personal recommendation box */


.persrecommend-sml{
width:425px;
float:clear;
border:3px solid #c0c0c0;
padding:5px 10px 5px 10px; 
border-radius:8px;
} /* styles the border for a personal recommendation box for use in definitions*/

.a_column{
float:left;
width:160px; 
align:center;
padding:2px;
} /* thin; wide */

.a_widecolumn{
float:left;
width:310px; 
align:center;
padding:2px;
} /* thin; wide */

.b_column{
width:100%;
padding:2px;
align:left;
margin-left:2px;
} /* wide; thin */ /* Ends Two column insert for the post space ...height:350px; */

/* tag set-up for columns thin-wide
<div class="columnwrap">
<div class="a_column"></div>
<div class="b_column"></div>
</div>
*/ /*
/* tag set-up for columns thin-wide
<div class="columnwrap">
<div class="a_widecolumn"></div>
<div class="b_column"></div>
</div>
*/

/* centre ads */
.centerads{
width:100%;
padding:10px 10px 10px 75px;
}

.glossindex{
text-align:center;
color:#0000ff;
font-size:1.5em;
}


/* Inside posts: 2 column box with 50:50 widths */
.bord5050{
width:500px;
float:clear;
border:3px solid #c0c0c0;
padding:5px 10px 5px 10px; 
border-radius:8px;
} /* styles the border for a 5050 box */

.a5050{
float:left;
width:45%; 
align:left;
padding:2px;
} /* 5050 */

.b5050{
width:98%;
padding:2px;
align:left;
margin-left:2px;
} /* Ends Two column insert for the post space ...height:350px; */

/* Setup for 5050 setup.
<div class="columnwrap">
<div class="a5050"></div>
<div class="b5050"></div>
</div>
*/

/* Camerasim */
/*~~~~~~~~~~ */
div#camerasim
{
left:-25px;
position:relative;
}

/* Text decoration property */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ */
/* value 	        Description  */
~~~~~                   ~~~~~~~~~~~ */
/* none 	        Defines a normal text. This is default */
/* underline 	        Defines a line below the text */
/* overline 	        Defines a line above the text */
/* line-through 	Defines a line through the text */
/* inherit 	        Specifies the value of text-decoration property should be inherited from the parent element */

.tdnone
{
text-decoration:none;
} 

.tdunderline
{
text-decoration:underline;
}

.tdoverline
{
text-decoration:overline;
}

.tdlinethrough
{
text-decoration:line-through;
}

/* tables are set by the main coroline code. The code below merely replicates it. */
/* Modifications can be made here to over-ride */
/* <!-- table code starts --> */
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* <!-- table code ends --> */

