/*
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: 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: Arial, sans-serif, garuda;
	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 { }

br {
 
}	
  
#main {
	font-size: 100%;
	}
	
/* 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_no{
	float:right;
	width:950px;
	top:95%;
	text-align:right;
	margin:5px 0 0 0;
}
	
#footer_mail{
	float:left;
	width:350px;
	top:95%;
	text-align:left;
	margin:5px 0 0 0;
	}
	
#footer {
	float:left;
	width:950px;
	top:95%;
	margin: 0 0 0 0;	
	
	}
	
#footer p {
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	font-size: 9px;
	margin-top: 0;
	padding-top: 5px;
	letter-spacing: 1px;
	font-size: 9px;	
	text-align:right;
	width:950px;
	}
	

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


/*
=======================================================================
contents page layout setting
=======================================================================
*/ 
#main {		
	width: 950px;
	height: 450px;
	position: absolute;	
	top: 50%;
	left: 50%;	
	margin-left: -475px;
	margin-top: -355px;
}


	
/* header */

#header {
	margin: 25px 0 5px 0;
	padding: 0px 0 0px 0;
	clear: both;
	width:950px;
	height:33px;
	}

/* logo */

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

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

/* navigation */


#header .nav-wrap {
	float: right;
	margin: -37px 0 0 0;
	padding: 0;
	height:47px;
	}

#c-nav {	
	float:right;
	overflow: hidden;
	margin: 0px -10px 0px 0;
	padding: 25px 0 10px 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 {
	width: 95px;
	margin:0 0px 0 -10px;
	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;
	}
	
	
	#services_content {
	margin: 0;
	padding: 0 0 0 0;
}
/* sitewide link colors */
a:link {
	color: #AB9500;
	text-decoration: none;
	
	
	}

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

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



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


.widecolumn {
	float:left;	
	width: 950px;
	border:1px solid #bbb;
	background-color:#000; 
	color:#fff;	
	}
.flashcontent { 
	width:525px;
	height:290px;
	float:left;	
	margin:-1px;
	border:1px solid #bbb; 
}	
.gallerycontent {
	width:950px;
	height:390px;
	float:left;	
	margin:-1px;
	border:1px solid #bbb;	
}	
.reelcontent {
	width:950px;
	height:534px;
	float:left;	
	margin:-1px;
	border:1px solid #bbb;	
}	
.imagecontent {
	width:225px; 
	height:290px;
	float:left;	
	margin:-1px;
	padding-top:0px;
	border:1px solid #bbb; 
}	
.menu_service{	
	float:left;	 
	width:950px;
}
.content_service{	
	float:right;	
	width:395px;
	height:240px;	
	padding: 10px 15px 0 15px;
	margin: 0 0 -15px 0;
	font-size: 12px;
}
.content_contact_form{	
	float:right;	
	width:395px;
	height:290px;	
	padding: 0px 15px 0 15px;
	margin: 0 0 -15px 0;
	font-size: 12px;
	border-left:1px solid #bbb;
}
.content_contact{	
	float:left;	
	width:239px;
	height:180px;	
	padding: 10px 15px 0 15px;
	margin: 0 0 -15px 0;
	font-size: 12px;
}
.content_address {
	
	padding: 0 0 0 55px;
	font-size:14px;
}
.content_sub_left{	
	float:left;	
	width:140px;	
	padding: 0px 5px 0 0px;	
	font-size: 12px;
}
.content_sub_mid{	
	float:left;	
	
	width:100px;
	margin-left: 15px;	
	padding: 0px 5px 0 0px;	
	font-size: 12px;
}
.content_sub_right{	
	float:right;	
	width:120px;	
	padding: 0px 5px 0 0px;	
	font-size: 12px;
}
.content_sub_wrap {	
	float:left;	
	width:395px;
	padding: 0px 15px 0 15px;
	line-height: 16px;
}
.contact_bar {
	width:940px;
	height:25px;
	margin-top:10px;
	text-align:center;
	color:#fff;
	float:left;	
	
}


.img {
	border-width: 56px;
	border-color: white;
	border-style: solid;
	width: 50%;
	
}
/*	Begin Headers */
h1 {	
	font-size: 13px;
	}
h4 {	
	font-size: 16px;
	margin: 0 0 10px 0;
	}
h2 {
	font-size: 11px;
	margin:0 0 0px 0;
	}

h2.pagetitle {
	
	
}

h3 {
	padding: 0;
	text-align:center;
	
	}
	
	h2 a:link {
	color: #fff;
	text-decoration: none;
}

h5 {	
	margin:0 0 -5px 0;
	font-size: 16px;
}
/* End Headers */

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

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


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