/*
Theme Name: Strontiumpon
URL: http://www.paddsolutions.com/wordpress-theme-strontiumpon/
Description: Rubidiumify is a freemium WordPress theme. This special WordPress theme is packed with a better framework, an admin options panel and an awesome design to boot. Download more <a href="http://www.paddsolutions.com">free WordPress Themes</a>.
Version: 1.0
Author: Padd Solutions
Author URI: http://www.paddsolutions.com
*/

@import 'css/fonts.css';
@import 'css/style.css.php';





/* = 1.base.css
--------------------------------------------------- */


/* = HTML Tag Rules
--------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
        /* background: url('http://youandyourdeals.com/wp-content/uploads/2011/12/qtumpsb.png') repeat; */
	background: url('images/jean2.jpg') repeat;
	font: normal 14px/20px "Trebuchet MS",Trebuchet,Tahoma,Arial,sans-serif;
	color: #333;
}
form {
	margin: 0;
	padding: 0;
	display: block;
}
blockquote {
	margin: 16px 0;
	padding: 16px 32px;
	border: 1px solid #c8c8c8; 
	background: #eee none;
}
blockquote blockquote { 
	border-color: #c8c8c8; 
	background: #fefefe none;
}
blockquote blockquote blockquote { 
	border-color: #c8c8c8; background: #eee none;
}
iframe {
	display: block;
	margin: 0;
	padding: 0;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
p {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
a {
	outline: 0;
}
a:link, 
a:visited { 
	color: #0393BE; 
	text-decoration: underline;
}
a:hover, 
a:active { 
	color: #0c6a80; 
	text-decoration: underline;
}
a img {
	border: 0 none;
}
abbr {
	border: 0 none;
}
input,
button,
select,
option {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
}


/* = Theme Specific Rules
---------------------------------------------------*/

.clear {
	clear: both;
}
.no-display {
	display: none;
}
p.breadcrumb {
	margin: 0 0 15px 0;
	font: normal 10px/14px Helvetica, Arial, sans-serif;
}





/* = 1.required.css
--------------------------------------------------- */


/* = WordPress Rules
--------------------------------------------------- */

img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 16px auto;
}
img.alignleft, div.alignleft {
	float: left;
	margin: 0 7px 7px 0;
}
img.alignright, div.alignright {
	float: right;
	margin: 0 0 7px 7px;
}
div.content-singular img {
	/*border: 1px solid #ddd;
	background: #fff none;*/
	padding: 6px;
}
div.content-singular .hentry .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px 4px 0 4px;
	background: #fff none;
}
div.content-singular .hentry .wp-caption a {
	border: 0 none;
}
div.content-singular .hentry .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
div.content-singular .hentry .wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 7px 5px;
	margin: 0;
}
img.wp-smiley {
	padding: 0;
	border: 0 none;
}





/**********SLIDESHOW*********************/


/* = jquery.slideshow.css
--------------------------------------------------- */


/* = Featured Content
--------------------------------------------------- */

div#featured {
	border: 1px solid #a9c2a4;
	margin: 0 0 10px 0;
}
div#featured .title {
	border-bottom: 1px solid #ac6d1b;
	padding: 9px;
	background: transparent url('images/slideshow/bg-featured-title.gif') left top repeat;
}
div#featured .title h2 {
	display: block;
	padding: 9px; 
	margin: 0;
	border: 1px dotted #fff;
	color: #333;
	text-shadow: 0 1px #fff;
	font: normal 24px/28px Georgia, Times New Roman, sans-serif;
}
div#featured .interior {
	padding: 13px 0;
	/*background: #ce9639 none;*/
	background: #dff0db none;
}


/* = Slide Show
--------------------------------------------------- */

