/*
Theme Name: pmacwide
Theme URI: http://www.reformstudios.com/
Description: Patrick Macdonald's personal portfolio template combining wordpress with pixelpost
Version: 1.0
Author: Patrick Macdonad
Author URI: http://www.reformstudios.com/
Tags: black, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
body {
	/* more specific to override imported rule */
	font-size: x-small;
	/* false value for WinIE4/5 */
	voice-family: "\"}\"";
	/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;
	/* recover from trick */
	font-size: small;
	/* intended value for better browsers */
	}

/*
=======================================================================
generic style
=======================================================================
*/

body {
	font-family:verdana;
	margin: 0;
	padding: 0;
	color: #ddd;	
	
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 50% 30%; 
	background-color: #000;
	}

/*
=======================================================================
Fix IE 6 PNG Problem
=======================================================================
	
img, div, a, h1, input { behavior: url(http://www.reformstudios.com/wp-content/themes/pmac_wide/iepngfix.htc) }
*/
img, div, a, h1, input { margin-top: 3px;}
	
  
#main {
	font-size: 85%;
	}
	
/* Added to remove the annoying horizontal shift when going from long to short pages */
html { height: 100%; margin-bottom: 1px; }

/* horizontal rule styles - use: <div class="hr"><!-- --></div><hr /> */
div.hr {
	height: 1px;
	background: url(images/dots.gif) center center repeat-x;
	margin: 1em 0;
	}

.last {
	margin-bottom: 0;
	}

.cleardiv {
	height: 0;
	clear: both;
	}

hr {display: none;}


/* footer */



#footer {
	float:left;
	width:750px;
	top:95%;
	margin: 0;	
	
	}
#footer p {
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	font-size: 9px;
	margin-top: 10px;
	padding-top: 5px;
	letter-spacing: 1px;
	font-size: 9px;
	border-top:solid 1px #888;
	text-align:center;
	width:750px;
	}
	


/*
=======================================================================
top page
=======================================================================
*/

#top-main {
	height: 100px;
	width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -375px;
	padding: 0;
}


/* cover */

#cover {

	
	margin: 0;
	padding: 1px;
	width: 750px;
	height: 320px;
	clear: both;	
	background: url('images/bg.png') ;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.png', sizingMethod='fixed'); } 
}
#cover[class] {
  background-image:url(images/bg.png);
}

#cover object {
	display: block;
	margin: 0;
	padding: 0;
	}

#cover img {
	display: block;
	width: 750px;
	height: 320px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
/* logo-navi */

#top #logo-nav {
	margin: 0;
	padding: 0;
	clear: both;
	}

/* logo */

#top #logo-nav h1 {
	float: left;
	width: 194px;
	height: 33px;
	text-indent: -5000px;
	margin: 25px 0 0 0;
	padding: 0;
	background: url(http://reformstudios.com/wp-content/themes/pmac_wide/images/toplogo.png) no-repeat;
	}
	
/* navigation */


#top #logo-nav .nav-wrap {
	float: right;
	margin: 0;
	padding: 0;
	}

#top #nav {
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 47px;
	list-style: none;
	}
	
#top #nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#top #nav li a {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 47px 0 0 0;
	height: 0px !important; 
	height /**/: 47px; /* for IE5/Win only */
	}
	
#top #nav a:hover {
	background-position: 0 -47px !important;
	}
	
#top #nav #n-home a {
	width: 51px;
	background: url(images/topmenu_home.gif) top left no-repeat;
	
	}
#top #nav #n-news a {
	width: 49px;
	background: url(images/topmenu_news.gif) top left no-repeat;
	
	}

#top #nav #n-gallery a {
	width: 72px;
	background: url(images/topmenu_gallery.png) top left no-repeat;
	}

#top #nav #n-bio a {
	width: 95px;
	background: url(images/topmenu_bio.png) top left no-repeat;
	}

#top #nav #n-contact a {
	width: 75px;
	background: url(images/topmenu_contact.png) top left no-repeat;
	}

#top #nav #n-reel a {
	width: 86px;
	background: url(images/topmenu_reel.png) top left no-repeat;
	}

/*
=======================================================================
contents page layout setting
=======================================================================
*/ 

