/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Renan Guillermo
Author URI: http://www.2soph.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*Recoded by: 2Soph Creative Solution - www.2soph.com
===================================================================================================================*/

/* RESET
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear:both; }
.clear1 { clear:both; height:3px; }
.clear2 { clear:both; height:10px; }
.clear3 { clear:both; height:12px; }
.clear4 { clear:both; height:4px; }
.clear5 { clear:both; height:20px; }
.clear6 { clear:both; }
.clear7 { clear:both; height:5px; }

/*Enable this to see all the div border
.jabeerenan { border:1px #F00 solid; }*/

/*FOR STICKY FOOTER
--------------------------------------------------------------*/
html, body, #container { height: 100%; color:#767263; font-size:12px; line-height:15px }
body  #container { height: auto; min-height: 100%; }
#footer { clear: both; position: relative;  }


/* MAIN STYLE
--------------------------------------------------------------*/
body {  background: #28033b url(images/2soph/bg.png) left top repeat; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.wrapper { margin:0 auto; width:976px; display:block; }
.bglight { background:url(images/2soph/bg-lights.png) top center no-repeat; }
.container { display:block; width:960px; border-top:8px solid #FFF; border-left:8px #FFF solid; border-right:8px #FFF solid; margin:0 auto; }
.container2 { display:block; width:960px; border-bottom:8px solid #FFF; border-left:8px #FFF solid; border-right:8px #FFF solid; margin:0 auto; background:url(images/2soph/bg-maincntnt-cntr.png) top center repeat-y; }
.container2-top { display:block; width:960px; height:9px; background:url(images/2soph/bg-maincntnt-top.png) bottom center no-repeat; margin:0 auto; }
.container2-bottom { display:block; width:960px; height:9px; background:url(images/2soph/bg-maincntnt-bottom.png) top center no-repeat; margin:0 auto; }

/*HEADER
--------------------------------------------------------------*/
#hldr-top { display:block; width:auto; height:95px; }
.hldr-top-left { display:block;  float:left; width:356px; height:59; margin:0px 0 0 0px; z-index:999; position:absolute; top:16px; }
.hldr-top-right { display:block; float:right; width:641px; height:94px; }

/*Search*/
.search_box { float: right; height:40px; margin:0 20px 0 0px; }
#s { width:184px; height:28px; border:0; color:#a587b4; padding:5px 0 0 5px; font-style:italic; font-size:11px; background-color:transparent; background:url(images/2soph/search-txtfld.png) no-repeat; }
#searchsubmit { font-size:1px; color:#c1cbd8; text-align:left; padding-left:2px; width:20px; height:20px; background:url(images/2soph/search-btn.png) no-repeat; cursor:pointer; border:none; }

/*Menu*/
.menu-hldr { display:block; }
#menu { width: 470px; height: 30px; margin: 10px auto; float:right; }
#menu ul { margin: 0px; padding: 0px; list-style: none; line-height: normal; }
#menu li { float: left;  margin:0px 5px 0 5px; }
#menu a { display: block; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 10px; text-decoration: none; font-size: 12px; color:#a587b4; border:1px transparent solid; }
#menu a:hover { background: #68417f; text-decoration: none; color:#a587b4; border:1px #7c5c94 solid; }
#menu a:active, #menu a:hover { background: #68417f; text-decoration: none; color:#a587b4; border:1px #7c5c94 solid; }




/*BANNER SLIDER*/
.banner-hldr { display:block; width:960px; height:315px; background-color:#FFF;}

#container { width:960px; height:315px; padding:0px; margin:0 auto; position:relative; z-index:0; color:#FF0000; border:1px #F00 solid; }
#frame { position:absolute; z-index:0; width:982px; height:390px; }
#example { width:960px; height:315px; position:relative; background-color:#FFF; display:block; }

/*Slideshow style*/
#slides {width:960px; height:315px; position:absolute; z-index:100; }
.slides_container { width:960px; height:315px; overflow:hidden; position:relative; display:none; }
#slides .slide { width:960px; height:315px; display:block; }

/*Next/prev buttons*/
#slides .next,#slides .prev { position:absolute; top:160px; left:-24px; width:24px; height:43px; display:block; z-index:101; display:none;}
#slides .next { left:960px; display:none;  }

/*Pagination*/
.pagination { margin:0px auto; display:block; padding-left:18px; width:138px; height:36px; z-index:105; top:263px; right:50px; position:absolute; background:url(images/2soph/slider/bg-nav.png) 0 0 no-repeat;  }
.pagination li { float:left; list-style:none; }
.pagination li a { display:block; width:23px; height:0px; margin-top:8px; padding-top:20px; background:url(images/2soph/slider/nav-blt.png) 0 0 no-repeat; float:left; overflow:hidden; }
.pagination li.current a { background:url(images/2soph/slider/nav-blt-active.png) 0 0 no-repeat; }

/*Footer*/
#slides .link { display:block; margin-top:10px; font-weight:800; }

/*Banner Images*/
.slider-rdmore { display:block; width:71px; height:9px; float:right; margin:0px 20px 0 0; background:url(images/2soph/slider/read-more.png) 0 0 no-repeat; }

.slide1 { display:block; width:960px; height:315px; background:url(images/2soph/slider/banner_1.png) 0 0 no-repeat;}
.slide1-txt { display:block; width:260px; height:230px; float:right; margin:0px 5px 0 0; background:url(images/2soph/slider/banner_1-txt.png) 0px 35px no-repeat; }

.slide2 { display:block; width:960px; height:315px; background:url(images/2soph/slider/banner_2.png) 0 0 no-repeat;}
.slide2-txt { display:block; width:260px; height:230px; float:right; margin:0px 5px 0 0; background:url(images/2soph/slider/banner_2.png-txt.png) 0px 25px no-repeat; }

.slide3 { display:block; width:960px; height:315px; background:url(images/2soph/slider/banner_3.png) 0 0 no-repeat;}
.slide3-txt { display:block; width:260px; height:230px; float:right; margin:0px 5px 0 0; background:url(images/2soph/slider/banner_3-txt.png) 0px 25px no-repeat; }

.slide4 { display:block; width:960px; height:315px; background:url(images/2soph/slider/banner_4.png) 0 0 no-repeat;}
.slide4-txt { display:block; width:260px; height:230px; float:right; margin:0px 5px 0 0; background:url(images/2soph/slider/banner_4-txt.png) 0px 20px no-repeat; }


.slide5 { display:block; width:960px; height:315px; background:url(images/2soph/slider/banner_5.png) 0 0 no-repeat;}
.slide5-txt { display:block; width:260px; height:230px; float:right; margin:0px 5px 0 0; background:url(images/2soph/slider/banner_5-txt.png) 10px 25px no-repeat; }





/*MAIN CONTENT
--------------------------------------------------------------*/
/*main content*/
.cntnt-newpost-banner { display:block; width:524px; height:53px; background:url(images/2soph/img-banner-newblog.png) 0 0 no-repeat; right:689px;}
.contnt-hldr { display:block; float:left; width:478px; padding:0 21px 0 20px; color:#767263; font-size:12px; line-height:15px; text-align:justify; }
.contnt-hldr2 { display:block; float:left; width:480px; padding:0 21px 0 20px; color:#767263; font-size:12px; line-height:15px; text-align:justify; margin-left:-5px; }
.contnt-hldr3 { display:block; float:left; width:490px; margin-top:-9px; padding:0 0px 0 0px; color:#767263; font-size:12px; line-height:15px; text-align:justify;  }
.contnt-hr-break { display:block; height:2px; background:url(images/2soph/img-hr.png) left center repeat-x; padding:6px 0 6px 0; width:496px; }
.cntnt-title { display:block; font-family:"Times New Roman", Times, serif; font-size:20px; color:#767263; padding:10px 0 0 0; text-align:left; line-height:22px; }
.cntnt-title a { text-decoration:none; color:#767263; }
.cntnt-title a:hover { text-decoration:underline; color:#683288;}
.cntnt-title-date { display:block; font-size:11px; color:#767263; padding:2px 0 0 0; }


/*archives*/
.cntnt-archv-hldr { display:block;  }
.cntnt-archv-pic { display:block; float:left; }
.cntnt-archv-txt { display:block; width:312px; float:left; padding:0 0 0 10px; }

.sidebar-title { display:block; width:188px; height:31px; margin:0 auto; background:url(images/2soph/bg-sidebarlft-title.png) 0 0 no-repeat; font-size:20px; color:#683288; font-family:"Times New Roman", Times, serif; text-shadow: 0px 1px 1px #ffffff; text-align:center; padding-top:13px; }
.sidebar-vidlive { display:block; width:186px; height:127px; background:url(images/2soph/bg-vidlive.png) 0 0 no-repeat; margin:0 auto; border:1px #dad4bf solid; }
.sidebar-vidlive-title { font-size:16px; font-weight:bold; padding-top:11px; }

/*left sidebar*/
.sidebar-left-hldr { display:block; width:219px; float:left; height:auto; background:url(images/2soph/bg-sidebarlft-brder.png) top center no-repeat; }
.sidebar-left-post { color:#647eb1; text-align:left; width:179px; background:url(images/2soph/bg-sidebar-dvdr.png) bottom left repeat-x; margin:0 auto; padding:17px 0 18px 0; }
.sidebar-left-post-title { font-size:12px; text-align:left; display:block; padding: 0 0 8px 10px; }
.sidebar-left-post-title a { text-decoration:none; color:#767263; }
.sidebar-left-post-title a:hover { text-decoration:underline; color:#683288; }
.sidebar-left-post-date { font-size:11px; color:#bbb59f; display:block; padding:0 0 3px 10px; }
.sidebar-left-post-frme { display:block; margin:0 auto; width:162px; height:91px; background:url(images/2soph/bg-sidebarlft-postframe.png) 0 0 no-repeat; padding-top:6px; }
.sidebar-left-post-pic { display:block; margin:0px auto; width:150px; height:79px; }
.sidebar-left-post-seeall { display:block; margin:0 auto; width:188px; height:29px; border:0; }

/*right sidebar*/
.sidebar-right-hldr { display:block; width:219px; float:right; height:auto; background:url(images/2soph/bg-sidebarght-brder.png) top center no-repeat; }
.sidebar-1mnt-logo { display:block; margin:0 auto; width:198px; height:105px; background:url(images/2soph/img-oneminute.png) 0 0 no-repeat; }
.sidebar-1mnt-form-hldr { display:block; margin:2px auto; width:198px; height:238px; background:url(images/2soph/img-oneminute-formbrdr.png) 0 0 no-repeat; padding:5px 0 0 0; }
.sidebar-1mnt-vid { display:block; margin:0 auto; width:186px; height:127px; border:1px #dad4bf solid;}
.sidebar-1mnt-line1 { display:block; width:188px; margin:0 auto; }
.sidebar-1mnt-line2 { display:block; width:188px; margin-top:5px; padding-left:5px; }
.sidebar-1mnt-line3 { font-family:Arial, Helvetica, sans-serif; color:#767263; font-size:11px; text-shadow: 0px 1px 1px #ffffff; }
.sidebar-1mnt-line4 { border:1px #dad4c0 solid; width:141px; height:16px; background:url(images/2soph/bg-txtfield.png) top left repeat-x; }
.sidebar-1mnt-line5 { font-family:Arial, Helvetica, sans-serif; color:#767263; font-size:11px; text-shadow: 0px 1px 1px #ffffff; }
.sidebar-1mnt-line6 { display:block; width:188px; margin-top:3px; padding-left:8px; }
.sidebar-1mnt-line7 { display:block; width:171px; margin: auto; padding:7px 0 0 2px; }
#sidebar-1mnt-line8 { background:url(http://www.cshughes.com/images/img-oneminute-btn.png); border:0; cursor:pointer; width:171px; height:28px; display:block; margin:0px 0 0 0px; }
.sidebar-1mnt-line9 { display:block; width:100px; text-align:center;  margin:0 auto; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#b4ab8f; text-decoration:underline; text-transform:uppercase; }
.sidebar-1mnt-line9 a { color:#b4ab8f; text-decoration:underline; text-transform:uppercase;}

.sidebar-right-flowbg { display:block; margin:0 auto; width:188px; height:228px; background:url(images/2soph/bg-sidebarrght-flowlink.png) 0 0 no-repeat; padding:50px 0 0 0;}
.sidebar-right-flowbg a { display:block; width:176px; height:44px; margin:0 auto; }
.sidebar-right-flowbg a:hover { opacity:0.4;filter:alpha(opacity=40); }
.sidebar-right-flowbg-fb { display:block; width:176px; height:44px; background:url(images/2soph/bg-sidebarrght-flowlink-fb.png) 0 0 no-repeat; }
.sidebar-right-flowbg-fb2 { display:block; width:176px; height:44px; background:url(images/2soph/bg-sidebarrght-flowlink-fb2.png) 0 0 no-repeat; }
.sidebar-right-flowbg-rss { display:block; width:176px; height:44px; background:url(images/2soph/bg-sidebarrght-flowlink-rss.png) 0 0 no-repeat; }
.sidebar-right-flowbg-utube { display:block; width:176px; height:44px; background:url(images/2soph/bg-sidebarrght-flowlink-utube.png) 0 0 no-repeat; }
.sidebar-right-flowbg-lnkd { display:block; width:176px; height:44px; background:url(images/2soph/bg-sidebarrght-flowlink-lnkd.png) 0 0 no-repeat; }

.sidebar-popularpost { display:block; width:188px; margin:0 auto; }
.sidebar-popularpost a { text-decoration:none; color:#767263; font-size:12px; width:188px; height:31px;}
.sidebar-popularpost a:hover { text-decoration:underline; color:#683288; }
.sidebar-popularpost ul { display:block; }
.sidebar-popularpost li { display:block; width:160px; height:34px; padding:0px 5px 0 20px; background:url(images/2soph/bg-sidebar-dvdrlist.png) 4px 3px no-repeat; margin:5px 0 0 0;  }

.sidebar-archives { display:block; width:188px; margin:0 auto; color:#767263;}
.sidebar-archives a { text-decoration:none; color:#767263; font-size:12px; width:188px; height:31px;}
.sidebar-archives a:hover { text-decoration:underline; color:#683288; }
.sidebar-archives ul { display:block; }
.sidebar-archives li { display:block; width:160px; height:34px; padding:5px 5px 0 20px; background:url(images/2soph/bg-sidebar-dvdrlist.png) 4px 8px no-repeat; margin:5px 0 0 0;  }

.sidebar-category { display:block; width:188px; margin:0 auto; color:#767263;}
.sidebar-category a { text-decoration:none; color:#767263; font-size:12px; width:188px; height:31px;}
.sidebar-category a:hover { text-decoration:underline; color:#683288; }
.sidebar-category ul { display:block; }
.sidebar-category li { display:block; width:160px; height:34px; padding:5px 5px 0 20px; background:url(images/2soph/bg-sidebar-dvdrlist.png) 4px 8px no-repeat; margin:5px 0 0 0;  }

/*FOOTER*/
.footer-hldr { display:block; border-top:1px solid #381c46; border-bottom:1px #28033b solid; background-color:#000000;}
.footer-title { font-family:"Times New Roman", Times, serif; font-size:20px; color:#593d68; padding:18px 0 18px 19px; }
.footer-box-dvdr { display:block; width:2px; float:left; height:390px; background:url(images/2soph/img-footerdvdr.png) 0 0 no-repeat; }
.footer-box { display:block; width:320px; float:left; font-size:12px; color:#593d68; }
.footer-box a { text-decoration:none; color:#593d68; }
.footer-box a:hover { text-decoration:underline; color:#836e8e; }
.footer-box ul { list-style:none; display:block; }
.footer-box li { display:block; padding:6px 0 6px 36px; background:url(images/2soph/img-footerarrow.png) 20px 10px no-repeat;  }

.footer-box2 { display:block; width:320px; float:left; font-size:12px; color:#FFF; }
.footer-box2 p { font-size:12px; color:#593d68; padding-bottom:2px; }
.footer-box2 ul { list-style:none; display:block; }
.footer-box2 li { display:block; padding:6px 0 6px 36px; }

.footer-hldr2 { border-top:1px #320549 solid; height:56px; }
.footer-hldr2 a { text-decoration:none; color:#593d68; color:#593d68; font-size:11px; }
.footer-hldr2 a:hover { text-decoration:underline; color:#836e8e; }
.footer-hldr2-left { display:block; float:left; width:261px; color:#593d68; font-size:11px; padding:15px 0 0 0; line-height:12px; }
.footer-hldr2-right { display:block; float:right; padding:12px 0px 0 0; }



/*Recoded by: 2Soph Creative Solution - www.2soph.com
===================================================================================================================*/

/* Begin Typography & Colors */
.pageno {
	float:right;
}
.post2 {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	text-align:center;
	background-color:#7b0ccb;
	border:1px solid #6209a3;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	height:24px;
	margin:-4px;
	padding:12px 0 0 6px;
}
* {
	padding:0px;
	margin:0px;
}

#main {
	width:1000px;
	margin:auto;
}
#header {
	height:162px;
	width:auto;
	position:relative;
	z-index:4
}
.logo {
	width:999px;
	height:123px;
	background:url(images/head1.png) no-repeat 0px 0px;
	float:left;
}
.navigationtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	font-weight: bold;
	padding: 0px;
}
.navigationtext ul {
	list-style:none;
	margin-left:10px;
}
.navigationtext li {
	float:left;
	background:url(images/sep.gif) no-repeat left;
	padding-left:2px;
}
.navigationtext a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0px 10px;
	height:39px;
	text-align:center;
	line-height:35px
}
.navigationtext a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background:url(images/nav-bg-hover.gif) 0px 3px repeat-x;
}

a {
	outline:none;
}
#footer_link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	float: right;
	text-align: right;
	padding: 0px;
	margin-right:-60px;
}
#footer_link ul {
	list-style:none;
}
#footer_link li {
	float:left;
	padding-left:2px;
	margin-left:5px;
}
#footer_link a {
	color:#9b2c98;
	text-decoration:none;
	display:block;
	width:auto;
	height:41px;
	text-align:center;
	line-height:41px
}
#footer_link a:hover {
	text-decoration:underline;
}

/*Recoded by: 2Soph Creative Solution - www.2soph.com
===================================================================================================================*/

.page-numbers {
	float:right;
	margin-right:5px;
	list-style:none
}
.page-numbers li {
	float:left;
	margin-right:5px;
	list-style:none
}

a.page-numbers{
	border:1px solid #cfc7ad;
	background-color:#efeadc;
	color: #cfc7ad;
	padding:2px 6px;
}

a.page-numbers:hover{
	text-decoration:none;
	color:#767263;
}

.page-numbers .current{
	border:1px solid #cfc7ad;
	background-color:#c9c0a3;
	color: #ffffff;
	padding:2px 6px;
}
/*
===================================================================================================================*/

.post h2 a {
/*
background:url("images/icon.png") no-repeat scroll 0 0 transparent;
*/
padding-left:55px;
	padding-top:15px;
	width:auto;
}
.entry p {
	color:#767263;
	font-family:Arial, "Helvetica New", Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	margin:15px 0 5px 0;
}
.entry ul {
	font-family:Arial, "Helvetica New", Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
.entry ol {
	font-family:Arial, "Helvetica New", Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
.entry small {
	color:#000000;
	font-size:12px;
}
h2 {
	margin: 0px 0 0;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	padding-right:65px;
}
#left-sliderbar h2 {
	margin-top:0px;
	color:#000000;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
#wedjet h2 {
	background:url("images/top_ryt.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:65px;
	padding:10px 0 0;
	width:311px;
}
.textwidget {
	color:#593d68;
	font-family:Arial, Helvetica, sans-serif;
	height:auto;
	text-align:left;
	list-style:none;
}
.entry {
	margin-top:-6px;
	float:left;
}
.back {
	float: left;
	width:378px;
	height:217px;
}
.button {
	float:right;
	background:url(images/button1.jpg) no-repeat;
	width:236px;
	height:57px;
	margin:1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	padding-left:20px;
	padding-top:18px;
}
.button1 {
	float:right;
	background:url(images/button2.jpg) no-repeat;
	Width:236px;
	height:57px;
	margin:1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	padding-left:20px;
	padding-top:18px;
}
.button2 {
	float:right;
	background:url(images/button3.jpg) no-repeat;
	Width:236px;
	height:57px;
	margin:1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	padding-left:20px;
	padding-top:18px;
}
.bannerbase {
	/*background:url("images/banner_base.jpg") repeat-y scroll 0 0 transparent;*/
border-left:1px solid #942f94;
	border-right:1px solid #942f94;
	height:auto;
	margin:-20px 0 0;
	padding:0;
	width:998px;
	float:left;
	clear:both;
}
#new-video {
	float:left;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 7px 10px;
}
.formbase {
	float:right;
	margin-top:10px;
	width:230px;
}
.registertxt {
	height:64px;
	width:300px;
	float:left;
	padding:10px 0px 0px 0px;
	margin: 0 auto;
	text-align: center;
}
.formtxt {
	height:341px;
	width:300px;
	float:left;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.widget {
	text-align:center;
	list-style:none;
}
.wpsb_form_btn {
	background:url("images/join-now.png") no-repeat scroll 0 0 transparent;
	border:medium none navajoWhite;
	color:transparent;
	cursor:pointer;
	height:43px;
	margin-bottom:5px;
	margin-top:10px;
	width:132px;
}
.wpsb_form_txt {
	background:url("images/input-box.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#bbbbbb;
	font-family:georgia;
	font-size:14px;
	height:37px;
	padding:3px;
	width:231px;
	margin-top:23px;
}
#body-part {
	float:left;
	width:1000px;
}
.middle_top {
	background:url("images/topmiddle.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:15px;
	margin:4px 0 0;
	padding:0;
	width:1000px;
}
.mid_middle {
	background:url("images/midmiddle.png") repeat scroll 0 0 transparent;
	float:left;
	clear:both;
	height:auto;
	width:1000px;
}
.bottom_middle {
	background:url("images/bttmmiddle.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:16px;
	margin:0;
	padding:0;
	width:1000px;
}
.head {
	color: #7b0ccb;
	font-size:18px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	margin-left:5px;
	font-weight: normal;
	margin-bottom:5px;
}
.head2 {
	color: #7b0ccb;
	font-size:12px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	margin-left:5px;
	font-weight: normal;
	margin-bottom:-8px;
	margin-top:5px;
	border:1px #F00 solid;
}
.colourbox span {
	color:#04018D;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:13px;
	margin-top:7px;
}
.colourbox span a {
	color:#04018D;
	text-decoration:underline;
}
.colourbox span a:hover {
	text-decoration:none;
}
.colourbox {
	float:left;
	font-size:11px;
	background-color:#c5c3fc;
	width:450px;
	height:39px;
	margin-top: 10px;
}
.comment_bx a {
	color:#04018d;
	margin-left:19px;
}
.comment_bx {
	background:url("images/comnt_bx.png") no-repeat scroll 0 0 transparent;
	float:right;
	height:42px;
	margin:3px 7px 0 0;
	padding:5px 15px 0;
	width:auto;
}
/*.colourbox span { font-size:12px; background-color:#c5c3fc; width:556px;height:39px;margin-top: 20px;}*/
.middleryttmain {
	height:auto;
	width:340px;
	float:right;
}
.middlebase {
	height:59px;
	width:311px;
	float:left;
	background:url(images/top_ryt.png) no-repeat;
	padding: 10px 0px 0px 0px;
}
.middlebase span {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#3e0366;
	text-align: center;
	padding: 5px 0px 0px 21px;
}
#footer span {
	float:left;
}
#footer-link {
	margin:6px;
	text-align:center
}
#footer-link img {
	margin-left:2px;
}
#footer-link1 {
	margin-top:-2px;
	text-align:justify
}
#footer-link2 {
	float:left;
	margin-top:18px;
	text-align:justify;
}
#headerimg {
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}
#send input {
	width:100px;
}
#send2 input {
	float:right;
	margin:0 23px 0 0;
	display:block;
	width:55px;
	height:17px;
	background:url(images/2soph/btn-send.png) 0 0 no-repeat;
	border:0;
	cursor:pointer;
}
#content {
	float:left;
	width:592px;
}
.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.imgs {
	border:1px solid #DDDDDD;
	background-image:url("images/thumb.php.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	float:right;
	height:100px;
	margin-left:20px;
	width:100px;
}
#free-gift {
	float:left;
	height:100px;
	margin-top:169px;
	width:224px;
	margin-bottom:53px;
}
h1 {
	font-size: 4em;
	text-align: center;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2.pagetitle {
	font-size: 1.6em;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #7b0ccb;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	text-align:left;
	line-height:19px;
	font-size:18px;
	padding:0;
}
.entry p a:visited {
	color: #b85b5a;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	font-weight:normal;
	text-transform:capitalize;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#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 Structure */

#background-container {
	padding:0;
	background:url("images/bg_new.png") center top no-repeat;
	width:100%;
	margin:auto;
	height:auto;
}
#header_link3 {
	margin-top:19px;
	padding-right:8px;
}
#header {
}
#side_header {
	height:200px;
	width:310px;
	background:url(images/bg.png) no-repeat;
	float:right;
	padding:0px 0px 0px 0px;
	margin: 10px 28px 10px 10px;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
.narrowcolumn {
	float: left;
}
.widecolumn {
	padding:5px 0 0 45px;
	width:560px;
}
.post {
	margin: 0 0 55px 12px;/*text-align: justify;*/
	}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
	clear:both;
	margin:0 auto;
	padding:5px 5px 0;
	width:990px;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	color:#3E0366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	padding:5px 0 0 0px;
	text-align:center;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */



/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	float:right;
	padding:10px 3px;
	text-align:right;
}
/* #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 input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float:right;
	/* margin-right:12px;*/
padding:35px 0 10px;
	width:226px;
	margin-top:-48px;
	margin-right:3px;
}
#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#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 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#flash-logo {
	float:left;
	width:auto;
}
#logo-text {
	float:left;
	margin-left:9px;
	margin-top:45px;
}
.secret {
	margin:auto;
	background:url(images/secret.jpg) no-repeat;
	width:230px;
	height:296px;
}
.box {
	background:url("images/field.jpg") no-repeat scroll 0 0 transparent;
	height:110px;
	margin:auto auto 20px;
	padding:42px 0 0;
	text-align:center;
	width:230px;
}
.box .input-box {
	background:url("images/input.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	height:18px;
	margin-bottom:4px;
	padding:5px;
	width:191px;
}
#left-sliderbar {
	float:left;
	width:160px;
	margin-left:8px;
}
#submit {
	background:url("images/submit.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	width:76px;
	height:31px;
}
#af-form-1187916860 .af-body .af-textWrap {
	display:block !important;
	float:left !important;
	margin-left:18px !important;
	width:80% !important;
}
#af-form-1187916860 .af-body .privacyPolicy {
	color:#000000;
	font-size:11px;
	font-family:Verdana, sans-serif;
}
#af-form-1187916860 .af-body a {
	color:#094C80;
	text-decoration:underline;
	font-style:normal;
	font-weight:normal;
}
#af-form-1187916860 .af-body input.text, #af-form-1187916860 .af-body textarea {
	background-color:transparent;
	border:medium none;
	color:#000000;
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	height:24px;
	margin-top:0;
	text-decoration:none;
}
#af-form-1187916860 .af-body input.text:focus, #af-form-1187916860 .af-body textarea:focus {
	background-color:transparent;
	border:medium none;
}
#af-form-1187916860 .af-body label.previewLabel {
	display:block;
	float:none;
	text-align:left;
	width:auto;
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, sans-serif;
}
#af-form-1187916860 .af-body {
	margin-top:-9px!important;
	padding-bottom:15px;
	padding-top:15px;
	background-repeat:no-repeat;
	background-position:inherit;
	background-image:none;
	color:#000000;
	font-size:11px;
	font-family:Verdana, sans-serif;
}
#af-form-1187916860 .af-footer {
	padding-right:15px;
	padding-left:15px;
	background-color:#transparent;
	border-width:1px;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	color:#000000;
	font-size:12px;
	font-family:Verdana, sans-serif;
}
#af-form-1187916860 .af-header {
	padding-bottom:9px;
	padding-top:9px;
	padding-right:10px;
	padding-left:10px;
	margin-top:166px;
	background-image:none !Important;
	background-position:top left;
	background-repeat:repeat-x;
	background-color:transparent !important;
	border-width:1px;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, sans-serif;
	color:#ooo;
}
#af-form-1187916860 .af-quirksMode .bodyText {
	padding-top:2px;
	padding-bottom:2px;
}
#af-form-1187916860 .af-quirksMode {
	padding-right:15px;
	padding-left:15px;
}
#af-form-1187916860 .af-standards .af-element {
	padding-right:15px;
	padding-left:15px;
}
#af-form-1187916860 .bodyText p {
	margin:1em 0;
}
#af-form-1187916860 .buttonContainer input.submit {
	background-color:#4A2A75;
	background-image:url("http://forms.aweber.com/images/07c.png");
	background-position:left top;
	background-repeat:repeat-x;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
#af-form-1187916860 .buttonContainer input.submit {
	width:auto;
}
#af-form-1187916860 .buttonContainer {
	text-align:center;
}
#af-form-1187916860 body, #af-form-1187916860 dl, #af-form-1187916860 dt, #af-form-1187916860 dd, #af-form-1187916860 h1, #af-form-1187916860 h2, #af-form-1187916860 h3, #af-form-1187916860 h4, #af-form-1187916860 h5, #af-form-1187916860 h6, #af-form-1187916860 pre, #af-form-1187916860 code, #af-form-1187916860 fieldset, #af-form-1187916860 legend, #af-form-1187916860 blockquote, #af-form-1187916860 th, #af-form-1187916860 td {
	float:none;
	color:inherit;
	position:static;
	margin:0;
	padding:0;
}
#af-form-1187916860 button, #af-form-1187916860 input, #af-form-1187916860 submit, #af-form-1187916860 textarea, #af-form-1187916860 select, #af-form-1187916860 label, #af-form-1187916860 optgroup, #af-form-1187916860 option {
	float:none;
	position:static;
	margin:0;
}
#af-form-1187916860 div {
	margin:0;
}
#af-form-1187916860 fieldset {
	border:0;
}
#af-form-1187916860 form, #af-form-1187916860 textarea, .af-form-wrapper, .af-form-close-button, #af-form-1187916860 img {
	float:none;
	color:inherit;
	position:static;
	background-color:none;
	border:none;
	margin:0;
	padding:0;
}
#af-form-1187916860 input, #af-form-1187916860 button, #af-form-1187916860 textarea, #af-form-1187916860 select {
	font-size:100%;
}
#af-form-1187916860 p {
	color:inherit;
}
#af-form-1187916860 select, #af-form-1187916860 label, #af-form-1187916860 optgroup, #af-form-1187916860 option {
	padding:0;
}
#af-form-1187916860 table {
	border-collapse:collapse;
	border-spacing:0;
}
#af-form-1187916860 ul, #af-form-1187916860 ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	padding-left:40px;
}
#af-form-1187916860, #af-form-1187916860 .quirksMode {
	width:225px;
}
#af-form-1187916860.af-quirksMode {
	overflow-x:hidden;
}
#af-form-1187916860 {
	background-color:transparent !important;
	border:medium none!important;
}
#af-form-1187916860 {
	overflow:hidden;
}
.af-body .af-textWrap {
	text-align:left;
}
.af-body input.image {
	border:none!important;
}
.af-body input.submit, .af-body input.image, .af-form .af-element input.button {
	float:none!important;
}
.af-body input.text {
	width:100%;
	float:none;
	padding:2px!important;
}
.af-body.af-standards input.submit {
	padding:4px 12px;
}
.af-clear {
	clear:both;
}
.af-element label {
	text-align:left;
	display:block;
	float:left;
}
.af-element {
	padding:5px 0;
}
.af-form-wrapper {
	text-indent:0;
}
.af-form {
	text-align:left;
	margin:auto;
}
.af-header, .af-footer {
	margin-bottom:0;
	margin-top:0;
	padding:10px;
}
.af-quirksMode .af-element {
	padding-left:0!important;
	padding-right:0!important;
}
.lbl-right .af-element label {
	text-align:right;
}
body {
}
#af-form-582618116 {
	background-color:transparent!important;
	border:none!important;
}
#af-form-582618116 .af-body {
	background-image:none;
	background-position:inherit;
	background-repeat:no-repeat;
	color:#000000;
	font-family:Verdana, sans-serif;
	font-size:11px;
	padding-bottom:15px;
	padding-top:15px;
}
#af-form-582618116 .af-body input.text, #af-form-582618116 .af-body textarea {
	background-color:#FFFFFF;
	border:1px solid #919191;
	color:#000000;
	font-family:Verdana, sans-serif;
	font-size:12px!important;
	font-style:normal;
	font-weight:normal;
	height:22px!important;
	text-align:left!important;
	text-decoration:none;
	width:138px!important;
}
.af-element {
	padding:4px 0!important;
}
#af-form-582618116 .buttonContainer input.submit {
	background-color:#4a2a75!important;
	background:url(mm.jpg)!important;
	background-position:left top;
	background-repeat:repeat-x;
	border:2px solid #fff!important;
	color:#FFFFFF;
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-align:center!important;
	cursor:pointer;
}
#af-form-582618116 .buttonContainer {
	text-align:center!important;
}
.af-body .af-textWrap {
	text-align:center!important;
}
.af-form-wrapper {
	background: url("images/back.png") no-repeat scroll -100px -2px transparent;
	width:225px;
	height:449px;
}
.af-form-wrapper2 {
	width:592px;
	height:80px;
}
.af-body input.text {
	float:none;
	padding:2px !important;
	width:68% !important;
}
.optmain {
	float:left;
	width:230px;
	height:296px;
}
.optback {
	float:left;
	padding:130px 0 0 8px;
	width:236px;
	height:447px;
	;
	font-family:calibiri, Calibri;
	font-size:18px;
	color:#FFFFFF;
	text-align:left;
	width:216px;
}
.optfield {
	float:left;
	margin-left:30px;
	margin-top:20px;
}
.optbutton {
	float:left;
	background:url(images/button.png) no-repeat 0px 3px;
	margin-left:30px;
	margin-top:20px;
	width: 134px;
	height: 33px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	text-align:center;
	padding:5px 0 0 0;
	border:0px;
	outline:none
}
#af-form-582618116 .af-header {
	padding:0 0px;
}
.twitterbox * {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
#back.twitterbox {
	margin:0 auto;
	padding:15px;
	background:url(images/twbg.jpg) repeat-x #dfcfea;
	width:185px;
	font-size:12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	border:solid 1px #b08dcb
}
#back.twitterbox span {
	font-size:12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
