/*--
	Theme Name: WordPress Theme 1142
	Theme URI: http://template-help.com/
	Description: A theme from Template-Help.com Collection
	Version: 3
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/

@import url("css/reset.css");

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

body {
	background:#e6e6e6;
	color:#5b5b5b;
	font-size:100%;
	line-height:20px;
	font-family:"trebuchet MS", Helvetica, sans-serif;
}
html { 
	min-width:1020px;
}

/*----- Constants -----*/
.fright {float:right;}
.fleft {float:left;}
.clear {clear:both; line-height:0; font-size:0; height:0;}
:focus {outline:none;}

abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }
blockquote { font-style:italic;}

/*----- img aligment -----*/
img.alignleft, a.alignleft {float:left; margin:0 20px 10px 0;}
img.alignright, a.alignright {float: right; margin:0 0 10px 20px;}
img.aligncenter, a.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-bottom:10px; }

/*----- Tailings -----*/
.cont-bg { background:white; min-width:1020px;}

/*----- Global structure -----*/
.container {
	width:1020px; 
	margin:0 auto;
	font-size:.688em;
	position:relative;
}
/* Header */
header { background:url(images/header-tail.gif) repeat-x left top; min-width:1020px; position:relative; z-index:9999;}
header .splash { background:url(images/header-splash.jpg) no-repeat center top;}
header .container { height:176px;}

/* Footer */
footer { background:url(images/footer-tail.gif) repeat-x left top; min-width:1020px;}
footer .container {
	height:87px;
	overflow:hidden;
	text-align:right;
	line-height:14px;
}
footer .inside { padding:29px 40px; padding-bottom:0; text-align:left;}
footer .wp-link { text-decoration:none;}
footer .wp-link:hover { color:#08c8ff;}
footer .logo { float:left; margin:7px 10px 0 0;}

/* Primary */
#primary {
	overflow:hidden;
	height:100%;
}

/* Sidebar */
#sidebar {
	width:100%;
	background:url(images/line-hor.gif) repeat-x left top;
	padding:42px 0 32px 0;
}

/*----- Logo -----*/
#logo {
	position:absolute;
	left:30px;
	top:0;
}
#logo h1, 
#logo h2 {
	float:left;
	text-indent:-9999px;
}
#logo a { text-decoration:none; width:269px; height:91px; display:block; background:url(images/logo.png) no-repeat left top;}
#logo #description { float:left; color:#5a5a5a; font-size:25px; line-height:1.2em; margin-left:-47px; padding-top:45px;}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
  #logo #description { padding-top:48px;}
}
*+ html #logo #description { padding-top:46px;}

/*-- Links --*/
a {
	color:#999;
	text-decoration:underline;
}
a:hover {text-decoration:none;}