#main {	
	min-width: 955px;
	max-width: 995px;
	margin: 0 auto;
	padding: 0 10px;
	width: 950px;
	position: absolute;	
	left: 50%;	
	margin-left: -475px;
	padding: 0;
}
	
/* header */

#header {
	margin: 0;
	padding: 0;
	clear: both;
	width:950px;
	border-bottom:1px solid #bbb;
	}

/* logo */

#header #logo {
	float: left;
	margin: 0px 0 0 0;	
	}

#header #logo img{
	display: block;
	width: 194px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* navigation */


#header .nav-wrap {
	float: right;
	margin: 0;
	padding: 0;
	}

#c-nav {	
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 47px;
	list-style: none;
	}

#c-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#c-nav li a {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 47px 3px 3px 3px ;
	height: 0px !important; 
	height /**/: 47px; /* for IE5/Win only */
	}

#c-nav a:hover {
	background-position: 0 -47px !important;
	background-position: center;
	}
	
#c-nav #cn-home a {
	width: 95px;
	background: url(images/topmenu_home.gif) top left no-repeat;
	}
#c-nav #cn-news a {
	width: 95px;
	margin:0 -15px 0 -20px;
	background: url(images/topmenu_news.gif) top left no-repeat;
	}

#c-nav #cn-gallery a {
	width: 95px;
	background: url(images/topmenu_gallery.gif) top left no-repeat;
	}

#c-nav #cn-bio a {
	width: 95px;
	background: url(images/topmenu_bio.gif) top left no-repeat;
	}

#c-nav #cn-reel a {
	width: 95px;
	background: url(images/topmenu_reel.gif) top left no-repeat;
	}

#c-nav #cn-contact a {
	width: 95px;
	margin:0 -20px 0 0;
	background: url(images/topmenu_contact.gif) top left no-repeat;
	}
	
#c-nav #cn-services a {
	margin:0 0px 0 -10px;
	width: 95px;
	background: url(images/topmenu_services.gif) top left no-repeat;
	
	}
#c-nav #cn-about a {
	width: 95px;
	margin:0 0px 0 0px;
	background: url(images/topmenu_about.gif) top left no-repeat;
	
	}
	
/* navigation on setting */

#about #c-nav #cn-about a,
#services #c-nav #cn-services a,
#news #c-nav #cn-news a,
#gallery #c-nav #cn-gallery a,
#gallery-image #c-nav #cn-gallery a,
#biography #c-nav #cn-bio a,
#showreel #c-nav #cn-reel a,
#contact #c-nav #cn-contact  a {
	background-position: 0 -47px !important;
	}
	
	
#top #news-wrap {
	float: left;
	width: 750px;
	margin: 40px 0 0 0;
	padding: 0;
	}

#top #news-wrap h2 {

	margin: 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: right;
	}

#top #news-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#top #news-wrap ul li {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	text-align: right;
	list-style: none;
	}

#top #news-wrap ul li.more {
	font-weight: bold;
	text-transform: uppercase;
	}

#top #news-wrap ul li a {
	padding-left: 9px;
	text-decoration: none;
	background: url(../images/arrow_off.gif) center left no-repeat;
	}

#top #news-wrap ul li a:hover {
	background: url(../images/arrow_on.gif) center left no-repeat;
	}
/*
-----------------------------------------------------------------------
news
-----------------------------------------------------------------------
*/

#news #title {
	background: url(../images/dots.gif) bottom left repeat-x;
	
	}

#news #title h1 {
	float: left;
	margin: 0;
	padding: 0;
	padding-right:5px;
	width: 70px;
	}

#news #content {
	margin: 0;
	padding: 1em 0 0 0;
	}

#news #content div.wrap {
	margin: 0;
	margin-right: 0px; /* This sets the width of the news items!!!! */
	padding: 0;
	}

#news #content h2 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;	
	line-height: 1.4em;	
	border-width: 1px;	
	}

#news #content h3 {
	margin: 0;
	padding: 0;
	
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	
	}

#news #content p {
	padding: 5px 5px 0.8em 0;
	padding: 0;
	
	}


#news #content p .logo{
	margin: 12px 0 0 0;
	padding: 0;
	border: none;
	}

/*
-----------------------------------------------------------------------
Biography
-----------------------------------------------------------------------
*/

