/*
	Theme Name: EditStudios
	Theme URI: http://www.edit-studios.com/
	Description: A theme created by <a href="http://www.edit-studios.com/">Edit Studios Limited</a>.
	Version: 1.0	
	Author: http://www.edit-studios.com/ - professional wordpress themes
	Author URI: http://www.edit-studios.com/
*/



/********************
STYLES FOR THE GLOBAL RESETS
********************/

* { 
	outline:none; 
	margin:0; 
	padding:0;
}

a img { 
	outline:none; 
	border:none;
}


/********************
GENERAL GLOBAL STYLES
********************/

body, html {
	background-color: #0e1017;
	
	
 /* background-attachment: fixed; */
	
	width:100%;
	height:100%;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size:80%;
	color:#676868;	
}

p {
	margin-bottom:15px;
	color:#595F66;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
}

h1 {
	font-family: Georgia, serif;
	margin-bottom:15px;
	margin-top:2px;
	color:#ffffff;
	font-size:26px;
	line-height:38px;
	font-weight:normal;
}

h2 {
	font-family: Georgia, serif;
	margin-bottom:15px;
	color:#ffffff;
	font-size:26px;
	line-height:20px;
	font-weight:normal;
	width:auto;
}

h3 {
	margin-bottom:10px;
	color:#486C8C;
	font-size:14px;
	line-height:20px;
	font-weight:normal;

}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#87BDE2;
}

a:hover {
	text-decoration:none;
	color:#fff;
}

#sidebar02 a:link, #sidebar02 a:active, #sidebar02 a:visited {
	text-decoration:none;
	color:#486C8C;
}

strong { font-weight:normal; color:#9BA7B2; }

.white { color:#FFF; }

.grey { color:#595F66; }

.blue { color:#486C8C; }

.lightblue { color:#87BDE2; }

.mauve { color:#612D54; }





/********************
CONTENT WRAPPERS
********************/

#mainnav_wrap  {
	text-align:center;
	width:100%;
	height:43px;
	background-image: url(../include/nav_bgnd_rpt.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:1000;
	
	display:block;
}

body > div#mainnav_wrap {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#header_wrap {
	width: 965px;
	height: 526px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align:left;
	clear:both;
	background-image: url(../include/header_home_bgnd.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position:relative;
	top:100px;
	
	
}

#services_wrap {
	width: 920px;
	height: 320px;
	text-align:left;

	margin-left: auto;
	margin-right: auto;
	
	clear:both;
}

#ticker_wrap {
	width: 920px;
	height: 45px;
	text-align:left;
	
	margin-left: auto;
	margin-right: auto;	
	
	padding-top:50px;
	clear:both;
	
}

#the_post_ticker {
	font-size:13px;
	width:890px;
	height:45px;
	line-height:45px;
	padding-left:30px;
	background-image: url(../include/ticker_bgnd.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	behavior: url(http://www.edit-studios.com/common/images/iepngfix.htc);
	
}

#contact_wrap {
	width: 920px;
	text-align:left;
	
	margin-left: auto;
	margin-right: auto;	
	
	padding-top:70px;
	clear:both;
	
}

#blog_wrap {
	width: 100%;
	text-align:center;
	float:left;
	
	background-image: url(../include/bigbgnd07.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	
	background-color: #070a0f;
	
	padding-bottom:100px;
}

#blog_wrap_inner {
	width: 920px;
	height: auto;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	
}

#footer_wrap_outer {
	width: 100%;
	height: auto;
	text-align:left;

	clear:both;	
	float:left;
	
	
	
	
}

#footer_wrap_inner {
	width: 920px;
	height: 120px;

	margin-left: auto;
	margin-right: auto;
	padding-top:50px;
	padding-bottom:30px;
	
}

#content_wrap_fullwidth {
	width: 920px;
	height: auto;

	margin-left: auto;
	margin-right: auto;
	padding-top:110px;
}





/********************
MAIN NAV STYLES
********************/


#mainnav_wrap .container  {
	text-align:left;
	width:920px;
	height:43px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;

}

h1.logo a {
	float:left;
	width: 150px;
	height: 60px;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../include/logo.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	display:block;
	margin-left:25px;
}