div#slideshow .jcarousel-container {
	width: 625px;
	margin: 0 auto;
	position: relative;
}
div#slideshow .jcarousel-container .jcarousel-clip {
	width: 531px;
	margin: 0 auto;
}
div#slideshow .jcarousel-container .jcarousel-prev {
	position: absolute;
     top: 64px;
     left: 0;
     width: 38px;
     height: 52px;
     background: transparent url('images/slideshow/arrow-l.png') left top no-repeat;
     cursor: pointer;
}
div#slideshow .jcarousel-container .jcarousel-next {
	position: absolute;
	top: 64px;
	right: 0;
	width: 38px;
	height: 52px;
	background: transparent url('images/slideshow/arrow-r.png') right top no-repeat;
	cursor: pointer;
}
div#slideshow ul.list {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#slideshow ul.list li {
	display: block; 
	margin: 0;
	padding: 7px;
}
div#slideshow ul.list li a {
	display: block; 
	margin: 0;
	padding: 0;
	border: 0 none;
}



















/* = 2.layout.css
--------------------------------------------------- */


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

div#container {
    /*
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    */
    margin: 0 auto;
    width: 1000px;
}


/* = Columnization
--------------------------------------------------- */

div#body { 
	/*background: transparent url('images/bg-body.png') left top repeat-x;*/
	padding: 0 0 27px 0;
	margin-top: -10px;
}
div#body-pad { 
	width: 1000px;
	margin: 10px auto 0;
	background: #FFF;
	border: 1px solid #CCC;
}
div#body div#content { 
	width: 670px; 
	margin: 0; 
	float: left; 
}
div#body div#content div#content-pad { 
	padding: 10px;
	background: #fff none; 
	width: 665px;
}
div#body div#sidebar { 
	width: 298px;
	color: #000; 
	margin: 0; 
	padding: 10px; 
	float: right; 
}






/* = 3.header.css
--------------------------------------------------- */


/* = Advertisement
--------------------------------------------------- */

div#header-ads {
	text-align: center;
	padding: 5px;
	/*background: transparent url('images/bg-header-ads.jpg') left top repeat;*/
}


/* = Header, Blog Title and Slogan.
--------------------------------------------------- */

div#header {
	/*background: transparent url('images/bg-header.gif') left top repeat-x;*/
	height: 98px;
	padding: 2px 0;
}
div#header-pad {
	width: 1000px;
	margin: 0 auto;
}
div#header h3 {
	display: none;
}
div#header .box-masthead {
	height: 50px;
	float: left;
}
div#header .title {
	display: block;
	margin: 0;
	padding: 0;
}
div#header .title a {
	display: block;
	margin: 0;
	color: #333;
	padding: 0;
	width: 430px;
	height: 55px;
	line-height: 65px;
	font-size: 28px;
	font-family: Georgia, Times New Roman, serif;
	/*text-indent: -999999px;
	background: transparent url('images/site-name.png') left top no-repeat;*/
	outline: none;
}
div#header .description {
	color: #333;
}


/* = Search Form
--------------------------------------------------- */

div#header .box-search {
	float: right;
	margin: 20px 0 0 0;
}
div#header .box-search p {
	display: block;
	margin: 0;
	padding: 0;
}
div#header .box-search label {
	display: none;
}
div#header .box-search input {
	border: 1px solid #000;
	width: 300px;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	float: left;
	color: #000;
	font: italic 19px/19px Geogia, serif;
}

div#header .box-search button {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 50px;
	height: 35px;
	cursor: pointer;
}

div#header .box-search button:hover {background: #FFF; border: 1px solid #000;}
div#header .box-search button span {}






/* = 4.navigation.css
--------------------------------------------------- */


/* = Layout
--------------------------------------------------- */

div#menubar div#menubar-pad {
	width: 998px;
	height: 48px;
	margin: 0 auto;
	clear: both;
}
div#menubar h3 {
	display: none;
}
div#menubar ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menubar ul li {
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	height: 37px;
}
div#menubar ul ul {
	position: absolute;
	display: none;
	width: 160px;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
	z-index: 9999999;
}
div#menubar ul li a {
	display: block;
	margin: 0;
	padding: 0;
}

div#menubar ul li:hover ul, 
div#menubar ul li.hover ul {
	display: block;
	z-index: 999999;
	float: none;
}
div#menubar ul ul li {
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	height: auto;
}
div#menubar ul ul li a {
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	height: auto;
}
div#menubar ul ul ul {
	margin: -22px 0 0 160px;
}


/* Colors and Images
-----------------------------------------*/

