
@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/century_gothic_bold_italic-webfont.eot');
    src: url('fonts/century_gothic_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/century_gothic_bold_italic-webfont.woff') format('woff'),
         url('fonts/century_gothic_bold_italic-webfont.ttf') format('truetype'),
         url('fonts/century_gothic_bold_italic-webfont.svg#CenturyGothicBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/century_gothic-webfont.eot');
    src: url('fonts/century_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/century_gothic-webfont.woff') format('woff'),
         url('fonts/century_gothic-webfont.ttf') format('truetype'),
         url('fonts/century_gothic-webfont.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/century_gothic_italic-webfont.eot');
    src: url('fonts/century_gothic_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/century_gothic_italic-webfont.woff') format('woff'),
         url('fonts/century_gothic_italic-webfont.ttf') format('truetype'),
         url('fonts/century_gothic_italic-webfont.svg#CenturyGothicItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/century_gothic_bold-webfont.eot');
    src: url('fonts/century_gothic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/century_gothic_bold-webfont.woff') format('woff'),
         url('fonts/century_gothic_bold-webfont.ttf') format('truetype'),
         url('fonts/century_gothic_bold-webfont.svg#CenturyGothicBold') format('svg');
    font-weight: bold;
    font-style: normal;

}



/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	html,body{height:100%;}
	body {
		color: #555;
		margin: 0;
		font-family: CenturyGothic, "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 14px;
		text-align: center;
		background: #f4f4f4 url(http://www.fantasticcat.ca/wp-content/themes/FC3/images/bg-anim.png) bottom right no-repeat;
		}
	img {border: none;}
	body.home {
		background-image: none;
	}
	body.animation {
		background: #f4f4f4 url(http://www.fantasticcat.ca/wp-content/themes/FC3/images/bg-anim.png) bottom right no-repeat;
	}
	body.design {
		background: #f4f4f4 url(http://www.fantasticcat.ca/wp-content/themes/FC3/images/bg-client.png) bottom right no-repeat;
	}
	body.illustration{ 
		background: #f4f4f4 url(http://www.fantasticcat.ca/wp-content/themes/FC3/images/bg-personal.png) bottom right 	no-repeat;
	}
	
	a {
		color: #999933;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}


/* >>> CONTAINERS <<< */
div#print {
	display: none;
	}
div#container {
	text-align: left;
	}
	div#header-wrap {
		text-align: left;
			}
		div#header-in {
			padding: 30px 0 40px 40px;
			color: inherit;
			}
	div#content-wrap {
		width:100%;
		}
		div#center {
			float: left;
			}
			div#center-in {
				margin:0;padding: 0px;
				}
		div#left {
			float: left;
			margin-right: 60px;
			}
		body.home div#left {
			margin-right: 80px;
		}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}
			#gallery{width:100%;margin: 0 0 0 30px;}
			#entry{width:100%;}
			#gallery img{padding:5px;}
	/* >>> SUB CONTAINERS <<< */
	
#content-menu{
	text-align:left;
	float: left;
}

#content-menu ul{
list-style: none;
padding: 0;
margin: 0;
}
#content-menu li {
	list-style: none;
}

#content-menu li a {
	color: #999;
	font-size: 16px;
	text-transform: uppercase;
}

#content-menu li a:hover {
	color: #555;
	text-decoration: none;
}

#content-menu li.current_page_item a {
	color: #555;
}

#content-movie {
	float: left;
	margin-right: 40px;
	width: 440px;
}

#content-bottom{clear:both;}
#animationfloater{float:right;z-index:-100;margin-top:-70px;}
#Copyright{margin:350px 0 0 50px;font-weight:bold;}
#scroller{margin-top:200px;}
/* >>> LISTS <<< */

	#left ul.primary, #left ul.secondary {
		margin-bottom: 40px;
	}
	
	#left ul li {
		list-style: none;
		display: block;
		width: 220px;
		padding: 5px 20px;
		margin: 0 0 10px 40px;
		text-align: right;
		-moz-border-radius: 0 5px 5px 0;
		-webkit-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;
		text-transform: uppercase;
		background: #8fab3b;
		}
	
	#left ul.secondary li {
		padding: 0 20px;
		text-transform: lowercase;
	}
	
	#left ul li.current_page {
		padding-left: 40px;
	}
	
	#left ul li a {
	opacity: 0.85;
	color: #fff;
	font-size:16px;
	text-decoration: none;
		}
	#left ul li a:hover {
	opacity: 1;
		}

 #left li.home {
     background: #8fab3b;
 }
 
  #left li.animation {
     background: #CC3366;
 }
   #left li.storyboards {
     background: #FF6633;
 }
  #left li.design {
     background: #CC0033;
 }
   #left li.illustration {
     background: #990033;
 }
   #left li.links {
		background: #999933;
 }
  #left li.contact {
    	background: #666600;
 }
 
	#left li.selected{color:black;}
	
	#left ul.widgets li {
		background: none;
		padding: 0;
		text-align: center;
		width: 260px;
	}
	
	#left ul.widgets li iframe {
		margin: 0 auto;
	}
	
