

html, body, form,
h1, h2, h3, h4, h5, h6,
p, img, a
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
body, html
{
	background:#f2f2f2;
	height: 100%;
}
body
{
	color:#555;
	border-top:6px solid #2fc4ef;
	font-size:12px;
}
body, textarea, .promo span, .widgettitle, .minipost h3 a
{
	font-family:calibri, Helvetica, sans-serif;
}
h1 { font-size:40px; line-height:40px; letter-spacing:-2px; }
h2 { font-size:32px; line-height:30px; letter-spacing:-1.5px; }
h3 { font-size:23px; line-height:25px; letter-spacing:-0.5px; }
h4 { font-size:20px; line-height:25px; letter-spacing:-0.5px; }
h5 { font-size:18px; line-height:25px; letter-spacing:-0.5px; }
h6 { font-size:16px; line-height:25px; letter-spacing:-0.5px; }

.promo, h1, h2, h3, h4, h5, h6
{
	font-family:"Calibri", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	padding:0 0 10px 0;
	font-weight:normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color:#555;
	text-decoration:none;
}
p
{
	padding:0 0 10px 0;
	line-height:150%;
}
p.subhead
{
	padding:0;
	font-size:11px;
	color:#888;
}
a
{
	color:#555;
}
a:hover
{
	color:#2fc4ef;
}
a:active
{
	color:#555;
}
input
{
	outline:0;
}
UL
{
	margin:0;
	padding:0 0 0 30px;
}
UL LI
{
	padding:1px 0;
}
UL LI UL
{
	padding:0 0 0 20px;
}
.promo
{
	color:#555;
	font-size:50px;
	line-height:55px;
	letter-spacing:-3px;
	padding:0 0 30px 0;
}
.promo span
{
	letter-spacing:-0.5px;
	color:#888;
	font-size:20px;
	line-height:15px;
	display:block;
	padding:0;
}
#header
{
	padding:40px 0 20px 0;
	color:#888;
	width: 960px; height: 100px;
	background: url(../images/header-background.png) no-repeat;

}
#header UL.social
{
	padding:10px 0 0 0;
}
#header UL.social LI A
{
	display:block;
	padding:5px 15px 5px 30px;
	float:left;
	text-decoration:none;
	color:#888;
	font-weight:bold;
} 
#header UL.social LI A:hover
{
	color:#2fc4ef;
	background-position:left center;
}
UL.topmenu LI A
{
	padding-right:8px;
}
#header UL.social LI A.rss { background:url(../images/icons/rss.png) no-repeat; }
#header UL.social LI A.twitter { background:url(../images/icons/twitter.png) no-repeat; }
#header UL.social LI A.facebook { background:url(../images/icons/facebook.png) no-repeat; }
#header UL.social LI A.digg { background:url(../images/icons/digg.png) no-repeat; }
#header UL.social LI A.linkedin { background:url(../images/icons/linkedin.png) no-repeat; }
#header UL.social LI A.youtube { background:url(../images/icons/youtube.png) no-repeat; }
#header UL.social LI A.delicious { background:url(../images/icons/delicious.png) no-repeat; }
#header UL.social LI A.feedburner { background:url(../images/icons/feedburner.png) no-repeat; }
.widget
{
	padding:0 0 20px 0;
	font-size:11px;
}
.widgettitle
{
	font-size:18px;
}

/* Gallery/slider */
.btn
{
	cursor:pointer;
	display:block;
	float:left;
	width:9px;
	height:9px;
	line-height:9px;
	background:#ddd;
	text-indent:-9999px;
	margin:0 6px 0 0;
}
.btn:hover,
.current
{
	background:#999;
}
.btn:active
{
	background:#000;
}
.carousel
{
	background:#fff;
}
.gallery-nav
{
	padding:9px 0 10px 6px;
}
/* end gallery/slider */

#outer
{
	border-top:1px dashed #414142;
}

#main
{
	padding:20px 0;
}
#footer
{
	font-size:10px;
	padding:20px 0 40px 0;
}
.smallnav a
{
	display:block;
	float:left;
	padding:0 10px 10px 0;
	color:#999;
	text-decoration:none;
}

.smallnav a:hover
{
	text-decoration:underline;
}



#footer .smallnav a
{
	padding:0 0 0 8px;
}
.post
{
	padding:0 0 20px 0;
}
.postmeta, .postmeta a
{
	font-size:10px;
	color:#888;
}
.minipost
{
	padding:10px 0 20px 0;
}
.minipost h3 a
{
	font-size:19px;
	letter-spacing:-.1px;
	word-spacing:-1px;
}
.minipost h3
{
	padding:0 0 5px 0;
	line-height:20px;
}
.minipost h3 a:hover
{
	color:#2fc5f1;
}
.minipost p
{
	padding:0 0 10px 0;
	font-size:11px;
	line-height:16px;
}
.minipost p small
{	
	font-size:10px;
	display:block;
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	background:url(../images/hr.jpg) repeat-x bottom;
	text-transform:uppercase;
}
.minipost p small,
.minipost p small a
{
	color:#bbb;
	text-decoration:none;
}
.item-thumb img
{
	border:4px solid #fff;
}
.item-thumb
{
	margin:0 0 8px 0;
}

