/*



------------------------------------------------------------------------



Theme Name: 	WP Remix



Author URI:		http://www.premiumthemes.net/



Description:   	The WordPress Master Theme. One Theme, Many Possiblities



Version:       	3.0



Author:        	R5 Ltd And R.Bhavesh



Author URI:    	http://www.r5ltd.co.uk and http://cssace.com



------------------------------------------------------------------------







Support:       WP Remix, http://wpremix.com/support



Updated:       June 11, 2009



Copyright:     (c) 2009 WP Remix







All rights reserved.



*/







@import url("css/misc.css");		/* css reset - do not edit this */
 @import url("css/dropmenu.css");	/* styling dropdown menu */
 @import url("css/homepages.css");	/* styling homepage templates */
 @import url("css/innerpages.css");	/* styling innerpage templates */
 @import url("css/blog-common.css");		/* styling blog */
 @import url("css/header.css");		/* header option styling blog */
 @import url("css/sidebars.css");		/* styling blog */
 @import url("css/footer.css");		/* footer option */
 @import url("css/blog.css");		/* styling blog */
 @import url("css/color-default.css");		/* styling color schemes css  */
html {
	background: #fff;
}
body {
	text-align:center;
	font: 14px Georgia, Arial, Helvetica, sans-serif;
	color: #666;
	background: #ddd url('/wp-content/themes/wpremix3/images/content-top-bg.jpg') repeat-x !important;
}
#contentwrap {
	width: 100%;
	background: url('/wp-content/themes/wpremix3/images/content-bottom-bg.jpg') repeat-x 0 100%;
}
#wrapper2 {
	background: url('/wp-content/themes/wpremix3/images/headerbg.jpg') top left no-repeat;
}
.blog #wrapper2, .error404 #wrapper2, .archive #wrapper2, .single #wrapper2, .search #wrapper2 {
	background: url('/wp-content/themes/wpremix3/images/blog-headerbg.jpg') top left no-repeat;
}
/* Links -----------------------------------------------------------------------*/



