/*-------------------------------------------------------------------------------------------------------------------*/
@import url('reset.css');
/*--General--*/

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	display: table;
}
body {
	font: normal 13px Arial, Tahoma, sans-serif;
	color: #999999;
	width: 100%;
	background: url(../images/body_bg.png);
	-webkit-text-stroke: 0.001px transparent;
}

@font-face {
 font-family: Bebas;
 src: url(../fonts/bebas-webfont.eot);
 src: local(☺), url(../fonts/bebas-webfont.woff) format('woff'), url(../fonts/bebas-webfont.ttf) format('truetype'), url(../fonts/bebas-webfont.svg) format('svg');
 font-style: normal;
 font-weight: normal;
}

/*--formatting--*/
::selection {
 background: #FF7E00;/* Safari */
 color: #fff;
}
::-moz-selection {
 background: #FF7E00; /* Firefox */
 color: #fff;
}
a {
	color: #FF7E00;
	outline-style: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h2.pagetitle {
	font-family: Yanone, Tahoma, sans-serif;
	font-size:  22px;
	padding: 2px 0;
	text-align: center;
	margin: 10px 0 10px 0px;
	color: #333333;
}
h2.pagetitle strong {
	font-size: 30px;
	font-family: Yanone, Tahoma, sans-serif;
}
blockquote p {
	font-style: italic;
}
blockquote {
	font-size:12px;
	color: #737272;
	font-style:italic;
	line-height:22px;
	background:url(../images/quote.png) no-repeat top left;
	padding:0 50px 0 50px;
	margin:10px 0 10px 50px;
	min-height: 30px;
}
ul {
	list-style-type: circle;
}
ul li ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol li ol {
	list-style-type: lower-roman;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Abel, Tahoma, sans-serif;
	font-weight: normal;
	color: #555555;
	padding-bottom: 10px;
	line-height: normal;
	text-shadow: 0 2px 0 #fff;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
}
#content .h4small {
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
}
.h2normal {
	padding: 0 0 10px 0;
}
.bordered_image img {
	background: #fff;
	padding: 5px;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
img.alignleft {
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
img.alignleft:hover {
}
img.alignright {
	float: right;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
img.alignright:hover {
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}
.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}
img.aligncenter:hover {
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-bottom:-1px;
	line-height:1%;
	font-size:0px;
}
* html .clear {
	height:auto
}
/*--wrapper--*/

#wrapper {
	width: 960px;
	margin: 110px auto 0px;
	position: relative;
	z-index: 5;
	display: table;
}
.left_side {
	float: left;
	width: 200px;
	position: relative;	
}
.left_side .widget_sidebar h3 {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/widget_sidebar_title.png) no-repeat  left top;
    color: #F7941D;
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 35px 10px;
    text-transform: uppercase;	
}
.left_side .widget_sidebar {
	width: 190px;
	margin: 30px 0 0;
}
/*--header--*/
.header_bg {
	width: 100%;
	height: 110px;
	background: url(../images/body_bg.png);
	position: fixed;
	top: 0;
	z-index: 7;
}
#header {
	width: 940px;
	padding: 0 0 10px;
	height: 100px;
	background: url(../images/body_bg.png);
	position: fixed;
	left: 50%;
	margin-left: -470px;
	z-index: 7;
	top: 0;
}
#header .header_line {
	width: 940px;
	background: url(../images/separator.png) repeat-x;
	display: block;
	height: 2px;
	position: absolute;
	bottom: 0px;
	z-index: 10;
}
/*--logo--*/
#site_title {
	font-size: 40px;
	font-family: Bebas, Tahoma, sans-serif;
	margin: 0;
	position: relative;
	z-index: 3;
	padding: 0;
	text-transform: uppercase;
	text-shadow: -2px 2px 0 #b3b3b3;
	position: absolute;
	left: 0px;
	top: 13px;
}
#site_title a {
	color: #555555;
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
}
#site_title a:hover {
	color: #FF7E00;
}
#site_title img {
	border: none;
}
#site_title .text_logo {
	padding: 0;
	margin: 0;
	line-height: 70px;
}
/*--subscribe icons--*/

.subscribe {
	position: relative;
	margin: 50px 0 0 0;
	float: right;
}
.subscribe ul {
	list-style: none;
}
.subscribe ul li {
	float: left;
	margin: 0 0 0 10px;
}
.subscribe ul li a {
	display: block;
	text-indent: -9999em;
	background: url(../images/subscribe.png) no-repeat;
	height: 13px;
}
.subscribe ul li a:hover {
}
.subscribe ul li.subscribe_twitter a {
	width: 17px;
	background-position: -17px 0;
}
.subscribe ul li.subscribe_twitter a:hover {
	background-position: -17px -15px;
}
.subscribe ul li.subscribe_facebook a {
	background-position: 0px 0;
	width: 7px;
}
.subscribe ul li.subscribe_facebook a:hover {
	background-position: 0px -15px;
}
.subscribe ul li.subscribe_dribble a {
	background-position: -69px 0;
	width: 15px;
}
.subscribe ul li.subscribe_google a {
	background-position: -44px 0px;
	width: 15px;
}
.subscribe ul li.subscribe_google a:hover {
	background-position: -44px -15px;
}
.subscribe ul li.subscribe_dribble a:hover {
	background-position: -69px -15px;
}
.subscribe ul li.subscribe_email a {
	background-position: right 0px;
	width: 17px;
}
.subscribe ul li.subscribe_email a:hover {
	background-position: right -15px;
}

/*-- pages menu --*/
/* MENU */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** SKIN ***/
.sf-menu {
	position: relative;
	float: right;
	margin: 50px 0 0;
}
.sf-menu li {
	margin: 0;
	display: inline-block;
	font-family: Abel, Tahoma, sans-serif;
	margin-right: 10px;
	text-transform: uppercase;
	text-shadow: 0px 2px 0px #fff;
}
.sf-menu li a:hover {
	color: #FF7E00;
}
.sf-menu a {
	padding: 0;
	position: relative;
	display: block;
	text-shadow: 0px 2px 0px #fff;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #555555;
}
#header .current-menu-item a {
	color: #FF7E00;
}
#main_menu .homeicon a {
}
/* menu with children */
#main_menu .sf-with-ul {

}
#main_menu .sfHover .sf-with-ul {
	
}
/* dropdown active */
.sf-menu li.sfHover a {
	color: #FF7E00;
}
/* SUBMENU 1 */

#header .sf-menu li ul {
	padding: 10px 0 0;
	margin: -15px 0 0;
	width: 180px;
	text-align: left;
	text-transform: capitalize;
	border-top: 1px solid #FF7E00;
	position: absolute;
	background: #fff;
}
#header .sf-menu li li {
	margin: 0;
	text-transform: capitalize;
	width: 180px;
	border: none;
}
.sf-menu li li a {
}
.sf-menu li li:first-child {
}
.sf-menu li li:last-child {
	border: none;
}
#header .sf-menu li ul li a {
	color: #a9a9a9;
	padding: 0 10px 15px;
}
#header .sf-menu li ul li a:hover {
	color: #555;
}
#header .sf-menu li ul li:first-child a:hover {
}
/* SUBMENU 2 */

#header .sf-menu li li ul {
	margin: -10px 0 0 55px;
	position: absolute;
}
#header .sf-menu li li ul li:first-child {
}
#header .sf-menu li li li a {
	color: #a9a9a9;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
/* level 2 a active */
#header .sf-menu li li.sfHover a {
	color: #FF7E00;
}
#header .sf-menu li li .sf-with-ul {
}
/* level 3 a color */
#header .sf-menu li li.sfHover li a {
	color: #a9a9a9;
}
/* level 3 a hover color */
#header .sf-menu li li.sfHover li a:hover {
	color: #FF7E00;
}
#main_menu .sf-menu li li.sfHover li:first-child a:hover {
}
.sf-menu li li .sf-with-ul {
	border: none;
}
.sf-menu li li.sfHover .sf-with-ul {
	border: none;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	margin-right: 0;
}
.sf-with-ul {
	padding-right: 10px;
}
.sfHover .sf-with-ul {
	z-index: 9999;
	display: block;
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			3px;
	top:			1.05em; /* IE6 only */
	width:			9px;
	height:			6px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/menu_indicator.png) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
/* sub menu arrow */
#main_menu .sf-menu li ul li .sf-sub-indicator {
	background:		url(../images/sub_menu_indicator.png) no-repeat 0 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	right:			10px;
	top: 12px;
	width: 7px;
	height: 9px;
	display: block;
}
#main_menu .sf-menu li ul li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 17px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			17px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background:		url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/menu_indicator.png) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
	display: none;
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
}
.sf-menu ul a > .sf-sub-indicator {
}
/* apply hovers to modern browsers */
#main_menu .sf-menu ul a:focus > .sf-sub-indicator, #header .sf-menu ul a:hover > .sf-sub-indicator, #header .sf-menu ul a:active > .sf-sub-indicator, #header .sf-menu ul li:hover > a > .sf-sub-indicator, #header .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	/* arrow hovers for modern browsers*/
	background:		url(../images/sub_menu_indicator.png) no-repeat 0 0;
}
/*--intro section--*/

.intro_section {
	width: 940px;
	margin: 0 auto;
	padding: 25px 0 28px;
	background: url(../images/separator.png) repeat-x bottom;
}
.intro_section h2 {
	font-family: Bebas, Tahoma, sans-serif;
	font-size: 48px;
	word-spacing: 4px;
	text-align: center;
	text-shadow: -2px 2px 0 #d6d6d6;
}
.intro_section h2 a{
	color: #FF7E00;	
}
/*--container--*/
#content {
	width: 940px;
	position: relative;
	z-index: 6;
	margin: 20px auto 0;
	padding: 0;
}
#borderless_content {
	width: 940px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}
