@import url(reset.css);
@import url(nivo-slider.css);

/*** STRUCTURE ***/
/****************/

/* 1) Layout 
/* 2) Navigation 
/* 3) Slider 1 / Slider 3
/* 4) Slider 2 
/* 5) Tabs 
/* 6) Cols 
/* 7) Content Lists 
/* 8) Footer 
/* 9) Shop 
/* 10) Forms 
/* 11) Mics 
/* 12 Wordpress specific



/****************/
/****************/



/*************************************************************/
/**************************1) LAYOUT**************************/
/*************************************************************/
body, html {
	height: 100%;
}

body {
	font: normal normal normal 12px/17px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}

#smoke1 {
	width: 100%;
	height: 700px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	display: none;
}

#smoke2 {
	width: 100%;
	height: 700px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	display: none;
}

#logo {
	display: block;
	margin: 0 0 -25px 30px;
    z-index: 1000;
}

#wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -290px; 
	position: relative;
	z-index: 2;
}

#header {
	padding: 40px 0 0 0;
	z-index: 12;
	position: relative;
}


#footer {
	height: 290px;
	z-index: 12;
	position: relative
}
.footergraphics {
	height: 290px;
}

#footercontent {
	width: 600px;
	font-weight: bold;
	margin: auto;
	overflow: hidden;
	padding: 30px 300px 0 40px;
}

#footerwidecontent {
	width: 900px;
	font-weight: bold;
	margin: auto;
	overflow: hidden;
	padding: 30px 0 0 40px;
}


.pusher{
	height: 290px;
}

#content {
	padding: 0px 10px 0 0;
	margin-bottom: 40px;
	z-index: 9;
	position: relative;
}

#generalcontent{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	position: relative;
	padding: 12px 0px 40px 0px;
	margin: 20px 10px 40px 10px;
	z-index: 2;
}

#generalfullwidth{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	position: relative;
	padding-top: 12px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin: 20px 0px 40px 10px;
	z-index: 2;
} 

.padright{
	padding-right: 30px;
}

.padright p {
	overflow: hidden;
}


#generalcontent h1, #generalfullwidth h1 {
	font-size: 24px;
	margin-bottom: 16px;
	font-weight: normal;
}

#generalcontent h2, #generalfullwidth h2 {
	font-size: 20px;
	margin-bottom: 14px;
	font-weight: normal;
}

#generalcontent img, #generalfullwidth img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 19px;
}

#generalcontent .floatme, #generalfullwidth .floatme {
	float: left;
	margin: 0 20px 20px 0;
}

#generalcontent .zoom, #generalfullwidth .zoom, #generalcontent .videozoom, #generalfullwidth .videozoom {
	padding: 0;
}

.content_left{
	width: 610px;
	float: left;
	padding: 12px 20px 40px 30px;
	overflow: hidden;
	z-index: 98;
}

/*.content_right{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 180px;
	float: right;
	position: relative;
	padding: 64px 30px 40px 70px;
	z-index: 22;
	min-height: 400px;
}       */

.content_right{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 220px;
    float: right;
    position: relative;
    padding: 10px 0px 40px 60px;
    z-index: 22;
    min-height: 400px;
}

.screw_top {
	width: 100px;
	height: 30px;
	position: absolute;
	top:0px;
	right: 210px;
	z-index: 22;
}

.screw_bottom {
	width: 100px;
	height: 30px;
	position: absolute;
	bottom:0px;
	right: 210px;
	z-index: 22;
}


/*************************************************************/
/**************************2) NAVIGATION**********************/
/*************************************************************/
#nav {
	height: 46px;
	margin:10px 0 0 0; 
	padding:10px 0 10px 30px; 
	list-style:none;
}	

.collapsmenu {
	margin: 0 0 32px 0;
}

.collapsmenu li{
	display: block;
	padding: 5px 0 7px 7px;
}

.collapsmenu li a{
}


.collapsmenu ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
	margin: 0 0 0 10px;
}

.collapsmenu ul li{
	font-weight: normal;
	cursor: auto;
	padding: 5px 0 7px 7px;
}

.collapsmenu li.haschildren .c-arrow, .collapsmenu li ul li.haschildren .c-arrow {
	display: none;
}