a {
	outline:none;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
p.aright {
	text-align:right;
}
.italic {
	font-style:italic;
}
/* section alignment --------- */







.alignleft, .text-left {
	float:left;
	padding-right:10px;
}
.alignright, .text-right {
	float:right;
	padding-left:10px;
}
.text-center {
	text-align: center;
}
/* image alignment left, right & center --------- */







.imgleft {
	float:left;
	margin:0 12px 12px 0;
	padding:3px;
}
.imgright {
	float:right;
	margin:0 0 12px 12px;
	padding:3px;
}
.imgleft_n {
	float:left;
	margin:0 40px 12px 0;
	padding:3px;
}
.img_center {
	margin:10px 0;
	padding:5px;
}
code {
	font-size:12px;
}
/* blog & content css common ---------------------------------------------------- */







h1 {
	font-size:26px !important;
	padding:0 0 15px 0 !important;
}
.page h1, .page h2, .page h3, .page h4, .page h5 {
	text-transform: lowercase;
}
h2, h3, h4, h5, h6 {
	font-size:24px !important;
	margin:0 0 8px 0 !important;
	padding:0;
}
h2 a {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:none;
}
p {
	font-size:12px;
	line-height:18px;
	margin:0 0 12px;
}
p a {
	text-decoration:none;
}
ul {
	font:12px Georgia, Arial, Helvetica, sans-serif;
	margin:0 0 15px 6px;
	padding:0;
}
ul li ul {
	margin:8px 0 5px;
	padding:0;
}
ol {
	line-height:18px;
	font-size:12px;
	background:none;
	margin:0 0 0 5px;
	padding:0 0 10px 20px;
}
ol li {
	background:none;
	list-style-type:decimal;
	margin:0 0 5px;
	padding:0;
}
ol li ol {
	margin:8px 0 5px 24px;
	padding:0;
}
blockquote {
	background:url(images/quote2.png) no-repeat;
	background-position:5px 8px;
	margin-bottom:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:5px 0px 5px 30px;
	margin-bottom:10px;
}
blockquote p {
	font:bold 12px Arial, Helvetica, sans-serif;
}
.clientname {
	font-size:11px;
	font-weight:normal;
	color:#666;
	margin-bottom:12px;
}
li, ul li ul li {
	line-height:18px;
	margin:0 0 5px;
	padding:0 0 0 12px;
}
/* instruction elements -------------------------------------- */



address {
	font-style:italic;
}
p.alert, p.download, p.info, p.note {
	margin:10px 0 0;
	padding:10px 10px 10px 36px;
}
p.alert {
	padding:10px 10px 10px 36px;
}
/* STRUCTURE ----------------------------------*/



#header {
	height:130px;
	margin:0 auto;
}
#content-wrap {
	overflow:hidden;
	height:100%;
}
#wrapper {
	text-align:left;
	width:817px;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
	height:100%;
	background: url('/wp-content/themes/wpremix3/images/contentbg.jpg') repeat-y;
}
.blog #wrapper, .error404 #wrapper, .archive #wrapper, .single #wrapper, .search #wrapper {
	width: 1000px !important;
	background: url('/wp-content/themes/wpremix3/images/blog-contentbg.jpg') 18px repeat-y !important;
}
#main {
	overflow:hidden;
	clear:both;
}
#main .subcolumns {
	width:400px;
}
#content {
	width:515px;
	margin-left: 28px;
	padding-bottom:10px;
}
#content2 {
	width:560px;
}
#content, #content2 {
	float:left;
}
#sidebar {
	width:220px;
	margin-bottom:15px;
	margin-right: 31px;
}
#sidebar2 {
	width:260px;
	margin-bottom:15px;
}
#sidebar, #sidebar2 {
	float:right;
}
#footer {
	clear:both;
	text-align:left;
	height:120px;
	width:797px;
	margin:0 auto;
	padding: 230px 10px 5px 10px;/* background: url('/wp-content/themes/wpremix3/images/footerbg1.jpg') no-repeat bottom left !important; */



}
.blog #footer, .error404 #footer, .archive #footer, .single #footer, .search #footer {
	width: 1000px;
	height: 119px;
	background: url('/wp-content/themes/wpremix3/images/blog-footerbg.jpg') no-repeat 10px 100% !important;
}
#sidebar span {
	font-size:12px;
}
#content .subcolumns, #sidebar .subcolumns {
	width:280px;
}
/* Header Section  ----------------------------------*/



#header .logo {
	font:25px "Arial Black", Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top:5px;
	text-transform:uppercase;
	float:left;
}
#header .h_left {
	float:left;/*width:320px;*/



}
#header .description {
	font:12px Arial, Helvetica, sans-serif;
	clear:both;
	margin-top:-5px;
}
/* ------------------------------  footer ---------------------------------------  */







#footer p {
	font-size:12px;
	line-height:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0;
	padding:0;
}
#footer span {
	margin-top:-8px;
	font-size:11px;
	padding-left:1px;
}
#footer span a {
	text-decoration:none;
}
#footer span a:hover {
	text-decoration:none;
}
#flinks {
	list-style:none;
	float:right;
}
#flinks li {
	display:inline;
	line-height:26px;
	text-align:right;
	padding:0 5px;
}
#flinks li a {
	font-size:11px;
	text-decoration:none;
}
#flinks li a:hover {
	display:inline;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/



#search {
	float:right;
	margin-top:20px;
	width:205px;
	height:21px;
	padding:2px 0 0 15px;
}
* html #search {
	width:208px;
	overflow:hidden;
}
#search .s {
	font:12px Arial, Helvetica, sans-serif;
	width:170px;
	float:left;
	margin-right:5px;
	padding:2px;
}
/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */







#nav {
	width:490px;
	height:28px;
	position:relative;
	margin: 45px 10px 0 0;
	float: right;
}
.blog #nav, .single #nav, .archive #nav, .error404 #nav, .search #nav {
	margin-right: 30px;
}
#nav .rss {
	font:bold 12px Arial, Helvetica, sans-serif;
	padding-left:18px;
	position:absolute;
	top:7px;
	right:8px;
}
/* breadcrumb start -----------------------------------------------------------------------*/



 



