/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 - 2012 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
  
---------------------------------------------------------------- */


/* ---------------------- pages.css --------------------------
This CSS file contains the stylesheets that are needed to 
style the layout and the overwall design of the template.
You will find here all the styles to edit the header, columns,
etc. 
* This is the file that you need mostly to edit to change the look
of your website.
* Also, notice that to make different colors variations for the 
template a part of the styles found here need be changed 
through the styleX.css file (where "X" is the style number that 
you have chossen through the teplate paramters.


/* Note 
--------
Also remember you dont need to worry about the size of this 
CSS file when you see all this comments. The IceSpeed plugin 
that we provide inside the template package will strip all 
of this comments plus it will comprees all the CSS in you
site. For more information on how to use IceSpeed please view 
the Installation Guide in PDF inside the template package.
---------------------------------------------------------------- */



/* About Us 
**************/
body.page-about {}

	body.page-about blockquote  {
		clear:both;
		margin-top:30px;
		margin-bottom:30px}
		
		body.page-about blockquote p {
			font-size:1.5em;
			line-height:1.7em;}
			
	
	
	body.page-about .page-team {
		width:30%;
		padding:0 1.5%;
		float:left;
		margin-top:25px}	
		
		
		body.page-about .page-team h4 {
			text-align:center;}
		
		body.page-about .page-team em {
			text-align: center;
			display: block;
			color: #999;
			margin-bottom: 10px;}
			
			

/* Services
**************/
body.page-services {}

	body.page-services .page-service {
		width:30%;
		padding:0 1.5%;
		float:left;
		margin:15px 0}	
		
		body.page-services .page-service h4 {
			margin-bottom:8px}
			
		
		body.page-services .page-service img {
			margin:5px 10px 5px 0;
			float:left}
		
		
	body.page-services blockquote  {
		clear:both;
		margin-top:40px;
		margin-bottom:25px}
		
		body.page-services blockquote p {
			font-size:1.25em;
			line-height:1.7em;}



/* Photo Gallery
**************/


			
			
/* Portfolio
**************/
body.page-portfolio {}

	body.page-portfolio div.page-portfolio {
		width:30%;
		padding:0 1.5%;
		float:left;
		margin:15px 0 40px}	
		
		body.page-portfolio div.page-portfolio h4 {
			margin-bottom:2px}
		
		body.page-portfolio div.page-portfolio p {
			margin-bottom:1em;
			color:#888}	
			
		
		body.page-portfolio div.page-portfolio img {
			margin:5px 0 0 0;}
		
		
	body.page-portfolio blockquote  {
		clear:both;
		margin-top:40px;
		margin-bottom:35px}
		
		body.page-portfolio blockquote p {
			font-size:1.25em;
			line-height:1.7em;}




/* Testimonials
**************/
body.page-testimonials {}

	
	body.page-testimonials blockquote  {
		clear:both;
		margin-top:40px;
		margin-bottom:10px}
		
		body.page-testimonials blockquote p {
			font-size:1.3em;
			line-height:1.7em;}
						
		
		body.page-testimonials em {
			font-size:1.2em;
			color:#777;
			font-style:normal;
			padding-left:79px;
			margin-bottom:30px;}

