/*  CSS WAS HERE */

/*

Theme Design by: Edward Calugtong
Website: http://designwashere.com/
Email: edwardcalugtong@gmail.com

*/


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
html{
	background:#000000;
	/*background:#000000 url(images/bgr_html.gif) repeat-x;*/
}
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/bgr_main.png) no-repeat center top;
	color:#444444;
}

#page{
	width:797px;
	margin:0px auto;
	background:#fff;
}

/* HEADER */

#header{
	width:100%;
	height:487px;
	background:url(images/header_bg.png) no-repeat;
	overflow:hidden;
}

#header_title{
	float:left;
	width:40%;
}

#header_rss{
	float:right;
}

#header_title h1{
	color:#fff;
	font-size:48px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:15px 0 0 40px;
	letter-spacing:-5px;
	font-style:italic;
}

#header_title h1 a{
	color:#fff;
	display:none;
}
#header_title h1 a:hover{
	text-decoration:none;
}

.description{
	font-size:14px;
	position:relative;
	top:-5px;
	color:#bfbfbf;
	display:block;
	text-align:center;
	letter-spacing:0;
	font-weight:normal;
}

#header_rss a{
	font-size:20px;
	color:#fff;
	display:block;
	margin:38px 21px 0 0;
}
#header_rss span{
	float:left;
	padding:0 5px 0 0;
}
#header_rss img{
	float:left;
}

a#logo{
	width:130px; 
	height:143px; 
	display:block; 
	float:left; 
	margin-left:26px; 
	margin-top:32px; 
	outline:none;
}

div#navmenu{
	clear:both; 
	height:39px; 
	width:580px; 
	margin-top: 105px; 
	display:block; 
}


div#navmenu a{
	outline:none;
}


div#navmenu ul{

	float:left;
}


div#navmenu ul li{
	float:left;
}



div#navmenu ul li a.home{
	display: block; 
	width: 90px; 
	height: 39px;
}



div#navmenu ul li a.home:hover{
	display: block; 
	width: 90px; 
	height: 39px;
	background:url(images/home-hover.png) no-repeat;
}



div#navmenu ul li a.about{
	display: block; 
	width: 75px; 
	height: 39px;
}



div#navmenu ul li a.about:hover{
	display: block; 
	width: 75px; 
	height: 39px;
	background:url(images/about-hover.png) no-repeat;
}



div#navmenu ul li a.contact{
	display: block; 
	width: 94px; 
	height: 39px;
}



div#navmenu ul li a.contact:hover{
	display: block; 
	width: 94px; 
	height: 39px;
	background:url(images/contact-hover.png) no-repeat;
}

/* BODY */

#body{
	width:100%;
	background:url(images/body_bg.png) repeat-y;
	overflow:hidden;
}

#body_top{
	width:100%;
	background:url(images/body_top_bg.png) no-repeat right top;
	overflow:hidden;
	padding-bottom:40px;
}

#body_left{
	width:570px;
	float:left;
}

#body_right{
	width:224px;
	float:right;
}

/* left contact */



#body_left_content{
	width:545px;
	padding:0px 0 0 15px;
}

.post{
	width:100%;
	margin:0 0 32px 0;
	border-bottom:1px solid #9C9C9C;
	padding-bottom:26px;
	clear:both;
}

.post-top{
	width:100%;
}

.post-title{
	width:100%;
	overflow:hidden;
}

.post-title h2{
	font-size:20px;
	color:#000;
	font-weight:bold;
	font-family:Tahoma;
	width:475px;
	padding:0 20px 0 0;
	float:left;
}

.post-title h2 a{
	color:#000;
}
.post-title h4{
	width:39px;
	height:35px;
	padding:4px 0 0 0;
	color:#000000;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	background:url(images/bgr_post_comment.png) no-repeat;
	margin:0 0 5px 0;
}