div#menubar {
	border: 1px solid #de741f;
	border-bottom: none;
	background: url('http://www.youandyourdealsiloveit.com/wp-content/uploads/2012/06/nav.jpg') repeat-x left top;
	height:48px;
  	margin:0 auto;
  	width:1000px;
}
div#menubar ul li {
	
}
div#menubar ul li a {
	color: #FFF;
	cursor: pointer;
	padding: 5px 10px;
}
div#menubar ul ul {
	background: transparent url('images/bg-menubar.jpg') left top repeat;
}
div#menubar ul ul li {
	background: transparent none;
}
div#menubar ul li:hover a,
div#menubar ul li.hover a {
	background: url('http://www.youandyourdealsiloveit.com/wp-content/uploads/2012/06/nav-hover.jpg') repeat-x left top;
	color: #FFF;
	text-decoration: none;
}

div#menubar ul li.current-menu-item a, 
div#menubar ul li.current_page_item a {
	background: url('http://www.youandyourdealsiloveit.com/wp-content/uploads/2012/06/nav-current.jpg') repeat-x left top;
	color: #9f4800;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	
}

/* Typography
-----------------------------------------*/

div#menubar ul li {
	font: normal 12px/37px 'Lucida Sans', 'Lucida Grande', sans-serif;
	text-transform: uppercase;
}
div#menubar ul li a {
	text-decoration: none;
}
div#menubar ul ul li {
	line-height: 22px;
}





/* Categories
------------------------------------------*/

div.catList {
clear: both;
display: block;
text-align: left;
width: 991px;
margin: 0 auto;
background: #ffb12e;
border: 1px solid #FFF;
border-radius: 0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
padding: 5px;
}
div.catList ul {
margin: 0;
}
div.catList ul li {
float: left;
display: inline;
margin: 0;
margin-right: 10px;
padding: 0 10px 0 0;
background: none;
border:none;
border-right: 1px solid #FFF;
}
div.catList ul li a {
text-decoration: none;
background: none;
border: none;
padding: 0;
margin: 0;
color: #FFF;
}



/* = 5.content.css
--------------------------------------------------- */


/* = Advertisement
--------------------------------------------------- */

/*div#content .box-ads {
	text-align: center;
	margin: 0 0 10px 0;
}
*/
div#content .box-ads .title {
	display: none;
}

/* = Content Group
--------------------------------------------------- */

.content-title {
	border: 1px solid #18829a;
	padding: 9px;
	margin: 0 0 10px 0;
	background: transparent url('images/bg-content-title.gif') left top repeat;
}
.content-title h1,
.content-title h2 {
	display: block;
	padding: 9px; 
	margin: 0;
	border: 1px dotted #fff;
	color: #333;
	text-shadow: 0 1px #fff;
	font: normal 24px/28px Georgia, Times New Roman, sans-serif;
}


/* = Post
--------------------------------------------------- */

.hentry .title {
	margin: 0;
	padding: 0
}
.hentry .title h1, 
.hentry .title h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	color: #42b8d3;
	/*width: 475px;*/
}
.hentry .meta {
	margin: 0 0 20px 0;
}
.hentry .meta p {
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	font: normal 11px/15px Helvetica, Arial, sans-serif;
	color: #999;
}
.hentry .meta p span {
	font-style: italic;
}
.hentry .meta p a {
	color: #999;
	text-decoration: none;
}
.hentry .meta p a:hover {
	color: #c66;
}
div.page .title {
	margin: 0 0 10px 0;
}
.not-found .title {
	margin: 0 0 10px 0; 
}
p.coupon {
	display: block;
}

p.coupon strong {
	font-size: 15px !important;
	color: #454545;
	font-family:"Trebuchet MS",Trebuchet,Tahoma,Arial,sans-serif;
}

p.coupon a {
	display: inline-block;
	margin: 0;
	padding: 0 25px 0 5px;
	font: bold 14px/22px 'Lucida Sans', 'Lucida Grande', sans-serif !important;
	border: 1px dashed #febf02;
	background: #fdedb4 url('images/bg-post-coupon.gif') center right no-repeat;
	color: #437216;
	text-shadow: 1px 1px #fff;
	text-decoration: none;
	cursor: pointer;
}
p.coupon a:hover {
	color: #000;
	text-shadow: 1px 1px #fff;
	text-decoration: none;
}