#full_width_page_content {
	width: 940px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 20px auto 0;
}
#full_width_page_content .intro_section, #content .intro_section {
	padding-top: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#full_width_page_content p {
	line-height: 20px;
	padding-bottom: 10px;
}
.full_width_page {
}
/*-- homepage --*/

/* portfolio grid */

.portfolio_grid {
	width: 960px;
	position: relative;
	margin: 40px auto 60px;
	display: table;
}
.portfolio_grid_title {
	width: 940px;
	margin: 0 auto 40px;
	background: url(../images/separator.png) repeat-x 0 12px;
	text-align: center;
}
.portfolio_grid h2 {
	background: url(../images/body_bg.png);
	display: inline-block;
	font-size: 18px;
	padding: 0 10px;
	text-shadow: 0px 2px 0px #fff;
}
/* Thumbnail Effects Style */
.tj_container{
	height:380px;
	position:relative;
	margin:0 auto;

}
.tj_nav{
	position:absolute;
	right:-60px;
	top:50%;
	margin-top:-25px;
	height:70px;
	width:39px;
	display: none;
}
.tj_nav span{
	width:22px;
	height:20px;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	background: url(../images/grid_arrows.png) no-repeat;
	text-indent: -9999em;
	opacity: 0.5;
}
.tj_nav span.tj_next{
	top:auto;
	bottom:0px;
	left:0px;
	background-position: 0 -20px;
}
.tj_nav span:hover{
	opacity:1.0;
	background-position: -22px 0px;
}
.tj_nav span.tj_next:hover {
	background-position: -22px -20px;
}
.tj_wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin:0px auto;
}
.tj_wrapper ul{
	list-style: none;
}
.tj_wrapper ul li{
	float:left;
}
.tj_wrapper ul li .grid_block {
	display:block;
	margin: 0 10px 20px;
	position: relative;
}
.tj_wrapper ul li .grid_block img{
	display:block;
	border:none;
}
.tj_wrapper ul li a img:hover{
	
}

/* latest from the blog */
.latest_blog {
	width: 940px;
	position: relative;
	float: left;
	margin-bottom: 20px;	
}
.latest_blog_title {
	width: 940px;
	display: table;
}
.latest_blog_title h2 {
	background: #fff;
	float: left;
	padding-right: 0;
	font-size: 22px;
	text-transform: uppercase;
}
.blue_word {
	color: #FF7E00;	
}
.latest_blog ul {
	list-style: none;
	position: relative;
	margin: 10px 0 0 -20px;
}
.latest_blog ul li {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
	position: relative;	
}
.latest_blog ul li h3 {
	font-size: 13px;
}
.latest_blog ul li h3 a {
	color: #555;	
}
.latest_blog ul li h3 a:hover {
	color: #FF7E00;	
}
.latest_blog_loader {
	width: 220px;
	height: 190px;
	background: #fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
	position: relative;
	float: left;
}
.latest_blog_loader .thumb_overlay {
	font-family: Abel, Tahoma, sans-serif;
	text-transform: none;
	font-size: 14px;
	text-align: center;
	width: 200px;
	height: 130px;
	padding: 60px 10px 0;
	color: #555555;
}


/*-- latest post shortcode --*/

.latest_posts_shortcode ul {
	list-style: none;
}
.blog-news {
	float: left;
	background: #fff;
	margin-right: 10px;
	vertical-align: middle;
}
.blog-news:hover {

}
.latest_posts_shortcode a {
	color: #555;
	line-height: 25px;
	font-family: Abel, Tahoma, sans-serif;
	text-transform: uppercase;
}
.latest_posts_shortcode a.read_more {
	display:inline-block;
	padding: 10px;
	text-transform: uppercase;
}
.latest_posts_shortcode a:hover {
	color: #FF7E00;
}
.latest_posts_shortcode ul li {
	line-height: 20px;
	float: left;
	position: relative;
	width: 100%;
}
.latest_posts_shortcode ul li span {
	display: block;	
}
#wrapper .latest_posts_shortcode p {
	float: left;
}
.thumb_overlay {
	width: 220px;
	height: 105px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/thumb_overlay.png) no-repeat;
	display: none;
	font-family: Bebas, Tahoma, sans-serif;
	word-spacing: 2px;
	text-align: center;
	padding-top: 85px;
	font-size: 12px;
}
.thumb_overlay a {
	color: #555555;	
}
.thumb_overlay a:hover {
	color: #FF7E00;	
}
.overlay_links {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: none;
	height: 56px;
	width: 56px;
	background: url(../images/overlay_links.png) no-repeat right;
}
.portfolio_small_loader .overlay_links {
	bottom: 20px;	
}
.overlay_links a {
	display: block;
	height: 11px;
	text-indent: -9999em;
	background: url(../images/portfolio_overlay_icons.png) no-repeat;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.overlay_links a:hover {
	background-position: 0px 0px;
}
.overlay_links a.thumb_overlay_photo {
	background-position: 0 0;	
	width: 14px;
}
.overlay_links a:hover.thumb_overlay_photo {
	background-position: 0 -12px;	
}
.overlay_links a.thumb_overlay_video {
	background-position: -14px 0px;
	width: 11px;
}
.overlay_links a:hover.thumb_overlay_video {
	background-position: -14px -12px;	
}
.overlay_links a.thumb_overlay_audio {
	background-position: -37px 0px;
	width: 14px;
}
.overlay_links a:hover.thumb_overlay_audio {
	background-position: -37px -12px;	
}
.overlay_links a.thumb_overlay_more {
	background-position: -25px 0px;
	width: 12px;
}
.overlay_links a:hover.thumb_overlay_more {
	background-position: -25px -12px;	
}

/* latest tweets */
.latest_tweets {
	width: 100%;
	height: 55px;
	background: #f5f5f5;
	float: left;
	padding: 15px 0 10px;
}
.latest_tweets_content {
	width: 940px;
	margin: 0 auto;	
}
.latest_tweets_content #twitter_update_list {
	width: 700px;
	float: right;
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/latest_tweets_ul.png) no-repeat left;
}	
.latest_tweets_content #twitter_update_list li {
	margin: 0;
	padding: 6px 0 0 30px;
	background: none;
}
.latest_tweets_content #twitter_update_list li a {
	color: #929292;
}
.latest_tweets_content #twitter_update_list li span a {
	color: #f7941d;
}
.latest_tweets_title {
	width: 200px;
	float: left;
	margin: 15px 0 0;
}
.latest_tweets_title h3 { 
	color: #878484;
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/latest_tweets_bg.png) no-repeat right 2px;
	padding-right: 35px;
	text-transform: uppercase;
	text-align: right;
}
/*-- custom text --*/
.custom_text {
	font-family: Abel, Tahoma, sans-serif;
	text-transform: uppercase;
	color: #595858;
	text-shadow: 1px 1px 0 #000;
	font-size: 20px;
	position: absolute;
	top: 20px;
	left: 0px;
}
/*-- post --*/

.post_meta {
	margin: 0 0 10px;
	font-size: 12px;
	padding: 0;
	color: #999;
	width: 285px;
	position: relative;
	font-family: Abel, Tahoma, sans-serif;
	text-transform: uppercase;
	float: left;
}
.post_meta li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
.post_meta li:first-child {
	border-right: 1px solid #ccc;
	padding-right: 5px;	
}
.single_post .post_meta, .first_post .post_meta {
	width: 100%;
	margin: 0 0 10px;
}
.single_post .post_meta li, .first_post .post_meta li {
	float: left;
	margin-right: 10px;	
}
.single_post .post_meta li:first-child, .first_post .post_meta li:first-child { 
	border: none;
}

#wrapper .post_title {
	margin: 10px 0 0;
	padding: 0;
	font-size: 1.7em;
}
.post_title a {
	color: #787878;
	line-height: 22px;
}
.post_title a:hover {
	color: #d73828;
}
.read_more {
	font-family: Abel, Tahoma, sans-serif;
	background: #FF7E00;
	text-decoration:none !important;
	color:#fff !important;
	display:inline-block;
	font-size:13px;
	margin: 0;
	border:0 none;
	padding: 8px;
	cursor: pointer;
}
.read_more span:hover {
	color: #555;	
}
/* read more big */

.read_more_big {
	font-family: Abel, Tahoma, Arial, sans-serif;
	background:url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/big_button.png) no-repeat scroll right -61px;
	text-decoration:none !important;
	color:#d73828 !important;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
	display:inline-block;
	font-size:16px;
	margin: 0;
	border:0 none;
	height: 56px;
	padding: 0 8px 0 0;
	text-transform:capitalize;
	cursor: pointer;
}
.read_more_big span {
	background:url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/big_button.png) no-repeat scroll 0px 0px;
	text-decoration:none !important;
	display:block;
	line-height:56px;
	height: 56px;
	padding: 0 10px 0 18px;
}
.read_more_big span:hover {
	background:url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/big_button.png) no-repeat scroll 0px -122px;
	color: #3c3c3c;
}
.read_more_big:hover {
	background:url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/big_button.png) no-repeat scroll right -183px;
}
/* call to action button */