#content-wrap .breadcrumb {
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	clear:both;
	line-height:25px;
	padding-left:5px;
	margin-bottom:10px;
}
a.button {
	margin-bottom:8px;
	font-weight:700;
	font-size:12px;
	padding:3px 15px 3px 10px;
}
.submit {
	margin-bottom:8px;
	font-weight:700;
	font-size:12px;
	cursor:pointer;
	padding:3px 15px 3px 10px;
}
.postads {
	text-align:center;
	overflow:hidden;
	height:100%;
	margin-bottom:25px;
}
.small {
	font-size:11px;
	color:#666;
}
.small a {
	color:#666;
}
.small a:hover {
	color:#000;
}
/*------- Demo  ---------*/







#demotop {
	background:#000;
	height:50px;
	overflow:hidden;
}
#demotop-in {
	width:860px;
	margin:0 auto;
}
#demotop-in h5 {
	float:left;
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:0;
	padding:8px 0 0 0;
}
#demotop-in p {
	font-size:11px;
	color:#666;
	clear:both;
	float:left;
}
.img_button {
	position:relative;
	display:block;
	font-size:12px;
}
.img_button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.img_button span a {
	display:block;
}
.b_purchasedownload2 {
	top:9px;
	right:0;
	float:right;
}
.b_purchasedownload2 span, .b_purchasedownload2 span a {
	background:url(images/b_purchasedownload2.png) no-repeat;
}
.b_purchasedownload2 span a, .b_purchasedownload2 {
	width:190px;
	height:32px;
}
.b_purchasedownload2 span:hover {
	background-position:0 -32px;
}
/* NEW 2.7 */



.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
.commentlist li ul li {
	font-size: 1em;
}
#commentform {
	margin: 5px 10px 0 0;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.children {
	padding: 0;
}
/* Global Dishy Styles */



#navmenu-h {
	float: right;
	margin-right: 15px !important;
}
.blog #navmenu-h {
	margin-right: 7px !important;
}
.logo a {
	display: block;
	height: 115px;
	width: 270px;
	margin-left: 15px;
}
p, p.remix, #content, #sidebar, #sidebar .widget {
	color: #666666 !important;
	font-size: 14px;
}
p.remix, p {
	font-size: 14px !important;
	line-height: 20px !important;
}
#content h1, #content h2, #content h3, #content h4 {
	font-weight: normal !important;
	color: #060606 !important;
}
h1.border, h2.border, h3.border, h4.border, h5.border {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px !important;
	margin-bottom: 15px !important;
}
h2.border2 {
	font-size:18px !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px !important;
	margin-bottom: 15px !important;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
img.float-left {
	padding-right: 20px;
}
.clear-left {
	clear: left;
}
#content-wrap p.remix a, #content-wrap a, #content-wrap p a, #sidebar a {
	color: #6699CC;
}
p.remix a:hover, a:hover, p a:hover, #sidebar a:hover {
	text-decoration: underline;
}
#sidebar * {
	font-family: Georgia, Arial, Verdana, Helvetica !important;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	border-bottom: none !important;
	font-size: 18px !important;
	color: #7f7f7f !important;
	padding-top: 3px !important;
}
#sidebar img.icon {
	padding: 0 5px 0 0 !important;
}
.iconright {
	float: right;
	padding: 13px 0 30px 0;
}
.blog #footer {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/footerbg1.jpg');
}
#footerlinks {
	text-align: center;
	color: #666666;
}
#footerlinks a {
	color: #666666;
	padding: 0 3px;
	font-size: 12px;
}
#footerlinks a:hover {
	color: #6699cc;
}
#socialmedia {
	margin: 10px 0 0 189px;
	line-height: 40px;
	vertical-align: middle !important;
}
#socialmedia div {
	float: left;
}
#socialmedia em {
}
#facebook-icon, #twitter-icon {
	margin: 0 7px;
}
#credits {
	clear: both;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
	line-height: 17px !important;
}
#text-7 {
	list-style-type: none;
	list-style: none;
	background: none;
}
#learnmore {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/arch-learn-more.jpg');
	padding-top: 140px;
	padding-bottom: 10px;
	height: 22px
}
#learnmore a {
	font-size: 13px;
	font-style: italic;
}
/* Services Styles */