.collapsmenu li.haschildren li .c-arrow, .collapsmenu li ul li.haschildren li .c-arrow {
	display: inline;
}

.collapsmenu li ul li {
	padding: 7px 0 6px 16px;
}

.collapsmenu ul.children {
	margin: 4px 0 0 0;
}


.c-arrow {
	display: block;
	width: 14px;
	height: 10px;
	float: left;
	margin: 6px 0 2px 0;
	cursor: default;
}


.c-plus {
	display: block;
	width: 14px;
	height: 10px;
	float: left;
	margin: 5px 0 3px 0;
	cursor: pointer;
}

.c-minus {
	display: block;
	width: 14px;
	height: 10px;
	float: left;
	margin: 5px 0 6px 0;
	cursor: pointer;
}


/*************************************************************/
/**************************3) SLIDER 1************************/
/*************************************************************/
#slider1, #slider3{ 
	width: 960px; 
	height: 410px; 
	position: relative; 
	margin: 0 auto 0;
	overflow: hidden;
}

#slider1 .linkedslider{
	display: block;
	cursor: pointer;
	position: absolute;
	right:0;
	width: 50%;
	height: 100%;
	z-index: 42;
}
 
#slider3 .linkedslider{
	display: block;
	cursor: pointer;
	float: right;
	width: 50%;
	height: 100%;
	z-index: 42;
}
 
#slider1 .sliderwrapper, #slider3 .sliderwrapper {
	width: 938px; 
	height: 410px; 
	margin: 12px 0 0 10px;
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 0;
}

#slider1  img{ 
	position: absolute;
	right:11px;
}

#slider3 img {
	float: right; 
}

 
#slider1 .sliderwrapper ul, #slider3 .sliderwrapper ul {
	width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0;
}
 
#slider1 ul li, #slider3 ul li { 
	display: block; 
	float: left; 
	height: 360px; 
	width: 940px; 
	padding: 0 0 0px 20px;
}


#slider1 ul li h1 {
	font-size: 32px;
	font-weight: normal;
	margin:170px 0 0 30px;
}


#slider3 ul li h1 {
	font-size: 32px;
	font-weight: normal;
	width: 40%;
	float: left;
	margin:170px 0 0 30px;
}

#slider1 ul li h2 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin:20px 0 0 30px;
}
 
#slider3 ul li h2 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	width: 40%;
	float: left;
	margin:20px 0 0 30px;
}
 
#slider1 .arrow , #slider3 .arrow {
	display: block; 
	height: 55px; 
	width: 30px; 
	text-indent: -9999px; 
	position: absolute; 
	top: 65px; 
	z-index: 99;
	cursor: pointer;
}
 
#slider1 .forward, #slider3 .forward  {
	right: 20px;
}
	
#slider1 .back, #slider3 .back  {
	left: 20px;
}
 
#slider1 .forward:hover, #slider3 .forward:hover {
	background-position: top right;
}
 
#slider1 .back:hover, #slider3 .back:hover  {
	background-position: top left;
}
 
#thumbOuter {
	text-align: center;
	position: absolute;
	z-index: 999;
	height: 28px;
	left: 420px;
	top:330px;
	text-align: center;
	padding: 2px 0 0 20px;
}

#thumbNav{
	height: 34px;
	padding: 1px 20px 0 0;
	display: none;
}
 
#thumbNav a {
	text-indent: -99999px;
	display: block;
	width: 18px;
	height: 20px;
	float: left;
	cursor: pointer;
	margin: auto;
	
}
 
 
#start-stop { 
	display: none;
	background: green; 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 45px; 
	top: 323px; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	}
	
#start-stop:hover {
	background-image: none; 
}

/*************************************************************/
/**************************4) SLIDER 2************************/
/*************************************************************/

#slider2{
	height: 345px;
	overflow: hidden;
}

#slider2wrapper{
	position: relative;
	width: 960px; 
	height: 410px; 
	padding: 20px 0 0 15px;
}

#thumbOuter2 {
	text-align: center;
	position: absolute;
	z-index: 999;
	height: 28px;
	left: 420px;
	top:310px;
	text-align: center;
	padding: 2px 0 0 20px;
}

.slider2_border{

	width: 960px; 
	height: 410px; 
	position: absolute;
	top:0;
	left: 0;
	z-index: 99;
}