.twitterbox .tag {
	background:url(images/tag.png) no-repeat;
	width:213px;
	height:45px;
	left:-29px;
	position: relative;
	padding:8px 0 0 15px;
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.twitterbox #twitter_update_list {
	margin-bottom:0px;
}
.twitterbox #twitter_update_list li {
	list-style:none;
	margin-bottom:10px
}
.twitterbox #back span a {
	color:#38035f
}
;
.twitterbox #round {
	width:143px;
	height:39px;
}
.twitterbox .round1 {
	float:left;
	background:url(images/r1.png) no-repeat;
	width:13px;
	height:39px;
}
.twitterbox .round2 {
	float:left;
	background:url(images/mid.png) repeat-x;
	width:133px;
	height:39px;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px 0 0 5px;
	text-align:center;
	color:#FFFFFF
}
.twitterbox .round3 {
	float:left;
	background:url(images/r2.png) no-repeat;
	width:13px;
	height:39px;
}
#sticky {
	position:fixed;
	background:url(images/down2.png) no-repeat top center;
	height:150px;
	width:78px;
}
#box {
	margin:0 auto;
	padding:0;
	width:89px;
	height:96px;
}
.round1 {
	background:url(images/round_top.png) no-repeat;
	width:89px;
	height:10px;
}
.mid {
	background:url(images/mid_new.png) repeat-y;
	width:89px;
	height:62px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}
