/*
Theme Name: KOFFEEHOUSE
Theme URI: http://
Version: 3.0
Author: PINK PRESS STUDIO
Author URI: http://www.pinkpressstudio.com


==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Body
==============================================================================*/

body {
	color: #99a7b7;
	margin: 0 auto;
	background: none repeat-x scroll left top;
	font: 13px/22px Verdana, Arial, Helvetica, sans-serif;
}


/** Floats
==============================================================================*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
	color: #009aef;
}

/** Images
==============================================================================*/

.imgwrapsm, .imgwraplrg {
	background: url(images/loader.gif) no-repeat center center;
	border: 2px solid #b2a569;
}

imgwraplrg3 {
	background: none no-repeat center center;
}

.imgwrapsm {
	height: 288px;
	margin-bottom: 10px;
	width: 454px;
	margin-top: -5px;
}

.imgwrapsm2 {
	height: 288px;
	width: 214px;
	margin-bottom: 10px;
	border: 2px solid #b2a569;
}

.imgwraplrg {
	height: 217px;
	width: 217px;
}

.imgwrapgallery {
	height: 223px;
	width: 223px;
	background: rgba(17,17,17,0.35) url(images/loader.gif) no-repeat center center;
}



.imgfade {
	display: none;
}

#single img.left,
#page img.left,
#single img.alignleft,
#page img.alignleft {
	margin: 0 15px 8px 0;
}

#single img.imgfade.left {
	margin-bottom: 0;
}

#single img.alignleft,
#page img.alignleft {
	float: left;
}

#single img.right,
#page img.right,
#single img.alignright,
#page img.alignright {
	margin: 0 0 8px 15px;
}

#single img.alignright,
#page img.alignright {
	float: right;
}

#single img.centered,
#page img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.gallery {
	margin: 0 15px 15px 0;
}

a img {
	border: none;
	display: block;
}

/** H Tags
==============================================================================*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}



h1 {
	line-height: 24px;
	margin: 0 0 5px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 0;
		text-shadow: 2px 2px #000000;
	font-size: 18px;
	color: #4dd8e3;
}

h1 a:hover {

	line-height: 30px;
	margin: 0 0 24px 0;
	color: #dccd84;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 0;
		text-shadow: 2px 2px #000000;
	font-size: 18px;

}

h1 a{
	line-height: 30px;
	margin: 0 0 24px 0;
	color: #4dd8e3;
	text-transform: uppercase;
	padding-top: 5px;
		text-shadow: 2px 2px #000000;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

h1.withsubhead {
	margin: 0;
	padding-left: 15px;
	font-size: 26px;
	line-height: 32px;
	font-style: italic;
	color: #fe3400;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 24px 0;
	color: #009aef;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	color: #4dd8e3;
	padding-left: 0;
	margin: 0 0 5px;
}


h3 a:link{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
	color: #4dd8e3;
	text-shadow: 2px 2px #000000;

}

h3 a:hover{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px 0;
	color: #b2a569;
	text-shadow: 2px 2px #000000;
	}

h4 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 15px 0;
	color: #dec46a;
	text-shadow: 2px 2px #000000;

}

h8 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 15px 0;
	color: #00bdfd;
	text-shadow: 2px 2px #000000;

}

.widget h4 {
	padding: 0 0 4px 0;
	text-transform: uppercase;
	background: url(images/widget_divider.png) repeat-x bottom;
}

.widget h8 {
	padding: 0 0 4px 0;
	text-transform: uppercase;
	background: url(images/widget_divider.png) repeat-x bottom;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

/** Links
==============================================================================*/

a:link {
	color: #009aef;
	text-decoration: none;
}

a:visited {
	color: #009aef;
	text-decoration: none;
}

a:hover {
	color: #dccd84;
	text-decoration: none;
}

a:active {
	color: #009aef;
	text-decoration: underline;
}

/** Buttons
==============================================================================*/

a.btn,
#tags a,
input.btn,
#postnav .btn a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 5px;
	background-color: transparent;
	margin-left: 15px;
	color: #4dd8e3;
			text-shadow: 2px 2px #000000;

}

