/*
Theme Name: Crowcon
Theme URI: http://www.talkinggasnews.com
Description: Crowcon | Talking Gas News theme
Version: 1.0
Author: Dan Dineen
Tags: orange, blue, fixed width
*/

/* Reset all browser CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-size:13px;
	vertical-align: baseline;
	background: transparent;
}
body {
font-size:13px;
font-family:"Myriad", Helvetica, Arial, Sans Serif;
	line-height: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/* Crowcon micro-site CSS */

/* Colours
Dark blue: #113273
Orange: #EB6E08
Light blue: #D1D9E9
Mid blue: #CAD2E5
background blue: #E7EBF4
*/

body {
font-family:"Myriad", Trebuchet MS, Arial, sans serif;
color:#113273;
font-size:13px;
line-height:18px;
background:url(images/crowcon_bg.gif) repeat-x #E7EBF4;
}

#main {
width:600px;
margin:0 auto;
padding: 20px  0;
background-color:white;
}


/* Columns */

#colone {
width:340px;
padding:10px 0 20px 0;
margin:0 10px;
float:left;
background-color: #fff;
}

#col-full {
padding: 10px 20px;
margin:0;
background-color: #fff;
}

.page-id-606  #col-full ul li {
	background-color: #23409C;
	margin-bottom: 2px;
	width: 50%;
}
.page-id-606  #col-full ul li a {
	padding: 5px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.page-id-606  #col-full ul li a:hover {
	background-color:#F37520;
}

#colone p {
margin:0 0 10px 0;
font-size:13px;
color:#113273;
line-height:20px;
}

#colone ul {
margin:10px;
padding:10px;
}

#colone ul li {
list-style:disc;
margin-bottom:10px;
}

#sidebar {
width:230px;
float:left;
margin-right:10px;
padding-top:10px;
}


h2 {
color:#EB6E08;
font-weight:normal;
font-size:24px;
margin:0 0 20px 0;
}

h3 {
font-size:16px;
margin:10px 0 5px 0;
line-height:24px;
}

p.issue {
font-style:italic;
margin:0;
padding:0;
}
.post {
	border-top: 1px solid #999;
}
p.issue a:link, p.issue a:visited {
color:#113273;
text-decoration:none;
}

p.issue a:hover, p.issue a:active {
color:#113273;
text-decoration:underline;
}


p.readmore {
padding-bottom:20px;
border-bottom:1px solid #CAD2E5;
margin-bottom:20px;
}

/* Sidebar */

#archivepanel, #newsflash {
width:230px;
background:url(images/sidebar_top.gif) no-repeat top #EB6E08;
padding:5px 0 5px 0;
}

#archivepanel img {
padding:0;
margin:0;
}

#archivepanel ul {
color:white;
margin:10px;
padding:0;
list-style:disc;
}

#archivepanel ul li {
margin:10px 15px;
}

#archivepanel ul li a:link, #archivepanel ul li a:visited {
color:white;
}

#archivepanel h2 {
font-size:24px;
color:white;
margin:5px 10px;
padding:10px 0;
border-bottom:1px solid #F19A53;
}

#archivepanel h2 a {
font-size:16px;
color:white;
margin:5px 10px;
padding:10px 0;
text-decoration: none;
}

#archivepanel p {
margin:0 10px 10px 10px;
color:white;
}


/* Links */

a:link, a:visited {
color:#EB6E08;
}

a:hover, a:active {
color:#EB6E08;
}

/* Footer */

#footer {
width:600px;
margin:0 auto;
clear:both;
/*border-top:1px solid #CAD2E5;*/
}

/* Wordpress specific */

.storycontent {
padding-bottom:20px;
/*border-top:1px solid #CAD2E5;
margin-bottom:20px;*/
}

.storycontent img {
margin:10px 0;
}

#legalese {
padding:10px 10px 0 10px;
text-align:center;
background-color: #E7EBF4;
}

h3 a:link, h3 a:visited {
font-size: 18px;
color:#113273;
text-decoration:none;
}

h3 a:hover, h3 a:active {
font-size: 18px;
color:#113273;
text-decoration:underline;
}

p.mininav {
border-top:1px solid #CAD2E5;
padding-top:10px;
text-align:center;
}

.contenttbl {
	border: 1px solid #000;
}
.contenttbl thead {
	background-color: #EFEFEF;
	font-weight: bold;
}

sub {
	font-size:xx-small;
	vertical-align:bottom;
}
.contenttbl td {
	padding: 3px;
	border: 1px solid #000;
}

.orangehl {
	font-weight: bold;
	color: #EB6E08;
	text-transform: uppercase;
}

.orangenc {
	font-weight: bold;
	color: #EB6E08;
}

.bluehl {
	font-weight: bold;
	color: #113273;
}

#newsflash {
color: #fff;
margin-top: 20px;
padding: 5px 10px;
width: 210px;
}
#newsflash p {
margin-bottom: 10px;
}
#newsflash h3 {
font-size:24px;
border-bottom:1px solid #F19A53;
font-weight: normal;
padding: 10px 0;
}

.post img {
margin: 0 auto;
display: block;
}

.imgcaption {
padding-left:5px;
font-size:0.85em;
font-style:italic; 
}

.imggallery td {
padding: 5px;
}