.post-top h3{
	font-weight:normal;
	color:#8e8e8e;
	font-size:10px;
	padding:0 0 8px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.post-top h3 a, .post-top h3 span{
	color:#ff0000;
	/*color:#0072bc;*/
	font-weight:bold;
	text-transform:capitalize;
}
.postmetatags{
	background:#f0f0f0 url(images/bgr_postmetatags.gif) repeat-x bottom;;
	color:#484848;
	padding:8px 0 10px 10px;
	margin:0 0 10px 0;
	display:none;
}
.postmetatags a{
	color:#484848;
}
.postmetatags span{
	font-weight:bold;
}

.entry{
	line-height:20px;
	font-size:12px;
}

.entry p{
	padding-bottom:15px;
}

.entry p a{
	text-decoration:underline;
}

.entry p a:hover{
	text-decoration:none;
}

.postmetadata{
	width:auto;
	overflow:hidden;
	padding:7px 10px 7px 0;
	text-align:right;
}

.postmetadata a{
	background:transparent url(images/read-more.png) no-repeat scroll 0;
	color:#F26522;
	display:block;
	font-family:Verdana,Geneva,sans-serif;
	font-size:10px;
	font-weight:bold;
	height:30px;
	width:115px;
	float:right;
}

.post-page{
	width:100%;
}

h2.page_title{
	font-size:24px;
	color:#000;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/dotted_grey2.gif) repeat-x bottom;
	padding:0 0 7px 0;
	margin:0 0 15px 0;
}

.post-page .entry{
}

.post-page .entry a{
	text-decoration:underline;
	color:#004a80;
	font-weight:bold;
}

.post-page .entry a:hover{
	text-decoration:none;
}

.entry strong{
	color:#000000;
}

.post-page .entry strong, .post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#000;
	display:block;
	font-weight:normal;
}

.post-page .entry strong{
	font-size:28px;
}

.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 

/* right content */

#body_right_content{
	margin:0 0 0 6px;
	width:220px;
}

#main_search{
	width:580px;
	background:none;
	overflow:hidden;
	margin:25px 0 10px;
}

#searchform_top{
	padding:5px 0 5px 10px;
	float:left;
}

#searchform_top_text{
	width:168px;
	border:0px;
	background:none;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin:9px 4px 0 0;
}

#gosearch{
	float:left;
}

#subscribe{
	padding-left:15px;
	color:#ffffff;
	font-size:16px; 
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:25px;
}

#subscribe a{
	color:#ffffff;
	font-size:16px; 
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	height:32px;
	width:190px;
	display:block;
}

#subscribe a:hover{
	text-decoration:underline;
}

/* ADS */

/* Styles for one-column display */
#wp125adwrap_1c { width:100%; overflow:hidden; }
#wp125adwrap_1c .wp125ad { margin-bottom:5px; }

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; overflow:hidden; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:0 11px 11px 0; }
#wp125adwrap_2c .wp125ad img { width:125px; float:left; }

/* SIDE BAR */

#sidebar{
	width:212px;
}

.sidebars h2{
	font-size:18px;
	color:#000;
	text-transform:capitalize;
	font-weight:normal;
	padding:7px 0 8px 15px;
	background:transparent url(images/sidebar-h2-bg.jpg) no-repeat scroll 0 50%;
	height:26px;
}

.sidebars ul{
	color:#000;
}

.sidebars ul li{
	margin:0 0 10px 0;
}

.sidebars ul li ul li{
	margin-bottom:0;
	width:auto;
}

.sidebars ul li ul li ul li{
	margin-left:0;
}

.sidebars li ul{
	/* background:#f1f1f1; */
	width:192px;
	padding:3px 10px 10px 10px;
}

.sidebars li ul li ul{
	padding-bottom:0px;
	padding-left:10px;
	background:none;
	width:auto;
}

.sidebars li ul li ul li ul{
}

.sidebars li{
	margin-bottom:0px;
	background:none;
}

.sidebars li li{
	margin-bottom:0px;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	padding:4px 0 8px 2px;
	font-size:12px;
}

.sidebars li li li{
	background:none;
	border:0;
	padding-bottom:3px;
}

.sidebars li a{
	color:#000;
}

.sidebars li.widget_categories ul li{
	font-weight:bold;
	color:#0072bc;
}

.sidebars li.widget_categories ul li a{
	font-weight:normal;
	background:url(images/li_cat.gif) no-repeat left 6px;
	padding:0 0 0 10px;
}

.sidebars li.pagenav ul li a{
	font-weight:normal;
	background:url(images/li_pagenav.gif) no-repeat left 6px;
	padding:0 0 0 10px;
}

.sidebars li.widget_archives ul li a{
	font-weight:normal;
	background:url(images/li_ar.gif) no-repeat left 5px;
	padding:0 0 0 12px;
}

.sidebars li.linkcat ul li a{
	background:url(images/li_links.gif) no-repeat left 5px;
	padding:0 0 0 15px;
	color:#0072bc;
	font-weight:bold;
}

.sidebars li.widget_meta ul li a{
	font-weight:normal;
	padding-left:2px;
	background:url(images/li_pagenav.gif) no-repeat left 6px;
	padding:0 0 0 14px;
}

.sidebars .widget_tags p{
	padding:0px 10px 10px 15px;
}

.sidebars .widget_tags a{
	color:#000;
}

.sidebars .textwidget{
	padding:10px;
}

/* FOOTER */

#footer{
	width:100%;
	height:auto;
	background:#3a3a3a;
}