.nivo-controlNav{
	height: 28px;
	padding: 0 20px 0 0;
	z-index: 102;
	position: relative;
}


.nivo-controlNav a {
	text-indent: -99999px;
	display: block;
	width: 18px;
	height: 20px;
	float: left;
	cursor: pointer;
	margin: auto;
}

.nivo-directionNav{
	position: absolute;
	z-index: 999;
	width: 940px;	
	top:95px;
	left: 0px;
	overflow: hidden;
	height: 120px;
}

.nivo-prevNav{
	-khtml-user-select: none; 
	display: block;
	width: 55px;
	height: 70px;
	text-indent: -99999px;
	position: absolute;
	top:150px;
	left: -7px
}

.nivo-nextNav{
	-khtml-user-select: none; 
	display: block;
	width: 55px;
	height: 70px;
	text-indent: -99999px;
	position: absolute;
	top:150px;
	right: -4px
}




/*************************************************************/
/**************************5) TABS ***************************/
/*************************************************************/

.tabwrapper {
	padding: 0 0 0 10px;
	overflow: hidden;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	height: 85px;
	width: 100%;
}

ul.tabs li {
	float: left;
	height: 86px;
	width: 186px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}

ul.tabs li.last {
	float: right;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	padding: 30px 10px 20px 20px;
}
	

ul.tabs li a .h4{
	font-size: 12px;
	display: block;
	margin: 3px 0 4px 0;
	line-height: 100%;
}

ul.tabs li a .description{
	font-size: 10px;
	line-height: 90%;
}

ul.tabs li a img {
	float: left;
	margin-right: 5px;
}

#tabs {
	border-top: none;
	clear: both;
	float: left; 
	width: 933px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.tabcontent {
	padding: 40px 0 40px 40px;
	font-size: 11px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 893px;
}

#tab1 {
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#tab5 {
	-moz-border-radius-topright: 1px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

.tabcontent h2 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 18px;
}

/*************************************************************/
/**************************6) COLS ***************************/
/*************************************************************/

#content .col{
	clear: none;
	display: inline;/* IE double margin fix */
	float: left;
	margin: 0 3% 6% 0;
	padding: 0;
	position: relative;
	width: 30%;
	overflow: hidden;
	padding-bottom: 1%;
}

#footer .col{
	clear: none;
	display: inline;/* IE double margin fix */
	float: left;
	margin: 0 3% 1% 0;
	padding: 0;
	position: relative;
	width: 265px;
	overflow: hidden;
}

#footer .widget_dividerwidget {
	width: 100%;
	margin: 0;
}

#footer .widget_dividerwidget span.divider {
	width: 100%;
}

.content_right .col {
	margin-bottom: 32px;
}


.col_double {
	width: 61%;
	float: left;
	margin: 0 3% 2% 0;
	padding: 0 2% 2% 0;
}

.col img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.col2_left{
	width: 45%;
	float: left;
	margin: 0 35px 30px 0;
	position: relative;
}

.col2_right{
	width: 45%;
	float: right;
	margin-bottom: 30px;
	position: relative;
}


/*************************************************************/
/**************************7) CONTENT LISTS*******************/
/*************************************************************/

#content ul.list, #footer ul, #generalcontent ul.list, #generalfullwidth ul.list {
	font-size: 11px;
	line-height: 180%;
	margin-bottom: 20px;
}

#content ul.list li, #generalcontent ul.list li, #generalfullwidth ul.list li  {
	display:block;
	padding: 0 0 0 18px;
}

ul.blogcategories{
	margin-bottom: 32px;
}

ul.blogcategories li{
	display: block;
	padding: 6px 0 6px 0;
	font-size: 11px;
}

ul.blogcategories li a{
	display: block;
	padding: 0 0 0 14px;
}

ul.littlegal {
	margin: 0 0 32px 0;
}

#generalcontent ul.littlegal img, #generalfullwidth ul.littlegal img {
	margin: 0;
}

ul.blogroll li a {
	font-size: 11px;
	padding: 0 0 0 16px;
}

ul.littlegal li {
	width: 85px;
	height: 85px;
	display: block;
	margin-bottom: 10px;	
}