/* = Posts Inside Content Group
--------------------------------------------------- */

.content-group .hentry {	
	height: 140px;
	min-height: 140px;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 10px;
	border: none;
	border-bottom: 2px dashed #E7E7E7;
	position: relative;
	/*background: #FFF url(http://www.youandyourdealsiloveit.com/wp-content/uploads/2011/12/yaydili-post.png) repeat-x 0 1px;*/
}
html>body .content-group .hentry {height: auto;}

.content-group .hentry .thumbnail {
	float: left;
}
.content-group .hentry .thumbnail img {
	/*border: 1px solid #CCC;*/
}
.content-group .hentry .title {
	/*margin: 0 0 0 140px;*/
	margin: 0;
}
.content-group .hentry .title h2, 
.content-group .hentry .title h2 a {
	margin: 0;
	padding: 0;
	font: normal 18px/20px "Trebuchet MS",Trebuchet,Tahoma,Arial,sans-serif;
	color:#0393BE;
	text-decoration: none;
	text-transform: uppercase;
}
.content-group .hentry .title h2 a:hover {
	color: #333;
}
.content-group .hentry .excerpt {
	display: block; 
	padding: 0;
	margin: 0 0 10px 145px;
	position: relative;
}
.content-group .hentry .excerpt p {
	display: block; 
	padding: 0 70px 0 0;
	margin: 0;
	float: left;
	color: #1b1b1b;
	font-size: 12px;
	line-height: 16px;
}
.content-group .not-found .title {
	margin: 0 0 10px 0;
}
.content-singular .ads {
	text-align: center;
	padding: 0 0 20px 0;
}
.content-singular .content {
	padding: 0 0 10px 0;
}
.content-singular .hentry .title h1 a {
	color: #42b8d3;
	line-height: 35px;
	text-decoration: none;
}
.content-singular .hentry .title h1 a:hover {
	color: #333;
}



/* Post Details
-----------------------------------------*/

.content-single .hentry .post-box {
	padding: 0;
	margin: 0 0 20px 0;
}
.content-single .hentry .post-box .title {
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-top: 0 none;
	background: transparent none;
	border-bottom: 1px dashed #eaeaea;
}
.content-single .hentry .post-box .title h2 {
	margin: 0;
}
.content-single .hentry .post-box .title p {
	margin: 0;
	color: #666;
	font-size: 10px;
	line-height: 14px;
}
.content-single .hentry .post-box-share .interior ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 32px;
}
.content-single .hentry .post-box-share .interior ul li {
	display: block;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}
.content-single .hentry .post-box-share .interior ul li a {
	display: block;
	float: left;
	border: 0 none;
}
.content-single .hentry .post-box-share .interior ul li a img {
	border: 0 none;
	padding: 0;
}
.content-single .hentry .post-box-related .interior {
	overflow: hidden;
}
.content-single .hentry .post-box-related .interior img {
	padding: 0;
	border: 0 none;
	width: 136px;
	height: 70px;
}
.content-single .hentry .post-box-related .interior ol {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 680px;
}
.content-single .hentry .post-box-related .interior ol li {
	display: block;
	width: 136px;
	margin: 0 15px 0 0;
	padding: 3px;
	float: left;
	background: #F7F7F7;
	border: 1px solid #CCC;
}


/* Comments
-----------------------------------------*/