.call_to_action {
	font-family: Abel, Arial, sans-serif;
	background:url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/call_to_action.png) no-repeat scroll right -67px;
	text-decoration:none !important;
	color:#fff !important;
	text-shadow: 1px 1px 1px #999;
	display:inline-block;
	font-size:22px;
	margin: 0;
	border:0 none;
	height: 62px;
	padding: 0 5px 0 0;
	text-transform: uppercase;
	cursor: pointer;
}
.call_to_action span {
	background:url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/call_to_action.png) no-repeat scroll 0px 0px;
	text-decoration:none !important;
	display:block;
	line-height:62px;
	height: 62px;
	padding: 0 14px 0 20px;
}
.call_to_action span:hover {
	background:url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/call_to_action.png) no-repeat scroll 0px -134px;
}
.call_to_action:hover {
	background:url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/call_to_action.png) no-repeat scroll right -201px;
}
/* styled title */
.styled_title {
	width: 100%;
	background: url(../images/separator.png) repeat-x 0 50%;
	padding: 0;
	margin: 0 0 40px;
	text-align: center;
	text-transform: uppercase;
}
.styled_title span {
	background: url(../images/body_bg.png);	
	padding: 0 10px;
}
/* blog page */

.first_post {
	float: left;
	width: 570px;
	margin: 0 0 30px;
	background: #f0f0f0;
	padding: 15px;
}
.first_post .blog_post_thumb img {
	width: 570px;
}
.first_post .blog_post_thumb {
	width: 570px;
}
.first_post .alignright {
	margin-bottom: 0;	
}
.first_post .blog_post_thumb .read_more {
	cursor: default;
}
.latest {
	position: absolute;
	left: 10px;
	top: 10px;
	text-transform: uppercase;
}
.blog_post {
	float: left;
    margin: 0 0 15px;
    padding-bottom: 10px;
    position: relative;
    width: 285px;
	overflow: hidden;
}
.blog_thumb_loader {
	height: 175px;
	position: relative;
	width: 285px;
	float: left;
	margin: 0 0 15px;
	padding: 0 0 20px;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
	border-bottom: 1px solid #e5e5e5;
}
.first_post .blog_thumb_loader {
	height: 175px;
	width: 570px;
	padding: 0;
	border: none;
}
#wrapper .blog_post_title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0 10px;
	color: #555;
	line-height: 22px;
	text-shadow: none;
}

#wrapper .first_post .blog_post_title {
	font-size: 22px;
	padding: 0 0 15px;
}
.blog_post_title a {
	color: #555;
}
.blog_post_title a:hover {
	color: #FF7E00;
}
.blog_post .excerpt {
	padding: 0 0 20px;
	width: 285px;
	line-height: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.first_post .excerpt {
	width: 570px;
	float: left;
	margin: 0 0 10px;
	border: none;
	color: #888;
}

.blog_post_thumb {
	width: 285px;
	height: 175px;
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
}
.blog_post_thumb:hover {

}
.blog_post_thumb img {
	width: 285px;
	height: 175px;
}
.row { clear: both; }
.col1 { width: 285px; float: left; }
.col2 { width: 285px; float: right;}
/* blog read more */

.blog_read_more {
	font-size: 11px;
}

/*--single post--*/

.single_post {
	float: left;
	margin: 0 0 30px;
	padding-bottom: 10px;
	position: relative;
	width: 600px;
}
.single_post_contact p {
	padding: 0 0 20px;
}
.single_post_loader {
	padding: 0;
	height: 175px;
	position: relative;
	width: 600px;
	float: left;
	margin: 0 0 10px;
	background: #fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
}
.single_post img {
	max-width: 600px;
}
.single_post h2 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 22px;
}
.post_thumb {
	width: 600px;
	height: 175px;
	position: relative;
	float: left;
}
.post_thumb img {
	width: 600px;
	height: 175px;
}
.single_post p {
	padding: 0 0 10px;
	line-height: 20px;
}
.single_post .portfolio_large_loader {
	margin-bottom: 15px;	
}
/* next prev article */
.next_prev_links {
	width: 600px;
	margin: 0 0 20px;
	position: relative;
	float: left;
}
.next_prev_links a {
	background: #f9f9f9;
	padding: 10px;
	text-transform: uppercase;
	font-size: 11px;
}
.next_prev_links a:hover {
	color: #878484;	
}
.next_prev_links .prev_link a {
	background: #f9f9f9 url(../images/next_prev_links.png) no-repeat 7px 11px;
	padding-left: 20px;
}
.next_prev_links .prev_link a:hover {
	background: #f9f9f9 url(../images/next_prev_links.png) no-repeat 7px -20px;
}
.next_prev_links .next_link {
	float: right;
}
.next_prev_links .next_link a {
	background: #f9f9f9 url(../images/next_prev_links.png) no-repeat 94% -51px;
	padding-right: 20px;
}
.next_prev_links .next_link a:hover {
	background: #f9f9f9 url(../images/next_prev_links.png) no-repeat 94% -82px;
}

/* single post tags */
.post_tags {
	float: left;
	width: 430px;
	margin: 0 0 25px;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	padding-top: 10px;
}
.post_tags a {
	padding: 10px;
	float: left;
	display: block;
	background: #f9f9f9;
	color: #f7941d;
	text-transform: uppercase;
	margin: 0 5px 10px 0;
	font-size: 11px;	
}
.post_tags a:hover {
	color: #878484;	
}
/* author box */
#authorarea {
	padding: 10px;
	width: 570px;
	overflow:hidden;
	color: #333;
	border: 5px solid #f5f5f5; 
}
#authorarea h3 {
	font-size: 16px;
	color:#555;
	margin:0;
	padding: 0 0 5px 10px;
	text-transform: uppercase;
}
#authorarea h3 a {
	text-decoration:none;
	color: #555;
}
#authorarea img {
	margin: 8px 10px 10px;
	padding:0;
	float:left;
	width: 84px;
	height: 84px;
}
#authorarea p {
	color:#979797;
	margin:0;
	padding:0px 10px 10px 10px;
}
#authorarea p a {
	color:#333;
}
.authorinfo {
	padding-left:110px;
}
.single_post ul, .single_post ol {
	list-style-position: inside;
}
pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}
pre {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(../images/bg-code.gif);
}
p.metadata {
	padding: 0;
	color: #848484;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	margin: 0;
	width: 600px;
}
.error-page {
	padding-bottom: 200px;
	float: left;
}
.error-page a {
	text-indent: -9999em;
	display: block;
	width: 520px;
	height:250px;
	background: url(../images/404.png) no-repeat;
	margin: 0;
	padding-bottom: 20px;
}
.no-posts {
	margin: 20px 0 0 10px;
	text-align: center;
	padding-bottom: 20px;
}
.no-posts h2 {
	font: bold 30px Yanone, Verdana, sans-serif;
	margin-top: 20px;
	color: #fa4101;
}
.no-posts img {
	margin-top: 40px;
}
/* page & single page */

.single_page {
	width: 430px;
}
.single_page p {
	padding: 0 0 20px 0;
}
#full_width_page {
	width: 940px;
	padding: 0;
	margin: 0 auto;
}
#full_width_page p {
	margin: 0 0 20px 0;
	line-height: 20px;
}
.full_width_homepage {
	width: 100%;
	margin: 10px auto 0;
	position: relative;
	display: table;
	background: url(../images/full_width_homepage_bg.png);	
	border-top: 1px solid #ebebeb;
	padding: 40px 0 0;
}
.h2page {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #999999;
}

/* custom page title and desc */
.page_titles {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 160px;
}
.page_titles_content {
	width: 940px;
	margin: 0 auto;
	position: static;
	display: table;
	height: 160px;
}
.page_titles_content > div {
    display: table-cell;
    position: static;
    vertical-align: middle;
	width: 27%;
}
.page_titles_content div div {
    position: relative;
    top: -50%;
}
.title_content > div {
    display: table-cell;
    position: static;
    vertical-align: middle;
}
.title_content div div {
    position: relative;
    top: -50%;
}

.page_titles h2 {
	font-size: 30px;
	padding: 0 0 0 240px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.portfolio_desc {
	color: #f7941d;	
}
.page_title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 0 10px;
	color: #555;
	line-height: 22px;
	text-shadow: 0px 1px 1px #fff;
}
/* three columns portfolio */
.three_columns_portfolio {
	float: left;
	width: 940px;
}
.portfolio_small_loader {
	padding: 0 0 20px;
	width: 220px;
	height: 175px;
	position: relative;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50% scroll transparent;
	border-bottom: 1px solid #e5e5e5;
}

.three_columns_portfolio .portfolio-list {
	list-style: none;
	margin-left: -20px;
}
.three_columns_portfolio ul {
}
.three_columns_portfolio li {
	float: left;
	width: 220px;
	margin: 0 0 25px 20px;
	height: 310px;
}
.three_columns_portfolio h2 {
	font-size: 18px;
	text-transform: uppercase;
	width: 220px;
	float: left;
	margin: 10px 0 0;
	padding-bottom: 3px;
}
.three_columns_portfolio h2 a:hover {
	color: #878484;	
}
#full_width_page_content .three_columns_portfolio .portfolio_excerpt {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 10px;
	float: left;
	width: 220px;
}