#content ul.littlegal li, #footer ul.littlegal li, .content_left ul.littlegal li, #generalfullwidth ul.littlegal li  {
	float: left;
	padding: 0 4px 0 0;
}

#content ul.littlegal li:last-child, #footer ul.littlegal li:last-child, .content_left ul.littlegal li:last-child {
	padding: 0;
}


ul.littlegal li.even{
	float: left;
}

ul.littlegal li.odd{
	float: right;
}

.contact li {
	font-size: 11px;
	padding: 7px 0 7px 0px;
}

.contact li a {
	display: block;
	padding: 0 0 0 22px;
}

.breadcrumb {
	display: block;
	height: 2.4em;
	font-size: 0.9em;
	margin-bottom: 30px;
}

.portfolio .breadcrumb {
	margin-right: 30px;
}

.breadcrumb a, .breadcrumb span {
	display: block;
	float: left;
	padding: 0 6px 0 14px;
}

ul.tags{
	display: block;
	height: 24px;
	font-size: 10px;
	line-height: 200%;
	margin: 10px 0 10px 0;
}

ul.tags li{
	display: block;
	float: left;
	padding: 0 8px 0 16px;
}

/*************************************************************/
/**************************8) FOOTER**************************/
/*************************************************************/
#footer a {
	cursor: pointer;
}

#footer p {
	font-size: 11px;
	line-height: 180%;
}
#footer h3{
	font-size: 20px;
	line-height: 200%;
	margin-bottom: 6px;
	font-weight: normal;
}

#footer a.more {
	line-height: 180%;
}

#footer p.copyright {
	font-size: 9px;
	display: block;
	margin-top: 5px;
}


#footer span.divider {
	display: block;
	border: 0;
	width: 64%;
	height: 2px;
	text-align: left;
	margin: 0 auto 20px 0; 
}

#footer .logo_small {
	display: block;
	margin: 0 0 10px 0;
	text-indent: -99999px;
}

#footer ul li {
	display:block;
	padding: 0 0 0 18px;
}

#footer .social {
	font-weight: normal;
}

#footer .social li {
	display: block;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	opacity: .25;
	filter: alpha(opacity=25);
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 28px;
}

#footer .social li a{
	font-size: 10px;
	text-shadow: none;
	font-weight: normal;
}


/*************************************************************/
/**************************9) SHOP****************************/
/*************************************************************/

.product {
	margin: 0 0 32px 0;
	padding: 0 0 20px 0;
}

#generalcontent .product .floatme {
	margin-right:32px;
}

.product .rounded, .product a.zoom {
	width: 270px;
	height: 100px;
	float: left;
}

.product .littlegal a.zoom {
	width:85px;
}

.product h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#generalcontent .product p {
	margin: 0 0 12px 0;
}

.showdetails {
	font-size: 11px;
	display: block;
	width: 45%;
	float: left;
	padding: 0 0 0 12px;
	margin: 2px 0 0 0;
}

.details {
	display: none;
	font-size: 11px;
	clear: both;
	overflow: hidden;
	padding: 14px 0 0 0;
}

.product .pp {
	font-size: 11px;
	filter: alpha(opacity=70);
	opacity: .7;
	width: 20%;
	display: block;
	float: left;
	margin: 2px 0 14px 0;
}

.price {
	font-size: 18px;
	display: block;
	float: right;
	width: 20%;
	float: right;
	text-align: right;
}

.addtocart:before{
	clear: both;
}

.productoptions {
	float: right;
	margin: 5px 10px 0 0;
}

.shopcontrols{
	width: 100%;
	height: 25px;
	float: none;
	clear: both;
}

.addtocart{
	display: block;
	text-indent: -99999px;
	cursor: pointer;
	height: 30px;
	float: right;
	width: 120px;
}

.content_left #cart {
	font-size: 11px;
	padding: 10px 0 0 0;
}

.content_right #cart{
	padding: 30px 10px 30px 10px;
	font-size: 10px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 42px 0;
	position: relative;
}

.content_right #cart h4 {
	display: block;
	text-indent: -99999px;
	position: absolute;
	width: 182px;
	height: 32px;
	top:-9px;
	left: 1px;
}

.content_right #cart #items {
	padding: 20px 0 20px 0;

}