.readmore a {
	font-size: 12px;
	margin-left: -5px;
	padding: 5px;
	color: #00bdfd;
}

.readmore a:hover {
color: #dccd84;
}
a.btn right {
	background-color: transparent;
	width: 30px;
	height: 30px;
}

a.btn:hover, #tags a:hover, input.btn:hover{
	background-color: transparent;
}

#postnav .btn a:hover {
	color: #dccd84;
	background-color: transparent;
}

#tags a
{
	font-size: 10px;
	padding: 3px 8px;
	margin: 0 0 0 8px;
	letter-spacing: 1px;
}


a#tweetit.btn {
	padding: 3px 8px;
	margin: 0 0 0 8px;
	background: url(images/twitter.png) no-repeat right top;
	height: 42px;
	width: 42px;
}


a#sendfacebook.btn {
	padding: 3px 2px;
	margin: 0 0 0 2px;
	width: 42px;
	height: 42px;
	background: url(images/facebook.png) no-repeat right top;
}


/** Paragraphs
==============================================================================*/

p {
	margin: 0 0 15px;
}

#postcontent p + p,
.page p + p {
	text-indent: 30px;
}

/** Dropcap
==============================================================================*/

.dropcap {
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin: 0 5px 0 0;
}

.dropcap2 {
	float: left;
	font-size: 22px;
	padding: 8px 8px;
	color: #fff;
	background-color: #444;
	line-height: 40px;
	margin: 0 5px 0 0;
}

/** Divider
==============================================================================*/

.divider {
	display: block;
	margin: 0;
	height: 1px;
	clear: both;
	background: url(images/widget_divider.png) repeat-x;
}

.divider.home {
	margin-top: 0px;
}
	

/** Lists
==============================================================================*/

#leftcol dl,
#leftcol ol,
#leftcol ul {
	margin: 0 0 30px 30px;
}

#leftcol ol li,
#leftcol ul li,
#sidebar ul li {
	line-height: 18px;
}

#sidebar ul li,
#related ul li {
	padding: 4px 0;
}

#leftcol dl {
	padding-left: 0;
}

#leftcol dl dt {
	font-weight: bold;
}

#leftcol ol li {
	list-style-type: decimal;
}

#leftcol ul li {
	list-style-type: disc;
}

/** Tables
==============================================================================*/

#leftcol table {
	border-spacing: 2px;
	margin: 0 0 30px 0;
}

#leftcol th {
	font-weight: bold;
	border-top: 1px solid #b2ceed;
	border-bottom: 1px solid #91a8c3;
	background-color: #a3bdda;
}

#leftcol th,
#content td {
	padding: 5px 10px;
}

#leftcol tr.even {
	background-color: #cdcdcd;
}

/** Notifications
==============================================================================*/

