/************************************************************************
*   
*   G L O B A L  C S S
*   
*   Author:  iGeekify
*   Date:    27 July 2010
*   Web:     http://work.igeekify.com
*   Email:   info@igeekify.com
*   Version: 1.0
* 
*************************************************************************/


/*-----------------------------------------------------------------------
Control Panel
------------------------------------------------------------------------*/

body
{
	font-family:Arial, Helvetica, sans-serif;	
}

.float-left
{
	float:left;	
}

.float-right
{
	float:right;	
}

.clear
{
	clear:both;	
}

/*-----------------------------------------------------------------------
Containers
------------------------------------------------------------------------*/

.wrapper
{
	margin:0 auto;
	width:960px;	
}

#frame-header
{
	/* background:#62a1c8; */
	background:#3F5178;	
}

#frame-action
{
	background:#fafafa;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	padding:25px 0 15px 0;
	height:115px;	
}

#frame-splash
{
	/* background:url(../images/background-splash.jpg) repeat-x; */
	height:453px;
	overflow:hidden;
	position:relative;
	width:100%;
}

#frame-portfolio
{
	padding:40px 0;	
}

#frame-blog
{
	padding:40px 0 10px;	
}

#frame-introduction
{
	/* background:#212121 url(../images/background-subpage-splash.jpg) no-repeat center;  */
	background:#212121; 
	height:400px;
}

#frame-content
{
	padding:30px 0 20px;	
}

#frame-footer
{
	margin:0 0 20px;	
}

/*-----------------------------------------------------------------------
Fonts
------------------------------------------------------------------------*/

p a,
li a
{
	color:#9fc251;
	text-decoration:underline;	
}

/*-----------------------------------------------------------------------
Buttons
------------------------------------------------------------------------*/

.button-green
{
	width:152px;	
}

.button-green a
{
	background:url(../images/button-green.png) no-repeat;
	color:#ffffff;
	display:block;
	font-size:18px;
	font-weight:bold;
	height:44px;
	line-height:44px;
	text-align:center;
	text-decoration:none;
	width:152px;
}

.button-green a:hover
{
	background-position:bottom;	
}

/*-----------------------------------------------------------------------
Bullets
------------------------------------------------------------------------*/

.bullet
{
	margin:20px 0;	
}

.bullet li
{
	background:url(../images/bullet-arrow.gif) 0 6px no-repeat;
    color: #858181;
	font-size: 12px;
    line-height: 20px;
	padding:5px 0 5px 20px !important;	
}

/*-----------------------------------------------------------------------
Navigation
------------------------------------------------------------------------*/

/*--Main-- Navigation---------------------------------------------------*/

#navigation-main li
{
	height:30px;
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:100px;
	margin:36px 0 0 -7px;
}

#navigation-main li a
{
	border-radius: 3px;
	color:#ffffff;
	display:block;
	height:30px;
	line-height:31px;
	padding:0 15px;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

@-moz-document url-prefix() {
    #navigation-main li a {
        -moz-border-radius: 3px;
    }
}


#navigation-main li.active a,
#navigation-main li a:hover
{
	/* background:#276b96; */
	background:#687798;
}

/*--Footer Navigation---------------------------------------------------*/

#navigation-footer li
{
	float:left;
	margin:3px 0 0;
}

#navigation-footer li span
{
	margin:0 5px;	
}

/*-----------------------------------------------------------------------
Logo
------------------------------------------------------------------------*/

#logo-main
{
	left:10px;
	position:relative;
	top:9px;
}

/*-----------------------------------------------------------------------
Homepage
------------------------------------------------------------------------*/

/*--Action--------------------------------------------------------------*/

#frame-action h1
{
	color:#858181;
	float:left;
	font-size:20px;
	font-style:italic;	
	font-weight:normal;
	width:790px;
}

#frame-action .button-green
{
	margin:20px 0 0;	
}

/*--Splash--------------------------------------------------------------*/

#welcome
{
    background: none repeat scroll 0 0 #62A1C8;
    height: 203px;
    left: 50%;
    margin: 83px 0 0 -300px;
    padding: 35px;
    position: absolute;
    width: 530px;
    z-index: 2;
}

#welcome h1
{
	color:#ffffff;
	font-size:30px;
	margin:0 0 15px;	
}

#welcome p
{
	color:#d9effd;
	font-size:18px;
	line-height:24px;
	margin:0 0 20px;	
}

#welcome p strong
{
	color:#ffffff;	
}

#close-welcome
{
	background:url(../images/button-close.png);
	cursor:pointer;
	height:30px;
	right:-10px;
	position:absolute;
	top:-10px;
	width:30px;
	z-index:3;
}

#close-welcome:hover
{
	background-position:bottom;	
}

#frame-splash li .splash-image
{
	height:151px;
	overflow:hidden;
	position:relative;
	width:239px;	
}

#frame-splash li .splash-image img
{
	position:absolute;
	top:-151px;
}

#frame-splash li .splash-image img.active
{
	top:0;
}