#mainnav_wrap ul  {
	text-align:right;
	height:43px;	
	list-style:none;
	float:right;
	margin-right:0px;
	margin-top:0px;
}
/*
#mainnav_wrap li  {
	float:left;
	list-style:none;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1px;
	color:#000;
	
}

#mainnav_wrap li a  {
	display:block;
	color:#000;
	height:43px;
	width:93px;
	
	background-image: url(../include/nav.png);
	background-repeat: no-repeat;
	behavior: url(http://www.edit-studios.com/common/images/iepngfix.htc);
	
	cursor:hand;
	
}

#mainnav_wrap li.home a:hover {background-position: 0px 0px;}
#mainnav_wrap li.blog a:hover {background-position: -93px 0px;}
#mainnav_wrap li.contact a:hover {background-position: -186px 0px;}

#mainnav_wrap li.home a {background-position: -276px 0px;}
#mainnav_wrap li.blog a {background-position: -369px 0px;}
#mainnav_wrap li.contact a {background-position: -462px 0px;}

#mainnav_wrap li.homeON a {background-position: -276px 0px;}
#mainnav_wrap li.blogON a {background-position: -369px 0px;}
#mainnav_wrap li.contactON a {background-position: -462px 0px;}

#mainnav_wrap li.homeON a:hover {background-position: 0px 0px;}
#mainnav_wrap li.blogON a:hover {background-position: -93px 0px;}
#mainnav_wrap li.contactON a:hover {background-position: -186px 0px;}
*/

#mainnav_wrap li  {
	float:left;
	list-style:none;
	overflow:hidden;
	font-size:13px;
	line-height:43px;	
}

#mainnav_wrap li a  {
	color:#FFF;
	height:23px;
	line-height:23px;
	padding-left:20px;
	padding-right:20px;
	border-right:solid 1px #383d41;
}

#mainnav_wrap .nav_email  {
	text-align:left;
	width:425px;
	height:43px;	
	float:left;
	line-height:43px;
	font-size:13px;
	display:block;
	color:#383d41;
}

#mainnav_wrap .nav_email a  {
	display:block;
	color:#383d41;
	width:175px;
	height:43px;
	
	padding-left:24px;
		
	background-image: url(../include/icon_email.png);
	background-repeat: no-repeat;
	background-position: left center;
	behavior: url(http://www.edit-studios.com/common/images/iepngfix.htc);
}

#mainnav_wrap .nav_email a:hover  {
	text-decoration:none;
	color:#354D65
}




/********************
HEADER STYLES
********************/


.intro {
	width: 425px;
	height: 346px;
	text-indent:-9999px;
	overflow:hidden;
}

#header_wrap a img {
	border:none;
}

.header_left {
	width: 425px;
	height: 346px;
	float:left;	
	margin-top:0px;
}

.header_right {
	width: 540px;
	height: 426px;
	float:left;	
}

#slideshow {
	width: 474px;
	height: 346px;
	margin-top:37px;
	margin-left:28px;
	overflow:hidden;
}

.button_contact {
	width:120px;
	height:40px;
	margin-top:160px;
	display:none;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	font-size:1px;
	background-image: url(../include/button_contact_us.gif);
	background-position: left top;
	background-repeat: no-repeat;
}







/********************
SERVICES STYLES
********************/

h2.service_title {
	width: auto;
	height: 30px;
	clear:both;
}

#services_wrap p {
	line-height:17px;
	color:#686B6E;
}

#services_wrap p a { 
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	border: dotted 1px #43484D;
	white-space:nowrap;
}

#services_wrap a:hover { 
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	border: dotted 1px #486C8C;
	white-space:nowrap;
	
	text-decoration:none;
	color:#FFF;
	background-color:#486C8C;
}


#services_wrap h3 {
	margin-bottom:8px;
}

.services_list, .services_list_first, .services_list_last {
	float:left;
	margin-bottom:20px;
	padding-top:10px;
	height: auto;
	
}

.services_list {
	width: 198px;
	
	padding-right:20px;
	margin-right: 20px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #202326;
}

.services_list_first {
	width: 198px;
	
	padding-right:20px;
	margin-right: 20px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #202326;
	
	clear:both;
}

.services_list_last {
	width: 198px;
}








/********************
CONTACT STYLES
********************/

h2.contact_title {
	width: auto;
	height: 30px;
	clear:both;
}

.leftcol {
	width: 225px;
	height: auto;
	padding-right:25px;
	float:left;
}

.middlecol {
	width: 225px;
	height: auto;
	padding-right:0px;
	float:left;
}

.rightcol {
	width: 435px;
	height: auto;
	float:left;
}

#contact_wrap p {
	margin-bottom:20px;
	line-height:17px;
	color:#686B6E;
}

.phone_greg {
	width: 225px;
	margin-bottom:2px;
	margin-top:4px;
	font-size:15px;
	color:#FFF;
	
}

.phone_stu {
	width: 225px;
	margin-bottom:2px;
	margin-top:4px;
	font-size:15px;
	color:#FFF;

}

.names {
	width: 225px;
	height: auto;
	margin-bottom:3px;
	font-size:12px;
}

.titles {
	width: 225px;
	height: auto;
	font-size:12px;
}