#biography #title {
	background: url(../images/dots.gif) bottom left repeat-x;
	
	}

#biography #title h1 {
	float: left;
	margin: 0;
	padding: 0;
	padding-right:5px;
	width: 70px;
	}

#biography #content {
	margin: 0;
	padding: 1em 0 0 0;
	
	}

#biography #content div.wrap {
	margin: 0;
	margin-right: 0px; /* This sets the width of the news items!!!! */
	padding: 0;
	
	}

#biography #content h2 {
	margin: 0;
	padding: 5px 5px 0.8em 0;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.4em;
	border-top: dotted 1px #fff;
	
	}

#biography #content h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
	}

#biography #content p {
	padding: 5px 5px 0.8em 0;
	padding: 0;
	line-height: 1.4em;
	
	}


#biography #content p .logo{
	margin: 12px 0 0 0;
	padding: 0;
	border: none;
	}
	
	/*
-----------------------------------------------------------------------
Contact
-----------------------------------------------------------------------
*/

#contact #title {
	background: url(../images/dots.gif) bottom left repeat-x;
	
	}

#contact #title h1 {
	float: left;
	margin: 0;
	padding: 0;
	padding-right:5px;
	width: 70px;
	}

#contact #content {
	margin: 0;
	padding: 1em 0 0 0;
	
	}

#contact #content div.wrap {
	margin: 0;
	margin-right: 0px; /* This sets the width of the news items!!!! */
	padding: 0;
	
	}

#contact #content h2 {
	margin: 0;
	padding: 5px 5px 0.8em 0;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.4em;
	border-top: dotted 1px #fff;
	
	}

#contact #content h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
	}

#contact #content p {
	padding: 5px 5px 0.8em 0;
	padding: 0;
	line-height: 1.4em;
	
	}


#contact #content p .logo{
	margin: 12px 0 0 0;
	padding: 0;
	border: none;
	}

/*
-----------------------------------------------------------------------
showreel
-----------------------------------------------------------------------
*/

#showreel #title {
	background: url(../images/dots.gif) bottom left repeat-x;
	
	}

#showreel #title h1 {
	float: left;
	margin: 0;
	padding: 0;
	padding-right:5px;
	width: 70px;
	}

#showreel #content {
	margin: 0;
	padding: 1em 0 0 0;
	}

#showreel #content div.wrap {
	margin: 0;
	margin-right: 0px; /* This sets the width of the news items!!!! */
	padding: 0;
		

	}

#showreel #content h2 {
	margin: 0;
	padding: 5px 5px 0.8em 0;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.4em;
	border-top: dotted 1px #fff;
	
	}

#showreel #content h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
	}

#showreel #content p {
	padding: 5px 5px 0.8em 0;
	padding: 0;
	line-height: 1.4em;
	
	}


#showreel #content p .logo{
	margin: 12px 0 0 0;
	padding: 0;
	border: none;
	}
	

/*
-----------------------------------------------------------------------
Biography
-----------------------------------------------------------------------
*/

#gallery #title {
	background: url(../images/dots.gif) bottom left repeat-x;
	
	}

#gallery #title h1 {
	float: left;
	margin: 0;
	padding: 0;
	padding-right:5px;
	width: 70px;
	}

#gallery #content {
	margin: 0;
	padding: 1em 0 0 0;
	
	}

#gallery #content div.wrap {
	margin: 0;
	margin-right: 0px; /* This sets the width of the news items!!!! */
	padding: 0;
	
	}

#gallery #content h2 {
	margin: 0;
	padding: 5px 5px 0.8em 0;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.4em;
	border-top: dotted 1px #fff;
	
	}

#gallery #content h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4em;
	}

#gallery #content p {
	padding: 5px 5px 0.8em 0;
	padding: 0;
	line-height: 1.4em;
	
	}


#gallery #content p .logo{
	margin: 12px 0 0 0;
	padding: 0;
	border: none;
	}
/* footer */

#top #footer {
	padding: 0 !important;
	}

/* end top page style */
	

/* footer */
.meta {

font-size:10px;
line-height:15px;
color:#ddd;
padding:1px 0px;
margin:0 0 10px 0;
border-top:#bbb 3px solid;
}
	
#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	
	
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #111;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.moree {
	margin-top:20px;
	
}
	