/* portfolio filter buttons */
#filterButtons {
	margin: 10px 0 30px;
	width: 940px;
	list-style: none;
	position: relative;
	float: left;
	font-family: Abel, Tahoma, sans-serif;
	text-transform: uppercase;
}
#wrapper .filter_active {
	cursor: pointer;
	color: #555;
}
#filterButtons span.text_hover {
	position: absolute;
	display: block;
	height: 33px;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#filterButtons li {
	position: relative;
	float: left;
	margin-right: 20px;
}
#filterButtons li a {
	position: relative;
	padding: 0;
	color: #fff;
	background: #FF7E00;
	padding: 5px 10px;
}
#filterButtons a:hover {
	color: #555;
}
#filterButtons li .filter_text {
	position: relative;
	z-index: 6;
	display: block;
	width: 100%;
	padding: 10px;
}
/* portfolio item one column no sidebar */

.one_column_portfolio {
	width: 940px;
	float: left;
}
.one_column_portfolio h2 {
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 15px;
}
.one_column_portfolio h2 a:hover {
	color: #878484;	
}
.one_column_portfolio .portfolio-list {
	list-style: none;
}
.one_column_portfolio .portfolio-list li {
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 25px;
	width: 940px;
}

.portfolio_left_side {
	float: right;
	width: 300px;
	margin: 0 0 0 40px;
}
.portfolio_large_loader {
	padding: 0;
	width: 600px;
	height: 175px;
	position: relative;
	float: left;
	margin: 0;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50% scroll transparent;
}
.portfolio_large_loader .thumb_overlay {
	background: url(../images/thumb_overlay.png);
	width: 600px;
	height: 175px;
	padding: 0;
	margin: 0;
}
.one_column_portfolio .portfolio_excerpt {
	padding: 0;
	margin-bottom: 20px;
}
.portfolio_more {
	text-transform: uppercase;
}
/*--sidebar--*/
#sidebar {

}
#sidebar_hide {
	color: #d2d2d2;
	font-size: 22px;
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/show_sidebar.png) no-repeat right top;
	padding: 0;
	line-height: 22px;
	margin: 0 auto 20px;
	cursor: pointer;
}
.show_sidebar span {
	width: 10px;
	height: 7px;
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/toggle_arrows.png) no-repeat 0px 0px;
	display: block;
	margin: 10px auto 0;
}
.show_sidebar span:hover {
	background-position: -10px -7px;		
}
.sidebar_up span {
	background-position: 0px -7px;
}
.sidebar_up span:hover {
	background-position: -10px 0px;
}

/* telephone */
.telephone {
	float: left;
	margin: 27px 0 0 240px;	
	line-height: 21px;
	color: #adadad;
	font-size: 11px;
}
.telephone span {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/telephone.png) no-repeat right;
	height: 21px;
	line-height: 21px;
	float: left;
	padding: 0 25px 0 0;
	margin-right: 5px;
}
/*--search--*/

#search {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 38px;
}
#header #search {
	padding: 0;
	width: 170px;
	margin: 25px 0 0;
	height: 20px;
	float: right;
	border-bottom: 1px solid #f5f5f5;
}
.search_form {
	margin: 0;
	padding: 0;
}
#search form {
	display: inline;
}
#search form input#s {
	width: 200px;
	border: none;
	float: left;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #787878;
}
#header #search form input#s {
	width: 130px;
	border: none;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 20px;
	height: 20px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	border: none;
	border-radius: 0;
}
#search form input#searchsubmit {
	width: 25px;
	height: 29px;
	border: 0;
	margin: 0;
	cursor:pointer;
	float: left;
	display: none;
}
#header #search form input#searchsubmit {
	width: 11px;
	height: 11px;
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/search_submit.png) no-repeat right;
	border: 0;
	margin: 4px 0 0;
	cursor:pointer;
	float: left;
	display: block;
}
strong.search_excerpt {
	background: yellow;
	padding: 5px;
}
/* 125x125 Ads */

.ads {
	float: left;
	list-style: none;
	margin: 5px 0 0;
	position: relative;
	padding: 0;
	width: 290px;
}
.ads img {
	border: none;
	margin: 0;
}
#content .ads a {
	margin: 0;
	padding: 0;
	display: block;
}
#content .ads li {
	float: left;
	border: none;
	padding: 0;
	margin: 0 0 13px 13px;
}
#content .ads li:last-child {
	margin-bottom: 0;	
}
/*--comments--*/
#comments {
	width: 550px;
	padding: 20px 0 0 0;
}
.facebook_comments_title {
	font-size: 18px;
	text-transform: uppercase;
	color: #555;
	padding: 0;
	float: left;	
}
.comment-body {
}
#comments ol li.depth-1 {
	padding: 20px 0 10px 0;
	width: 550px;
	border-left: 1px solid #bdbdbd;
	margin: 0 0 20px 0;
}
#comments ul.children li.depth-2 {
	padding: 0 0 10px 0;
}
#comments ul.children li.depth-2 div.comment-body {
	padding: 10px 0 0 0;
}
#comments ul.children li.depth-3 div.comment-body {
	padding: 10px 0 0 0;
}
#comments ol.commentlist li ul.children li.depth-2 {
	width: 500px;
	margin: 10px 0 0 40px;
	border-left: 1px solid #bdbdbd;
}
#comments ol.commentlist li ul.children li.depth-3 {
	width: 450px;
	margin: 10px 0 0 40px;
	border-left: 1px solid #bdbdbd;
	padding: 0 0 10px 0;
}
ol.commentlist {
	list-style:none;
	margin: 20px 0 0 0;
	padding:0;
	text-indent:0;
}
ol.commentlist-pings {
	list-style:none;
	margin: 0;
	padding: 0;
	text-indent:0;
	padding: 10px;
	background: #f2f2f2;
}
ol.commentlist li {
	margin: 0;
	padding: 0;
	float: left;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment-author-admin p {
}
ol.commentlist li.comment {
	padding: 0;
	margin: 0;
}
ol.commentlist li div.comment-author {
}
ol.commentlist li div.vcard {
	padding-bottom: 10px;
}
ol.commentlist li div.vcard cite.fn {
	font-weight: bold;
	font-style: normal;
}
ol.commentlist li div.vcard cite.fn a.url {
	color: #737272;
}
ol.commentlist li div.vcard cite.fn a:hover.url {
	color: #000;
}
ol.commentlist li div.vcard img.avatar {
	float:left;
	margin: 0 10px 0 10px;
	border: 1px solid #cccccc;
	background: #fff;
	padding: 3px;
}
ol.commentlist li div.vcard img.avatar:hover {
	border: 1px solid #999999;
}
ol.commentlist li div.vcard img.avatar-32 {
}
ol.commentlist li div.vcard img.photo {
}
ol.commentlist li div.vcard span.says {
	font-style:normal;
	color: #888888;
	font-size: 12px;
	margin: 0;
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
}
ol.commentlist li div.comment-meta a {
	color:#ccc;
}
ol.commentlist li p {
	margin: 5px 0 0 0;
	color: #737272;
	overflow: hidden;
	min-height: 30px;
	padding: 0;
}
ol.commentlist li p:hover {
	color: #343434;
}
ol.commentlist li ul {
	list-style:square;
	margin: 0 0 1em 2em;
}
ol.commentlist li ul.children {
	list-style:none;
	margin: 0;
	text-indent:0;
}
ol.commentlist li ul.children li {
}
ol.commentlist li ul.children li.alt {
}
#comments ol.commentlist li ul.children li.bypostauthor {
}
#comments ol.commentlist li.bypostauthor {
}
ol.commentlist li ul.children li.bypostauthor p {
}
ol.commentlist li ul.children li p {
	font-weight: normal;
}
ol.commentlist li.bypostauthor p {
	font-weight: normal;
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li.comment-author-admin p {
}
#comments ol.commentlist li p {
	padding: 0 10px 0 5px;
	margin: 0;
}
ol.commentlist li ul.children li.depth-4 {
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {
}
ol.commentlist li.even {
}
ol.commentlist li.odd {
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
	padding:1em;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
.nocomments {
	margin-left: 20px;
}
.trackbacks {
	width: 430px;
}
.trackbacks h3 {
	margin: 0 0 20px;
}
.trackbacks ul {
	list-style: none;
}
/*--respond--*/

#respond {
	padding: 0 0 20px 0;
	margin: 0;
	position: relative;
}
#comments .commentlist #respond {
	margin-left: 10px;	
}
#respond h3 {
	margin: 20px 0 0 -10px;
	position: relative;
}
#respond p {
}
#respond label {
	width: 70px;
	float: left;	
}
#respond p small {
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 30px;
	color: #999999;
}
#respond input {
	padding: 0 10px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 200px;
	height: 31px;
	border: 3px solid #f5f5f5;
	background: #fff;
	line-height: 30px;
	color: #555;
	margin: 0 0 10px;
}
#respond input:focus {
	background: #f0f0f0;
}
#respond textarea {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 400px;
	height: 142px;
	background: #fff;
	padding: 10px 0 0 10px;
	color: #555;
	border: 3px solid #f5f5f5;
	margin: -20px 0 0 70px;
	position: relative;
}
#respond textarea:focus {
	background: #f0f0f0;
}
input#submit {
	border: none;
	background: #FF7E00;
	font-family: Abel, Tahoma, sans-serif;
	font-size: 16px;
	clear: left;
	margin: 10px 0 0 70px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	width: 30%;
	line-height: normal;
}
input#submit:hover {
	color: #fff;
}
#content .cancel-comment-reply {
	margin: 10px 0 0 0;
	font-size: 12px;
}
#content .cancel-comment-reply a {
	color: #00408f;
	display: block;
	background: url(../images/cancel.png) no-repeat;
	width: 44px;
	height: 15px;
	text-indent: -9999em;
}
/* tag cloud */