/*----- Titles -----*/
h1 {font-size:30px; line-height:1.2em;}
h2 {font-size:28px; line-height:1.2em;}
h2 a { text-decoration:none;}
h2 a:hover { color:#5b5b5b;}
h3 {font-size:26px; line-height:1.2em;}
h3 a { text-decoration:none;}
h4 { font-size:20px; line-height:1.2em;}
h4 a { color:#535353; text-decoration:none;}
h4 a:hover { color:#00d2e5;}
h5 {}
h6 {}

/*----- Forms -----*/
/* defaults */
input, 
select, 
textarea { 
	font-family:"trebuchet MS", Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#000;
	margin:0;
	padding:0;
}
textarea {overflow:auto;}
input[type="submit"] { cursor:pointer; outline:none;}

/* searchform */
header .searchform { position:absolute; right:39px; top:32px;}
#primary .bg { background:url(images/search-bg1.png) no-repeat left top;}
.searchform fieldset, .searchform .bg { width:220px; position:relative;}
.searchform .bg { height:36px; display:block; background:url(images/search-bg.png) no-repeat left top;}
.searchform input[type="text"] { background:none; border:0 none; color:white; margin:0 0 0 12px; padding:9px 0; width:165px;}
.searchform input[type="submit"] { background:url(images/search-button.png) no-repeat center; border:0 none; height:36px; width:45px; position:absolute; right:0; top:0; cursor:pointer;}

/* comments-form */
#commentform textarea,
#commentform input[type="text"] { border:1px solid #c9c9c9; display:block; padding:3px;}
#commentform textarea:focus,
#commentform input[type="text"]:focus { border-color:#00d2e5;} 
#commentform input[type="text"] { width:200px;}
#commentform input[type="submit"] { border:0 none; width:110px; height:30px; background:#dfdfdf;}
#commentform input[type="submit"]:hover { background:#757575; color:#fff;}
#commentform textarea { width:85%;}

/* contact-form */
.wpcf7-form p { clear:both; margin:0;}
.wpcf7-form .inputs { height:46px;}

.wpcf7-form label { float:left; margin-right:11px; padding-top:3px;}
.wpcf7-form label.alt { margin-left:20px;}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	color:#626262;
	border:none;
	background:none;
	padding:3px;
	position:relative;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	width:170px;
}
.wpcf7-form textarea {
	height:95px;
	width:452px;
}
.wpcf7-form input[type="submit"] {
	width:86px;
	height:45px;
	background:url(images/submit.gif) no-repeat left top;
	border:0 none;
	float:right;
}

/*----- Widgets -----*/
/* list of widgets */
.widgets-list { width:100%; overflow:hidden;}
.widgets-list li.widget { width:139px; float:left; margin-left:21px;}
.widgets-list li.widget:first-child { margin:0;}
#sidebar .widgets-list li.widget.widget_text { width:auto;}

/* widgets */
.widgets-list li.widget h3 { margin-bottom:20px;}
.widgets-list li.widget ul { margin-top:-2px;}
.widgets-list li.widget ul li { background:url(images/line-hor1.gif) repeat-x left bottom; line-height:1.2em; padding-bottom:15px; margin-bottom:12px;}
.widgets-list li.widget ul li a { text-decoration:none; color:#535353;}
.widgets-list li.widget ul li a:hover { color:#00d2e5;}

/* text */ 
#text-4 { padding:10px 0 38px 0;}
#text-4 h3 { font-size:26px; line-height:1.2em; margin-bottom:11px;}

/* categories */
.widgets-list li.widget.widget_categories li ul { padding-top:15px; margin-bottom:-8px;}
.widgets-list li.widget.widget_categories li li { padding-left:10px; background:none; margin:0; padding-bottom:10px;}
.widgets-list li.widget.widget_categories li li a { text-decoration:underline;}

/* archive */
.widget.widget_archive li {}
.widget.widget_archive li a {}

#wp-calendar { width:139px;}
#wp-calendar tbody tr td { text-align:center; padding-bottom:2px;}
#wp-calendar #next { text-align:right;}

#recentcomments li a { color:#00d2e5;}
#recentcomments li a:hover { text-decoration:underline;}

#sidebar .widget_search fieldset { width:auto;}
#sidebar .widget_search .bg { background:none; height:auto; width:auto;}
#sidebar .widget_search input[type="text"] { padding:3px; width:120px; margin:0; background:#999999;}
#sidebar .widget_search input[type="submit"] { right:5px; top:0; width:20px; height:22px; background-color:#999999;}

.widget_tag_cloud a { line-height:1.2em;}

/*----- Navigation -----*/
/* primary */
.primary { position:absolute; top:114px; left:40px;}
.primary ul li { position:relative;}
.primary ul ul {position:absolute; top:-9999px;}
.primary ul ul li {width:100%;}
.primary li:hover {visibility:inherit; /* fixes IE7 'sticky bug' */}

.primary.sf-menu li:hover, .sf-menu li.sfHover,
.primary.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}

.primary ul li:first-child { margin-left:0;}
.primary ul li { float:left; margin-left:4px;}
.primary ul li a { text-decoration:none; font-size:15px; color:#444444; text-transform:uppercase; background-repeat:repeat-x; background-position:left top; display:block;}
.primary ul li a span { display:block; background-repeat:no-repeat; background-position:0 0;}
.primary ul li a b { display:block; padding:0 23px; background-repeat:no-repeat; background-position:right top; line-height:33px;}
.primary ul li a:hover,
.primary ul li.current-menu-item a,
.primary ul li.current_page_item a,
.primary ul li.sfHover a { 
	background-image:url(images/nav-tail.gif);
}
.primary ul li a:hover span,
.primary ul li.current-menu-item a span,
.primary ul li.current_page_item a span,
.primary ul li.sfHover a span { 
	background-image:url(images/nav-left.gif);
}
.primary ul li a:hover b,
.primary ul li.current-menu-item a b,
.primary ul li.current_page_item a b,
.primary ul li.sfHover a b { 
	background-image:url(images/nav-right.gif);
}

.primary ul li ul { width:122px;}
.primary ul li li { margin:0; float:none; width:122px;}

.primary ul li li a,
.primary ul li a:hover li a,
.primary ul li.current-menu-item li a,
.primary ul li.current_page_item li a,
.primary ul li.sfHover li a { 
	width:122px; 
	font-size:11px; 
	line-height:27px;
	text-align:center; 
	text-transform:none; 
	font-weight:normal; 
	background-repeat:no-repeat; 
	background-position:left -31px; 
	background-image:url(images/sub-menu-sprite.png);
	padding:0 0 2px 0;
}

/*.primary ul li li.sfHover li.current-menu-item a,
.primary ul li li.sfHover li.current_page_item a { background-position:0 0;}*/

.primary ul li li a:hover,
/*.primary ul li li.current-menu-item a,
.primary ul li li.current_page_item a,*/
.primary ul li li.sfHover a,
.primary ul li li.sfHover li a:hover {
	background-position:0 0;
}
.primary ul li li.sfHover li a {
	background-position:0 -31px;
}

.primary li:hover ul,
.primary li.sfHover ul {
	left:3px;
	top:36px; /* match top ul list item height */
	z-index:99;
}
.primary li:hover li ul,
.primary li.sfHover li ul {
	top:-9999px;
}
.primary li li:hover ul,
.primary li li.sfHover ul {
	left:124px; /* match ul width */
	top:0;
}
.primary li li:hover li ul,
.primary li li.sfHover li ul {
	top:-9999px;
}
.primary li li li:hover ul,
.primary li li li.sfHover ul {
	left:144px; /* match ul width */
	top:0;
}

/*----- Indents -----*/
.inside { padding:0 40px;}
.bot-indent { padding-bottom:16px;}
.bot-indent1 { padding-bottom:30px;}
.right-indent { padding-right:30px;}
.right-indent1 { padding-right:60px;}

.wrapper { width:100%; overflow:hidden;}

/*----- Posts -----*/
p { margin-bottom:20px;}

.posts-list { width:100%; overflow:hidden;}
.posts-list li:first-child { padding:0; background:none; margin:0;}
.posts-list li { padding-top:15px; margin-top:18px; width:100%; overflow:hidden; vertical-align:top; background:url(images/line-hor.gif) repeat-x left top;}

.read-more,
.more-link { color:#00d2e5; display:inline-block; padding-left:27px;}

.featuredThumbnail img { float:left; margin:0 20px 10px 0;}

.newer-older { width:100%; overflow:hidden; height:20px;}
.newer-older.top { padding-bottom:25px;}
.newer-older.bot { padding-top:24px; padding-bottom:15px;}
.newer-older .older { float:left; width:45%;}
.newer-older .newer { float:right; width:45%; text-align:right;}
.newer-older a { color:#00d2e5;}

.oldernewer.bot { padding-top:16px;}

.title { overflow:hidden; width:100%; margin-bottom:20px;}
.title .post-edit-link { float:right; color:#00d2e5;}

#post-meta { padding-bottom:15px;}
.post-meta { padding-top:10px; clear:both;}

#post-author {}
#post-author h3 { margin-bottom:15px;}
#post-author h3 a:hover { color:#505050;}

#authorDescription, p.avatar { width:100%; overflow:hidden;}
#authorDescription img.avatar, .avatar img { float:left; margin-right:20px;}
#author-link { clear:both; padding-top:10px;}
#author-link p { margin:0;}
.gravatar { float:left; margin-right:20px;}

#comments { background:url(images/line-hor.gif) repeat-x left top; padding:32px 0 15px 0;}
#comments h3 { margin-bottom:20px;}
#comments ol { margin-bottom:30px; overflow:hidden; width:100%;}
#comments ol li { overflow:hidden; vertical-align:top; padding:10px 10px 20px 10px; margin-bottom:10px; background:#f7f6f6;}
#comments .comment-text p { margin-bottom:0;}
.comment-meta { padding-top:12px;}
.comment-edit-link { float:right;}

#post-content ul, #page-content ul { padding-bottom:10px;}
#post-content ul li, #page-content ul li { background:url(images/marker.gif) no-repeat left 8px; padding-bottom:10px; padding-left:10px; height:1%;}
#post-content ul li a:hover, #page-content ul li a:hover { color:#5b5b5b;}

#page-content { padding-bottom:20px; width:100%; overflow:hidden;}
#page-content ul li { padding-bottom:5px;}
#page-content h4 { margin-bottom:12px;}

.column-left { float:left;}
.column-right { float:left;}

.search h1 { margin-bottom:20px;}

.post-excerpt p { margin:0;}

.entry-content { margin-bottom:-20px;}

#recent-author-comments { padding:30px 0 25px 0;}
#recent-author-comments ul li { background:url(images/marker.gif) no-repeat left 8px; padding-left:10px;}

.edit { padding-top:12px;}

.one-half { float:left; width:50%;}
.one-third { float:left; width:33%;}
.two-third { float:left; width:64%;}

.line-hor { height:2px; background:url(images/line-hor.gif) repeat-x left top; margin:20px 0; display:block;}
.line-hor1 {background:url(images/line-hor.gif) repeat-x left top; height:2px; font-size:0; line-height:0; margin-bottom:23px;}
*+ html .line-hor1 { margin-bottom:8px;}

#page-content ul.partners li:first-child { padding-top:0;}
#page-content ul.partners li { background:none; padding:10px 0 0 0; width:100%; overflow:hidden; vertical-align:top;}

#page-content ul.price-list li { width:100%; overflow:hidden; vertical-align:top;}
#page-content ul.price-list li a { float:left;}
#page-content ul.price-list li strong { float:right;}
#page-content ul.price-list li em { display:block; background:url(images/line-hor.gif) repeat-x left 14px; overflow:hidden;}

.folio { width:100%; overflow:hidden;}
.folio li { float:left; width:312px; padding-bottom:20px;}


/*----- Faded slider -----*/
#faded { height:417px; background:url(images/slider-bg.gif) no-repeat left bottom; width:100%; position:relative;}
#faded ul.slides { height:350px; overflow:hidden; width:940px; margin:0 auto; margin-bottom:12px;}
#faded ul.pagination { height:12px; text-align:center;}
#faded ul.pagination li { display:inline;}
#faded ul.pagination li a { width:12px; display:inline-block; font-size:0; line-height:25px; overflow:hidden; height:12px; background-repeat:no-repeat; background-position:-20px 0; background-image:url(images/pagination-sprite.gif); margin:0 4px;}
#faded ul.pagination li.current a,
#faded ul.pagination li a:hover { background-position:0 0;}
#faded a.prev,
#faded a.next {
	position:absolute;
	top:55px;
	text-indent:-9999px;
	width:40px;
	height:190px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#faded a.prev { left:0; background-image:url(images/prev.gif);}
#faded a.next { right:0; background:url(images/next.gif);}

/*----- Looped slider -----*/
.carousel-box {
	position:relative;
	width:1020px;
	overflow:hidden;
	margin-bottom:38px;
}
.carousel-box .prev-button,
.carousel-box .next-button {
	width:40px;
	height:122px;
	background-repeat:no-repeat;
	background-position:0 0;
	position:absolute;
	top:100px;
}
.carousel-box .prev-button { background-image:url(images/prev1.gif); left:0;}
.carousel-box .next-button { background:url(images/next1.gif); right:0;}
.carousel-box .carousel {
	width:940px !important;
	overflow:hidden;
	margin-left:40px;
	background:url(images/line-hor.gif) repeat-x left top; 
	padding-top:32px;
}

.carousel-box ul li {
	width:300px;
	height:275px;
	float:left;
	margin-right:20px;
}
.carousel-box ul li h3 { margin-bottom:4px;}
.carousel-box ul li .featuredThumbnail img { float:none; padding-top:13px; margin-bottom:15px;}
a.address { font-size:18px; line-height:1.2em; color:#919191; text-decoration:none;}
a.address:hover { color:#00d2e5;}

/*----- banners -----*/
#banners ul { margin-left:-20px;}
#banners ul li.banner { float:left; padding:0 0 10px 65px; background-repeat:no-repeat; background-position:left top; width:235px; min-height:82px; height:auto!important; height:82px; margin-left:20px;}
#banners ul li.banner-1 { background-image:url(images/icon-1.gif);} 
#banners ul li.banner-2 { background-image:url(images/icon-2.gif);} 
#banners ul li.banner-3 { background-image:url(images/icon-3.gif);} 
#banners ul li.banner-4 { background-image:url(images/icon-4.gif);} 
#banners ul li.banner-5 { background-image:url(images/icon-5.gif);} 
#banners ul li.banner-6 { background-image:url(images/icon-6.gif);} 

/*----- Clearfix -----*/
.clearfix:after, .post:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/ 
.clearfix { display: block; } 
/* End hide from IE Mac */
.none { display: none; } 
/* End Clearfix */

/* add ons */

.BlackBoldBig {
	font-size: 1.2em;
	color: #036;
	font-weight: bold;
}


#NewWrapper {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 935px;
}
#NewWrapperb {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 935px;
}
#NewWrapperc {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 935px;
}
#NewWrapper1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
}
#NewWrapper2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 235px;
}
#NewWrapper1b {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 540px;
}
#NewWrapper2b {
	padding: 0px;
	float: left;
	width: 365px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(http://www.crystalgoddess.com/wp-content/uploads/2011/10/formbkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#header_icons {
	float: right;
	width: 140px;
	margin-top: 25px;
	margin-right: 21px;
	display: inline;
}
#header_icons ul {
	height: 25px;
	width: 25px;
	display: inline;
}
#header_icons ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	display: inline;
}
#header_icons img {
	margin: 0px;
	float: left;
	height: 25px;
	width: 25px;
	padding-left: 5px;
	padding-top: 22px;
	border: 0px;
}
	
.biggertypebold {
	font-size: 2em;
	font-weight: bold;
}
.biggertypeitalic {
	font-size: 2em;
	font-style: italic;
}
.biggertype {
	font-size: 2em;
	line-height: 125%;
}
.biggertypedeep {
	font-size: 2em;
	line-height: 1.5em;
}
.slightlybiggertype {
	font-size: 1.2em;
}


