/*  
Theme Name: FrescoHarmonica
Theme URI: http://frescoharmonica.com/
Description: FrescoHarmonica.com Theme
Author: alwin@d2u.us
Author URI: http://d2u.us/alwin
Version: 1.0.0
Tags: fresoharmonica
.
.
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }
:focus {
  outline:0;
  }
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }
  
h1, h2, h3, h4, h5, h6 {
  font-family: arial;
  }

hr {
  color: #333; 
  border:none;
  border-top: 1px solid #e7e7e7;
  margin:8px 0;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #f26810;
  text-decoration: none;
  }

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

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0;
  /*font-family: arial, helvetica, sans-serif;*/
  font-family: 'PT Sans', sans-serif;
  color: #ffffff; 
}


/* Header and wrapper */
#wrapperbg {background: url(images/bg.jpg) repeat-x;}
#wrapper {
  margin: 0 auto;
  width: 970px;
  text-align: left;
  padding: 0;
}

#header {
	padding: 28px 0 0 0;
	margin: 0;
        width: 970px;
	height: 87px;
	text-shadow: 0 0 4px #999;
}

	#header #topright {
	  text-align: right;
	  float: right;
	  width: 930px;
	  margin: 3px 0 0 0;
	  padding-top: 5px;
	}
	
	#header #topright ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#header #topright li {
		display: inline;
	}
	#header #topright li a {
		color: #777;
		font-size: 9pt;
		padding: 0 0 0 10px;
		text-transform: lowercase;
	}
	#header #topright li a:hover {
		color: rgb(239,99,14);
		text-decoration: none;
	}

	#header #headerMenu {
		margin: 0;
		padding: 0;
		height: 58px; float: left;
	}
		#header #headerMenu #logo {
			cursor: pointer;
			float: left;
			margin-left: 10px;
			height: 58px;
			width: 144px;
			background: url(images/logo.png) no-repeat 0px 0px;
		}
		#header #headerMenu #logo:hover {
			background: url(images/logo.png) no-repeat 0px -58px;
		}
		
	#header h1 {
		padding: 0;
		margin: 0;
	}
	#header h1 a {
		color: #fff;
		font-size: 17pt;
		text-decoration: none;
	}
	#header h1 a:hover {
		color: #eee;
		text-decoration: none;
	}
	#header span {
		padding: 0;
		color: #eee;
		font-size: 10pt;
	}
	
	#header #music-player {
		float: right;
		padding: 7px 5px 0 0;
		width:220px;
	}


/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
  height: 44px;
  width: 960px;
  }

#nav {
	list-style: none;
	margin: 0;
	padding: 16px 0px 10px 20px;
	text-shadow: 0 0 2px silver;
	z-index: 9999999;
        width: 530px; float:left;
}
	
	#nav ul {
		margin: 0;
		padding: 0;
	}

	#nav a {
		display: block;
		line-height: 30px;
		margin: 0;
		padding:0 0 0 23px;
		font-size: 13px;
		font-family: Arial;
		color: #666666;
		letter-spacing: 1px;
	}
	
	#nav li {
		float: left;
		margin: 0;
		padding: 0;
	}

		#nav li ul li a {
			line-height: 20px;
			padding: 0 0 0 23px;
			text-decoration: none;
			display: block;
		}
		
		#nav li a:hover {
			color: rgb(239,99,14);
			text-decoration: none;
			display: block;
		}

		#nav li ul {
			list-style: none;
			position: absolute;
			width: 100px;
			left: -999em;
		}

		#nav li:hover ul, #nav li.sfhover ul {
			left: auto;
		}
	
		#nav li li {
			float: left;
			margin: 0;
			padding: 0;
			width: 80px;
		}
	
			#nav li li a {
				width: 80px;
				color: #666666;
				background: transparent;
				margin: 0;
				z-index: 99999999;
			}
	
			#nav li li a:hover {
				color:#fffff;
			}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
  clear: both;
  padding: 3px 20px 5px 13px;
  }

#contentwrapper {
  float:left;
  width: 628px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  margin: 0 0 15px 0; margin:0px;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0; margin:0px;
  letter-spacing: 1px;
  padding: 5px; padding:10px 0 10px 0;
  text-transform: uppercase;
  	color:#f85c33;
	font-size:17px;
	font-weight:bold;
}