#tagcloud {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/tag-cloud-bg2.jpg');
	height: 130px;
	width: 484px;
	margin-bottom: 5px;
}
#tagcloud .row1, #tagcloud .row2, #tagcloud .row3 {
	float: left;
	width: 484px;
}
#tagcloud .row1 {
	line-height: 55px;
	height: 55px;
	padding-left: 10px;
	margin-top: 0px;
	width: 470px;
}
#tagcloud .row2 {
	line-height: 35px;
	height: 35px;
	margin-left: 120px;
	width: 362px;
}
#tagcloud .row3 {
	line-height: 35px;
	height: 35px;
	margin-left: 83px;
	margin-top: 0px;
	width: 394px
}
#tagcloud .row1 div, #tagcloud .row2 div, #tagcloud .row3 div {
	float: left;
}
.cloud-14 a {
	font-size: 14px;
}
.cloud-16 a {
	font-size: 16px;
}
.cloud-20 a {
	font-size: 20px;
	padding: 0 3px;
}
.cloud-24 a {
	font-size: 24px;
}
.cloud-30 a {
	font-size: 30px;
	padding: 0 4px;
}
.cloud-45 a {
	font-size: 45px;
	padding: 0 4px;
}
/* Contact Us Styles */



.page-id-118 #header {
	height: 130px !important;
	overflow: hidden;
}
#googlemap {
	float: left;
	margin-right: 15px;
}
.doubleheading {
	clear: both;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
}
.doubleheading h2, .doubleheading h3 {
	float: left;
}
.doubleheading div {
	float: right;
	padding-top: 8px;
}
.doubleheading div a {
	font-style: italic;
}
.crow1, .crow2 {
	vertical-align: middle;
	padding-left: 10px;
}
.crow1 {
	padding-bottom: 3px;
}
.crow1 div, .crow2 div {
	float: left;
}
.crow2 {
	clear: left;
}
.crow1 div+div, .crow2 div+div {
	padding-left: 5px;
	padding-top: 12px;
}
a.gray {
	color: #7f7f7f !important;
	font-style: italic;
}
#subtitle {
	font-size: 20px !important;
	color: #060606 !important;
}
#contactform {
	clear: both;
	padding-top: 40px !important;
}
#contactform .crow {
	clear: both;
}
#contactform .crow .left {
	width: 90px;
	float: left;
	padding-top: 5px;
}
#contactform .crow .right {
}
#contactform .crow .right input, #contactform .crow .right select {
	margin-bottom: 15px;
}
#contactform .crow .right input {
	width: 298px;
	padding: 4px 0 4px 5px;
	background: none;
	border: 1px solid #993366;
}
#contactform .crow .right textarea {
	width: 346px;
	height: 96px;
	background: none;
	border: 1px solid #993366;
	padding: 4px;
	color: #666 !important;
}
#dropdown {
	border: 1px solid #993366;
	width: 200px;
	padding: 2px;
}
#eventdate {
	width: 100px !important;
}
#contactform input, #contactform select {
	font-family: Georgia, verdana, arial;
	color: #666;
	font-size: 14px;
}
#required, .send {
	float: right;
	font-style: italic;
	padding: 0px 3px 0 0;
}
#required {
	padding-top: 8px;
	padding-right: 8px;
}
.twocolumn {
	padding: 10px 62px 0 0;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	clear: both;
}
/* Services Page Styles */



#bigdish h2 {
	padding-top: 50px !important;
}
#bigdish img {
	padding-top: 20px;
}
.servicescontainer h2+p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px !important;
}
.page-id-18 ul, .message_body ul {
	margin-top: 20px;
}
#content ul li, .message_body ul li {
	font-family: Georgia, arial, verdana, helvetica !important;
	color: #666666 !important;
	font-size: 14px !important;
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/list-item-bg.jpg') left no-repeat !important;
	height: 18px !important;
	padding-left: 26px !important;
	margin-bottom: 15px !important;
	margin-left: 25px !important;
}
.packagedetails-button img {
	margin: 10px 0 0 5px !important;
}
#smalldish {
	padding-top: 15px;
}
#smalldish .wp-image-156 {
	background: #fff;
	padding-right: 37px;
}
.display-none {
	display: none;
}
.pink {
	color: #993366;
	font-size: 14px !important;
}
/* Blog */