#frame-splash input
{
	display:none;	
}

/*--Content------------------------------------------------------------*/

#frame-content .column
{
	float:left;
	margin:0 40px 0 0;
	width:290px;	
}

#frame-content .end
{
	margin:0;	
}

#frame-content h2
{
	color:#3F5178;
	font-size:18px;	
	margin:0 0 10px;
}

#frame-content p
{
	color:#858181;
	font-size:12px;
	line-height:20px;
	margin:0 0 15px;
}

#frame-content p a:hover
{
	text-decoration:none;	
}

/*--Footer--------------------------------------------------------------*/

#frame-footer .wrapper
{
	border-top:1px solid #dddddd;
	color:#909090;
	font-size:11px;
	line-height:18px;
	padding:20px 0 0;
}

#frame-footer .wrapper a
{
	color:#909090;
	text-decoration:none;
}

#frame-footer .wrapper a:hover
{
	text-decoration:underline;
}

/*-----------------------------------------------------------------------
Subpage
------------------------------------------------------------------------*/

/*--Global--------------------------------------------------------------*/

#frame-introduction .wrapper
{
	padding:63px 0 0;	
}

#frame-introduction .left-column
{
	float:left;
	width:620px;	
}

#frame-introduction .right-column
{
	float:right;
	width:310px;	
}

#frame-introduction h1
{
	color:#ffffff;
	font-size:40px;
	font-weight:normal;
	margin:0 0 10px;
}

#frame-introduction h2
{
	color:#ffffff;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	margin:0 0 15px;
}

#frame-introduction h3
{
	color:#ffffff;
	font-size:16px;
	margin:59px 0 10px;
}

#frame-introduction p
{
	color:#c3c3c3;
	font-size:14px;
	line-height:20px;
	margin:0 0 15px;
}

#frame-content .left-column
{
	float:left;
	width:620px;
}

#frame-content .right-column
{
	float:right;
	width:310px;	
}

/*--About Us------------------------------------------------------------*/

#office-photos ul
{
	padding:10px 0 0;
	width:307px;
}

#office-photos li
{
	float:left;
	height:58px;
	overflow:hidden;
	position:relative;
	margin:0 0 4px 3px;	
	width:59px;
}

#office-photos li.first
{
	margin:0 0 4px;	
}

#office-photos li:hover img
{
	position:absolute;
	top:-58px;
}

#frame-content .staff-member
{
	float:left;
	margin:0 20px 0 0;
	width:224px;	
}

#frame-content .end
{
	margin:0;
}

#frame-content .staff-member p strong
{
	color:#62a1c8;
	display:block;
	font-size:14px;
	padding:10px 0 0;
}

#frame-content .staff-member p em
{
	color:#333333;
}

#frame-content .staff-member p
{
	margin:0 0 10px;	
}

/*--Portfolio/Blog------------------------------------------------------*/

#frame-portfolio h1,
#frame-blog h1
{
	color:#62a1c8;
	font-size:40px;
	font-weight:normal;
	padding:0 0 5px;
}

#frame-portfolio h2,
#frame-blog h2
{
	color:#727171;
	font-size:20px;
	font-style:italic;
	font-weight:normal;	
}

#frame-portfolio h3,
#frame-blog h3
{
	border-bottom:1px solid #cecece;
	color:#62a1c8;
	font-size:16px;
	padding:0 0 10px;
}

#frame-portfolio p,
#frame-blog p
{
	color:#858181;
	font-size:14px;
	line-height:20px;
	margin:0 0 20px;	
}

#portfolio
{
	border-top:1px solid #e1e1e1;
	margin:20px 0 0;
	padding:25px 0 0;	
}

#categories
{
	background:#ececec;
	padding:10px;
	width:270px;
}

#categories li
{
	border-bottom:1px solid #e1e1e1;
	color:#858181;
	font-size:14px;
	line-height:20px;
	padding:10px 0;
}

#categories li.end
{
	border:none;	
}

#categories li a
{
	color:#858181;	
	text-decoration:none;	
}

#categories li.current a
{
	color:#62A1C8;	
}

#categories li a:hover
{
	color:#9FC251;
	font-style:italic;	
}

#folio-items
{
	width:660px;	
}

#blog-items
{
	width:650px;	
}

#blog-items li
{
	padding:0 0 30px;
}

#blog-items .article-image
{
	width:121px;
}

#blog-items .article-excerpt
{
	width:520px;
}