.tagcloud {
	float: left;
	width: 280px;
	margin: 10px 0 20px 10px;
}
#wrapper .tagcloud a {
	background: #f5f5f5;
	padding: 5px;
	color: #FF7E00;
}
#wrapper .tagcloud a:hover {
	color: #555;
}
#footer a.tagsz-1, a.tagsz-2, a.tagsz-3, a.tagsz-4, a.tagsz-5, a.tagsz-6, #wrapper a.tagsz-1, a.tagsz-2, a.tagsz-3, a.tagsz-4, a.tagsz-5, a.tagsz-6 {
	background: #f5f5f5;
	padding: 5px 10px;
	color: #FF7E00;
	font-family: Abel, Tahoma, sans-serif;
	text-transform: capitalize;
}
/* feedburner widget */

.feedburner_submit {
	position: relative;
	margin: 0;
}
.feedburner_submit p {
	position: relative;
	margin: 10px 0 0;
}
.feedburner_input {
	width: 210px;
	height: 42px;
	line-height: 42px;
	background: #999999;
	float: left;
	border: none;
	padding-left: 10px;
	color: #000;
}
.feedburner_button {
	width: 110px;
	height: 42px;
	line-height: 42px;
	background: #222222;
	float: left;
	border: none;
	cursor: pointer;
	font-family: Abel, Tahoma, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #f7941d;
	text-align: center;
}
/* contact us widget */
#content .contact_widget {
	padding: 10px;
}
#content .contact_widget li {
	border: none;
	padding: 0 0 15px 30px;
}
#content .contact_widget li:last-child {
	padding-bottom: 0px;
}
#footer .contact_widget li {
	border: none;
	padding: 0 0 15px 30px;
}
.contact_widget .contact_phone {
	background: url(../images/phone_icon.png) no-repeat 0px 0px;
	line-height: 26px;
}
.contact_widget .contact_email {
	background: url(../images/email_icon.png) no-repeat 0px 0px;
	line-height: 18px;
}
.contact_widget .contact_skype {
	background: url(../images/skype_icon.png) no-repeat 0px 0px;
	line-height: 26px;
}
.contact_widget .contact_address {
	background: url(../images/address_icon.png) no-repeat 0px 0px;
	line-height: 25px;
}
.contact_widget .contact_phone:hover {
	background: url(../images/phone_icon.png) no-repeat 0px 0px;
	line-height: 26px;
}
.contact_widget .contact_email:hover {
	background: url(../images/email_icon.png) no-repeat 0px 0px;
	line-height: 18px;
}
.contact_widget .contact_skype:hover {
	background: url(../images/skype_icon.png) no-repeat 0px 0px;
	line-height: 26px;
}
.contact_widget .contact_address:hover {
	background: url(../images/address_icon.png) no-repeat 0px 0px;
	line-height: 25px;
}

/* social widget */

#content .social_widget {
	padding: 0;
	float: left;
	margin: 0 0 0 10px;
}
#footer .social_widget ul li, #content .social_widget ul li {
	float: left;
	border: none;
	background: none;
}
#footer .social_widget ul li a, #content .social_widget ul li a {
	width: 32px;
	height: 32px;
	text-indent: -9999em;
	background: url(../images/socialize.png) no-repeat;
	padding: 0 0 10px;
	margin: 0;
	display: block;
	opacity: .7;
	
}
#footer .social_widget ul li a, #content .social_widget ul li a:hover {
	opacity: 1;	
}
#footer .social_widget ul li.social_twitter a, #content .social_widget ul li.social_twitter a {
	background-position: 0px 0px;
}
#footer .social_widget ul li.social_facebook a, #content .social_widget ul li.social_facebook a {
	background-position: -32px 0px;
}
#footer .social_widget ul li.social_linkedin a, #content .social_widget ul li.social_linkedin a {
	background-position: -64px 0px;
}
#footer .social_widget ul li.social_flickr a, #content .social_widget ul li.social_flickr a {
	background-position: -96px 0px;
}
#footer .social_widget ul li.social_dribble a, #content .social_widget ul li.social_dribble a {
	background-position: -128px 0px;
}
#footer .social_widget ul li.social_youtube a, #content .social_widget ul li.social_youtube a {
	background-position: -160px 0px;
}
/* default widgets */

#calendar_wrap {
	border: 1px solid #636363;
	margin: 15px auto;
	width: 250px;
}
#wp-calendar {
	width: 250px;
	padding-bottom: 10px;
	color: #969595;
}
#wp-calendar th {
	padding: 5px 0;
}
#wp-calendar td {
	padding: 0 5px;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	color: #fff;
}
#wp-calendar caption {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	background: #656565;
	width: 100%;
}
#wp-calendar #today {
	color: #FF7E00;
	font-weight: bold;
	font-style: italic;
}
#prev {
	text-align: left;
	margin: 10px 0 0 0;
}
#next {
	text-align: right;
	margin: 10px 0 0 0;
}
.sticky {
 
}
/*--gallery--*/
body #wrapper .gallery-item {
	margin: 0 0 10px;
	position: relative;
}
p.attachment {
	text-align: center;
	padding: 15px 10px;
}
p.attachment a img {
}
.navigation a img {
}
.gallery-item {
	position: relative;	
}
.gallery-item img {
width: 200px;
height: 175px;
padding: 5px;
border: 1px solid #e5e5e5;
opacity: .8;
}
.gallery-item img:hover {
	opacity: 1;	
}
.gallery {
}
.gallery-item img:hover {

}
.gallery-caption {
	font-size:12px;
	line-height:14px;
	margin-left:0;
	padding-bottom:10px;
	color: #787878;
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px;
	text-shadow: none;
}
/*-- Pagination --*/

.page_nav {
	overflow: hidden;
	text-align: center;
	padding: 0 0 5px;
	margin: 10px auto;
	width: 940px;
}
.page_nav span.pages {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #999999;
	margin: 0;
	padding: 5px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.page_nav span {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #000;
}
.page_nav a {
	display: block;
	float: 	left;
	font-size: 13px;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	color: #fff;
	font-family: Abel, Arial, sans-serif;
	background: #FF7E00;
}
#wrapper .emm-next, #wrapper .emm-prev {
	font-size: 12px;
	display: block;
	text-indent: -9999em;
	border: none;
	width: 8px;
	height: 9px;
	padding: 0;
	margin-top: 10px;
}
#wrapper .emm-next {
	background: url(../images/carousel_arrows.png) no-repeat -9px 0px;
}
#wrapper .emm-prev {
	background: url(../images/carousel_arrows.png) no-repeat 0 0;
	margin-right: 10px;
}
.page_nav a:hover {
	text-align: center;
	color: #FF7E00;
	background: #555555;
}
.page_nav span.current {
	display: block;
	float: 	left;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
	background: #555555;
}
.gmap_marker {
	text-shadow: none;
}
/* fluid columns shortcode */
.one_half {
	width:49%;
}
.one_third {
	width:30.66%;
}
.two_third {
	width:65.33%;
}
.one_fourth {
	width:22%;
}
.three_fourth {
	width:74%;
}
.one_fifth {
	width:16.8%;
}
.two_fifth {
	width:37.6%;
}
.three_fifth {
	width:58.4%;
}
.four_fifth {
	width:79.2%;
}
.one_sixth {
	width:13.33%;
}
.five_sixth {
	width:82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position:relative;
	margin-right:2%;
	margin-bottom:10px;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;
}
.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}
.one_half p, .one_third p, .two_third p, .three_fourth p, .one_fourth p, .one_fifth p, .two_fifth p, .three_fifth p, .four_fifth p, .one_sixth p, .five_sixth p {
	padding: 0;
}
.section {
	line-height: 20px;
	padding: 10px 0;
	margin: 0;
}
body .section2 {
	padding: 1px 0 15px 0;
	margin: 0;
	float: left;
	line-height: 16px;
}
/* divider shortcode */

.image_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 5px;
	background: url(../images/image_divider.png) repeat-x;
	padding-bottom: 30px;
}
.space_divider {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}
.image_divider_homepage {
	width: 936px;
	height: 10px;
	position: relative;
	margin: 0 0 30px -38px;
	clear: both;
	display: block;
	background: rgb(238, 238, 238);
	background: rgba(100, 100, 100, 0.1);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
/* social buttons */
.social ul {
	float: right;
	list-style: none;
	margin: 0 10px 0 0;
}
.social li {
	float: left;
	margin: 15px 0 0 10px;
}
.social li a {
	display: block;
	float: left;
	height: 21px;
	text-indent: -9999em;
}
.rss_button a {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/rss_icon.png) no-repeat;
	width: 21px;
}
.rss_button a:hover {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/rss_icon_hover.png) no-repeat;
}
.facebook_button a {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/facebook_icon.png) no-repeat;
	width:12px;
}
.facebook_button a:hover {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/facebook_icon_hover.png) no-repeat;
}
.twitter_button a {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/twitter_icon.png) no-repeat;
	width:27px;
}
.twitter_button a:hover {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/twitter_icon_hover.png) no-repeat;
}
.linkedin_button a {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/linkedin_icon.png) no-repeat;
	width:21px;
}
.linkedin_button a:hover {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/linkedin_icon_hover.png) no-repeat;
}
.youtube_button a {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/youtube_icon.png) no-repeat;
	width:22px;
}
.youtube_button a:hover {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/youtube_icon_hover.png) no-repeat;
}
.vimeo_button a {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/vimeo_icon.png) no-repeat;
	width:24px;
}
.vimeo_button a:hover {
	background: url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/vimeo_icon_hover.png) no-repeat;
}
/* twitter widget */
#twitter_update_list {
	list-style: none;
	padding-bottom: 5px;
}
#twitter_update_list li {
	padding: 0 0 15px 25px;
	list-style-position: inside;
	background: url(../images/tweets_quote.png) no-repeat 0px 2px;
	line-height: 18px;
}
#twitter_update_list li span a {
	color: #fa4101;
	display: inline;
	font-size: 12px;
	font-style: normal;
}
#twitter_update_list li span a:hover {
}
#twitter_update_list li a {
	color: #d73828;
	display: block;
	padding: 3px 0 0;
	font-size: 11px;
	font-style: italic;
}
/* flickr widget */
.flickr {
	margin: 10px 0 10px 10px;
	float: left;
	width: 290px;
}
.flickr img {
	float: left;
	margin: 0 5px 5px 5px;
	width: 55px;
	height: 55px;
	padding: 1px;
	opacity: 0.7;
}
.flickr img:hover {
	opacity: 1.0;
}
.widget_sidebar .flickr img:hover {
	opacity: 1.0;
}
.flickr img:hover {
}
/* recent comments widget */