ol.comments-list {
	display: block;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
ol.comments-list li.comment {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.comments-list li.comment ul.children {
	margin: 0;
	padding: 0 0 0 80px
}
div.comment {
	border: 1px solid #bfbfbf;
	background: transparent url('images/bd-comment-vertical.gif') 171px top repeat-y;
	margin: 0 0 10px 0;
	padding: 10px
}
div.comment .comment-author {
	width: 171px;
	float: left;
	font: normal 12px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.comment .comment-author .author { 
	font-weight: bold; 
}
div.comment .comment-author .author a { 
	font-weight: bold; 
}
div.comment .comment-author .comment-avatar {
	margin: 0 10px 0 0;
	float: left;
}
div.comment .comment-author .comment-avatar img.avatar {
	border: 2px solid #bfbfbf;
	padding: 1px;
}
div.comment .comment-author .comment-meta .author {
	color: #666;
}
div.comment .comment-author .comment-meta .time {
	color: #999;
	 font: normal 10px/14px Helvetica, Arial, sans-serif;
}
div.comment .comment-author span {
	display: block;
}
div.comment .comment-details {
	margin: 0 0 0 161px;
	padding: 0 0 10px 10px;
	min-height: 100px;
}
div.comment .comment-actions {
	padding: 4px 0;
	text-align: right;
	font: normal 10px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ol.trackbacks-list {
	margin: 0 0 0 3em;
	padding: 0;
}


/* Comment Form
-----------------------------------------*/

div#reply label {
	display: block;
	padding: 0 0 3px 6px;
}
div#reply small {
	color: #b7b7b7;
}
div#reply input {
	border: 1px solid #ddd;
	padding: 5px;
	color: #000;
	background: #fff none;
}
div#reply textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 588px;
	color: #000;
	background: #fff none;
}
div#reply button {
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 99px;
	height: 29px;
	cursor: hand;
	background: transparent url('images/button-comments-submit.png') left top no-repeat;
}
div#reply button span {
	display: none;
}
div#reply .comment-submit {
	text-align: right;
}
div#reply .input {
	display: block;
	margin: 0 0 10px 0;
}
div#reply .input-small {
	width: 290px;
}
div#reply .input-small input {
	width: 278px;
}
div#reply .input-name {
	float: left;
}
div#reply .input-email {
	float: right;
}
div#reply .input-website {
	clear: both;
}
div#reply .input-website input {
	width: 588px;
}






/* = 6.pagination.css
--------------------------------------------------- */

div.pagination span, 
div.pagination a {
	display: block; 
	float: left; 
	height: 26px;
	margin: 0 10px 0 0; 
	padding: 0 10px; 
	font: bold 10px/26px 'Lucida Sans', 'Lucida Grande', sans-serif; 
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	background: #f8f3eb none;
	border: 1px dotted #000;
}

div.pagination span.pages { 
	color: #000; 
}
div.pagination span.pages span.n {
	display: inline; 
	color: #000; 
	margin: 0; 
	padding: 0; 
	border: 0 none; 
	float: none;
}
div.pagination span.current, div.pagination a:hover, div.pagination a:active {
	color: #999;
}





/* = 7.sidebar.css
--------------------------------------------------- */


/* = Sidebar General Rules
--------------------------------------------------- */

div#sidebar h2 {
	display: none;
}
div#sidebar .box {
	margin: 0 0 20px 0;
	font: normal 12px/18px 'Lucida Sans', 'Lucida Grande', sans-serif;
}
div#sidebar .box a { 
	text-decoration: none; 
	color: #fff;
	text-shadow: 1px 1px #000;
}
div#sidebar .box a:hover {
	color: #578d1d;
	text-shadow: 1px 1px #000;
}
div#sidebar .box .title {
	border: 1px dotted #9ab3c5;
	border-bottom: 3px solid #9ab3c5;
	padding: 5px;
	margin-bottom: 5px;
	/*background: url('images/bg-content-title.gif') repeat;*/
	background: #e0eef6;
}
div#sidebar .box .title h3 {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	text-shadow: 1px 1px #FFF;
	font: normal 16px/20px Arial, Helvetica,sans-erif; 
	text-transform: uppercase;
}
div#sidebar .box ul {
	display: block;
	margin: 0;
	padding: 0;
	font: normal 12px/18px 'Lucida Sans', 'Lucida Grande', sans-serif;
}
div#sidebar .box ul li {
	display: block;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #7c976b;
	font: normal 12px/18px 'Lucida Sans', 'Lucida Grande', sans-serif;
}
div#sidebar .box ul ul {
	display: block;
	margin: 5px 0 -6px 0;
	border-top: 1px dotted #7c976b;
}
div#sidebar .box ul ul li {
	padding: 5px 0 5px 2em;
}
div#sidebar .box ul ul ul {
	margin: 5px 0 -6px -2em;
}
div#sidebar .box ul ul ul li {
	padding: 5px 0 5px 4em;
}
div#sidebar .box ul ul ul ul {
	margin: 5px 0 -6px -4em;
}
div#sidebar .box ul ul ul ul li {
	padding: 5px 0 5px 6em;
}
div#sidebar .box ul ul ul ul ul {
	margin: 5px 0 -6px -6em;
}
div#sidebar .box ul ul ul ul ul li {
	padding: 5px 0 5px 8em;
}
div#sidebar .box ul ul ul ul ul ul {
	margin: 5px 0 -6px -8em;
}
div#sidebar .box ul ul ul ul ul ul li {
	padding: 5px 0 5px 10em;
}