ul#nav-footer {
	margin: 0 0 0 210px;
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #aaa;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #333;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}



li.page_item a:link,a:visited{text-decoration: none;}
li.page_item_current_page_item{font-size:14px;text-decoration: underline;}
li.page_item a:hover{font-size:14px;text-decoration: underline;}


																/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
	
div#header-wrap h1 {
	font-weight: normal;
	text-transform:uppercase;
	font-size:38px;
	color: #333;
}

div#header-wrap h1 a {
	color: #333;
	text-decoration: none;
}

div#header-wrap h1 a:hover {
	text-decoration: underline;
}
	
div#header-wrap h1 span {
	color: #989832;
}

div#header-wrap h1.animation span { color: #CC3366; }
div#header-wrap h1.storyboards span { color: #FF6633; }
div#header-wrap h1.client span { color: #CC0033; }
div#header-wrap h1.personal span { color: #990033; }
div#header-wrap h1.contact span { color: #666600; }
div#header-wrap h1.links span { color: #999933; }

div#center h2 {
	margin: 0 0 20px 0;
	}
div#left h2 {
	margin: 20px 20px 5px 20px;
	}
div#center p {
	}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	}
 ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	}
 ul.list a:hover {
		color: #333;
		background-color: inherit;
		}
.post{
	font-size:14px;width:100%;
}

.filmtext {
	font-size:14px;
	text-align:left;
	margin-top: 40px;
}

.filmtext h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.strong	{
	margin: 0;
	padding: 0;
}

		/* Begin Contact Form CSS */

		.contactform { 
			position: relative;
			overflow: hidden;
			}
		
		.contactleft {
			width: 25%; 
			text-align: right;
			clear: both; 
			float: left; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			}
		
		.contactright {
			width: 70%;  
			float: right; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			}

    .contacterror {
      border: 1px solid #ff0000;
    	}
/* End Contact Form ][ CSS */

table.lazyest_thumb_view tr:first-child {
	display: none;
}

.lg_gallery {
	position: relative;
}

.lg_gallery table.lazyest_thumb_view img {
	margin: 0;
	padding: 0;
}

.lg_gallery div.lazyest_navigator {
	height: auto;
	position: absolute;
	/*top: 50%;
	margin-top: -27px;*/
	top: 0;
	width: 100%;
	padding: 0;
}

.lg_gallery div.lazyest_navigator a.alignleft, .lg_gallery div.lazyest_navigator a.alignright {
	/*display: none;*/
}

.lg_gallery:hover div.lazyest_navigator a.alignleft, .lg_gallery:hover div.lazyest_navigator a.alignright {
	display: block;
}

.lg_gallery div.lazyest_navigator a.alignleft, .lg_gallery div.lazyest_navigator a.alignright {
	opacity: 0.5;
	background: url(images/icon-gallery-left.png);
	/*display: block;*/
	height: 27px;
	width: 24px;
}

.lg_gallery div.lazyest_navigator a.alignright {
	background: url(images/icon-gallery-right.png);
}

.lg_gallery div.lazyest_navigator a.alignleft:hover, .lg_gallery div.lazyest_navigator a.alignright:hover {
	opacity: 1;
}

.lg_gallery div.lazyest_navigator td {
	padding: 0;
}

.lg_gallery div.lazyest_navigator a.alignleft img, .lg_gallery div.lazyest_navigator a.alignright img {
	display: none;
}

.lg_gallery div.lazyest_image img {
	padding: 0 50px;
}

.lg_gallery div.lazyest_image img:hover, .lg_gallery div.lazyest_image img:focus {
	background: none;
}



																/* >>> FORMS <<< */
																
.contactform .contactleft {
	width: auto;
}																
																
.contactform .contactleft label {
	text-align: left;
	text-transform: uppercase;
}

a.links-link {
	margin: 0 0 20px;
	display: block;
}

																/* >>> END <<< */