.info, .warning, .error, .success, .note, .download {
	padding: 15px 15px 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.info {
	border: 1px solid #64a6cc;
	background: url(images/icons/info_button_32.png) no-repeat 5px 10px #9dd7f9;
}

.warning {
	border: 1px solid #d0bc81;
	background: url(images/icons/warning_32.png) no-repeat 5px 10px #f9e29d;
}

.error {
	border: 1px solid #d3847a;
	background: url(images/icons/error_32.png) no-repeat 5px 10px #f9a89d;
}

.success {
	background: rgba(0,0,0,0.14) none no-repeat 5px 10px;
}

.note {
	border: 1px solid #ccb577;
	background: url(images/icons/pencil_32.png) no-repeat 5px 10px #e9d49b;
}

.download {
	border: 1px solid #64c5e1;
	background: url(images/icons/blue_arrow_down_32.png) no-repeat 5px 10px #cce9f4;
}

/** Misc Elements
==============================================================================*/

code, pre {
	display: block;
	font-size: 10px;
	padding: 15px;
	margin: 0 0 30px 0;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
	background-color: #fff;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-family: monaco,"Lucida Console",courier,mono-space;
}

blockquote {
	margin: 0 0 18px 36px;
	padding: 0 0 0 15px;
	font-style: italic;
	border-left: 3px solid #ccc;
}

.highlight {
	background: #f2db19;
}

/** Columns
==============================================================================*/



.singlecol {
	width: 225px;
	color: #99a7b7;
	word-spacing: -1px;
	margin: 0 5px 0 0;
	background-color: transparent;
}

.singlecol3 {
	width: 450px;
	font-size: 14px;
	margin: 0 0 20px;
}

.singlecol3 p{
	width: 450px;
	font-size: 14px;
	margin: 0 0 5px;
	line-height: 18px;
}

.singlecol2 {
	width: 225px;
	margin: 0 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 485px;
}



.onethirdcol {
	width: 305px;
	margin: 30px 15px 30px 5px;
	background: transparent none repeat;
		-moz-border-radius: 5px;
-webkit-border-radius:5px;
	float: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #00bdfd;
	text-transform: uppercase;
	padding-top: 20px;
}

.onethirdcol3 {
	width: 295px;
	margin: 0 10px 30px 5px;
	background: transparent none repeat;
		-moz-border-radius: 5px;
-webkit-border-radius:5px;
	float: left;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding-top: 20px;
	min-height: 435px;
}

.onethirdcol2 {
	width: 305px;
	margin: 20px 15px 30px 5px;
	background: none repeat;
		-moz-border-radius: 5px;
-webkit-border-radius:5px;
	float: left;
}
.twocol {
	width: 475px;
	margin: 0;
}




.twothirdcol {
	width: 635px;
		-moz-border-radius: 5px;
-webkit-border-radius:5px;
	padding-left: 13px;
	background: transparent none repeat;
	padding-right: 10px;
	margin: 20px 2px 20px 5px;
	padding-top: 20px;
}

.twothirdcol4 {
	width: 635px;
		-moz-border-radius: 5px;
-webkit-border-radius:5px;
	padding-left: 13px;
	background: rgba(0,0,0,0.45) none repeat;
	padding-right: 10px;
	margin: 40px 2px 20px 5px;
	padding-top: 20px;
	text-align: left;
}

.twothirdcol2 {
	width: 635px;
		-moz-border-radius: 5px;
-webkit-border-radius:5px;
	background: none repeat;
	margin: 40px 10px 20px 5px;
	padding: 10px 10px 10px 13px;
}

.twothirdcol3 {
	width: 625px;
		-moz-border-radius: 5px;
-webkit-border-radius:5px;
	padding-left: 13px;
	background: rgba(0,0,0,0.45) none repeat;
	padding-right: 10px;
	margin: 50px 2px 20px 15px;
	padding-top: 25px;
}

.twothirdcol5{
	width: 525px;
		-moz-border-radius: 5px;
-webkit-border-radius:5px;
	padding-left: 13px;
	background: none repeat;
	padding-right: 75px;
	margin: 20px 2px 20px 5px;
	padding-top: 20px;
	border-top: 1px dotted #99723e;
	float: right;
}

.threecol {
	width: 705px;
	margin: 0 15px 0 0;
}

.fourcol {
	width: 960px;
	color: #009aef;
	float: left;
	margin: 10px auto 0 0;
	position: relative;
	padding-left: 20px;
}

.fourcol5 {
	width: 945px;
	color: #009aef;
	float: left;
	margin: 10px auto 0 235px;
	position: relative;
	padding-left: 20px;
}

.fourcol4 {
	width: 945px;
	color: #009aef;
	margin-top: 40px;
	background-color: rgba(0,0,0,0.45);
	-moz-border-radius: 5px;
-webkit-border-radius:5px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 13px;
}

.fourcol6 {
	width: 980px;
	color: #009aef;
	margin-top: 40px;
	background-color: rgba(0,0,0,0.45);
	-moz-border-radius: 5px;
-webkit-border-radius:5px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 35px;
}

.fourcol3 {
	width: 960px;
}

.fourcol2 {
	width: 980px;
	margin-top: -10px;
		-moz-border-radius: 5px;
-webkit-border-radius:5px;	height: 225px;
	margin-left: 3px;
	margin-bottom: 1px;
	background: none no-repeat left center;
	color: #cde;
	padding-top: 5px;
	padding-right: 0;
	line-height: 24px;
	font-size: 16px;
}

/** Header
==============================================================================*/

#headerwrap {
	background: #212121;
	min-height: 49px;
	margin: 0;
	height: 275px;
}

