/** Simple CSS Reset
_____________________________________________________________________________*/
html, body, ul, li, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

/* overrider ol reset*/
ol{
	margin-left: 13px;
}
ol li {
	list-style-type: decimal !important;
	margin-left: 1px !important;
	list-style-position: outside !important;
}

/** Body
_____________________________________________________________________________*/
body {
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0 0 0 0;
	line-height: 15px;
	
}



/** Floats
_____________________________________________________________________________*/
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
 
img {
	border: none 0px;
}

/** Main Typography
_____________________________________________________________________________*/

h1 {
	font-size: 45px;
	line-height: 32px;
	color: #14c2f1;
	margin-bottom: 20px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #16acd8;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}




h3 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin-bottom: 14px;
}

.p1 {
	font-size: 15px;
	line-height: 20px;
}

.subtitle{
	position: relative;
	top: -15px;
	font-size: 17px;
	color: #333333;
	
}

#side h1{
	font-size: 32px;
	color:#333333;
	margin: 0 0 10px 0;
}

#side h2 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 10px;
}


 a:link, a:visited {
	text-decoration: none;
	color: #16acd8;
}

a:hover {
	text-decoration:underline;
	color: #16acd8;
}


.black{
	color: #000000;
}


.num-list{
	margin-left: 34px;
}

hr {
	display: block;
	border: none;
	width: 494px;
	height: 1px;
	margin: 0px 0px 23px 0px;
	background: url(../assets/divider.gif);
}



/** Container¨¨
_____________________________________________________________________________*/
#container {
	width: 1005px;
	margin: 0 auto;
}

/** Header
_____________________________________________________________________________*/
#header {
	position: relative;
	height: 109px;
	width: 1005px;
	background: url(../assets/header-bg.gif) #ececec no-repeat;
	margin-bottom: 10px;	
}

#header img{
	border: 0px;
}

#logo {
	position: relative;
	float: left;
	border: none;
	width: 184px;
	height: 15px;
	margin: 77px 0 0 34px;
	background: url(../assets/header-logo.gif) no-repeat top;
	display: block;
}

#logo:hover {
	background: url(../assets/header-logo.gif) no-repeat bottom; 
	}


/** Top Navigation
_____________________________________________________________________________*/
ul#topnav {
	position: relative;
	list-style: none;
	width: 439px;
	height: 109px;
	float: right;
	margin-right: 16px;
	display: inline
}

ul#topnav li {
	position: relative;
	float: left;
	display: inline;
	margin: 0; 
	padding: 0;
}

/*--CSS Sprites - Default State--*/
ul#topnav a {
	display: block;
	height: 109px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left 0;
}
/*--CSS Sprites - Hover State--*/
ul#topnav a:hover {
	background-position: left 218px;
}
/*--Assign an image and width to each link--*/
ul#topnav li.who a {
	background-image: url(../assets/nav-1-who.gif);
	width: 110px;
}
ul#topnav li.services a {
	background-image: url(../assets/nav-2-our.gif);
	width: 110px;
	}
ul#topnav li.office a {
	background-image: url(../assets/nav-3-the.gif);
	width: 110px;
}
ul#topnav li.blog a {
	background-image: url(../assets/nav-4-blog.gif);
	width: 109px;
}

/*-- avtive state --*/


 /*--home Page > home Link--*/
#who li.who a,
#services li.services a, /*--eventt Page > events Link--*/
#office li.office a, /*--blog Page > blog Link--*/
#blog li.blog a /*--video Page > video Link--*/{
	background-position:0px -218px !important;
}


/** Bottom Navigation
_____________________________________________________________________________*/
ul#bottomnav {
	position: relative;
	list-style: none;
	width: 439px;
	height: 109px;
	float: right;
	margin-right: 16px;
	display: inline
	}

ul#bottomnav li {
	position: relative;
	float: left;
	display: inline;
	margin: 0; 
	padding: 0;
}

/*--CSS Sprites - Default State--*/
ul#bottomnav a {
	display: block;
	height: 109px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left 0;
}
/*--CSS Sprites - Hover State--*/
ul#bottomnav a:hover {
	background-position: left 109px;
}
/*--Assign an image and width to each link--*/
ul#bottomnav li.who a {
	background-image: url(../assets/foot-nav-1.gif);
	width: 110px;
}
ul#bottomnav li.services a {
	background-image: url(../assets/foot-nav-2.gif);
	width: 110px;
	}
ul#bottomnav li.office a {
	background-image: url(../assets/foot-nav-3.gif);
	width: 110px;
}
ul#bottomnav li.blog a {
	background-image: url(../assets/foot-nav-4.gif);
	width: 109px;
}


/** Feature Photo 
_____________________________________________________________________________*/

#photo-feature{	
	position: relative;
	width: 1005px;
	height: 326px;
	margin-bottom: 1px;
	background: url(../assets/photo-feature-bg.gif) ;
}

#photo-feature img{
	float: left;
	width: 989px;
	
	border: none;
}

.page-photo{
	position: relative;
	margin:0px 0px 0px -56px;
	width: 455px;
	height: 326px;
}