.postmetadata {position:relative; float:right; margin:5px; padding:5px; width:100%; border: solid 1px #333; font-size: 80%; color: grey; background: #111;}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color:#aaa;
	}


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	
	}

.entry p a:visited {
	color: #ffde00;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	list-style-type: none;
	list-style-image: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* sitewide link colors */
a:link {
	color: #fff;
	text-decoration: none;
	}

a:visited {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	color: #ffde00;
	text-decoration: none;
	}
/* end sitewide link colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	/* background-color: black; */
	margin: 20px auto;
	padding: 0;
	width: 750px;
	border: 0px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 530px;
	}
	
.pp_image{
	padding: 20px 0 0 0;
}

.widecolumn {
	float:left;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 750px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.img {
	border-width: 56px;
	border-color: white;
	border-style: solid;
	width: 50%;
	
}



/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
}

#sidebar h2 {
	margin: -10px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	
	}

h3.comments {
	float:right;
	text-align:right;

	padding: 0;
	margin: 40px auto 20px ;
	}
h2 a:link {
	color: #fff;
	text-decoration: none;
}
	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	margin-bottom:15px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	

#biography .alignleft {
	float: left;
	display: inline;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul 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:10px 0 0 0;
	padding: 0;
	
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding-top: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0px 0 8px;
	
	}

#sidebar ul ul, #sidebar ul ol {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	margin: 5px 0 0 0px;
	
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	
	}

ol li, #sidebar ul ol li {
	list-style: none;
	
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
.searchin {
	border: 1px solid #ab9500;	
	padding:5px;
	width:180px;
	height:45px;
	text-align: center;
	}
#searchform {	
	text-align: center;
	}

#sidebar #searchform #s {
	float:left;
	width: 120px;
	padding:5px;
	padding-top: 0px;
	border: 1px solid #ab9500;	
	background-color: #111;
	font: arial;
	size: 10px;
	color: #CCCCCC;
	}

#sidebar #searchsubmit {
	width: 55px;
	size: 10px;
	
	padding-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 1px;
	border: 1px solid #ab9500;
	background-color: #111;
	color: #CCCCCC;
	}
	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	float:left;
	
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#container {
width:950px;
margin:0 auto;
}


/* Begin Sidebar */
#sidebar
{
	
	float: right;
	width: 185px;
	margin-left: 0px;
	margin-top:0px;	
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #111; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	
	
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}  
 
.wp-caption {
	border: 0px solid #ddd;
	text-align: none;
	
	padding: 0px;
	margin-bottom: 20px;
	
}

.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0 none;
	
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	color:#fff;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	text-align:left;
}
/* End captions */

/* Pixelpost CSS */

/* CUSTOM CLASSES */

.summary {
	color:#838d7a;
	font-size:14px !important;
	line-height:24px;
	}
	
	/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align:left;
	width:100%;
	background:#FFF;
	}

#image-info .inside {
	}
	
#image-info .inside p {
	font-size:10px;
	color:#666;
	margin:0px;
	}

#image-info .inside ul {
	}
	

/* IMAGE NOTES */

#image-info h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	padding:10px 0px 20px 0px;
	}

#image-info h2 em { 
	margin-left:15px;
	}

		
#image_notes {
	width:45%;
	float:left;
	margin-bottom:10px;
	}

#image_notes, #image_comments {
	font-style:italic;
	line-height:16px;
	}

#image_notes p {
	font-size:10px;
	color:#666;
	margin:0px;
	padding-bottom:10px;
	}

	

#image_comments {
	width:45%;
	float:right;
	margin:0px 0px 10px 0px;
	border-left:1px dashed #999;
	}

#image_comments ul {
	padding:0px 0px 0px 10px;
	}

#image_comments li {
	font-size:10px;
	color:#666;
	margin:0px 0px 15px 0px;
	list-style:none;
	}
	
/* MAIN PHOTO AREA */


#photobox {
	background-color:#000;
	padding-bottom:30px;
	width:100%;
	text-align:center;
	}
	
#photo {
	background:#FFF;
	padding:10px;
	border:none;
	margin-bottom:10px;
	}



/* IMAGE NAVIGATION */

#infobox {
	float:left;
	width:100%;
	text-align:left;
	}
	