#blog-items .article-excerpt h2,
#frame-blog .article-content h2
{
	color:#62a1c8;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}

#blog-items .back-links
{
	padding:20px 0 30px;	
}

#blog-items .back-links li
{
	color:#858181;
	float:left;
	font-size:12px;	
	padding:0;
}

#blog-items .back-links li a
{
	text-decoration:none;	
}

#blog-items .back-links li a:hover
{
	text-decoration:underline;	
}

#blog-items .back-links span
{
	margin:0 3px;	
}

#frame-blog .article-content h2
{
	margin:0 0 10px;	
	padding:0;
}

#frame-blog .article-content h3
{
	border:none;
	color:#555555;
	font-size:14px;
	margin:20px 0 10px;
	padding:0;
}

#blog-items .article-excerpt p,
#frame-blog .article-content p
{
	font-size:12px;
	margin:5px 0 0;
	line-height:20px;	
}

#blog-items .article-excerpt p.date
{
	color:#5f5959;
	font-size:11px;
	margin:5px 0 0;	
}

#blog-items .article-excerpt p.more-link
{
	margin:15px 0 0;	
}


#folio-items ul
{
	list-style: disc;
	margin-left: 22px;
}
#folio-items ul li
{
	list-style-type: disc;
}

/* #folio-items li
{
	float:left;
	height:132px;
	margin:0 0 10px 10px;
	overflow:hidden;
	position:relative;
	width:210px;	
}

#folio-items li:hover img
{
	position:absolute;
	top:-132px;
} */

/*--Why choose me?------------------------------------------------------*/

#benefits li
{
	background:url(../images/bullet-tick.gif) 0 10px no-repeat;
	color:#ffffff;
	font-size:14px;
	line-height:30px;
	padding:0 0 0 30px;	
}

#features li
{
	float:left;
	margin-top:10px;
	width:238px;	
}

#features li h4
{
	color:#666666;
	font-size:12px;
	margin:0;
	padding:0;
}

.icon-design{background:url(../images/icon-design.gif) no-repeat; padding:0 0 0 52px;}
.icon-branding{background:url(../images/icon-branding.gif) no-repeat; margin:0 0 0 40px; padding:0 0 0 52px;}
.icon-development{background:url(../images/icon-development.gif) no-repeat; padding:0 0 0 52px;}
.icon-print{background:url(../images/icon-print.gif) no-repeat; margin:0 0 0 40px; padding:0 0 0 52px;}

.testimonial-container
{
	background:#f1f7fa;
	border:1px solid #c1e1f4;
	margin:25px 10px 0;	
	padding:20px 15px 30px;
	position:relative;
	width:260px;
}

.quotation-left
{
	background: url(../images/icon-quote-left.png) no-repeat;
	height:25px;
	position:absolute;
	left:-10px;
	top:-10px;
	width:27px;	
}

.quotation-right
{
	background: url(../images/icon-quote-right.png) no-repeat;
	bottom:-10px;
	height:25px;
	position:absolute;
	right:-10px;
	width:27px;	
}


#frame-content .testimonial-container p
{
	color:#62a1c8;
}

#frame-content .testimonial-container cite
{
	color:#62a1c8;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}

#frame-content .testimonial-container cite em
{
	display:block;
	font-size:12px;
	font-weight:normal;	
}

/*--Contact Us---------------------------------------------------------*/

#map iframe
{
	border:1px solid #cdcbcb;
	margin:0 0 20px;
}

#details dl
{
	color:#858181;
	font-size:12px;
	line-height:20px;
}

#details dt
{
	clear:both;
	font-weight:bold;
	float:left;
	width:70px;	
}

#details dd
{
	float:right;
	width:240px;	
}

#details .address
{
	margin:15px 0 0;	
}

/*-----------------------------------------------------------------------
Forms
------------------------------------------------------------------------*/

/*--Contact Form--------------------------------------------------------*/

#contact-form .float-left,
#contact-form .float-right
{
	width:290px;
}

#contact-form label
{
	color:#c3c3c3;
	display:block;
	font-size:12px;
	padding:0 0 5px;
}

#contact-form label span
{
	color:#ffffff;
}

#contact-form input
{
	background:url(../images/background-input-sprite.gif) 0 0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:23px;
	margin:0 0 13px;
	padding:10px;
	width:270px;
}

#contact-form textarea
{
	background:url(../images/background-input-sprite.gif) bottom;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:98px;
	overflow:hidden;
	padding:10px;
	resize:none;
	width:270px;
}

#contact-form button
{
	background:url(../images/button-green.png) no-repeat;
	color:#ffffff;
	cursor:pointer;
	display:block;
	font-size:18px;
	font-weight:bold;
	float:right;
	height:44px;
	margin:33px 0 0;
	text-align:center;
	text-decoration:none;
	width:152px;
}

#contact-form button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

#contact-form button:hover
{
	background-position:0 -44px;	
}

#frame-introduction h2#contact-message
{
	font-size:16px;
	margin:15px 0 0;	
}

#contact-message .contact-success,
#contact-message .contact-error
{
	display:none;
}

#contact-message .contact-success
{
	color: #b2ce74;
}

#contact-message .contact-error
{
	color:#ff0000;
}

#note h4
{
	color:#ffffff;
	font-size:14px;
	margin:73px 0 0;
}

#note p
{
	color:#c3c3c3;
	line-height:20px;	
}

#note p a
{
	color:#ffffff;
}

#note p a:hover
{
	text-decoration:none;	
}