#headerwrap.piecemaker {
	margin: 0 0 19px 0;
}

#headerinner {
	width: 945px;
	margin: -10px auto 0;
}

/** Container
==============================================================================*/

#container {
	width: 1000px;
	margin: -10px auto 0;
	padding-top: 20px;
	background: none no-repeat 5px 1425px;
}

#container2 {
	width: 1000px;
	margin: -20px auto 0;
	padding-top: 20px;
	background: transparent none no-repeat 5px 35px;
}

/** Logo
==============================================================================*/

#logo {
	margin: 15px 0 15px 0;
}

#textlogo h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0 0 0;
}

#textlogo h1 a {
	color: #efefef;
}

/** Nav
==============================================================================*/

/** Search
==============================================================================*/

#s {
	height: 14px;
	width: 184px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 7px 0 0 0;
	padding: 3px 8px 2px 8px;
	border: 1px solid #6a6a6a;
	background: #fff;
}

/** Slider
==============================================================================*/

#featured {
	height: 352px;
	width: 943px;
	margin: 0 0 15px 0;
	overflow: hidden;
	border: 1px solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
}

#featured.piecemaker {
	width: 980px;
	height: 450px;
	padding: 0;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	background: transparent url(images/piecemaker_shadow.png) no-repeat 0 bottom;
	margin-top: -40px;
	margin-left: 5px;
	-moz-border-radius: 5px;
-webkit-border-radius:5px;
	margin-bottom: 20px;
}

#featured img {
	margin: 0 0 0 5px;
	height: 200px;
}

.featured-text {
	width: 341px;
	height: 279px;
	padding: 30px 30px 30px 0;
	overflow: hidden;
}

#featurednav {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}

#featurednavinner {
	width: 34px;
}

#nav {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	z-index: 999;
	margin-top: 8px;
	-moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;    
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
	border-bottom-style: none;
}

#nav ul,
#nav ul ul {
	list-style-position: outside;
	position: relative;
	z-index: 999;
}

#nav li {
	float: left;
	line-height: 30px;
	margin-top: 0;
}

#nav li ul li {
	background-image: none;
}

#nav li {
	float: left;
	position: relative;
	z-index: 9999;
	margin-right: 3px;
}

#nav li a {
	display: block;
	position: relative;
	float: left;
	height: 35px;
	padding: 0 16px;
	z-index: 99999;
	color: #dccd84;
	background: rgba(0,0,0,0.35) none repeat-x 0 0;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;    
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
	margin-top: 0;
}

#nav li a:hover, #nav li:hover > a{
	background: rgba(0,0,0,0.29) none repeat-x 0 0;
	-moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;    
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
		text-shadow: 2px 2px #000000;
	color: #4dd8e3;
}

#nav li.current-home, #nav li.current_page_item, #nav li.current-cat {
	background: none repeat-x 0 0;
	-moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;    
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
	color: lime;
}

#nav ul ul {
	display: none;
	left: 0;
	position: absolute;
	top: 35px;
	width: 230px;
	background: rgba(0,0,0,0.35);
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;    
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}

#nav li ul li {
}

#nav li ul a {
	width: 200px;
	height: auto;
	float: left;
	text-align: left;
	padding: 0 15px;
	background-color: transparent;
	color: #009aef;
	border-style: none;
		text-shadow: 2px 2px #000000;

}

#nav li ul a:hover {
	text-decoration: none;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
	background: none repeat;
	border-style: none;
	color: #fe3400;
		text-shadow: 2px 2px #000000;

}

#nav ul ul ul {
	top: auto;
	border-top: none;
}	

#nav li ul ul {
	left: 230px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
	display: none;	
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
	display: block;
}

#featurednav a#prevarrow,
#featurednav a#nextarrow {
	display: block;
	height: 16px;
	width: 14px;
	background: url(images/slider_arrows.png) no-repeat;
}

#featurednav a#prevarrow {
	background-position: 0 0;
}

#featurednav a#nextarrow {
	background-position: -20px 0;
}