#recentcomments li {

}
#recentcomments a {

}
#recentcomments a:hover {

}
.widget_sidebar #recentcomments li {

}
/* main content widget */

.widget_sidebar .textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
}
.textwidget p {
	padding-bottom: 10px;
	line-height: 18.5px;
}
.widget_sidebar .video1 {
	margin-bottom: 4px;
}
.widget_sidebar {
	color: #555;
	float: left;
	width: 290px;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	background: #fff;
	border: 5px solid #f0f0f0;
}
.widget_sidebar ul {
	list-style: none;
}
.widget_sidebar ul li:first-child {
}
.widget_sidebar ul li:last-child {

}
.widget_sidebar .recent_posts li {
}
.widget_sidebar li {
	border-top: 1px solid #f5f5f5;
	padding: 5px 0 5px 10px;
	background: url(../images/bullets.png) no-repeat 9px 14px;
}
.widget_sidebar li:hover {
	background: url(../images/bullets.gif) no-repeat 9px 14px;
}

.widget_sidebar li a {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
}
.widget_sidebar ul.children {
	text-indent: 20px;
	padding: 5px 0 0;
}
.widget_sidebar #cat {
	width: 270px;
	height: 30px;
	border: 1px solid #cfcfcf;
	padding: 5px;
	color: #787878;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.widget_sidebar ul.children ul.children {
	text-indent: 40px;
	padding: 5px 0 0;
}
#content .widget_sidebar h3 {
	padding: 10px 10px 15px;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	color: #555;
	background: #f0f0f0;
}
.recent_posts {
	margin: 0;
}
.widget_sidebar .recent_posts li:last-child {

}
.widget_sidebar .recent_posts li img {
	border: 1px solid #cfcfcf;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.widget_sidebar .recent_posts li img:hover {
	background: #f7941d;
}
.widget_sidebar .recent_posts li:last-child img {
}
.widget_sidebar .recent_posts span {
	color: #838383;
}
.widget_sidebar a {
	color: #999;
}
.widget_sidebar a:hover {
	color: #FF7E00;
}
/* Recent Posts Widget */

#footer .recent_posts {
	padding: 0;
	margin: 5px 0 0;
}
#footer .recent_posts li {
	padding-bottom: 5px;
}
#content .widget_sidebar h5 {
}
.recent_image {
	float: left;
	margin: 2px 10px 0 0;
}
.recent_image img {
	border: 3px solid #292929;
	border-radius: 3px;
}
.recent_image img:hover {
	border: 3px solid #f7941d;
}
.widget_sidebar .recent_image img {
	border: 1px solid #cfcfcf;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.recent_image img:hover {
}
.widget_sidebar .recent_image img:hover {
	background: #d73828;
}
.recent_date {
	font-size: 11px;
	color: #999999;
	line-height: 25px;
}
.recent_date a {
	color: #fff;
}
.recent_details {
	margin: 0;
}
#content .recent_details {
	margin: 0;
}
#content .widget_sidebar ul li:last-child .recent_details {
	padding-bottom: 0;
}
#content .recent_details h5 {
	font-family: Arial, Tahoma, serif;
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
#content .popular_posts h5 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #fff;
	line-height: 16px;
	padding: 0;
}
#footer .recent_details h5 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 0;
}
#footer .recent_date a {
	color: #999999;
}
#footer .recent_date {
	color: #999999;
}
/* tabbed widget */
#content .widget_sidebar .tabs {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #f5f5f5;
	width: 290px;
	height: 46px;
}
#content .widget_sidebar .the_tabs {
	position: relative;	
}
#content .widget_sidebar .tabs a {
	background: #f5f5f5;
	border: none;
	text-transform: uppercase;
	padding: 7px 10px 9px 15px;
	color: #555;
	font-family: Abel, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
}
#content .widget_sidebar .tabs li:first-child a {

}
#content .widget_sidebar .tabs a:hover {
	color: #FF7E00;	
}
#content .widget_sidebar ul li:first-child {
	border: none;	
}
#content .widget_sidebar .tabs .current, #content .widget_sidebar .tabs .current:hover, #content .widget_sidebar .tabs li.current a {
	border: none;
	background: #fff;
	color: #FF7E00;
}
#content .widget_sidebar .panes {
	background: none;
	border: none;
	padding: 50px 0 0;
	margin: 0;
}
#content .widget_sidebar .tabs li {
	padding: 0;
	border: none;
}
/* tabbed tags */
.tabbed_tags {
	padding: 5px 0;
	display: table;
	margin: 0 0 0 10px;
}
.tabbed_tags a {
	background: #f5f5f5;
	padding: 10px;
	color: #555;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	text-transform: uppercase;
	font-size: 11px;
}
.tabbed_tags a:hover {
	color: #FF7E00;
}
/* Popular Posts Widget */