#blog_content {
	margin-left: 0px;
	width: 644px !important;
}
.blog h2 {
	color: #060606 !important;
	font-size: 26px !important;
	text-transform: none !important;
}
.blog h2 a:hover {
	text-decoration: underline;
}
.blog #topcontent img {
	float: left;
}
.blog #blog_content .posts {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/blog-date-first.jpg') 17px 0 no-repeat;
}
.blog #blog_content .postbottom+div.posts {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/blog-date.jpg') 17px 0 no-repeat !important;
}
#blog_content h2, #topcontent, .post-content, .post_bottom {
	margin-left: 45px !important;
}
.post-content {
	padding-top: 15px;
}
.post-content p {
	line-height:22px !important;
}
.post-content li {
	line-height:22px;
	color:#666666;
	font-size:14px;
	margin-left:20px;
}
.calendar {
	color: #666 !important;
	padding: 15px 0 0 45px !important;
	font-size: 30px !important;
	font-weight: bold;
}
.calendar .month {
	padding-top: 10px;
	color: #666666 !important;
a
}
.blog .post_top div.pright {
	float: left;
	width: 440px !important;
	padding: 28px 0 0 40px !important;
	margin: 0 !important;
}
#blog_content .post_top h2 {
	margin: 0 !important;
}
.blog .pright .i_author, .archive .pright .i_author, .tag .pright .i_author, .category .pright .i_author {
	background: none !important;
	padding: 0 !important;
	font-size: 14px !important;
	color: #993366 !important;
}
.blog-divider {
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc !important;
	margin-left: 43px !important;
	margin-bottom: 3px;
	clear: both;
}
#blog_sidebar {
	width: 300px !important;
	margin-right: 40px;
}
.i_comment2 a {
	color: #6699CC !important;
	font-size: 14px;
	font-style: italic;
}
.tags {
	padding-top: 10px;
	font-style: italic;
	color: #7F7F7F;
}
.tags a {
	color: #7F7F7F !important;
	text-decoration: underline !important;
}
.tags a:hover {
	text-decoration: none !important;
}
.blog #socialmedia, .error404 #socialmedia, .archive #socialmedia, .single #socialmedia, .search #socialmedia {
	margin: 10px 0 0 302px;
}
#blog_sidebar ul li ul li {
	color:#666666!important;
}
#blog_sidebar #learnmore {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/blog-arch.jpg') no-repeat;
	padding-top: 155px;
	padding-bottom: 0px;
	height: 62px
}
#blog_sidebar #learnmore a {
	font-size: 13px;
	font-style: italic;
	margin-left: 75px;
}
#searchform {
	padding-top: 15px !important;
}
#searchform input.s {
	width: 175px;
	margin-top: 7px;
	font-weight: normal !important;
	height: 21px;
	padding: 4px 0 0 3px !important;
	font-size: 14px !important;
	font-family: Georgia, arial, verdana, helvetica !important;
	color: #7f7f7f !important;
	float: left;
}
#searchbutton {
	width: 94px !important;
	height: 34px !important;
	border: none !important;
	float: right;
}
#blog_sidebar h2 {
	font-size: 18px !important;
	color: #666 !important;
	font-family: Georgia, arial, helvetica;
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/blog-header-bg.jpg') no-repeat;
	padding: 7px 0 0 10px;
	width: 100%;
	height: 31px;
}
.rssfeed {
	padding-left: 22px;
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/rss-icon.jpg') no-repeat;
	margin-left: 10px;
}
.blog-categories {
	width: 130px;
	float: left;
	padding-left: 10px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 20px;
}
.blog-categories a {
	padding: 5px 0 !important;
	margin: 3px 0 !important;
}
#blog_sidebar a {
	font-family: Georgia, arial, verdana, helvetica;
	font-size: 14px;
}
.popular-post {
	margin: 0 0 5px 15px !important;
	font-size: 14px;
}
ul.popular-post-ul, .popular-post {
	background: #fff !important;
}
.popular-post a {
	color: #6699CC !important;
}
#dishychatter {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/dishy-chatter-bg.jpg') !important;
	height: 27px !important;
	padding-top: 35px !important;
	margin-bottom: 0 !important;
}
#side-twitter {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/blog-twitter-bg.jpg') no-repeat;
	padding: 6px 0 0 60px;
	height: 44px;
	font-size: 12px;
	font-family: Georgia, arial, verdana, helvetica;
	width: 235px;
}
#side-twitter a, #side-fb a {
	color: #fff;
}
#side-fb {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/blog-fb-bg.jpg') no-repeat;
	width: 235px;
	padding: 6px 0 0 60px;
	height: 44px;
	font-size: 12px;
	font-family: Georgia, arial, verdana, helvetica;
}
#twitter-1 h2 {
	display: none;
}
#twitter-1 ul {
	margin: -10px 0 0 0 !important;
}
#twitter-1, #twitter-1 * {
	background: none !important;
}
ul.twitter {
	padding: 0 !important;
	margin: 0 !important;
	float: left;
}
.twitter-item {
	background-image: none !important;
	color: #7F7F7F !important;
	font-family: Georgia, arial, helvetica;
	font-size: 14px !important;
	margin-bottom: 10px !important;
}
.twitterbottom {
	float: right;
}
.twitter-item a {
	color: #6699CC !important;
	background-image: none !important;
}
.twitterbottom a.retweet {
	text-decoration: none !important;
}
.widget_tag_cloud h2 {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/tag-cloud-sidebar.jpg') no-repeat !important;
	height: 27px !important;
	color: #666 !important;
	padding-left: 13px !important;
	padding-top: 27px !important;
	margin-bottom: 0 !important;
}
.widget_tag_cloud div {
	margin-top: 10px;
	text-align: center;
}
/* 404 Page */