#featurednav a#prevarrow:hover {
	background-position: 0 -16px;
}

#featurednav a#nextarrow:hover {
	background-position: -20px -16px;
}

#featurednav a#prevarrow span,
#featurednav a#nextarrow span {
	display: none;
}

#slides {
	height: 354px;
	width: 945px;
	overflow: hidden;
	padding-top: 10px;
}

/** Welcome Bar
==============================================================================*/

#welcome {
	margin: 0 0 15px;
	padding-top: 0;
	text-align: center;
	background: url(images/widget_divider.png) repeat-x top;
}

#welcome.jslider {
	background: none;
	margin-top: 0;
	padding-top: 0;
}

#welcome h3 {
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: rgba(0,0,0,0.45) none repeat;
	width: 970px;
	padding: 5px 10px 5px 0;
	word-spacing: 1px;
    text-shadow: 2px 2px #000000;
	margin-top: -20px;
	margin-left: -15px;
	margin-bottom: 15px;
}

#welcome h3 a:link{
	margin: 0 0 0 5px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: none repeat;
	width: 960px;
	padding: 15px 10px;
	word-spacing: 1px;
			text-shadow: 2px 2px #000000;
	color: #4dd8e3;
}

#welcome h3 a{

	margin: 0 0 0 5px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: none repeat;
	width: 960px;
	padding: 15px 10px;
	word-spacing: 1px;
			text-shadow: 2px 2px #000000;
	color: #4dd8e3;
}
/** Article
==============================================================================*/

#adminedit {
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
	border: 1px solid #cdcdcd;
	background: #ffffe5;
}




#homegallery {
	-moz-border-radius: 5px;
-webkit-border-radius:5px;
	background: rgba(0,0,0,0.45) none repeat;
	padding-left: 10px;
	margin: -15px 0 15px 5px;
}




#homegallery h2 {
	line-height: 30px;
	margin: 0 0 24px 0;
	color: #fe3400;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
		text-shadow: 2px 2px #000000;
	font-size: 20px;
}

#latestarticles{
	-moz-border-radius: 5px;
-webkit-border-radius:5px;
	background: rgba(0,0,0,0.45) none repeat;
	padding-left: 10px;
	margin: -15px 5px 15px;
	height: 625px;
}



#latestarticles h2 {
	line-height: 24px;
	margin: 0 0 24px 0;
	color: #fe3400;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 0;
		text-shadow: 2px 2px #000000;
	font-size: 20px;
}.article img, #single img  {
	padding: 2px;
	background: transparent;
}

.imgpeel {
	float: right;
	width: 100%;
	height: 8px;
	margin: 0 0 5px;
	background: url(images/img_peel.png) no-repeat right;
	color: #f3f2f0;
}

.twothirdcol .article img {
	margin: 0;
}

.meta {
	margin: 5px 0 10px;
	font-size: 10px;
	color: #fe3400;
	text-transform: uppercase;
	height: 20px;
}

.videoplayer {
	margin: 0 0 15px 0;
}

.video p {
	margin: 0;
}





#blog.twothirdcol .article {
	background: rgba(0,0,0,0.45) repeat left top;
	width: 625px;
	padding: 15px 15px 20px 5px;
			-moz-border-radius: 5px;
-webkit-border-radius:5px;
	margin-right: 0;
	margin-top: 10px;
	margin-left: -5px;
}




#blog .articlecontent {
	width: 382px;
	background-color: transparent;
	color: #99a7b7;
	margin-bottom: 20px;
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/** Hybrid
==============================================================================*/

#welcome.articlesoff {
	padding-bottom: 15px;
}

#featured.welcomeoff, #welcome.articlesoff {
	margin: 0 0 30px 0;
}

#featurednav.welcomeoff {
	border-bottom: none;
}

/** Gallery
==============================================================================*/

#gallery .image.singlecol.left {
	width: 223px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: url(images/widget_bg.png) repeat-x top rgb(240, 240, 240); /* The Fallback */
	background: url(images/widget_bg.png) repeat-x top rgba(0, 0, 0, 0.07);
	margin-bottom: 5px;
	min-height: 325px;
	padding-left: 5px;
	margin-right: 10px;
}