.emails {
	width: 225px;
	height: auto;
	margin-bottom:20px;
	font-size:12px;
}

.emails a {
	color:#486C8C;
}

.emails a:hover {
	color:#FFF;
	text-decoration:none;
}

label {
	font-size:12px;
	width: 200px;
	height: 16px;
	font-weight:normal;
	color:#486C8C;
}

.text_field {
	width: 200px;
	height: 20px;
	margin-top:3px;
	margin-bottom:9px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #0e1017;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.text_area {
	width: 440px;
	height: 225px;
	margin-top:3px;
	margin-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #0e1017;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.formHighlight {
	background-color: #171b26;
}

.send_button {
	width:64px;
	float:right;
	margin:0px;
}

#success, #failure, #bademail, #badserver {
	width:320px;
	height:29px;
	line-height:29px;
	position: absolute;
	clear:both;
	margin-top:0px;
}

#failure, #bademail, #badserver {
	background-image: url(../include/icon_failed.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#070a0f;
	text-indent:22px;
	z-index:10;

	
	
}

#success {
	background-image: url(../include/icon_success.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#070a0f;
	text-indent:22px;
	z-index:100;

	
}

.required { color:#612D54; }








/********************
FOOTER STYLES
********************/

#footer_wrap_outer h3 {
	/*width: 198px;*/
	height: 20px;
	margin-bottom:12px;
}

#footer_wrap_inner p {
	color:#595F66;
}

#footer_wrap_inner p a {
	color:#FFF;
}

.footer_list, .footer_list_first, .footer_list_last {
	float:left;
	margin-bottom:10px;
	padding-bottom:20px;
	padding-top:10px;
	height: 140px;
	background-image: url(../include/icon_doc.png);
	background-position: 185px 10px;
	background-repeat: no-repeat;
}

.footer_list {
	width: 198px;
	
	padding-right:20px;
	margin-right: 20px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1F2228;
}

.footer_list_first {
	width: 198px;
	
	padding-right:20px;
	margin-right: 20px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1F2228;
	
	clear:both;
}

.footer_list_last {
	width: 198px;
}


/********************
BLOG STYLES
********************/

.blogheader {
	height:auto;
	width:920px;
	padding-top:100px;
	padding-bottom:60px;
	
	background-image: url(../include/.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	
	display:block;
}
	
div.logo a {
	width: 250px;
	height: 60px;
	text-indent:-9999px;
	overflow:hidden;
	background-image: url(../include/logo.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	display:block;
}

#main_col {
	width: 630px;
	float:left;

}

#main_col h1 {
	margin-top:0px;
}

#main_col h1 a:hover {
	text-decoration:none;
	color:#486C8C;
}


#main_col h2 {
	font-size:18px;
	line-height:24px;
	color:#FFF;
}

#main_col h3 { 
	font-family: Georgia, serif;
	margin-bottom:10px;
	margin-top:35px;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#FFF;
}

#main_col h4 {
	font-size:13px;
	line-height:20px;
	color:#486C8C;
	padding-top:5px;
}

#main_col .postcontent_wide ul { 
	margin-bottom:25px; 
	clear:both; 
	list-style:none;
}

#main_col .post li {  
	padding-left:15px;
	
	list-style:none;
	
	line-height:20px;
	font-size:13px;
	
	background-image: url(../include/bullet_dot.png);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	
	margin-bottom:8px;
	
	color:#989999;
	
}


.pagination {
	width:622px;
	float:left;
	
	margin-bottom:15px;
	padding-bottom:8px;
	padding-top:8px;
	padding-left:8px;
	
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	
	background-image: url(../include/sidebar_list_bgnd.png);
	background-position: left top;
	background-repeat: repeat;
	
	color:#486C8C;
}

.breadcrumbs {
	width:620px;
	float:left;
	
	margin-bottom:15px;
	padding-bottom:8px;
	padding-top:8px;
	padding-left:10px;
	
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	
	border-bottom:solid 0px #212428;
	border-top:solid 0px #212428;
	color:#486C8C;
	
	background-image: url(../include/sidebar_list_bgnd.png);
	background-position: 0px 0px;
	background-repeat: repeat;
	
	display:block;
}


.post {
	width:630px;
	float:left;
	margin-bottom:20px;
	
}

.excerpt_wrap {
	width:630px;
	float:left;
	margin-bottom:0px;
	border-bottom:dotted 1px #212428;
	padding-bottom:15px; 
	
	
}

.excerpt {
	width:400px;
	padding-right:40px;
	float:left;
	
}

.excerpt a:link, .excerpt a:active, .excerpt a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.excerpt a:hover {
	color:#486C8C;
	text-decoration:underline;
}
.postcontent {
	width:630px;
	float:left;
	margin-top:20px;
}