.page-blog{
	position: relative;
	margin:0px 0px 0px -56px;
	width: 455px;
	height: 160px;
}



/** Content Layout 
_____________________________________________________________________________*/

#content{
	float: left;
	position: relative;
	width: 1005px;
	background: url(../assets/page_bg.gif) repeat-y;
	overflow:hidden
	
}

#main {
	display: inline;
	width: 528px;
	float: left;
	padding: 46px 0 56px 0;
	overflow: visible;
	
}

#main_inner {
	width: 444px;
	float: left;
	margin-left: 34px;	
}




#side{
	width: 383px;
	float: right;
	background: no-repeat;
	margin: 0px 16px 0px 56px;
	
}

#side_inner {
	width: 342px;
	float: right;
	padding: 0 30px 0 0;
}




/** Home Page
_____________________________________________________________________________*/

#main_box{
	width: 494px;
	margin-bottom: 21px;
	margin-left: 34px;	
	position: relative;
	float: left;
}

h1.home-page{
	font-size:34px !important;
}


#main_box h2 a:link, #main_box h2 a:visited{
	color: #16acd8;
	text-decoration: none;
}

#main_box h2 a:hover{
	color: #333333;
}

#main_box a:link, #main_box a:visited{
	color: #666666;
	text-decoration: underline;
}

#main_box a:hover{
	color: #333333;
}


#main-hr{
	display: block;
	float: left;
	border: none;
	width: 494px;
	height: 1px;
	margin: 0px 0px 23px 0px;
	background: url(../assets/divider.gif);
}


/** comment box **/
.comment-num{
	position: relative;
	right: 5px;
	width: 100px;
	height: 22px;
	float: right;
}

.comment-num-single{
	position: relative;
	width: 100px;
	height: 22px;
	float: left;
}

.q-left{
	display: block;
	height: 25px;
	width: 25px;
	background: url(../assets/quote-left.gif) no-repeat;
	float: left;
}

.q-right{
	display: block;
	height: 25px;
	width: 25px;
	float: left;
	background: url(../assets/quote-right.gif) no-repeat;
}

.quote-num{
	float: left;
	margin: 0 7px 0 7px;
	font-size: 15px;
	color: #0099cc;
	line-height: 20px;
}

.quote-num a:link, .quote-num a:visited {
	color:#16acd8 !important;
	text-decoration: none !important;
}

.quote-num a:hover {
	color:#666666 !important;
	text-decoration: none !important;
}
/** Side Style
_____________________________________________________________________________*/

#side-hr {
	display: block;
	border: none;
	float: right;
	width: 383px;
	height: 1px;
	margin: 25px 0px 19px auto;
	background: url(../assets/divider-side.png) no-repeat;
}

#meet-the-mac{
	position: relative;
	width: 129px;
	margin: 61px 0px 20px 11px ;
}

#mac-photo{
	position: absolute;
	top:-70px;
	left: 122px;
}

#icons{
	position: relative;
	width: 300px;
	float: right;
	list-style: none;
	margin: 16px 25px 61px 0px;
	display: inline;
}

ul#icons li{
	text-align: right;
	margin: 14px 0 0 0;
}

#icons a:link, #icons a:visited {
	text-decoration: none;
	color: #666666;
}

#icons a:hover {
	text-decoration:underline;
	color: #666666;
}

.flickr {
background:url(../assets/icon-flickr.gif) center right no-repeat;
padding:5px 30px;
white-space:nowrap;
}

.facebook {
background:url(../assets/icon-facebook.gif) center right no-repeat;
padding:5px 30px;
white-space:nowrap;
}

.twitter {
background:url(../assets/icon-twitter.gif) center right no-repeat;
padding:5px 30px;
white-space:nowrap;
}

.rss {
background:url(../assets/icon-rss.gif) center right no-repeat;
padding:5px 30px;
white-space:nowrap;
}

/** Services
_____________________________________________________________________________*/
#services_main_box{
	width: 494px;
	margin-bottom: 13px;
	margin-left: 0px ;	
	position: relative;
	float: left;
	padding: 12px 0 0 0;
	}
#services_main_box h2{
	margin-bottom: 0px;
}

.service-img{
	float: left;
	margin-right: 17px;
	margin-top: -12px;
}

#services-hr{
	display: block;
	float: left;
	border: none;
	width: 494px;
	height: 1px;
	margin: 0px 0px 0px 0px;
	background: url(../assets/divider.gif);
}

#services-footer{
	margin-top: 22px;
	float: right;
	width: 275px;
	text-align: right;
	font-size: 12px;
}

/** Blog
_____________________________________________________________________________*/

#blog_main_box{
	width: 494px;
	margin-bottom: 13px;
	margin-left: 0px ;	
	position: relative;
	float: left;
	padding: 12px 0 0 0;
	}
	

.blog-img{
	float: left;
	margin-right: 17px;
	margin-top: -12px;
	overflow: hidden;
	text-align: center;
}


.blog-img img{
	border: 0px none;
}


#blog_main_box a:link, #blog_main_box a:visited{
	color: #666666;
	text-decoration: underline;
}

#blog_main_box a:hover{
	color: #333;
}