.error404 #content-wrap #blog_content {
	margin-left: 45px;
	width: 600px !important;
}
/* Single Page */







.single .calendar {
	padding-top: 12px !important;
}
.single #blog_content .posts {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/single-calendar-bg.jpg') 17px 13px no-repeat !important;
}
.single .post_top div.pright {
	float: left;
	width: 440px !important;
	padding: 8px 0 0 40px !important;
	margin: 0 !important;
}
.single .blog-divider {
	border-top: 0 !important;
	border-bottom: 1px solid #ccc;
	padding-top: 10px !important;
	clear: both;
}
#backtoblog {
	margin-left: 45px;
	padding: 0 0 0px 20px;
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/left-arrow.jpg') left 1px no-repeat;
}
#authorimage {
	float: left;
	padding-right: 10px;
}
/* Home Page Styles */



.home #content {
	width: 510px;
	float: right;
	margin-right: 30px;
	margin-left: 0 !important;
}
.home #content h1.pagetitle {
	text-transform: none !important;
}
body.home {
	background: #ddd url('/wp-content/themes/wpremix3/images/home-contenttop-bg.jpg') repeat-x !important;
}
.recent-events-home {
	margin-bottom: 25px;
}
/* Archive Page */



.archive .pright, .search .pright {
	float: left;
	width: 440px !important;
	padding: 30px 0 0 40px !important;
	margin: 0 !important;
}
.archive .posts, .search .posts {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/single-calendar-bg.jpg') 17px 0 no-repeat !important;
}
.postbottom2+div.posts {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/blog-date.jpg') 17px 0 no-repeat !important;
}
.i_author {
	font-family: Georgia, arial, helvetica !important;
	font-size: 14px !important;
	color: #7f7f7f !important;
}
.archive .posts {
	margin-top: 13px;
}
.archive .posts+.posts {
	margin-top: 0 !important;
}
#content-wrap {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.archive .calendar .day {
	padding-top: 1px;
}
/* About Us Page */



.wp-image-46 {
	padding-top: 15px;
}
.clear2 {
	clear: both;
}
.pad-top-30 {
	padding-top: 30px !important;
	margin-top: 0 !important;
}
.pad-top-20 {
	padding-top: 20px;
}
#sidebar img.float-left+h5 {
	float: left;
	width: 180px;
	color:#000!important;
}
#sidebar .float-left {
	float: left;
}
#sidebar h5+p {
	clear: both;
}
/* Search Results */



.search h1 {
	margin-left: 45px;
}
.search .postbottom+div.posts {
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/blog-date.jpg') 17px 0 no-repeat !important;
}
.search-no-results #blog_content {
	margin-left: 45px;
	width: 600px !important;
}
/* Comment Form */