#footer-top{
	width:100%;
	height:21px;
	display:block;
	background:url(images/footer-top.png) no-repeat;
}

#footer-bottom{
	width:100%;
	height:190px;
	display:block;
	background:url(images/footer-bottom.png) no-repeat;
}

#footer_text{
	height:200px;
	text-align:center;
	padding:40px 0 0 0;
}

#footer_text p{
	line-height:18px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#ffffff;
}

#footer_text a{
	color:#ffffff;
}

#footer_text b a{
	color:#00bff3;
}




/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:10px 0 10px 0;
	width:auto;
	background:#cccccc;
	border:1px solid #a9a9a9;
	padding:4px 0 4px 0;
	overflow:hidden;
	color:#000;
	}

.navigation a{
	color:#000;
	font-size:13px;
	}

.wp-pagenavi{
	line-height:1.8em;
	padding:0 15px 0 15px;
	font-weight: bold;
	font-size:13px;
}

.wp-pagenavi a {
	padding: 4px 8px 4px 8px; 
	margin: 2px;
	color:#000;
}
.wp-pagenavi span.pages {
	padding: 4px 8px 4px 8px; 
	margin: 2px;
	background:#ebebeb;
	border:1px solid #bbbbbb;
}
.wp-pagenavi span.current {
	padding: 4px 8px 4px 8px; 
	margin: 2px;
	background:#ebebeb;
	border:1px solid #bbbbbb;
}
.wp-pagenavi span.extend {
	padding: 4px 8px 4px 8px; 
	margin: 2px;
	background:#ebebeb;
	border:1px solid #bbbbbb;
}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0 10px 25px 30px;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#f5f5f5;
	border:1px solid #e4e4e4;
	} 

.entry ul li {
	border-bottom:1px solid #e4e4e4;
	background:url(images/entry_before.gif) no-repeat left 12px;
	padding:6px 0 6px 11px;
	color:#625f5e;
	display:block;
	}

.entry ul li:before{
	/*content: url(images/entry_before.gif);*/
	}

.entry ol {
	margin: 0 10px 25px 30px;
	padding:15px 15px 15px 40px;
	background:#f5f5f5;
	border:1px solid #e4e4e4;
	}

.entry ol li {
	margin: 0;
	padding:6px 0 6px 0;
	border-bottom:1px solid #e4e4e4;
	color:#625f5e;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width:65px;
	height:25px;
	}
/* End Form Elements */



/* Begin Comments*/
/*ol.commentlist li {
	background:#e2e0ca;
	background:url(images/commentlist.gif) repeat;
	font-size:.8em;
}

ol.commentlist li.alt {
	background:#e0e5d6;
	background:url(images/commentlist_alt.gif) repeat;
	margin-bottom:10px;
	
}

ol.commentlist li p {font-size:.9em !important; clear:left; padding:10px 20px 10px 40px;}

img.avatar {float:left; margin-right:10px;}*/

h2#comments{
	font-size:24px;
	color:#000;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ebebeb;
	padding:0 0 7px 0;
	margin:0 0 10px 25px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0 0 0 25px;
	}

.commentlist .comment {
	margin: 15px 0 0 0;
	padding: 10px 15px 20px 15px;
	list-style: none;
	background:#f5f5f5;
	border:1px solid #dfdfdf;
	}

.commentlist .alt {
	background:#fff;
	}

.commentlist .comment .comment {
	margin: 15px 15px 15px 15px;
	padding: 10px 15px 20px 15px;
	width:auto;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_data{
	width:100%;
	overflow:hidden;
}
.commentmet_data td{
	vertical-align:top;
	text-align:left;
}
.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}
.commentmet_text{
}
.commentmet_avatar img{
	border:2px solid #909090;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	float:right;
	display:block;
	color:#fff;
	font-weight:bold;
	background:#646464;
	padding:3px 20px 3px 20px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#000;
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:capitalize;
	}
.commentmetadata a{
	color:#0071bc;
}
.commentmetadata span{
	color:#636363;
	font-size:11px;
}
.commentmetadata span.commentmetadata_title{
	color:#0071bc;
	font-size:17px;
}
.commentmetadata a{
	color:#0071bc;
	}

.commentmet_text{
	font-size:12px;
}

#respond{
	margin:40px 15px 0 30px;
	padding-bottom:60px;
}

h3#respond_title{
	font-size:24px;
	color:#000;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ebebeb;
	padding:0 0 7px 0;
	margin:0 0 20px 0;
}

#commentform{
	margin-left:55px;
	color:#000000;
	font-size:12px;
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}

#commentform a{
	color:#000000;
}

#commentform input{
	background:#fff;
	border:3px #e5e5e5 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#000000;
}