#gallery .image.singlecol.left:hover {
	background: url(images/widget_bg.png) repeat-x top rgb(247, 247, 247); /* The Fallback */
	background: url(images/widget_bg.png) repeat-x top rgba(0, 0, 0, 0.09);
}

#gallery p.meta {
	padding: 5px;
}

h4.imgtitle {
	padding: 5px 0 3px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
}

h4.imgtitle a{
	color: #4dd8e3;
	text-shadow: 2px 2px #000000;
}


h4.imgtitle a:hover{
	color: #dccd84;
	text-shadow: 2px 2px #000000;
}
/** Post Nav
==============================================================================*/

#postnav {
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
	width: 615px;
}

#gallery #postnav {
	width: 945px;
}

/** Single
==============================================================================*/

#single .imgpeel {
	margin: 0 0 15px 0;
}

#tags {
	margin: 0 0 30px 0;
}

#authorinfo {
	padding: 15px 15px 0 15px;
	border: 1px solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
}

#authorinfo img.avatar {
	float: left;
	margin: 0 24px 24px 0;
	border: 1px solid #dadada;
}

#social {
	width: 620px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	background: none repeat center 80px;
}

#social p {
	position: relative;
	top: 5px;
	margin: 0;
	color: #b8c8d9;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#related {
	padding: 15px 0 0 0;
	margin: 0 0 30px 0;
	background-color: transparent;
}

img.relatedtn {
	margin: 0 5px 0 0;
	border: 1px solid #dadada;
}


#share {
	clear:both;
	padding:50px 0 25px 0;
	background-color: transparent;
}

#share img {
	margin:0 10px 5px 0;
	background-color: transparent;
}
/** Page
==============================================================================*/

#page img {
	margin: 0 0 10px 0;
}

/** Read More
==============================================================================*/

.articlecontent .readmore, .nophoto .readmore {
	margin: 0 0 20px;
	float: left;
}

/** Info
==============================================================================*/

#location {
	overflow: hidden;
}

#location p {
	margin: 0 0 20px 0;
}

#location .gsmsc-mapDiv {
	height: 315px;
}

#location .gsmsc-idleMapDiv {
	height: 315px;
	overflow: hidden!important;
}

#location #mapsearch * {
	margin: 0px!important;
	padding: 0px!important;
	font-size: 12px;
}

#location .gsmsc-controls {
	display: none; /* hides api search box */
}

/** Widgets
==============================================================================*/

.widget {
	width: 273px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: rgba(0,0,0,0.45) none repeat left top;
	margin: 0 0 15px 0;
	padding: 15px 10px 15px 12px;
}

.twitterwidget {
	width: 273px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: none repeat left top;
	margin: 0 0 20px;
	padding: 30px 10px 20px;
}

.ppswidget {
	width: 270px;
	background: transparent none repeat left top;
	margin: 0;
	padding: 0 10px 0 0;
}

.facebookwidget {
	width: 280px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: white none repeat left top;
	margin: 0 0 5px -5px;
}

.widget ul li {
}

#sidebar img {
}

.smsqad {
	margin: 0 15px 15px 0;
}

.smsqad.last {
	margin-right: 0;
}

#advertise {
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}

#sidebar #flickr img {
	float: left;
	margin: 0 8px 8px 0;
	height: 58px;
	width: 58px;
}

.popWidget img.left {
	margin: 0 0 0 8px;
}

.popWidget span {
	position: relative;
	top: 5px;
}

/** Footer Widget
==============================================================================*/

#footer .widget {
	margin-right: 15px;
}

/** Twitter Widget
==============================================================================*/

.tweet .tweet_text {
	font-size: 8px;
	color: #d0d0d0;
	line-height: 12px;
}

#twitter ul {
	margin: 15px 0 0;
	padding-top: 5px;
}

#twitter ul li {
	list-style-type: none;
	line-height: 16px;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px dotted #99723e;
	color: #9ad3f8;
	font-size: 12px;
	text-transform: lowercase;
}

#twitter ul li a {
	color: #dccd84;
}

.last-tweet {
	border: none;
}

.date,.author  {
	font-size: 10px;
	color: #909191;
	text-transform: uppercase;
}