/* = Advertisement
--------------------------------------------------- */

div#sidebar .box-ads .title {
	display: none;
}
div#sidebar .box-ads .interior {
	padding: 0;
}


/* = Social Networking
--------------------------------------------------- */

div#sidebar .box-socialnet ul {
	padding: 10px 0 0 0;
}
div#sidebar .box-socialnet ul li { 
	float: left; 
	width: 32px; 
	height: 32px; 
	margin: 0 18px 0 0; 
	padding: 0; 
	border-bottom: 0 none;
}
div#sidebar .box-socialnet ul li a { 
	display: block; 
	width: 32px; 
	height: 32px; 
	text-indent: -999999px; 
	margin: 0; 
	padding: 0; 
}
div#sidebar .box-socialnet ul li.mail { 
	background: transparent url('images/icon-sn-mail.png') left top no-repeat; 
}
div#sidebar .box-socialnet ul li.facebook { 
	background: transparent url('images/icon-sn-facebook.png') left top no-repeat; 
}
div#sidebar .box-socialnet ul li.rss { 
	background: transparent url('images/icon-sn-rss.png') left top no-repeat; 
}
div#sidebar .box-socialnet ul li.twitter { 
	background: transparent url('images/icon-sn-twitter.png') left top no-repeat; 
}


/* = Popular Posts
--------------------------------------------------- */

div#sidebar .box-popular-posts .interior ul { 
	display: block; 
	margin: 16px 0 0 0; 
	padding: 0; 
	list-style: none; 
}
div#sidebar .box-popular-posts .interior ul li { 
	min-height: 57px; 
	margin: 0 0 16px 0; 
	padding: 0; 
	border-bottom: 0 none;
}
div#sidebar .box-popular-posts .interior ul li img { 
	float: left; 
}
div#sidebar .box-popular-posts .interior ul li span.wpp-post-title { 
	display: block; 
	margin: 0 0 0 67px; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: bold;
}
div#sidebar .box-popular-posts .interior ul li span.post-stats { 
	display: block; 
	margin: 0 0 0 67px; 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 14px;
	color: #406612;
}


/* = Facebook Like Box
--------------------------------------------------- */

div#sidebar .box-fb-like .title {
	display: none;
}
div#sidebar .box-fb-like .interior {
	padding: 0;
	background: #fff none;
}



/*Sidebar P*/
div#sidebar .interior .textwidget {
 color: #000;
 padding: 5px;
}








/* = 9.footer.css
--------------------------------------------------- */

div#footer {
	padding: 5px 0 0 0;
	background: transparent url('images/bg-body.png') left top repeat-x;
}
div#footer-pad {
	padding: 16px 0;
	background: #FFF /*transparent url('images/bg-menubar.jpg') left top repeat*/;
}
div#footer .inner {
	width: 960px;
	margin: 0 auto;
}
div#footer p {
	display: block;
	margin: 0;
	padding: 0;
	font: normal 8px/12px Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
	color: #183803;
}
div#footer a {
	color: #183803;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}
div#footer p.copyright {
	float: left;
}
div#footer p.annotation {
	width: 460px;
	float: right;
}