#commentform label {
	color: #666666 !important;
	font-size: 14px !important;
}
#comment-email-note {
	clear: both;
	padding-left: 110px;
	font-style: italic;
}
#commentform .textarea {
	float: left !important;
}
.field {
	margin: 0 !important;
	padding: 0 !important
}
#commentform label {
	clear: both;
}
#blog_content .textarea, #commentform label {
	margin-bottom: 0 !important;
	margin-top: 15px;
}
#blog_content #author, #blog_content #email, #blog_content #url {
	width: 298px;
}
#comment-email-note {
	margin-top: 10px;
}
#commentform .Cbutton2 {
	float: right;
	margin-right: 116px;
	margin-top: 10px;
}
#commentform textarea {
	width: 350px !important;
}
.requiredfields {
	float: right;
	margin: 15px;
	font-style: italic;
}
#leavecomment {
	color: #060606 !important;
}
#commentform h2 {
	margin: 0 !important;
}
#facebooktext {
	float: left;
	clear: both;
	margin-top: 20px;
	font-style: italic;
	margin-right: 10px;
}
.fbconnect_login_button {
	margin-top: 15px;
	float: left;
}
#leavecomment {
	color: #666666 !important;
	font-size: 14px;
}
#leavecomment a {
	color: #6699CC;
}
.post-comments {
	margin-left: 45px;
	margin-top: -30px !important;
}
.commenttext .gravatar {
	float: left !important;
	margin: 0 10px 10px 0 !important;
	height: 30px !important;
	width: auto !important;
}
.commenttext .comment-body {
	clear: both;
	margin: 10px 0;
}
.commenttext .authorname {
	padding-top: 8px !important;
}
.commenttext {
	color: #7F7F7F;
}
.commentmain {
	border: 0 !important;
	background: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}
.commenttext .comment-timestamp {
	font-style: italic;
}
#leavecomment {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.avatar, .avatar-default, .commentmain .photo, .commentmain .gravatar *, .commentmain .gravatar {
	border: none !important;
}
.single #commentform textarea:hover, .single #commentform textarea:focus {
	background: #eee;
}
.first {
	padding-bottom: 15px !important;
}
.font12 {
	font-size: 12px !important;
}
.font14 {
	font-size: 14px !important;
}
.font16 {
	font-size: 16px !important;
}
.font18 {
	font-size: 18px !important;
}
.font20 {
	font-size: 20px !important;
}
.font22 {
	font-size: 22px !important;
}
.font24 {
	font-size: 24px !important;
}
.font26 {
	font-size: 26px !important;
}
#blog_content .more-link {
	clear: both;
	color: #6699CC !important;
	float: left;
	margin: 20px 0 10px 0 !important;
	text-decoration: none;
	padding-right: 15px;
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/read-more-arrow.jpg') no-repeat 100% 3px !important;
}
#socialmediabottom {
	float: right;
	width: 200px;
}
#socialmediabottom a.retweet {
	float: left;
}
#socialmediatop {
	float: left;
	margin: 10px 0 0 45px;
	width: 195px;
}
#socialmediatop .twittertop, #socialmediatop .facebooktop {
	float: left !important;
}
.twittertop a, .twitterbottom a {
	height: 16px;
	width: 55px;
	display: block;
	background: url('http://dishyeventplanning.com/wp-content/themes/wpremix3/images/twitter-retweet.jpg') no-repeat;
}
#socialmediabottomsingle {
}
#socialmediabottomsingle .facebookbottom {
	margin-left: 15px !important;
}
.bottomemail {
	float: right;
	margin-left: 15px;
}
.post_bottom .i_comment2 {
	float: left;
}
.tags {
	clear: both;
}
.bullets {
	color:#db4704;
	background:url(../images/bullet8.png) no-repeat 0 10px;
}
#fb_share_1 {
	width: auto;
}

/* Move to Dropmenu.css */
#nav .page-item-4057.current_page_item a { background: url('/wp-content/themes/wpremix3/images/contact-bg.jpg') 20px 100% no-repeat; }
#nav .page-item-4057.current_page_item a { color: #6699CC !important; }