#footer .popular_posts h5 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
}
#content .popular_posts li {
}
.popular_posts span {
	color: #838383;
}
.popular_posts span a {
	color: #838383;
}
/* blogroll widget */
.blogroll li:first-child {
	padding-top: 0;
}
.widget_sidebar .blogroll li:first-child {

}
/* footer */
#footer {
	width: 100%;
}
.footer_content {
	padding: 0;
	width: 940px;
	margin: 10px auto 0;
	background: url(../images/separator.png) repeat-x top center;
	padding: 40px 0;
	position: relative;
	font-family: Abel, Tahoma, sans-serif;
	text-transform: uppercase;
}
.top {
	display: block;
	margin: -20px 0 0;
	color: #cfcfcf;
	position: relative;
	width: 25px;
	height: 25px;
	text-indent: -9999em;
	background: url(../images/top.png) no-repeat;
	z-index: 20;
	float: right;
}
.top:hover {

}
/* audio player */
.audio_left {
	float: left;
	margin: 0 20px 0 0;
	width: 290px;
}
.audio_left p {
	padding: 0;
}
.audio_right {
	float: right;
	margin: 0 0 0 20px;
	width: 290px;
}
.audio_right p {
	padding: 0;
}
.audio_center {
	margin: 0 auto;
	display: block;
	clear: both;
	width: 290px;
}
/* video player */
.video1 {
	position: relative;
	clear: both;
	margin: 0 20px 18px 0;
	z-index: 9999;
}
.video1left {
	float: left;
	margin: 0 20px 20px 0;
}
.video1right {
	float: right;
	margin: 0 0 20px 20px;
}
#content .video1center, #borderless_content .video1center, #full_width_page_content .video1center {
	margin: 0 auto 20px auto;
	display: block;
	clear: both;
}
/* colored buttons shortcode */
.button_link {
	font-family: Tahoma, Arial, sans-serif;
	background:url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/buttons/slate_grey/button_sprite.png) no-repeat scroll right -164px transparent;
	text-decoration:none !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888888;
	display:inline-block;
	font-size:11px;
	letter-spacing:1.6px;
	margin:5px 10px 5px 0;
	border:0 none;
	padding:0 24px 0 0;
	text-transform:uppercase;
}
.button_link span {
	background:url(http://eventjuice.co.uk/wp-content/themes/Defined/defined/images/buttons/slate_grey/button_sprite.png) no-repeat scroll -4px -121px transparent;
	text-decoration:none !important;
	display:block;
	line-height:7px;
	padding:15px 0 17px 21px;
}
.button_link.large_button {
	background-position:right -60px;
	font-size:24px;
	height:56px;
	padding-right:24px;
}
.button_link.large_button span {
	background-position:-4px -2px;
	line-height:20px;
	padding:17px 0 20px 20px;
	text-transform:none;
}
.button_link:hover {
	text-decoration:none !important;
}
/* colored buttons  */

.pink_gradient, .pink_gradient span {
	background-image: url(../images/buttons/pink/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.green_gradient, .green_gradient span {
	background-image: url(../images/buttons/green/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.orange_gradient, .orange_gradient span {
	background-image: url(../images/buttons/orange/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.purple_gradient, .purple_gradient span {
	background-image: url(../images/buttons/purple/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.black_gradient, .black_gradient span {
	background-image: url(../images/buttons/black/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.grey_gradient, .grey_gradient span {
	background-image: url(../images/buttons/grey/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.red_gradient, .red_gradient span {
	background-image: url(../images/buttons/red/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.white_gradient, .white_gradient span {
	background-image: url(../images/buttons/white/button_sprite.png) !important;
	color:#aaa !important;
	text-shadow:0 -1px 0 #ccc, 0 1px 0 #F2F2F2 !important;
}
.blue_gradient, .blue_gradient span {
	background-image: url(../images/buttons/blue/button_sprite.png) !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888 !important;
}
.yellow_gradient, .yellow_gradient span {
	background-image: url(../images/buttons/yellow/button_sprite.png) !important;
	color:#fff !important;
	text-shadow:0 -1px 0 #aaa, 0 1px 0 #ddd !important;
}
/* drop caps */

.dropcaps_normal {
	float: left;
	font-size: 42px;
	line-height: 34px;
	font-weight: bold;
	margin: 0 2px 0 0;
	position: relative;
	top: 7px;
	text-shadow: 1px 1px 0px #fff;
	font-family: Yanone, Tahoma, sans-serif;
	color: #666;
}
.dropcaps_circle {
	float: left;
	background: url(../images/dropcaps_circle.png) no-repeat;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	width: 35px;
	height: 35px;
	top: 5px;
	text-shadow: none;
	font-family: Yanone, Tahoma, sans-serif;
}
.dropcaps_square {
	float: left;
	background: url(../images/dropcaps_square.png) no-repeat;
	font-size: 26px;
	line-height: 24px;
	color: #fff;
	margin: 0 5px 0 0;
	position: relative;
	text-align: center;
	padding: 4px 0 0 0;
	text-shadow: none;
	width: 35px;
	height: 35px;
	top: 5px;
	font-family: Yanone, Tahoma, sans-serif;
}
/* lists shortcode */

.list_checked {
	margin-top: 10px;
}
.list_arrow {
	margin-top: 10px;
}
.list_circle {
	margin-top: 10px;
}
.list_arrow li {
	background: url(../images/bullet_arrow.png) no-repeat 0px -1px;
	list-style: none;
	padding: 0 0 10px 20px;
}
.list_circle li {
	background: url(../images/bullet_circle.png) no-repeat 0px -3px;
	list-style: none;
	padding: 0 0 10px 20px;
}
.list_checked li {
	background: url(../images/bullet_checked.png) no-repeat 0px -3px;
	list-style: none;
	padding: 0 0 15px 20px;
}
/* framed box shortcode */

.framed_box {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.framed_box_content {
	padding: 20px 20px 0 20px;
	text-shadow: none;
	border: 1px solid #fff;
}
.framed_box_content p {
	text-shadow: none;
}
.info_box {
	background: #bcdbfe;
	border: 1px solid #809bba;
	margin-bottom: 20px;
	color: #59708b;
	text-shadow: none;
}
.info_box h4 {
	color: #59708b;
}
.info_box p {
	text-shadow: none;
}
.info_box_content {
	padding: 20px;
	border: 1px solid #fff;
}
.note_box {
	background: #fdffd0;
	border: 1px solid #dfcd97;
	margin-bottom: 20px;
	color: #555555;
}
#content .note_box_content h2, #content .note_box_content h3, #content .note_box_content h4, #content .note_box_content h5 {
	text-shadow: none;
}
.note_box_content {
	padding: 20px;
	border: 1px solid #fff;
	text-shadow: none;
}
.note_box_content p {
	text-shadow: none;
}
/* style table shortcode */

.styled_table {
	border:1px solid #d6d6d6;
	margin: 0 0 20px 0;
	text-shadow: none;
}
.styled_table table {
	width:100%;
	border:1px solid #fff;
	border-collapse:collapse;
}
.styled_table td {
	color:#777777;
	padding:.3em 1em;
	text-align:center;
	font-size: 12px;
}
.styled_table tr {
	background: #fefefd;
}
.styled_table tr:hover {
	background: #f7f7f7;
}
.styled_table thead th {
	background:#f5f5f5;
	text-align:center;
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	color:#555555;
}
.styled_table tfoot td {
	background: #f5f5f5;
}
/* tabs shortcode */

/* root element for tabs  */
the_tabs {
	position: relative;
}
.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
}
/* single tab */
.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
.tabs li:first-child {
	border-left: 1px solid #dddddd;
}
/* link inside the tab. uses a background image */
.tabs a {
	font-size:11px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#666666;
	padding: 0 10px;
	line-height: 30px;
	margin:0px;
	position:relative;
	background: #f5f5f5;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
.tabs a:hover {
	color:#333333;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important;
	color:#333333;
	background: #fff;
	border-bottom: 1px solid #fff;
}
/* initially all panes are hidden */ 

.panes {
	padding: 10px 15px;
	border: 1px solid #dddddd;
	margin: 1px 0 20px 0;
	background: #fff;
}
.panes .pane {
	display:none;
}
/* vertical tabs */

#vertical_tabs {
	margin: 0 0 20px 0;
}
.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 5px 10px;
	width: 180px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-size: 11px;
	background: #f5f5f5;
}
.ui-tabs .ui-tabs-nav li:first-child {
	border-top: 1px solid #dddddd;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0;
	width: 200px;
	display: block;
	color: #666666;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: #333333;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: #fff;
	z-index: 11;
	position: relative;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
	color: #333333;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #dddddd;
	position: relative;
	background: #fff;
	left: -1px;
	z-index: 10;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/*accordion shortcode */

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#333 url(http://eventjuice.co.uk/img/global/gradient/h300.png) 0 0;
	width: 300px;
	border:1px solid #333;
	-background:#666;
}
/* accordion shortcode */

.accordion {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 20px 0;
}
.accordion .tab {
	background: #f5f5f5;
	border-top: 1px solid #dddddd;
	line-height: 30px;
	padding: 0 10px;
	cursor: pointer;
	color: #666666;
	position: relative;
}
.accordion .tab:hover {
	background: #fff;
}
.accordion .current {
	cursor: default;
	color: #333333;
	background: #fff;
}
.accordion .pane {
	padding: 10px 15px;
	border-top: 1px solid #dddddd;
	background: #fff;
	line-height: 18px;
}
.accordion_icon {
	margin: 5px 5px 0 0;
	float: left;
}
/* toggles shortcode */

.toggle {
	position: relative;
	margin-bottom: 10px;
}
#content .toggle_title {
	margin:0;
	padding: 0 0 0 20px;
	font-size:18px;
	line-height: 26px;
	background: url(../images/toggle.png) no-repeat 0px 7px;
	cursor:pointer;
	font-weight: normal;
}
#content .toggle_active {
	background: url(../images/toggle.png) no-repeat -27px -24px;
}
#content .toggle_content {
	padding:10px;
	margin: 5px 0 0 5px;
	display:none;
}
#borderless_content .toggle_title {
	margin:0;
	padding: 0 0 0 20px;
	font-size:18px;
	line-height: 26px;
	background: url(../images/toggle.png) no-repeat 0px 7px;
	cursor:pointer;
	font-weight: normal;
}
#borderless_content .toggle_active {
	background: url(../images/toggle.png) no-repeat -27px -24px;
}
#borderless_content .toggle_content {
	padding:10px;
	margin: 5px 0 0 5px;
	display:none;
}
#full_width_page_content .toggle_title {
	margin:0;
	padding: 0 0 0 20px;
	font-size:18px;
	line-height: 26px;
	background: url(../images/toggle.png) no-repeat 0px 7px;
	cursor:pointer;
	font-weight: normal;
}
#full_width_page_content .toggle_active {
	background: url(../images/toggle.png) no-repeat -27px -24px;
}
#full_width_page_content .toggle_content {
	padding:10px;
	margin: 5px 0 0 5px;
	display:none;
}
/* contact form */
#content .single_post_contact .contact_form form {
	width: 430px;
}
#content .single_post_contact .contact_form {
	width: 430px;
}
#content .single_post_contact .contact_form input {
	width: 420px;
	background: #f9f9f9;
}
#content .single_post_contact .contact_form input:focus {
	background: #f1f1f1;
}
#content .single_post_contact .contact_form textarea {
	width: 420px;
	height: 200px;
	background: #f9f9f9;
}
#content .single_post_contact .contact_form textarea:focus {
	background: #f1f1f1;
}
#content .single_post_contact .contact_form .contact_submit {
	background: #cfcfcf;
	color: #999999;
	font-size: 16px;
	width: 100px;
	margin-bottom: 20px;
}
.contact_form {
	margin: 0 0 20px 0;
}
.contact_form form {
	width: 350px;
}
.contact_form p {
	margin: 0 0 5px;
	padding: 0;
}
.contact_form label {
	padding: 0 10px 5px 0;
	font-weight: bold;
	float: left;
	width: 100%;
	color: #888888;
	display: none;
}
.contact_form input {
	background: #fff;
	border: 1px solid #EBEBEB;
	width: 450px;
	height: 34px;
	line-height: 32px;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	font-size: 12px;
	font-family: Abel, Tahoma, sans-serif;
	text-transform: uppercase;
	color: #999;
	clear: both;
}
.contact_form input:focus {
	border: 1px solid #FF7E00;
}
.contact_form_error {
	font-size: 12px;
	color: #ff0000;
}
.contact_form textarea {
	background: #fff;
	border: 1px solid #EBEBEB;
	width: 450px;
	height: 190px;
	padding: 10px 0 0 10px;
	font-size: 12px;
	font-family: Abel, Tahoma, sans-serif;
	text-transform: uppercase;
	color: #999;
}
.contact_form_textarea {
	text-indent: -9999em;
	display: block;
	height: 1px;
}
.contact_form textarea:focus {
	border: 1px solid #FF7E00;
}