.mid a { text-decoration:none; color:#FFFFFF; }
.mid a:hover { color:#FFFFFF; }
.round2 {
	background:url(images/round_bottom.png) no-repeat;
	width:89px;
	height:9px;
}
.seprator {
	float:left;
	margin-left:5px;
	background:url(images/line.png) no-repeat;
	width:2px;
	height:10ox;
	position:relative;
	bottom:20px;
}
.year {
	background:url(images/year.png) no-repeat;
	width:89px;
	height:23px;
	padding-left:25px;
	line-height:28px;
	position:relative;
	bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#sticky #text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
	margin-left:300px;
	padding-top:84px;
}
#sticky #text p {
	font-size:12px;
}
.dollar {
	background:url("images/dolar.jpg") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	letter-spacing:20px;
	margin-bottom:20px;
	padding-left:10px;
	width:279px;
	margin-left:10px;
}
.moneybox {
	background:#f6f6f6;
	border:3px solid #bdbdbd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:20px;
	padding:10px;
	width:524px;
}

.fbsharebbtn { display:block; background:url(http://www.cshughes.com/images/fbsharebtn.jpg) 0 0 no-repeat; width:60px; height:18px; }


/* PRODUCT STYLE
============================================== */
.prod-hldr { display:block; width:570px; margin:0 auto; text-align:left; color:#767263; font-size:12px; line-height:normal; }
.prod-clear { clear:both; }
.prod-clear2 { clear:both; height:20px; }
.prod-clear3 { clear:both; height:8px; }
.prod-clear4 { clear:both; height:12px; }


.prod1 { display:block; width:569px; height:268px; background:url(http://www.cshughes.com/wp-content/themes/network/images/product/prod1.jpg) 0 0 no-repeat; }



.prod-addcrt { display:block; width:194px; height:36; padding:240px 0 0 45px; }

/*
.prod1 { display:block; float:left; width:281px; height:301px; background:url(http://www.cshughes.com/wp-content/themes/network/images/product/prod1.jpg) 0 0 no-repeat; }
.prod2 { display:block; float:left; margin-left:7px; width:281px; height:301px; background:url(http://www.cshughes.com/wp-content/themes/network/images/product/prod2.jpg) 0 0 no-repeat; }
.prod3 { display:block; float:left; width:281px; height:301px; background:url(http://www.cshughes.com/wp-content/themes/network/images/product/prod3.jpg) 0 0 no-repeat; }
.prod4 { display:block; float:left; margin-left:7px; width:281px; height:301px; background:url(http://www.cshughes.com/wp-content/themes/network/images/product/prod4.jpg) 0 0 no-repeat; }
*/

/*Recoded by: 2Soph Creative Solution - www.2soph.com
===================================================================================================================*/

/* Contact Form Footer styles */
.contact_form_ftr { display:block; list-style:none;}
.contact_form_ftr ul { list-style:none;}
.contact_form_ftr li { list-style:none; }
.cntact_form_txt { display:block; color:#381c46; font-size:11px; color:#513061; }
.contact_ftr_txtfld1 { display:block; width:188px; height:18px; background-color:#0e0114; border:1px solid #381c46; color:#513061; padding:2px 0 2px 5px; font-family:Arial, Helvetica, sans-serif;}
.contact_ftr_txtfld2 { display:block; width:252px; height:65px; background-color:#0e0114; border:1px solid #381c46; color:#513061; padding:2px 0 2px 5px; font-family:Arial, Helvetica, sans-serif;}

.contact_ftr_txtfld3 { display:block; width:188px; height:18px; background-color:#0e0114; border:1px solid #381c46; color:#513061; padding:2px 0 2px 5px; font-family:Arial, Helvetica, sans-serif; float:left;}
.contact_ftr_capchacode { display:block; border:1px solid #381c46; float:left; width:50px; height:18px; margin:-13px 0 0 10px; }
.contact_ftr_btn-hldr { display:block; width:55px; height:17px; background:url(images/2soph/btn-send.png) 0 0 no-repeat; }
#contact_ftr_btn { display:block; width:55px; height:17px; background:transparent; cursor:pointer; }
.social-hldr { display:block; width:195px; height:32px; background:url(images/2soph/img-social.png) 0 0 no-repeat; margin:10px 0 0 40px;}
.social-box { display:block; width:33px; height:32px; float:left; }


/* Contact Page styles */
#contact_txt1{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#contact_form{
	background:url(images/2soph/contactform_bg.jpg) no-repeat;
	width:481px;
	height:288px;
}

#contact_form td{
	padding: 3px;
	vertical-align: top;
}

#contact_form .wpcf7-text, #contact_form textarea{
	width: 250px;
	border: 1px solid #CCC;
}

#contact_form #captcha input{
	width: 180px;
	border: 1px solid #CCC;
}

#contact_form #captcha img{
	vertical-align:bottom;
}

#contact_form textarea{
	height: 80px;
}

/* Product Page styles */
.product_container { display:block; width:960px; border-bottom:8px solid #FFF; border-left:8px #FFF solid; border-right:8px #FFF solid; margin:0 auto; background:url(images/2soph/prod_page_bg2.jpg) top center repeat-y; }
.product_content { display:block; width:782px; min-height:568px; padding:0 89px 0 89px; color:#767263; font-size:12px; line-height:15px; text-align:justify; background:url(images/2soph/prod_page_bg1.jpg) top center no-repeat; }
.product_content .post {margin:0;}


/* Blog Page styles */
.blog_container { display:block; width:960px; border-bottom:8px solid #FFF; border-left:8px #FFF solid; border-right:8px #FFF solid; margin:0 auto; background:url(images/2soph/prod_page_bg2.jpg) top center repeat-y; }
.blog_content { display:block; width:782px; min-height:568px; padding:0 89px 0 89px; color:#767263; font-size:12px; line-height:15px; text-align:justify; background:url(images/2soph/prod_page_bg1.jpg) top center no-repeat; }
.blog_content .post {margin:0;}
.cntnt-blog-hldr { display:block; width:496px;  }
.cntnt-blog-pic { display:block; float:left; }
.cntnt-blog-txt { display:block; width:332px; float:left; padding:0 0 0 10px; }


/* STYLE FOR NEW DESIGN BY: 2Soph Creative Solution
==================================================== */