.post p {
	font-size:13px;
	line-height:20px;
	
}

.post p a { 
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	border: dotted 1px #43484D;
	white-space:nowrap;
}

.post p a:hover { 
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	border: dotted 1px #486C8C;
	white-space:nowrap;
	
	text-decoration:none;
	color:#FFF;
	background-color:#486C8C;
}

.postmeta  { 
	float:right;
	width:190px;
		
	padding-bottom:8px;
	padding-top:8px;
		
	text-align:left;
}


.postmeta p { 
	color:#595F66;
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin-bottom:10px;
}

#sidebar02 { 
	font-size:12px; 
	line-height:18px;
	color:#595F66;		
	width:250px; 
	height:auto; 
	float:right;
	
	margin-left:40px;
}



#sidebar02 h2 { 
	margin-bottom:10px; 
	font-size:16px; 
}

#sidebar02 ul { 
	list-style:none;
}

#sidebar02 .cat-item a {
	background-image: url(../include/icon_folder.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	
	border-right:dotted 0px #212428;
	width:220px;
}

#sidebar02 .blogroll a {
	background-image: url(../include/icon_infosmall.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	
	width:220px;
}

#sidebar02 li {
	line-height:21px;
	height:21px;
	font-size:12px;
	color:#595F66;
	
	background-image: url(../include/sidebar_list_bgnd.png);
	background-position: left top;
	background-repeat: repeat-x;
	
	text-align:center;
	list-style:none;
	
	border-bottom:solid 0px #000;
	margin-bottom:1px;
	
}

#sidebar02 li a {
	padding-left:30px;	
	line-height:21px;
	height:21px;
	display:block;
	text-align:left;
	float:left;
	text-decoration:none;
}

#sidebar02 li a:hover {
	background-color:#070707;
	color:#fff;
	text-decoration:none;
}





#sidebar02 li.rsswidget {  
	text-decoration:none;
	color:#595F66;
	margin-bottom:7px;
	font-size:12px;
}

#sidebar02 li.rsswidget a:link, #sidebar02 li.rsswidget a:active, #sidebar02 li.rsswidget a:visited {  
	text-decoration:none;
	color:#595F66;
}

#sidebar02 li.rsswidget a:hover {  
	text-decoration:none;
	color:#A8B07F;
}

#sidebar02 .widget { 
	margin-bottom:20px;
	
}

#sidebar02 .widget h3 {
	margin-bottom:3px;
	padding-bottom:8px;
	padding-top:8px;
	padding-left:10px;
	color:#FFF;
	font-size:11px;
	line-height:20px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0.1em;
	border-bottom:solid 0px #212428;
	border-top:solid 0px #212428;
	
	background-image: url(../include/sidebar_list_bgnd.png);
	background-position: 0px 0px;
	background-repeat: repeat;
}

#sidebar02 h3 a:link, #sidebar02 h3 a:active, #sidebar02 h3 a:visited {
	color:#A8B07F;
	background:none;
	padding:0px;
}




#comments_block { 
	margin-top:45px;
	float:left;
	width:630px;
}

.all_comments { 
	width:630px;
	margin-top:45px;
	
	float:left;	
}

#comments_block .leftcol { 
	float:left;
	width:300px;
	padding-right:20px;
}

#comments_block .rightcol { 
	float:right;
	width:300px;
}

#commentform label.error{
	color:#612D54;
	font-size: 12px;
	display:block;
	background: #;
	margin-top:4px;
	margin-bottom:4px;
	
	padding-left:20px;
	width:280px;
	
	background-image: url(../include/icon_infosmall.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

#commentform #author, #commentform #email, #commentform #comment, #commentform #url { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height:19px;
	
	margin-bottom:0px;
	margin-top:4px;
	
	padding:2px;
	border:0px;
	
	background-color:#0e1017;
}

#commentform .label { 
	color:#486C8C;
	margin-top:10px;
	font-size:12px;
}

#commentform #author, #commentform #email, #commentform #url { 
	width:290px;
	height:19px;
}

#commentform #comment { 
	width:300px;
	height:200px;
}

#commentform #submit { 
	width:64px;
	height:24px;
	margin-top:20px;
}



.commentmeta { 
	line-height:22px;
	height:22px;
	display:block;
	padding-bottom:2px;
	margin-bottom:0px;
	color:#486C8C;
}

.commentmeta { 
	font-size:13px;
}


.single_comment, .single_comment_alt { 
	border-bottom:solid 0px #212428;
	margin-bottom:10px;
	padding:10px;
	
	background-image: url(../include/sidebar_list_bgnd.png);
	background-position: left top;
	background-repeat: repeat;
} 


.all_comments p { 
	font-size:13px;
	line-height:22px;
	margin:0px;
}                	