#commentform textarea{
	background:#fff;
	border:3px #e5e5e5 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	margin:5px 0 0 0;
	color:#000000;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */

/* Archives page */
.page_archives_div{
	padding-bottom:60px;
}

.ar_panel{
}

.ar_panel3{
}

.page_archives_div h2{
	font-size:24px;
	color:#000;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/dotted_grey2.gif) repeat-x bottom;
	padding:0 0 7px 0;
	margin:0 0 15px 0;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:10px 0 40px 0;
	padding:0px;
}

.page_archives_div ul li{
	margin:0px;
	padding:7px 0 8px 5px;
	list-style:none;
	background:url(images/dotted_grey2.gif) repeat-x bottom;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#000;
	font-size:13px;
	background:url(images/page_archives_div_a.gif) no-repeat left 5px;
	padding:0 0 0 11px;
}

/* Sociable */
div.sociable_tagline{
	font-size:17px;
	margin-bottom:8px;
}


/* Disqus */
.dsq-widget ul.dsq-widget-list {
	padding:10px!important;
	width:240px!important;
}

a.dsq-widget-thread {
	font-weight:normal!important;
}


dsq-comment special dsq-moderator{

}

/* Polls */
.wp-polls-form{
	padding:10px 3px 5px;
	background:#adadad;
}

.wp-polls-form p strong{
	font-size:14px;
}

/* SubFooter */

/*#subfooter li a { 

	color: #968a73; 

	text-decoration: none; 

	display: block; 

	padding: 3px 5px; 

	font-size: 12px; 

	border-bottom: 1px solid #453a32; 

}*/



#subfooter li{  

	display: block; 

	padding: 3px 5px; 

	/*border-bottom: 1px solid #453a32;*/

	width: 100%;  

}



li.dsq-widget-item p.dsq-widget-meta #subfooter li a {

	padding:0px!important;

	display: block!important;

}



li#recentcomments{

	width:270px!important;

	margin-right:30px!important;



}



span.post_title a{

	font-size:11px!important;

}



a.url{

        font-size:11px!important;

}



li.rc_item{

	display:block;

	padding:3px 5px 8px 0!important;



}



/*#subfooter li a:hover { 

	color: #cc2a43; 

	background-color: #3a2f28; 

}*/



#subfooter { 

/*	margin: 0 13px; 

	border-top: 1px solid #6e604f; 

	border-left: 1px solid #453a32; 

	border-right: 1px solid #453a32; 

	border-bottom: 1px solid #453a32; 

	padding-left: 20px; */

	height:235px;

	margin:0 13px;

/*	padding-left:20px;*/

	color:#ffffff;

	font-size:13px;

	padding:10px 0;

	/*background:url(images/footer-twit.png) right top no-repeat;*/

}



#subfooter .widget { 

	width:245px; 

	float: left; 

	display: inline; 

}



#subfooter h2{

	font-size:18px;

	color:#31B8EA;

}



#subfooter a{

	color:#ffe5b4;

	font-size:13px;

}



li#twitter-tools{

	margin-left:40px;

}



div.aktt_tweets{

	padding-left:21px;

	color:#000000;

	padding-top:10px;

	width:235px;

}



div.aktt_tweets ul li a{

	color:#ff0000!important;

}



li.aktt_more_updates a{

	font-size:10px!important;

	color:#000000;



}



/*Scroll to Top*/

#toTop { 

	width:100px;

	background:#3A3A3A none repeat scroll 0 0;

	text-align:center;

	padding:5px;

	position:fixed;

	bottom:10px;

	right:10px;

	cursor:pointer;

	color:#cdcdcd;

	text-decoration:none; 

}





#wpcf{

	border:2px solid #CDCDCD;

	margin-left:63px;

	padding:23px 10px 67px 36px;

	width:400px;

}

#wpcf label {

	clear: both;

	display: block;

	float: left;

	width: 150px;

	font-weight:bold;

}

#wpcf input {

	float: left;

	width: 200px;

	padding: 1px;

	margin: 2px 5px 2px 0;

}

#wpcf textarea {

	width: 350px;

	height: 100px;

	padding: 1px;

	margin: 0 5px 10px 0;

}

#wpcf #contactsubmit {

	margin-left: 250px;

	width: 100px;

}



.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; }



p.MsoNormal{

       clear:both;

}

#fb_btn{
	background:url(images/facebook-btn.png); 
	height:58px; 
	width:210px; 
	display:block;
        outline:none;
}

#tw_btn{
	background:url(images/twitter-btn.png); 
	height:53px; 
	width:210px; 
	display:block;
	margin-bottom:10px;
        outline:none;
}
