/*
Theme Name: Burgin Designs
Theme URI: 
Description: Designed by <a href="mailto:fabrizio@encompus.com">Fabrizio Scippa</a> from <a href="http://www.encompus.com">encompus</a> and implemented by <a href="http://www.electricbrain.biz">Electric Brain</a> for <a href="http://www.burgindesigns.com">Chris Burgin Designs</a>.
Author: <a href="mailto:michael@electricbrain.biz">Michael Slatoff</a> from <a href="http://www.electricbrain.biz">Electric Brain</a>
Author URI: http://www.electricbrain.biz
Version: 0.9
*/

/**************************************
 * BASE settings ( DO NOT CHANGE! ) 
 **************************************/
body { margin:0; }
h1 { font-size: 138.5%; }
h2 { font-size: 123.1%; }
h3 { font-size: 108%; }
h1,h2,h3 { margin: 1em 0; }
h1,h2,h3,h4,h5,h6,strong,dt { font-weight: bold; }
optgroup { font-weight:normal; }
abbr,acronym { border-bottom: 1px dotted #000; cursor: help; }
em { font-style: italic; }
del { text-decoration: line-through; }
blockquote,ul,ol,dl { margin: 1em; }
ol,ul,dl { margin-left: 2em; }
ol li { list-style: decimal outside; }
ul li { list-style: disc outside; }
dl dd { margin-left: 1em; }
th,td { border: 1px solid #000; padding: .5em; }
th { font-weight: bold; text-align: center; }
caption { margin-bottom: .5em; text-align: center;}
sup { vertical-align: super;}
sub { vertical-align: sub; }
p, fieldset, table,pre { margin-bottom: 1em; }
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] { padding:1px; }

/**************************************
* HTML Elements Section 
**************************************/
body { background:url(images/background.jpg) repeat-x; }

#mc h2, #mc-profile h2,#mc h1, #mc-profile h1 {
  color: #ed1c24;
  font-size: 153.9%;
  font-weight: normal;
  text-decoration: none;
  margin: 10px 0 5px 0;
}

#mc p, #mc-profile p, #mc li, #mc-profile li {
  line-height: 1.5em
}

a {
  color: #ed1c24;
  text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
  color: #ed1c24;
}

/**************************************
* Layout Section 
**************************************/
#page {
  width:69.2307em;
  *width:67.5001em;
  min-width:900px;
  margin:auto;
  text-align:left; 
}

#hd {
  padding: .5em 0 0 0;
	height: 8.077em;
	position:relative;
}

#nv{}
#mc {
  width: 50em;
  *width: 48.0001em; /*IE width */
  padding-left:19.9999em;
  *padding-left:19.5000em;/* IE width */ 
}

#mc-projects {
  width: 51em;
  *width: 50em; /*IE width */
  padding-left:19.9999em;
  *padding-left:19.5000em;/* IE width */ 
}

#mc-profile {
  width: 31.1538em;
  *width: 30.3750em; /*IE width */
  padding-left:19.9999em;
  *padding-left:19.5000em;/* IE width */ 
}

#sidebar{
  width:14.6153em;
  *width:14.2500em;/* IE width */
  float: left;
  margin-right: 5.3846em;
  *margin-right: 5.2500em; /* IE width */
}

#bd{
  padding-top: 1em;
}

#ft{
  clear: both;
}

#ft-left {
  width:14.6153em;
  *width:14.2500em;/* IE width */
  float: left;
  margin-right: 5.3846em;
  *margin-right: 5.2500em; /* IE width */
}

#ft-right {
  width: 49.2307em;
  *width: 48.0001em; /*IE width */
  padding-left:19.9999em;
  *padding-left:19.5000em;/* IE width */
}

#sidebar h2, #sidebar-right h2 {
  font-size: 108%;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin: 0 0 1em 0;
  padding: 0 .25em;
}

#sidebar-right .textwidget p {
  padding: 1em;
  text-align: center;
}

/**************************************
* Navigation Styles
**************************************/
#tabs {
  line-height:normal;
  border-bottom:1px solid #a7a9ac;
  right:0;
  bottom:0;
  position:absolute;
  margin-bottom:1.5em;
  border-bottom:1px solid #a7a9ac;
}
#tabs ul {
  margin:0;
  padding:0;
  list-style:none;
  cursor: hand;
}
#tabs li {
  display:inline;
  margin:0;
  padding:0;
}
#tabs a {
  float:left;
  background:url("images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0;
  color: #000;
  text-decoration:none;
  text-transform: uppercase;
  margin-left: 1px;
}