#padd-admin-tabs ul.ui-tabs-nav {
	border-bottom: 1px solid #dfdfdf;
	font-size: 12px; height: 29px;
	list-style-image: none; list-style-position: outside; list-style-type: none;
	margin: 13px 0 0 0; overflow: visible; padding: 0 0 0 8px;
}
#padd-admin-tabs ul.ui-tabs-nav li {
		display: block; float: left; line-height: 200%;
		list-style-image: none; list-style-position: outside; list-style-type: none;
		margin: 0; padding: 0; position: relative;
		text-align: center; white-space: nowrap; width: auto;
}
#padd-admin-tabs ul.ui-tabs-nav li a { background:transparent none no-repeat scroll 0 50%; border-bottom:1px solid #dfdfdf; display:block; float:left; line-height:28px; padding:1px 13px 0; position:relative; text-decoration:none;}
#padd-admin-tabs ul.ui-tabs-nav li.ui-tabs-selected a { -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px;border:1px solid #dfdfdf; border-bottom-color:#f9f9f9; color:#333333; font-weight:normal; padding:0 12px;}
#padd-admin-tabs ul.ui-tabs-nav a:focus, a:active { outline-color:-moz-use-text-color; outline-style:none; outline-width:medium; }

#padd-admin-tabs ul.ui-tabs-panel { border: 1px solid #dfdfdf; } 

table.form-table select { width: 250px; }

#screen-options-wrap p.submit { margin: 0; padding: 0; }

.post-table th { font-weight: bold; }




/*Other styles added after installing theme*/
.post-box.post-box-share.append-clear {
background: #F7F7F7;
border: 1px solid #ccc;
padding: 10px;
}

#wp_fb_like_button {
margin-bottom: 15px !important;
width: 200px !important;
float: left;
}

a.twitter {
	width: 54px;
	height: 41px;
	background: url('http://www.youandyourdealsiloveit.com/wp-content/uploads/2011/12/twitter.png') no-repeat 0 0;
	display: inline;
	float: right;
	margin-top: -15px;
}

a.twitter:hover {background: url('http://www.youandyourdealsiloveit.com/wp-content/uploads/2011/12/twitter.png') no-repeat 0 -41px;}


div.gplusone {}


.content {position: relative;}

.content-singular .content {
padding-bottom: 20px;
margin-bottom: 30px;
}


.right {
display: block;
margin: 10px 0 5px;
}


.right .twitter {
float: left;
margin-right: 10px;
width: 90px;
display: inline;
}

.right .gplusone {
float: left;
width: 85px;
height: 20px;
margin-right: 5px;
}

.right .fb {
float: left;
width: 100px;
height: 20px;
}



/*HOME SOCIAL*/
.right.home {
display: inline;
float: right;
margin: 10px 0 5px;
width: 110px;
}


.right.home .twitter {
margin: 0 auto 10px;
width: 90px;
}

.right.home .gplusone {
margin: 0 auto 10px;
width: 85px;
height: 20px;
}

.right.home .fb {
margin: 0 auto 10px;
width: 100px;
height: 20px;
}


.content h2 a {
padding-right: 200px;
}

.hentry .title h1 {
border-bottom: 1px solid #3d81ee;
color:#3d81ee;
padding-bottom: 5px;
font-size: 25px;
line-height: 30px;
}

.hentry .title h2 {
background:#ffffe0;
border: 1px solid #e6db55;
border-bottom: 3px solid #e6db55;
padding: 2px 5px;
color:#333;
}

.content p {
padding-top: 10px;
color:#666;
}

.content .thumbnail {
margin: 0 0 10px 10px;
display: inline;
float: right;
border: 1px solid #efefef;
}

.content-group .hentry .title h2 {
background: none;
border: none;
padding:0;
margin: 0;
}


.homeContent {float: left; margin: 10px 0 0; width: 475px; padding: 0;}
.homeContent p {margin:0; padding: 0 25px 5px 0 !important; text-align: left;}
.content-group .hentry p.getMoreFrom { display: block; clear: both;}
.content-group .hentry p.getMoreFrom a { font-size: 12px; text-decoration: underline; color: #0393BE; }

body.blog .title h2 a {margin: 0; padding: 0; /*display: block;*/ width: 100%;}
.theTags {text-indent: -99999px;}