/** Comment Form / Contact Form
==============================================================================*/

#commentform,
#contactform {
	width: 610px;
}

#formwrap,
#contactform {
	width: 620px;
	padding: 0 15px 15px 0;
	color: black;
}

fieldset {
	border: none;
}

#commentform .text-input,
#contactform .text-input,
#commentform select,
#contactform select {
	width: auto;
	font-size: 11px;
	margin: 0 5px 10px 0;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: white;
}

#contactform .text-input,
#contactform select {
	width: auto;
}

#commentform input.text-input,
#contactform input.text-input {
	padding: 6px 15px;
}

#commentform select {
	padding: 5px 3px 5px 15px;
}

#commentform textarea.text-input,
#contactform textarea.text-input {
	height: 178px;
	padding: 6px 15px 0 10px;
	width: 590px;
	margin-top: 10px;
}

#commentform input:focus,
#commentform select:focus,
#commentform textarea:focus,
#contactform input:focus,
#contactform select:focus,
#contactform textarea:focus{
	background: #efefef;
}

#submit {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fffeff;
	background-color: #797979;
}

#submit:hover {
	cursor: pointer;
	background-color: #5e5e5e;
	font-weight: bold;
}

#comments {
	margin: 32px 0;
	background-color: transparent;
	padding-left: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.userinfo {
	border-top: 1px solid #cdcdcd;
	padding: 8px 0 0 0;
}

.userinfo p {
	margin: 0;
}

p.user {
	font-size: 16px;
}

p.comdate {
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}

.useravatar {
	width: 42px;
}

#single .useravatar img.avatar {
	padding: 0;
	border: 1px solid #dadada;
}

div.rightcol p.comdate:last-child {
	margin: 0;
}

#comments .rightcol {
	margin-bottom: 24px;
}

.comcontent {
	width: 578px;
	margin: 0 0 24px 0;
	border: 1px solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #4d2710;
}

.comcontent, #loggedin {
	padding: 15px;
	border: 1px solid #cdcdcd;
	background: #f7f7f7;
}

.authcomment {
	background: #ffffe5;
}

.editcom {
	font-size: 10px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

/** Footer
==============================================================================*/

#footer {
	padding: 0 0 0 8px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4dd8e3;
			text-shadow: 2px 2px #000000;
}

#footer2 a{
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
			text-shadow: 2px 2px #000000;

}

#footer2 {
	padding: 0 0 0 8px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4dd8e3;
			text-shadow: 2px 2px #000000;
}

#footerwidgets {
	width: 960px;
	-moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;    
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
	background-color: transparent;
}

#footerdivider {
	margin: 0 0 15px 0;
}

/** Remove Margin From Last Item
==============================================================================*/

img.last {
	margin-right: 10px;
}

.last {
}

.wpcf7-form {
-moz-border-radius: 5px;
-webkit-border-radius:5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 50px;
	font-size: 14px;
	color: #4dd8e3;
	text-transform: uppercase;
	width: 615px;
	margin-top: -10px;
}
.wpcf7 input {
color:#000000;
	background-color: #eaeaea;
		-moz-border-radius: 2px;
-webkit-border-radius:2px;
	height: 25px;
	margin-top: 10px;
	border: 1px solid #797979;
	width: auto;
}

# .form7submit  {  
# display: block;  
# width: 307px;
	background-color: #ff70da;
}  

.wpcf7 textarea {
color:#000000;
	background-color: #eaeaea;
		-moz-border-radius: 2px;
-webkit-border-radius:2px;
	height: 250px;
	margin-top: 10px;
	border: 1px solid #797979;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
}

  

.wpcf7 send {
	background-color: #ec67ff;
}

.wpcf7-form p{
text-align:left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.wpcf7-form p input, .wpcf7-form p textarea{

font-size:larger;
background-color: #f3f3f3;
color: #424242;
border-left-color:#4283B9;
border-top-color :#4283B9;
border-bottom-color:#bbbbff;
border-right-color:#bbbbff;
padding:2px;
}

.wpcf7-form submit  {
display: block;
width: 50px;
	background-color: red;
}