.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
}

.topPost h2.topTitle, #newtitle h2 {
	color:#f85c33;
	font-size:17px;
	font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  }

.topPost h2.topTitle a {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  letter-spacing: 0px;
  }
  
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #b63300;
  }
  
.topPost p.topMeta {
    padding: 0;
	margin: 80px 0 0 15px;
    font-size: 9pt;
	color: silver;  
	font-family: Arial;
}
.topPost p.topMeta span.topMeta_monthday {
	font-size: 19px;
	color:#FFF;
}
.topPost p.topMeta span.topMeta_year {
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
}
.topPost p.topMeta a {
  text-decoration: none;
  color: #000;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  text-decoration: underline;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #333;
  }
.topPost div.topContent p {
  font-size:12px; line-height:16px; padding:0 0 10px 0;
  }
.topPost div.topContent a {
  text-decoration: none;
  color: #F26810;
  }
.topPost div.topContent a:hover {
  color: #B63000;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0;
  }
  
.topPost div.topContent ul li, .topPost div.topContent ol li {
  font-size: 1.05em;
  color: #919191;
  }
  
.topPost div.topComments {
	margin: 15px; padding:4px 0;
	width: 30px;
	height: 27px;
	text-align: center;
	vertical-align: middle;
	background: url(images/comment_box.jpg) no-repeat;
}
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #000;
  margin-bottom: 10px; margin-bottom: 0px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topMore a {
  color: #000;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #000;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #000;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #000;
  text-transform: lowercase;
  background:#E7E7E7;
  padding: 5px 8px;
  font-size: 10pt;
  line-height: 1.4em;
  }
#nextprevious a:hover {
  color: #fff;
  background:#F26810;
  }


/* Comments */
#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  width: 420px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  padding: 0px;
  color: #000;
  float:right;
  }
#comments h3 {
  font-size: 13pt;
  font-weight: normal;
  color: rgb(239,99,14);
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #6598b8;
  }
#comments p a:hover {
  color: #000;
  }
#comments p {
  padding: 10px;
  margin: 28px 0 0 0;
  background:#e7e7e7;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #fef9f5;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 5px 5px 0;
  width: 60px;
  }
.commentlist .commentbody {
  float:right;
  margin: 0;
  padding: 4px;
  background: url(images/comment_top.png) no-repeat 4px 40px;
  width:320px;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #000000;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {

}
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 395px;
  background: #fff;
  color: #111;
  padding:0px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#999; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #000;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  color: #000;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  background:#E7E7E7;
  }
.submitbutton:hover {
  cursor: pointer;
  color: #fff;
  background:#F26810;
  }

/* Sidebars */
#sidebars {
	margin: 25px 0 0 0;
	float: right;
	width: 260px;
	color: #666;
}
#sidebars .sidebarbox {
	padding: 8px 15px;
}

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #000;
  letter-spacing: 0px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #666;
  background: url(images/circle_off.jpg) 0px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
}

#sidebars ul ul li:hover {
		background: url(images/circle_on.jpg) 0px no-repeat;
		color: rgb(239,99,14);
	}

#sidebars ul li .nodot {background:none; padding: 0 0 0 16px;}
#sidebars ul li:hover .nodot {background:none; padding: 0 0 0 16px;}

#sidebars a {
	display: inline;
        color:#666666;
}
#sidebars a:hover {
	color: #b63300; color:#F26810;
	text-decoration:none;
}

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footerbg{ background: url(images/footer.jpg) repeat-x;}
#footer {
	height: 20px;
    clear: both;
	padding:10px 5px 0 5px;
    width:960px;
	margin:0 auto;
  }
  
#footer p {
  font-size: 11px;
  color: #fff;
  padding: 0;
  }
#footer a {
  color: #fff;
  text-decoration:none;
  }
#footer a:hover {
  color: #bbb;
  }
#footerleft {
  float: left;
  }

#footerright {
  float: right;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 10px 15px 5px 0;
  }
.alignright {
  float: right;
  margin: 10px 0 5px 15px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 10px 15px 5px 0;
  }
img.alignright {
  float: right;
  margin: 10px 0 5px 15px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;

  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #e94506;
  }

div#twitter {
	text-align: center;
}

  /* Ben add on*/