#tabs a span {
  float:left;
  display:block;
  background:url("images/tabright.gif") no-repeat right top;
  padding: 4px 12px;
  color:#000;
}
#tabs li.current_page_item a, 
#tabs li.current_page_ancestor a, 
#tabs li.current_page_parent a {
  background: none;
  margin-left: 1px;
}
#tabs li.current_page_item a span,
#tabs li.current_page_ancestor a span, 
#tabs li.current_page_parent a span {
  background:none;
  color: #CCC;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
/*
#tabs a:hover span {
  color:#FF9834;
}
#tabs a:hover {
  background-position:0% -42px;
}
#tabs a:hover span {
  background-position:100% -42px;
}
*/

/**************************************
 * Project Navigation
 *************************************/
ul#nav-projects {
  margin: 0;
  padding: 0;
}
ul#nav-projects a {
  color: #000000;
}

ul#nav-projects a.current-cat {color:#ed1c24;}
.show-menu {display:block;}
.hide-menu {display:none;}
/* 
ul#nav-projects > li:first-child ul {
  display:block !important;
}

ul#nav-projects > li:first-child ul a {
	color:#ed1c24;
}

ul#nav-projects > li:first-child a.cat {
	color:#ed1c24;
}

*/

ul#nav-projects li {
  list-style-type: none;
  margin-bottom: 0;
  font-weight: bold;
}

ul#nav-projects li ul.children {
  margin: 0 0 1em 0;
}
ul#nav-projects li ul.children li {
  margin: .25em 0 0;
}

ul#nav-projects ul.children li:before {
  content: "+ ";
}

ul#nav-projects li ul.child-projects {
  margin: 0 0 0 1em;
}

ul#nav-projects li ul.child-projects li {
  font-weight: normal;
}
ul#nav-projects li ul.child-projects li:before {
  content: "- "
}

ul#nav-projects li h3{
  font-size: 138.5%;
  font-weight: normal;
  margin:0.5em 0;
  border-bottom: 1px dotted #000;
  width: 100%;
}

/**************************************
 * Header Navigation
 *************************************/
#hdn {
}

#hdn #nv li {
  /*float:left;*/
  display: inline;
  margin-left:1px;
  text-algin:center;
}
#hdn #nv a{
  background:url(images/menu_center.gif) repeat;
  color:#FFF;
  padding: .25em 0 0 0;
}

#hdn ul {
}

#hdn li {
  display: inline;
  text-transform: uppercase;
  padding: 0 0 0 1.95em;
}
#hdn li:first-child {
  padding: 0;
}
#hdn a {
  text-decoration: none;
  color: #000;
}

#hdn{}
#ft-left p {
  padding-top: .5em;
  border-top: 1px solid #000;
}
  
#ft-right {
  padding-top: 30px;
}
#ft-right ul {
  border-top: 1px solid #000;
  padding-top: .5em;
  margin: 0;
}

#ftn ul {
}

#ftn li {
  display: inline;
  text-transform: uppercase;
  padding: 0 0 0 1.75em;
}
#ftn li:first-child {
  padding: 0;
}
#ftn a {
  text-decoration: none;
  color: #000;
}

#ftn{}

/**************************************
 * Social Media Icons
 *************************************/
#social-media {
  padding: 0;
  margin: 0 0 0 .75em;
  display: block;
  height: 30px;
}

#social-media ul {
  display: block;
  margin: 0;
}

#social-media li {
  width: 25px; 
  height: 25px; 
  background: url(images/icons-social-media.gif) 0 0 no-repeat; 
  display: inline;
  float:left; 
  list-style: none;
  margin-left: 1em;
}
#social-media a {
  width: 25px; 
  height: 25px; 
  display: block;
}
li#facebook, li#facebook a { background-position:0px 0; }
li#twitter, li#twitter a { background-position:-25px 0; }
li#linked-in, li#linked-in a { background-position:-50px 0; }
li#flickr, li#flickr a { background-position:-75px 0; }

/**************************************
 * Home Page Callouts
 *************************************/ 
#home-page-callouts {
  padding: 1em 0;
}

#home-page-callout-services {
  float:left;
  padding-right: 1.529em;
}

