/* 
Theme Name: Neil Campbell
Theme URI: http://www.neilcampbell.org.uk
Description: Theme for Neil website
Author: Dave Churchill
Author URI: http://www.dcportfolio.co.uk
Version: 1.0
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
	color: #f1f1f1;
	background: #000 url("images/bg.gif") repeat-y center;
	height: 100%;
	top: 0px;
	margin: 0;
	padding: 0;
	}

#header {
	position: relative;
	margin: 0 auto;
	width: 842px;
	height: 347px; 
	background: transparent url("images/header.jpg") no-repeat bottom;
	top: 0px;
	padding: 0;
}

#myflash {
	position: relative;
	float: left;
	width: 540px;
	height: 37px;
	top: 0px;
	margin: 0;
	padding: 0 0 0 30px;
}

#form {
	position: relative;
	float: right;
	width: 250px;
	height: 40px;
	top: 0px;
	margin: 0;
	padding: 10px 0 0 0;
}

#content {
	font-size: 1.4em
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}


.narrowcolumn .postmetadata {
	text-align: left;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

strong {
	color: #fff;
}

h1, h2, h3 {
	color:#fff;
	font-weight: bold;
}


h1 {
	font-size: 1.6em;
	text-align: center;
	padding-top: 20px;
	margin: 0;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}

h2 {
	font-size: 1.4em;
        clear: both;
	}

h2.pagetitle {
	margin: 0px;
        padding: 20px 0 0 0; 
	font-size: 1.4em;
	}

#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1.4em;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.4em;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #fff;
	}

.commentlist li, #commentform input {
}
#commentform textarea {
	font-size: 1.1em;
    width: 760px;
	}
#submit {
    width: 160px;
}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
    color: #99AADD;
	text-decoration: none;
	}

a:hover {
	color: #777;
	text-decoration: underline;
	}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 842px;
}

.narrowcolumn {
	position: relative;
	float:left;
	padding: 10px 0 0 40px;
	margin: 0;
	width: 500px;
}

.widecolumn {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 780px;
}
.pagepost {
	margin: 0 0 40px;
	}
	
.post {

}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
/* Begin Sidebar */

#sidebar {
	float:left;
	padding: 25px 0 0 40px;
	position:relative;
	width:240px;
	_padding: 30px 0 0 0;
}

#sidebar form {
	margin: 0;
}

/* End Sidebar */

#sitecontent {
	position: relative;
	margin: 0 auto;
	width: 842px;
	height: auto;
}

#footer {
	position: relative;
	text-align:right;
	font-size:11px;
	color: #5e5e5e;
	height: 60px;
	width: 842px;
	margin: 0 auto;
	padding: 10px 50px 0 0;
	clear: both;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#5e5e5e;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets.
s*/

html>body .entry ul, .entrytext ul, .pagepost ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li, .entrytext li, .pagepost li {
	margin: 5px 0 5px 10px;
	}

.entry ul li:before, .entrytext ul li:before, #sidebar ul ul li:before, .pagepost ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	font-size: 1.3em
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Begin Comments*/

.alt {
	margin: 0px;
	padding: 0px;
	}

.commentlist ol {
	padding: 0px;
	text-align: left;
	}

.commentlist li {
	margin-left: -40px;
	padding: 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px;
	}

#commentform p {
	margin: 5px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #777;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #777;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
 
.center {
	text-align: center;
	}

img, a img {
	border: 0 none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
        font-size: 0.8em;
	}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
        margin: 0 0 10px 0;
}

.alignright {
        text-align: right;
}
	
.entry img, .entrytext img {
	margin: 7px;
	}
	
.gravatar img {
	float:right;
	margin-top:-15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   color: #222222;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #222222;
}

.wp-caption p.wp-caption-text a {
   color: #222222;
}

#neilbgimg {
   float:right;
   padding: 0 50px 0 10px;
}
#neilbgimg img{
   border: 0 none;
   height: 600px;
   width: 414px;
}

.player {
   background-color: #0e0e10;
}
object:focus
{
-moz-outline-style: none;
}

.slideshow:focus {
-moz-outline-style: none;
}
#videoplayer {
   position: relative;
   width: 600px;
   height: 300px;
   text-align: center;
   margin: 0 auto;
}
.frankgal1 {
   position: relative;
   float: right;
   width: 325px;
   height: 245px;
   margin: 0;
   padding: 20px 0 20px 20px;
}
.frankgal2 {
   position: relative;
   float: left;
   width: 320px;
   height: 240px;
   margin: 0;
   padding: 20px 20px 20px 0;
}
#galleryimg {
   text-align: center;
}
#galleryimg img {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding:4px 4px 15px 4px;
   margin: 10px;
   color: #222222;
}

p.trigger {
	float: left;
}
p.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
p.trigger a:hover { color: #ccc; }

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background-color: #f0f0f0;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
}