.padT10 {padding:10px 0 0 0;}
.padT20 {padding:20px 0 0 0;}
.padT25 {padding:25px 0 0 0;}
.font12 {font-size:12px;}

#services .col1, #services .col2, #awards .col1, #awards .col2, #team .col1, #team .col2, #newcol1, #newcol2
{float:left; width:465px; color:#333333; font-size:12px; line-height:16px;}

h4{color:#3e3e3e; font-size:15px; padding:10px 0 0 0; line-height:18px;}

#services .col1 .col1left { float:left; width:230px;}

#awards .col1, #team .col1, #newcol1{ width:435px; padding:0 30px 0 0;}
#newcol1, #newcol2{ padding-bottom:20px;}
.topPost div.topContent .videogalldiv {margin: 0 20px 20px 0}
.topPost div.topContent .videogalldiv a {background:#E7E7E7; border:none; padding:5px 5px 2px 5px;}
.topPost div.topContent .videogalldiv a:hover {background:#F26810;}
.topPost div.topContent .videogalldiv .videogallcaption {padding:0px; margin:0px; clear:both;}
.topPost div.topContent .videogalldiv p {background:#fff; padding: 5px 0 0 0;}
.topPost div.topContent .ngg-gallery-thumbnail span { font-size:12px; text-align:center; line-height:16px;}

#news-frame .news-short{margin-right:10px;}
#news-frame div:hover {color:#F26810;}

#square, #square_none{list-style-type: none; padding: 0;}
#square li{background: url(images/bullet_dot.gif) no-repeat 12px 8px; padding: 2px 0 2px 30px; font-size:12px; color:#666;}
#square_none li{ padding: 2px 0 2px 30px; font-size:12px; color:#666;}

	#aboutInfo {float:right; width:440px;}
	#aboutInfo .aboutCol1{ float:left; width:200px; padding:0 5px 20px 10px; height:400px;}
	#aboutInfo .abouttitle{ padding:0; font-size:15px; color:#f05d29;}
	#aboutInfo .aboutPosition {font-size:9px; color: #666;}
	
#contact .contact-form hr{ margin:0px;}
#contentwrapper2 .ngg-gallery-thumbnail span{padding:0px;}
#contentwrapper2 .ngg-gallery-thumbnail {width:144px; margin-right:10px; margin-bottom:20px;}
#contentwrapper2 .ngg-gallery-thumbnail img {background:#E7E7E7; border:none; padding:5px;}
#contentwrapper2 .ngg-gallery-thumbnail img:hover {background:#F26810;}
#content-main2 .ngg-gallery-thumbnail img {background:#E7E7E7; border:none;}
#content-main2 .ngg-gallery-thumbnail img:hover {background:#F26810;}

a.facebook_btn {background:transparent url(images/facebook_grey.png) no-repeat scroll center top; display:block; height:51px; width:250px; float:left;}
a.facebook_btn:hover {background:transparent url(images/facebook_color.png) no-repeat scroll center top;}
a.twitter_btn {background:transparent url(images/twitter_grey.png) no-repeat scroll center top; display:block; height:51px; width:250px; float:left;}
a.twitter_btn:hover {background:transparent url(images/twitter_color.png) no-repeat scroll center top;}
a.youtube_btn {background:transparent url(images/youtube_grey.png) no-repeat scroll center top; display:block; height:51px; width:250px; float:left;}
a.youtube_btn:hover {background:transparent url(images/youtube_color.png) no-repeat scroll center top;}


a.facebook_conbtn {background:transparent url(images/icon_facebook_off.png) no-repeat scroll center top; display:block; height:44px; width:44px; float:left;}
a.facebook_conbtn:hover {background:transparent url(images/icon_facebook_on.png) no-repeat scroll center top;}
a.twitter_conbtn {background:transparent url(images/icon_twitter_off.png) no-repeat scroll center top; display:block; height:44px; width:44px; float:left;}
a.twitter_conbtn:hover {background:transparent url(images/icon_twitter_on.png) no-repeat scroll center top;}
a.youtube_conbtn {background:transparent url(images/icon_youtube_off.png) no-repeat scroll center top; display:block; height:44px; width:44px; float:left;}
a.youtube_conbtn:hover {background:transparent url(images/icon_youtube_on.png) no-repeat scroll center top;}