.portfolioimg {
  float:left;
  margin-bottom:1.529em;
}
.portfoliofirst {padding-right: 1.529em;}

/**************************************
 * Sidebar
 *************************************/
#sidebar {}
#sidebar .inner, #sidebar .textwidget {
  margin-bottom: 2em;
}

#sidebar .more-news {
	text-align: right;
	font-weight: bold;
}

/**************************************
 * Sidebar Nav
 *************************************/
#sidebar-nav {
	margin-bottom: 1em;
}
#sidebar-nav ul {
	margin: 0;
	padding: 0;
}

#sidebar-nav li {
  list-style: none;
}

#sidebar-nav li, #sidebar-nav li a {
	color: #000;
}

#sidebar-nav li h3 {
	border-bottom:1px dotted #000000;
	font-size:138.5%;
	font-weight:normal;
	margin:0.5em 0;
	width:100%;
	font-style: normal;
}

#sidebar-nav li.current_page_item {
	color: #ed1c24;
}

#sidebar-nav li a:visited {
	color: #000;
}

#sidebar-nav li.current_page_item a {
	color: #ed1c24;
}

/**************************************
 * Sidebar Right
 *************************************/
#sidebar-right {
  float:right;
  width: 14.8461em;
  *width: 14.4750em; /*IE width */
}

/**************************************
 * Testimonial Classes
 *************************************/
#sidebar .inner .news {
  padding-bottom:.25em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #000;
}
#sidebar .inner .news p {
  margin:0;
}

#sidebar .inner ul.ulnews {
	margin: 0;
}

#sidebar .inner ul.ulnews li {
	list-style-type:none;
	margin: 0;
	padding: 0;
	display: block;
}

#sidebar .inner .ulnews li a {
  display: block;
  padding-bottom:.25em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #000;
}
#sidebar .inner .ulnews p {
  margin:0;
}



/**************************************
 * Testimonial Classes
 *************************************/
.testimonial {
  font-weight: bold;
  font-style: italic;
  padding-bottom: 1em;
}
.testimonial p {
	font-size: 108%;
}
.testimonial .author {
  text-align: right;
  font-weight:bold;
  font-style: normal;
}
.testimonial .company {
  text-align: right;
  font-weight:bold;
  font-style: normal;
}
.quote {
  font-weight: bolder;
  color: #C00;
}
.more-testimonials {
  text-align: right;
  padding: 1em 0;
  font-style: normal;
}

/**************************************
 * Projects
 **************************************/
ul.project-thumbnails {
  padding: 0;
  margin: 0;
  width: 640px;
  padding-top: 1.53em;
}
ul.project-thumbnails li:first-child {
  padding-left: 0;
}
ul.project-thumbnails li {
  list-style: none;
  display: inline;
  padding-left: 1.53em; 
}
ul.project-thumbnails li img.thumbnail {
  cursor: hand;
  border: 3px solid #999999;
}
ul.project-thumbnails li img.selected-thumbnail {
  cursor: hand;
  border: 3px solid #ed1c24;
}
.project {
  display: block;
  min-width: 640px;
  min-height: 250px;
}
.project-icon {
  float: left;
  padding: 0 1em 1em 0;
  width: 320px;
  height: 210px;
}

/**************************************
 * Contact 7 styles
 *************************************/
.wpcf7-form {
	padding-top: 1em;
}
.wpcf7-form p {
	padding: 0 0;
}
.wpcf7-form-control-wrap input {
	margin-top: .5em;
	border: 1px solid #000;
  width: 100%;
}
.wpcf7-form input[type="submit"] {
	float: right;
	border: none;
	color: #ed1c24;
	font-weight: bold;
	background: transparent;
}

/**************************************
 * Utility Styles
 *************************************/
.red {
	color: #ed1c24;
}
/**************************************
*services
**************************************/
#post-22 ul li,#post-20 ul li {
	list-style-image:url("images/li_bg.gif");
}

.galleryview .panel {padding:0;}
.panel .panel-overlay {display:none;}
.galleryview ul li {list-style-type:none;}
.galleryview .strip_wrapper li {width:8px;}


#port-prev {
	width: 310px;
	height: 245px;
	float: left;
	margin: 0 15px 15px 0;
}

#preview-img {
	display: block;
	width: 310px;
	background: #CCC;
	height: 220px;
}

#port-prev h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