#cart #checkout {
	width: 121px;
	height: 32px;
	display: block;
	position: absolute;
	right: -5px;
	bottom: -5px;
	cursor: pointer;
}

#cart .removeitem{
	width: 12px;
	height: 12px;
	margin: 0 4px 0 0;
	display: block;
	
}

.content_left #cart .removeitem{
	margin: 3px 0 0 0;
}


.content_right #items table {
	width: 100%;
	table-layout:fixed;
	margin: 0;
	padding: 0;
}

.content_left #items table {
	width: 100%;
	margin: 0;
	padding: 0;
}

.content_right #items table tr td {
	vertical-align: middle;
	padding: 2px 0 2px 0;
}

.content_left #items table tr td {
	vertical-align: middle;
	padding: 10px ;
}

.content_right #items table tr td.name {
	text-align: right;
	padding: 0 3px 0 5px;
	overflow: hidden;
	white-space: nowrap;
}

.content_left #items table tr td.name {
	text-align: left;
	padding: 0 3px 0 3px;
	white-space: nowrap;
	width: 400px;
}

#items table tr td.prc {
	text-align: right;
	width: 50px;
}

#items table tr td.prcl {
	text-align: right;
}

#items table tr td.action {
	text-align: left;
	width: 15px;
}

#items table tr td.action {
	text-align: left;
	width: 15px;
}

.content_right #items table tr td.count {
	text-align: right;
	width: 15px;
}

.content_left #items table tr td.count {
	text-align: right;
	width: 20px;
	padding: 0 10px 0 10px;
}

.content_left #items table td.option {
	text-align:right
}

.content_right #items .option {
	display: none;
}

.gateway{
	display: none;
}

.shadow {
	display: none; 
	position: static; 
	top: 0px; 
	z-index: 100000;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#gotopayment{
	display: block;
	cursor: pointer;
	float: right;
	width: 227px;
	height: 75px;
	padding: 30px 0px 0px 70px;
	letter-spacing: 0.09em;
	margin-top: 44px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}

#gotopayment:hover{
	padding: 30px 0px 0px 68px;
}


/*************************************************************/
/**************************10) FORMS***************************/
/*************************************************************/
.thx {
	display: none;
	margin: 0 0 30px 180px;	
	position: absolute;
	z-index: 999;
	top:130px;
	left: 10px;
	width: 280px;
}


.error{
	position: absolute;
	right:60px;
	top:5px;
}

.errormessage{
	margin: 0 0 0 34%;
}


.contactright {
	position: relative;
	text-indent: -99999px;
}


form {
	font-size: 11px;
}

label{
	display: block;
	width: 30%;
	float: left;
	text-transform: capitalize;
	text-align: right;
	padding: 3px 20px 5px 0;
	margin: 0 0 6px 0;
}


input {
	border: 0;
	float: left;
	padding: 6px 10px 6px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 56%;
	margin: 0 0 6px 0;
}

select {
	border: 0;
	float: left;
	padding: 7px 10px 7px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 59%;
	height:30px;
	margin: 0px 0 6px 0;
}


button, input[type="submit"] {
	width: 125px;
	height: 40px;
	border: 0;
	clear: both;
	cursor: pointer;
	float: right;
	margin: 4% 7% 0 0;
}

textarea {
	border: 0;
	padding: 4px 10px 4px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 56%;
	line-height: 160%;
	float: left;
	height: 120px;
	margin: 3px 0 0 0;
	
}

/*************************************************************/
/**************************11) MISC***************************/
/*************************************************************/
a{
	text-decoration: none;
	cursor: pointer;
}
#content p {
	font-size: 11px;
	line-height: 160%; /**** change this ***/
}

#generalcontent p, #generalfullwidth p {
	font-size: 11px;
	line-height: 160%;
	margin-bottom: 32px;
}
#content h3{
	font-size: 22px;
	line-height: 200%;
	margin-bottom: 10px;
	font-weight: normal;
}
a.more {
	display:block;
	padding: 0 0 0 16px;
	line-height: 160%;
}

.zoom, .videozoom {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 5px 0 10px 0;
}

.picHover{
	display: block;
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	height: 100%;
}


.zoom:hover img{
	filter: alpha(opacity=40);
	opacity: .4;
}

#content .divider {
	display: block;
}