.contact_submit {
	border: none;
	cursor: pointer;
	font-family: Abel, Tahoma, sans-serif;
	font-size: 16px;
	color: #fff;
	background: #FF7E00;
	padding: 5px;
	margin: 10px 0 0;
}
/* contact form widget footer */
#footer .contact_form_widget {
	margin: 0;
	width: 300px;
}
#footer  .contact_form_widget form {
	width: 300px;
}
#footer .left_inputs {
	float: left;
	width: 330px;	
}
#footer .right_inputs {
	float: left;
	width: 330px;
}
#footer .contact_form_widget input {
	background: #222222;	
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #999999;
	clear: both;
	border: none;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, sans-serif;
}
#footer .contact_form_error_widget {
	font-size: 11px;
	color: #ff0000;
	padding: 0;
}
#footer .contact_form_widget textarea {
	background: #222222;	
	width: 320px;
	height: 70px;
	padding: 10px 0 0 10px;
	font-size: 11px;
	border: none;
	color: #999999;
	font-family: Arial, Tahoma, sans-serif;
}
#footer .contact_form_widget label {
	display: none;	
}
#footer .contact_form_widget textarea:focus {

}
#footer .contact_form_widget {
	display: block;
}
#footer .contact_submit {
	border: none;
	width: 50px;
	height: 30px;
	cursor: pointer;
	margin-top: 5px;
	background: #222;
	font-family: Abel, Tahoma, sans-serif;
	font-size: 12px;
	color: #f7941d;
	text-transform: uppercase;
	border-radius: 0;
	float: right;
}
/* contact form widget sidebar */
#content .contact_form {
	margin: 0;
	width: 220px;
}
#content  .contact_form form {
	width: 220px;
}
#content .left_inputs {
	float: left;
	width: 220px;	
}
#content .right_inputs {
	float: left;
	width: 220px;
}
#content .contact_form input {
	background: #f1f1f1;	
	width: 210px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #999999;
	clear: both;
	border: none;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, sans-serif;
	box-shadow: none;
}
#content .contact_form_error {
	font-size: 11px;
	color: #ff0000;
	padding: 0;
}
#content .contact_form textarea {
	background: #f1f1f1;	
	width: 210px;
	height: 70px;
	padding: 10px 0 0 10px;
	font-size: 11px;
	border: none;
	color: #999999;
	font-family: Arial, Tahoma, sans-serif;
	box-shadow: none;
}
#content .contact_form textarea:focus {

}
#content .contact_form_textarea {
	display: block;
}
#content .contact_submit {
	border: none;
	width: 50px;
	height: 30px;
	cursor: pointer;
	margin-top: 5px;
	background: #f1f1f1;
	font-family: Abel, Tahoma, sans-serif;
	font-size: 12px;
	color: #f7941d;
	text-transform: uppercase;
	border-radius: 0;
	float: right;
}
/* testimonials shortcode */

#quote_wrap {
	background: url(../images/quote.png) no-repeat left top;
	margin: 0 auto;
}
#testimonial_slider {
	margin: 0 0 30px;
	background: url(../images/testimonial_slider.png) no-repeat top;
	padding-top: 35px;
}
.testimonial_slider_bg {
	background: url(../images/quote2.png) no-repeat bottom right;
	width: 90%;
	margin: 0 auto;
}
#testimonial_slider h3 {
	line-height: normal;
	padding-bottom: 20px;
}
#testimonial_slider blockquote {
	margin: 0;
	background: none;
	padding-right: 0;
	font-style: normal;
}
#testimonial_slider p {
	font-family: Georgia, Arial, sans-serif;
	margin-bottom: 5px;
	color: #8a8a8a;
	font-size: 17px;
	line-height: 22px;
	font-style: italic;
}
#testimonial_slider p cite {
	font-weight: bold;
	font-size: 14px;
	color: #c7c7c7;
}
.testimonial {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	margin: 0 0 20px 0;
}
.testimonial_content {
	padding: 15px;
	text-shadow: none;
	border: 1px solid #fff;
}
.testimonial_content p {
	text-shadow: none;
}
#content .testimonial_paragraph {
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
}
#content .testimonial_name {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#content .testimonial_website {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#content .testimonial_company {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#full_width_page_content .testimonial_paragraph {
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	font-family: Georgia, Verdana, sans-serif;
	font-style: italic;
}
#full_width_page_content .testimonial_name {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#full_width_page_content .testimonial_website {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#full_width_page_content .testimonial_company {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
/* sitemap */

.sitemap ul {
	margin: 0 0 0 20px;
	list-style-position: inside;
}
.sitemap a {
	color: #787878;
}
.sitemap a:hover {
	color: #FF7E00;
}
.sitemap li {
	list-style-type: none;
	background: url(../images/bullet_arrow.png) no-repeat 0px 5px;
	padding: 5px 0 5px 15px;
}
.sitemap .children li {
	background: url(../images/bullet_circle.png) no-repeat 0px 3px;
	padding-left: 18px;
}
/* highlight shortcode */

.red_highlight {
	background: #ff0000;
	color: #fff;
	text-shadow: none;
}
.yellow_highlight {
	background: #fff880;
	text-shadow: none;
}
.blue_highlight {
	background: #aeefff;
	text-shadow: none;
}
.green_highlight {
	background: #b0ffae;
	text-shadow: none;
}
.black_highlight {
	background: #000;
	color: #fff;
	text-shadow: none;
}
/* tooltip shortcode */
.tool_tip_content {
	position: relative;
}
.tool_tip {
	position: relative;
	border-bottom: 1px dotted #888;
}
.tooltip {
	text-shadow: none;
	position: absolute;
	display: none;
	font-size: 12px;
	left: 0px;
	bottom: 20px;
	width: 150px;
	background: url(../images/tooltip_bg.png);
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	line-height: 14px;
	padding: 10px;
}
.tooltip_arrow {
	width: 11px;
	height: 8px;
	background: url(../images/tooltip_arrow.png) no-repeat;
	position: absolute;
	bottom: -8px;
	left: 20px;
}
/* google map shortcode */

.google_map {
	margin: 0 0 20px 0;
}
/* corporate pricing table */

.pricing_table {
	margin: 20px 0 10px;
}
.pricing_column {
	float: left;
	width: 200px;
	padding-bottom: 22px;
	position: relative;
	margin-left: -1px;
}
.pricing_header {
	background: url(../images/pricing_table_header.png) no-repeat;
	height: 80px;
	text-align: center;
	font-family: Arial, Verdana, Tahoma;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius-topright: 5px;
	border-radius-topleft: 5px;
}
.pricing_header h2 {
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background: none;
	font-weight: normal;
	line-height: 24px;
}
.pricing_header p {
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	padding: 0;
	margin: 0;
}
.pricing_content {
	background: #f5f5f5;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.pricing_column_inside {
	padding: 25px 6px 12px 7px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.pricing_column_inside ul.pricing {
	padding: 0;
	list-style: none;
	margin: 0;
	list-style-image: none;
}
.pricing_column_inside ul.pricing li {
	color: #777;
	text-shadow: 1px 1px 1px #fff;
	list-style: none;
}
.pricing_featured .pricing_column_inside ul.pricing li {
	color: #333;
}
.pricing_column_inside ul.pricing li span {
	background: url(../images/check_mark.png) no-repeat 30px 10px;
	display: block;
	padding: 8px 0 9px 48px;
}
.pricing_column_inside ul.pricing li.x_mark span {
	background: url(../images/x_mark.png) no-repeat 30px 10px;
}
span.table_price {
	display: block;
	text-align: center;
	font-size: 48px;
	color: #888;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 0px #fff;
	padding: 2px 0 17px;
	line-height: normal;
}
.pricing_featured span.table_price {
	color: #666;
}
span.table_price sup {
	font-size: 24px;
	bottom: 13px;
	left: 1px;
}
span.table_price span.dollar_sign {
	font-size: 36px;
}
.pricing_featured {
	width: 230px;
	margin-top: -28px;
}
.pricing_featured .pricing_header {
	background: url(../images/pricing_table_header_big.png) no-repeat;
	border-radius: 5px;
}
.pricing_featured .pricing_content {
}
.pricing_featured .pricing_column_inside {
	padding-left: 23px;
	padding-right: 20px;
	padding-top: 53px;
}
.pricing_featured span.table_price {
	margin-top: 17px;
}
.pricing_featured .pricing_header p {
	color: #fff;
}
.pricing_table_button {
	width: 180px;
	height: 33px;
	background: url(../images/pricing_table_button.png) no-repeat 0px 0px;
	text-align: center;
	color:#eee;
	text-shadow:0 -1px 0 #888;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 33px;
	display: block;
}
.pricing_table_button:hover {
	background: url(../images/pricing_table_button.png) no-repeat 0px -37px;
	color:#eee;
	text-shadow:0 -1px 0 #888;
}
.pricing_featured .pricing_table_button {
	width: 180px;
	height: 35px;
	background: url(../images/pricing_table_button_big.png) no-repeat 0px 0px;
	text-align: center;
	color:#eee;
	text-shadow:0 -1px 0 #888;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 35px;
	display: block;
}
.pricing_featured .pricing_table_button:hover {
	background: url(../images/pricing_table_button_big.png) no-repeat 0px -37px;
	color:#eee;
	text-shadow:0 -1px 0 #888;
}
.post-thumbnail-title {
	border: 1px solid #ccc;
	height: 150px;
	padding: 4px;
	width: 520px;
	position: relative;
}
.service_column {
	padding-left: 30px;
	position: relative;
}
#wrapper .service_icon {
	margin: 2px 10px 0 0;
}