#blog_main_box h2 a:link, #blog_main_box h2 a:visited {
	color: #16acd8;
	text-decoration: none;
}

#blog_main_box h2 a:hover {
	text-decoration: none;
	color: #333;
}



#blog-footer{
	margin-top: 22px;
	padding-right: 34px;
	float: right;
	width: 350px;
	text-align: right;
	font-size: 12px;
}

#blog-hr {
	display: block;
	border: none;
	float: right;
	width: 383px;
	height: 1px;
	margin: 25px 0px 0px 0px;
	background: url(../assets/divider-side.png) no-repeat;
}

#side_inner_blog{
	margin-bottom: 10px;
	
}

#cat-row{
	float: left;
	width: 177px;
	list-style: none;
	padding: 20px 0px 30px 10px;
	margin-right: 20px;
	line-height: 20px;
	border-right: 1px solid #ffffff;
}

#auth-row{
	float: left;
	width: 160px;
	padding: 20px 0px 0px 0px;
	list-style: none;
	line-height: 20px;
}

.everything{
	border-top: 1px solid #999999;
	margin-top: 10px;
	padding-top: 10px;
	width: 125px;
}


/** Blog Post - Single
_____________________________________________________________________________*/


#photo-post{
	width: 200px;
	height: 200px;
	float: left;
	margin: 0px 17px 25px 0px;
}
#main_inner_post h1 {
	font-size: 32px;
}

#main_inner_post {
	width: 494px;
	float: left;
	margin-left: 0px;	
	line-height: 20px;
}

.post-hr{
	display: block;
	float: left;
	border: none;
	width: 290px;
	height: 1px;
	margin: 0px 0px 0px -17px;
	background: url(../assets/divider.gif);
}

#single_main_box{
	font-size: 15px;
	line-height: 20px;
	padding-left: 34px;
	width: 444px;
	margin-bottom: 35px;

}

.post-cats a:link, .post-cats a:visited{
	color: #666666;
	text-decoration: underline;
}

.post-cats a:hover{
	color: #333;
}



.author_box{
	float: left;
	margin-left: 34px;
	width: 470px;
}

.author_box img{
	float: left;
	width: 80px;
	margin-right: 12px;
}

.author_content{
	float: left;
	width: 345px;
	
}

.author_content h2{
	color: #333;
}

#single_main_box li {
	margin: 0 0 5px 20px;
	list-style: inside;
}

#comment-hr{
	display: block;
	float: left;
	border: none;
	width: 494px;
	height: 1px;
	margin: 20px 0px;
	background: url(../assets/divider.gif);
}



/** Footer 
_____________________________________________________________________________*/
#footer{
	background: url(../assets/page_bg.gif) repeat-y;
	margin: 0 0 0 0;
	height: 109px;
	
}

#footer .logo{
	float: left;
}

#footer img {
	border: 0 none;
}

#footer #inner{
	width: 300px;
	float: left;
	margin:35px 0 0 17px;
}

#sub-footer{
	color: #999999;
	margin: 37px 0 50px 0;
}






/** Mail Chaimp
_____________________________________________________________________________*/

.mc-field-group{
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	
}

.mc-name input, .mc-email input{
	height: 20px;
	width: 153px;
	border: 1px #999999 solid;
	
}

#cm-inputboxes{
	width: 225px;
	float: left;
}

.mc-name{
	margin: 0 0 11px 0;
}

.mc-email label{
	margin-right: 5px;
}

.mc-name label{
	margin-right: 3px;
}


.sub-btn{
	float: left;
	margin: 26px 0 0 0;
}

.input-group-label {
float: left;
margin: 3px 9px 0 0;	

}

.input-group{
	font-weight: normal;
}

.mc-field-group li{
	list-style: none;
	float: left;
	margin: 0px 15px 12px 0px;
	padding-top: 4px;
}

/** Custom Form Elements
_____________________________________________________________________________*/

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 0px 0 0;
	background: url(../assets/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
	margin-top: -2px;

}
.radio {
	background: url(../assets/radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}



/** Comment Form
_____________________________________________________________________________*/

#commentform{
	padding: 0 0 0 34px;
}

#commentform label{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	position: relative;
	top: 7px;
}

#commentform input {
	border: #999999 1px solid;
	height: 22px;
	width: 160px;
}

#commentform input#author{
	margin: 0 0 0 26px;
}

#commentform input#email{
	margin: 0 0 0 27px;
}

#commentform input#url{
	margin: 0 0 0 13px;
}

#commentform #comment{
	margin-left: 7px;
	width: 290px;
}
#commentform .button{
	width: 69px;
	height: 39px;
	border: none;
	margin: 0 0 0 10px;
}

.author_box p{
	margin: 12px 0px !important;
	
}

/** exploader_message
_____________________________________________________________________________*/

#exploader_message {
	background: #f0be26;
	padding-top: 7px;
	padding-left: 10px;
	height: 30px;
	color: #111111;
	border-bottom: 2px solid #660000;
	}
#exploader_message a:link, #exploader_message a:visited{
	text-decoration: underline;
	color: #ffffff;
}

#exploader_message a:hover{
	text-decoration: underline;
	color: #333333;
}