#image-navigate {
	padding:10px 0px;
	}
	
#image-navigate li {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	list-style:none;
	width:33%;
	}

#image-navigate a {
	display:block;
	}
	

.thumbnails {
	border:1px solid #CCC;
	padding:3px;
	margin:5px 5px 0px 0px;
	}
	
	/* COLUMNS ON INFO PAGE */

#col1 {
	width:33%;
	float:left;
	}

#col2 {
	width:33%;
	float:left;
	}

#col3 {
	width:33%;
	float:right;
	}
	
/* Comments */
#respond {
	width:350px;
	text-align:right;
	float:right; 
}

#commentbox {
	width:80%;
	margin-bottom: 40px;
	}

#comment-top {
	background:#000;
	padding:20px 5px;
	color:#FFF;
	}    

.comments {    
	float:right;
    
    text-align:right;
	margin-bottom:20px;
	font-size:10px;
	}

#comment-top h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	}
	
#comment-middle h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	}

#comment-middle {
	padding:20px 0px;
	margin-bottom:7px;
	} 

#addcomment {
	margin:20px 0px;
	text-align:left;
	}

.input {
	width:45%;
	font-size:10px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

#addcomment label {
	color:#666;
	font-style:italic;
	font-size:10px;
	}

#addcomment textarea {
	width:100%;
	height:50px;
	font-size:11px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:3px double #CCC;
	color:#666;
	}

/* TAG SUPPORT */
.tags00
{
	font-size: 12px !important;
}
.tags01
{
	font-size: 12px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 12px !important;
}

.tags04
{
	font-size: 12px !important;
}

.tags05
{
	font-size: 12px !important;
}

.tags06
{
	font-size: 12px !important;
}

.tags07
{
	font-size: 12px !important;
}

.tags08
{
	font-size: 12px !important;
}

.tags09
{
	font-size: 12px !important;
}

.tags10
{
	font-size: 12px !important;
}

.signature {
float:left;
padding:0 0px 0 0;
width:750px;
}
.signature a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.signature a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.signature a:hover {
	color: #ffde00;
	text-decoration: none;
	font-weight: bold;
}
.tags {
color:#eee;
float:left;
font-size: 10px;

}

.tags a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.tags a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.tags a:hover {
	color: #ffde00;
	text-decoration: none;
	font-weight: bold;
}
.showreelbox
{
	border: 1px solid grey; 
	padding: 2px; 
	width: 480px; 
	position: relative; 
	left: 50%; 
	margin-left: -240px;
}

.showreelbox
{
	border: 1px solid grey; 
	padding: 2px; 
	width: 480px; 
	position: relative; 
	left: 50%; 
	margin-left: -240px;
}
.downloadbox
{
	text-align:center;
	font-size:12px;	
}
.flv
{
width: 640px;
padding: 2px;
position: relative; 
left:50%;
margin-left: -320px;
margin-top: 50px;
margin-bottom: 10px;
background-color: black;
border: 1px solid #888;
}

.cols
{
	padding:10px;
	float:left;
	width:30%;
	position:relative;
	text-align:justify;	
}

.cols li
{
margin:0px;
padding: 0px;
padding: 0px 0 0 0px;
}

.cols ul
{

margin:0px;
padding: 0px;
padding: 0px 0 0 10px;
text-align:left;
}

.frontpagetext
{	
	width:750px;	
	float:left;
	margin-bottom:20px;
	

}
.h3
{
color:#ffffff;
}

/* self-clear floats */

.group:after {
content: "."; 
display: block;  
height: 0; 
clear: both; 
visibility: hidden;
}

* html .group,
* html #nav ul li a {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

.sidebar-contact {
	font-size:12px;
	color:#aaa;
}

.sidebar-contact_no {
	font-size:12px;
	color:#fff;
	
}

.sidebar-contact_e a {
	font-size:12px;
	color:#fff;
	
}
.sidebar-contact_e a:hover{
	font-size:12px;
	color:#ffde00;
	
}

.sidebar-contact_v {
	font-size:12px;
	color:#fff;
	
} 

.vimeo {
	border:solid 1px grey;
	margin: 0;
	padding: 1px;
	width: 750px;
	height: 422px;
	clear: both;
}