#content span.divider {
	padding: 0;
    border: none;
    height: 1px;
    width: 100%;
	height: 2px;
	text-align: left;
	margin: 0 auto 20px 0; 
}

.download a {
	display: block;
	cursor: pointer;
	width: 160px;
	height: 75px;
	text-transform: uppercase;
	font-size: 10px;
	padding: 30px 0px 0px 100px;
	letter-spacing: 0.09em;
	margin-top: 34px;
}

p.quote {
	display: block;
	padding: 0 0px 0 22px;
	line-height: 300%;
}

p.quote a {
	line-height: 250%;
}

p.quote img {
	margin: 0;
	border: 0;
}

.new {
	width: 60px;
	height: 60px;
	position: absolute;
	top:-10px;
	right: -15px;
	display: block;	
	text-indent: -99999px;
}

.date{
	filter: alpha(opacity=60);
	opacity: .6;
	font-size: 11px;	
}

.content_right h3{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 12px;
}

.rounded{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	display: inline-block;
	overflow: hidden;
}


#generalcontent .rounded, #generalfullwidth .rounded{
	margin-bottom: 2em;
}

.screw_top .ajax{
	margin: 3px 0 0 14px;
}

.screw_bottom .ajax{
	margin: 10px 0 0 15px;
}


ul.twitter li {
	line-height: 130%;
	padding: 0 0 12px 0;
	margin: 0 0 10px 0;
	font-size: 11px;
}

ul.twitter li a{
	display: inline;
	padding: 0;
	float: none;
}

ul.twitter .twitter-timestamp{
	font-size: 9px;
	display: block;
	padding: 4px 0 0 0;
}

/*********************POST*******************/
.post {
	margin: 0 0 30px 0;
}

/********************SEARCH******************/

#searchform {
	width: 180px;
	float: right;
	position: relative;
	padding: 2px 0 0 0;
}

#searchform label {
	display: none;
}

#searchform input[type=text] {
	width: 150px;
	height: 24px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px 0 0 12px;
	
}

#searchform input[type=submit] {
	width: 12px;
	height: 12px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0px 0 0 12px;
	margin: 0;
	position: absolute;
	top:7px;
	right:30px;
	text-indent: -99999px;
}

#wp-calendar{
	width: 100%;
	font-size: 10px;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar td, #wp-calendar th {
	text-align: right;
}

#wp-calendar caption {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#wp-calendar thead tr th {
	padding: 0 5px 5px 0;
}

#wp-calendar tbody tr td {
	padding: 5px 5px 0 0;
}

img.alignleft, img.floatleft, .alignleft .rounded, .floatleft .rounded{
	float: left;
	margin: 7px 20px 0 0;
}

img.alignright, img.floatright, .alignright .rounded, .floatright .rounded{
	float: right;
	margin: 7px 0 0 20px;
}

a.alignleft, a.floatleft{
	float: left;
}

a.alignright, a.floatright{
	float: right;
	width: 50%;
}



.portfolio_block{
	width: 270px;
	float: left;
	padding: 0 35px 20px 0;
	height: 250px;
}

.commentswrapper {
	margin: 40px 0 30px 0;
	padding: 40px 0 0 0;
}

.commentswrapper ol {
	display: block;
	margin: 30px 0 0 0;
}

.comment-author img {
	float: left;
	margin: 0 12px 12px 0;
}

li.comment {
	overflow: hidden;
	margin: 0 0 20px 0;
}

div.comment {
	overflow: hidden;
}

.comment ul.children {
	margin: 20px 0 0 70px;
}

.comment-author {
	float: left;
	width: 70px;
}

.comment-content {
	float: left;
	background-color: #242527;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 10px 10px 10px 16px;	
}

.depth-1 .comment-content {
	width: 510px;
}

.depth-2 .comment-content {
	width: 440px;
}

.depth-3 .comment-content {
	width: 370px;
}

.depth-4 .comment-content {
	width: 300px;
}

.comment-meta {
	color: #93c31a;
	font-size: 10px;
	padding: 6px 0 8px 0;
	margin: 0 0 6px 0;
}

.comment-meta a {
	color: #93c31a;
}

#comment-form {
	padding: 40px 0 0 0;
	margin: 0px 0 30px 0;
}