/*override default arrow with hand, 
for JS links, buttons, etc... */
.hand
{
	cursor:pointer;
}
.rounded-small
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.rounded-medium
{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.sf-menu
{
	-webkit-box-shadow: 0px 0px 2px #e0e0e0;
	-moz-box-shadow: 0px 0px 2px #e0e0e0;
}
.sf-menu li.sfHover ul
{
	-webkit-box-shadow: 0px 1px 2px #e0e0e0;
	-moz-box-shadow: 0px 1px 2px #e0e0e0;
}
.shadow-medium
{
	-webkit-box-shadow: 0px 0px 3px #e0e0e0;
	-moz-box-shadow: 0px 0px 3px #e0e0e0;
}
.hovershadow-medium:hover
{
	-webkit-box-shadow: 0px 0px 5px #2fc5f1;
	-moz-box-shadow: 0px 0px 5px #2fc5f1;
}
/*.sf-menu LI.current_page_item, li.sfHover ul,*/

.shadow-large
{
	-webkit-box-shadow: 0px 0px 3px #ddd;
	-moz-box-shadow: 0px 0px 3px #ddd;
}

/* HR Line */
hr
{
	border:0;
	border-bottom:1px solid #e5e5e5;
	height:1px;
	margin:10px 0;
}
.section-bottom, .section-top
{
	background-image:url(../images/hr-tab.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.section-top
{
	background-position:top center;
}


form.standard .field
{
	padding:0 0 15px 0;
}
form.standard label
{
	display:block;
	padding:0 0 2px 2px;
}
form.standard .textbox,
form.standard .textarea,
form.standard .select,
form.standard .button,
form.standard .checkbox,
form.standard .radio
{
	border:1px solid #ccc;
	padding:5px 3px;
}
form.standard .checkbox,
form.standard .radio
{
	border:0;
}
form.standard .button
{
	background:#c0c0c0;
	color:#fff;
	cursor:pointer;
}
form.standard .button:hover
{
	background:#aaa;
}

/* Used with jquery to hide element on click */
.clickhide
{
	cursor:pointer;
}
span.error
{
	color:#990000;
}
p.message
{
	padding:10px 15px;
	background:#fff;
	margin:10px 0;
}
p.error,p.warning,p.success
{
	color:#fff;
}
p.error
{
	background:#990000;
}
p.warning
{
	background:#f90;
}
p.success
{
	background:#339933;
}

/* Fix Menu Z-INDEX issues*/
#main
{
	z-index:10;
}
#menu
{
	z-index:11;
}

UL.clean, UL.clean LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
.alternate, .hidden
{
	display:none;
}
.right
{
	float:right;
}
.left
{
	float:left;
}

img.alignright {float:right; margin:5px 0 10px 10px; }
img.alignleft {float:left; margin:5px 10px 10px 0; }
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


 /* basic css for send mail PHP page */
.send-status
{
	width:300px;
	margin:100px auto;
}

/* sample formatting for 960gs page */
.demo-grid
{
	margin:10px 0;
}
.demo-grid p
{
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	font-weight:bold;
	border:1px dotted #aaa;
}

.tools{
	
margin-top:15px;	
	
}

.nop{
   margin-left: 0;
   margin-right:0;
   padding-top: 15px;
	
	
}

.social{

margin: 37px 0 0 0;
	
}

h1.tag {
	background: url(../images/h1-header.gif) no-repeat;
	padding-bottom: 0;
	color:#414042;
	font-size:46px;
}

h2.tag2 {
	width: 950px; height: 123px;
	text-indent: -9999px;
	padding-bottom: 0;
}

h2.intro {
font-size:16px; 
line-height:25px; 
letter-spacing: .5px;	
font-weight: normal;
color: #6D6E71;
}

p.browse{
font-size:14px; 
line-height:18px; 
letter-spacing: 0.5px;	
font-weight: normal;
color: #6D6E71;
}

p.bye{
font-size:16px; 
line-height:18px; 
letter-spacing: .5px;	
font-weight: normal;
	text-decoration:none;
}


.negative{
margin: -10px 0 0 0;	
}

.blue{
	color:#2fc4ef;
	
}

.extra{
	padding-top: 20px;
}

.green{
	   color: #8DC63F;
	
}

.sub{
	   color: #6D6E71;
	   font-size:22px;
	   padding-top: 5px;
	   letter-spacing: 0.5px;
}

.h1con{
	width: 950px; height: 100px;
	background: url(../images/h1-header.gif) no-repeat;
}

.cufon{
    font-size: 16px;	
	
}

.replacetext{
 font-size: 14px;	
	
}

.findme {
	width: 331px; height: 52px;
	background: url(../images/also-background.png) no-repeat;
	margin-top:10px;
}

.extra30{
   padding-top: 24px;
	
}

.contact{
padding: 10px;
	
}
