/*Theme Name:TAD-Theme*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section
	{
	display: block;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio
:not
 
(
[
controls
]
 
)
{
display
:
 
none
;


}
[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
}

body,button,input,select,textarea {
	font-family: sans-serif;
	color: #222;
}

::-moz-selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

a {
	color: #00e;
}

a:visited {
	color: #551a8b;
}

a:hover {
	color: #06e;
}

a:focus {
	outline: thin dotted;
}

a:hover,a:active {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,code,kbd,samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul,ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg
:not
 
(
:root
 
)
{
overflow
:
 
hidden
;


}
figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,input {
	line-height: normal;
	*overflow: visible;
}

table button,table input {
	*overflow: auto;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:valid,textarea:valid {
	
}

input:invalid,textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

li {
	list-style: none;
}

.pr {
	position: relative;
}

#base {
	padding-top: 10px;
	background: #fff;
}

.rounded {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.left,.fl {
	float: left;
}

.right,.fr {
	float: right;
}

.more {
	font-style: italic;
	margin: 0;
	padding: 20px 0 0 5px;
}

.highlight {
	background-color: #FFD;
}

.nodot {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.border {
	border: 1px solid #ddd;
}

.no-mabo {
	margin-bottom: 0 !important;
}

.fs13 {
	font-size: 13px;
}

.padBot {
	padding-bottom: 10px;
}

dl img {
	margin: 0 !important;
	padding: 0 !important;
}

caption {
	color: #000;
	font-size: 1em;
}

blockquote {
	border-bottom: .071em dotted #F50;
	border-top: .071em dotted #F50;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 1em;
	padding: 2em 0 0 2em;
}

em {
	color: #333;
}

strong {
	color: #222;
	font-size: .975em;
	letter-spacing: .02em;
}

.cc {
	color: #7A7A70 !important;
}

.cb {
	clear: both;
}

.db {
	display: block;
}

.oh {
	overflow: hidden;
}

.nb {
	border-bottom: none;
}

.asideWide {
	width: 160px;
}

#header {
	margin:0 0 120px 0;
}

#branding {
	margin-bottom: 12px;
}

#branding_wrap {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.sz_logo img {
	position: absolute;
	right: 14px;
	bottom: 20px;
}

.blogdescription {
	color: #000;
	font-family: baskerville, palatino, 'palatino linotype', georgia, serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: .8em;
	margin-left: 3.9em;
	padding: 0;
}

#navigation ul {
	font-family: baskerville, 'palatino linotype', 'times new roman', serif;
	font-size: .875em;
	font-variant: small-caps;
	height: 1.571em;
	line-height: 1.428em;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#navi #menu-nav_main a {
	background: #111 none repeat scroll 0 0;
	border-right: 1px solid #FFF;
	color: #FFF;
	display: block;
	float: left;
	height: 24px;
	padding: 2px 0 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 120px;
}

#navi #menu-nav_main a:hover,#navi #menu-nav_main .current-menu-parent a,#navi #menu-nav_main .current-post-parent a
	{
	background-color: #F50;
	color: #fff;
}

#navi #menu-nav_main li.featured a {
	background: #009933 none;
}

#cse-search-box input {
	background: #fff;
	border: 3px double #000;
	height: 17px;
	width: 206px;
}

.search .inputs {
	width: 118px;
	margin-right: 67px;
}

.sf-menu a:visited {
	color: #666;
}

.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active
	{
	outline: 0;
}

.sf-menu ul {
	border: 1px solid #d4d4d4;
	border-top: none;
}

.sf-menu li:hover ul,.sf-menu li.sfhover ul {
	top: 38px;
}

.sf-menu ul a {
	border-bottom: 0 !important;
	border-top: 1px solid #d4d4d4;
	background-color: #fafafa;
}

.sf-menu ul a:hover {
	color: #FF4B33;
}

#gallery-posts {
	background: #000;
	padding: 5px;
}

#featured {
	margin-top: 10px;
	background-color: #e9e9e9;
	padding: 10px 0;
}

#featured .item {
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 250px;
}

#featured .item img {
	position: absolute;
	z-index: 1;
}

#featured .item .boxCaption {
	width: 200px;
	height: 230px;
	position: absolute;
	top: 180px;
	z-index: 2;
	background: url(images/bg-box.png) repeat top left;
	color: #000;
	padding: 10px;
}

#featured .item h2 {
	font-size: 18px;
	font-family: Arial, 'Trebuchet MS';
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px;
}

#featured .item a {
	color: #fff;
	text-decoration: none;
}

#featured .item a:hover {
	color: #e0e0e0;
}

#featured .item .boxCaption div {
	font-size: 10px;
}

#main {
	border-bottom: .188em solid #000;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 10px 0;
}

.cat_intro {
	font-size: .875em;
}

.cat_title {
	font-size: 38px;
	color: #111;
	font-style: normal;
	font-variant: small-caps;
}

.tag_title {
	color: #000;
	font-size: 2.6em;
	font-style: normal;
	font-variant: small-caps;
}

span.sideMark {
	color: #7A7A70;
	text-transform: uppercase;
	font-size: 15px;
	font-style: normal;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}

.buy {
	width: 160px;
	min-height: 40px;
}

#posts {
	font-size: 14px;
}

.single #posts {
	font-size: 14px;
}

#posts .post {
	margin-bottom: 10px;
	border: 3px double #999;
	padding: 10px;
}

#posts .col2 {
	width: 254px;
}

h1.list-title {
	border-bottom: .045em solid #000;
	letter-spacing: -.025em;
	line-height: 1em;
	padding: .775em 0 .3em .2em;
}

h1.post-title {
	line-height: 1.2em;
	padding-bottom: 0;
	margin-bottom:10px;
	font-size:28px;
}

.single-post h3 {
	font-weight: 700;
	font-style: normal;
	margin: 12px 0 4px;
}

.post-title a {
	border-bottom: 1px solid #777;
	color: #3a3a3a;
	border-bottom:1px solid transparent;
}

.post-title a:hover {
	border-bottom: none;
	color: #F50;
	border-bottom:1px solid #f50;
}

.post-title h2 {
	font-size: 14px;
}

.post-content img {
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
	padding: 3px;
}

.post-cat {
	margin-top: 8px;
}

#posts_sub {
	margin-top: 48px;
}

.post-meta {
	font-size: 14px;
	margin-bottom: 10px;
}

.post-meta ul {
	margin-right: 10px;
}

.post-meta ul li {
	margin-bottom: 10px;
	padding: 0 5px 5px 5px;
}

.post-meta ul li.time,.time,.comment {
	font-style: italic;
	line-height: 1.571em;
	padding-bottom: 0;
}

.time.cat {
	padding-left: 250px;
}

.home .post-meta ul li {
	padding-right: 5px;
	margin-bottom: 0;
	border-bottom: none;
}

.post-entry {
	color: #111;
	font-weight: bold;
	margin: 0 0 10px;
}

.post-content {
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}

.post-content p {
	margin-bottom: 10px;
}

.post-content li {
	list-style: disc;
	list-style-position: inside;
}

.post-content h2 {
	font-size: 1.571em;
	line-height: 1.4;
	margin: 10px 0 5px;
}

.post-bying {
	background: transparent
		url(/wp-content/themes/tad-theme/images/shopping-tipp-20x20.png)
		no-repeat scroll left 3px;
	padding: 0 10px 10px 25px;
	overflow: hidden;
}

.post-bying img {
	border: none;
	margin: 0;
	padding: 0;
}

.buylink-aside {
	background: transparent url(images/bag-32x32.png) no-repeat -5px 3px;
	padding-bottom: 20px;
}

.tipp {
	padding-left: 30px;
	margin-bottom: 0;
}

.post-bottom .post-related {
	width: 200px;
}

.post-bottom .post-related h2,.post-bottom .post-share h2,.dynamic h2,h2.share-title
	{
	font-style: italic;
	line-height: 1em;
	margin: 0 0 1.571em;
}

#posts .post-bottom {
	border: none;
	padding: 0;
}

.post-navigation {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 1em;
	padding: 5px;
}

.dynamic h2 {
	padding-top: 1em;
}

.dynamic li.recentcomments {
	margin-bottom: 2.8em;
}

.related-title {
	color: #7A7A70;
	font-size: 1.3em;
	font-style: italic;
	padding-top: 40px;
	margin-bottom: 10px;
}

.related li {
	line-height: 1.8;
}

.post-bottom .post-related ul li {
	margin: 0;
	padding: 5px 0;
}

.post-bottom .post-share {
	width: 210px;
	padding-left: 13px;
	border-left: 1px solid #000;
}

.post-bottom .post-share ul {
	width: 210px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-bottom .post-share ul li {
	float: left;
	width: 32px;
	margin: 0;
	padding: 5px;
}

.dynamic.grid_6 {
	border-top: 3px double #F50;
	margin-top: 2em;
}

li.nav-previous,li.nav-next {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background: #fff repeat 0 0;
}

li.nav-previous a,li.nav-next a {
	color: #696969;
}

#posts .strip {
	background: none;
	border: 0;
	padding: 12px 0 0;
}

.strip .strip-head {
	border-bottom: 3px solid #252e28;
	padding-bottom: 4px;
}

.strip .strip-body {
	padding: 10px 0 0;
}

.strip-body .left {
	width: 400px;
}

.strip-body .right {
	width: 220px;
	text-align: right;
}

.strip-body .left .heading {
	background: url(images/arrow.gif) no-repeat 0 10px;
	padding-left: 15px;
}

.comment-count a {
	color: #c9c9c9;
	text-decoration: none;
}

#comments {
	padding-top: 20px;
	margin-bottom: 2em;
	/*border-top:1px solid #7A7A70;
border-bottom:1px solid #7A7A70;
*/
}

#comments input {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFF none repeat scroll 0 0;
	border: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 16px;
	line-height: 12px;
	padding: 2px;
}

#tab1 .tim-thumbs3,#tab2 .tim-thumbs3,#asideImg .tim-thumbs3 {
	border: 1px solid #DCDCDC;
	margin: 5px 5px 0 0;
	padding: 4px;
}

#asideImg {
	margin-bottom: 20px !important;
}

#sidebar.cat {
	margin-top: 2.4em;
}

#sidebar.grid_3 {
	margin-top: 2.6em;
}

#comments .htitle {
	color: #7A7A70;
	font-style: italic;
	line-height: 1em;
	font-size: 1.3em;
}

#comments .comment {
	margin: 20px 0;
}

.comment .left {
	width: 100px;
}

.comment .left .comment-thumb {
	width: 70px;
	height: 70px;
	border: 1px solid #dcdcdc;
	padding: 5px;
}

.comment .left .comment-author {
	padding: 5px 0 0;
}

.comment-author {
	font-size: 1.2em;
	padding-bottom: 10px;
}

.comment-text p {
	margin-bottom: .8em;
}

.comment-meta {
	color: #7A7A70;
}

.authcomment {
	background-color: #dcdcdc !important;
}

.comment .right .comment-meta {
	text-align: right;
	padding-top: 5px;
	font-size: 10px;
	text-transform: uppercase;
	color: #c9c9c9;
}

#comments .comment-form-box .text {
	border: 3px double #999;
	font-family: Georgia, serif;
	margin-right: 10px;
}

#comments .comment-form-box span.req {
	color: red !important;
	font-weight: 700;
}

#comments .comment-form-box .submitbtn {
	border: 3px double #F50;
	font-family: Georgia, serif;
	font-size: 1em;
	height: 30px;
	font-style: italic;
}

#comments .comment-textarea-box {
	width: 455px;
}

#sidebar .strip {
	background: none;
	border: 0;
	padding: 0;
}

#sidebar h2,.head2 {
	border-bottom: .083em solid #D9D9D0;
	color: #7A7A70;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.833em;
	margin: 1.833em 0;
}

#sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 10px;
}

#sidebar .widget div.textwidget {
	padding: 8px 7px 8px 0;
}

ul.tabnav {
	padding-top: 8px;
	text-transform: uppercase;
	border-bottom: 1px solid #dcdcdc;
}

#sidebar .widget ul.tabnav li {
	background: none;
	float: left;
	position: relative;
	padding: 0;
}

#sidebar .widget ul.tabnav li .arrow-down {
	display: none;
	width: 16px;
	height: 9px;
	background: url(images/arrow-down.png) no-repeat top left;
	position: absolute;
	left: 30px;
	bottom: -19px;
}

.arrtab2 {
	left: 40px !important;
}

.arrtab3 {
	left: 15px !important;
}

a.ln-1 {
	color: #111;
	font-variant: normal;
	font-size: .875em;
}

.nav-previous a,.nav-next a {
	color: #fff;
	font-variant: normal;
	font-size: 11px;
	padding: 5px;
}

#tab1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.popularbox {
	padding: 12px 0 5px;
}

.popularbox .popular-thumb {
	border: 1px solid #dcdcdc;
	padding: 4px;
}

.popularbox .popular-meta {
	width: 140px;
	padding-left: 10px;
	margin-top: -4px;
}

.popularbox .ptitle {
	border: 0 !important;
	font-style: normal;
	margin: 0 !important;
	padding: 0 !important;
}

.popularbox .ptime {
	color: #333;
	font-size: .7em;
}

#sidebar .ads {
	width: 300px;
	background: none;
	border: 0;
	padding: 0;
}

.ads125box {
	height: 125px;
	width: 125px;
	background: #CCC;
	float: left;
	margin: 5px 0 0 5px;
}

.ads125box img {
	border: 0;
}

#navi .subscribe-links .rss,#footer .subscribe-links .rss {
	background: url(images/rss-icon.png) no-repeat top left;
	padding-bottom: 10px;
}

#navi .subscribe-links .twitter,#footer .subscribe-links .twitter {
	background: url(images/twitter.png) no-repeat top left;
}

#navi .subscribe-links .facebook,#footer .subscribe-links .facebook {
	background: url(images/facebook.png) no-repeat top left;
}

#navi .subscribe-links a {
	display: block;
	width: 23px;
	height: 23px;
}

#navi .subscribe-links li {
	margin-right: 10px;
}

#footer .subscribe-links .facebook,#footer .subscribe-links .twitter {
	padding-bottom: 10px;
}

.related a {
	border-bottom: 1px dotted #F50;
	color: #7a7a70;
	font-variant: normal;
}

#footer {
	border-top: .063em solid #000;
	color: #444;
	font-size: .875em;
	line-height: 1.833em;
	margin-bottom: 5px;
}

#footer h2,.footer-static h3 {
	border-bottom: .083em solid #D9D9D0;
	color: #7A7A70;
	font-variant: small-caps;
	letter-spacing: .25em;
	line-height: 1.833em;
	margin: 1.833em 0 0;
}

.footer-static p {
	font-size: .75em;
	letter-spacing: .175em;
}

.footer-static .inputs {
	width: 213px;
}

.footer-static .go {
	width: 50px;
	margin-left: 10px;
}

#footer ul.networking {
	margin-top: 3em;
}

#footer .footer-static ul li {
	font-variant: small-caps;
}

#footer .widget ul li {
	background: url(images/list.png) no-repeat 0 5px;
	margin: 0 0 0 5px;
	padding: 5px 0 5px 22px;
}

#footer ul,#footer ol,#footer .textwidget,#footer .ngg-widget {
	margin: 2.2em 0;
}

#footer .ngg-widget {
	padding: 0;
}

#footer .popularbox {
	padding-top: 5px;
}

#footer #tweetlist li {
	border: none;
}

#footer #tweetlist {
	margin-top: 1.6em;
}

#footer li.smm {
	margin-bottom: 1.8em;
}

#footer .smm img {
	padding-right: 25px;
}

#footer .smm a {
	font-size: 1.2em;
	color: #252E28;
}

p.twitter-with-us {
	float: left;
	color: #444;
	display: block;
	font-family: Baskerville, "Palatino Linotype", Georgia, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.375em;
	padding: 6px 0;
}

.footer-static {
	border-top: 1px solid #111;
	margin-top: -1.5em;
}

.post-image {
	top: 0;
	left: 0;
	margin-bottom: 20px;
}

.alignnone {
	border: 1px solid #e7e7e7;
	padding: 4px;
}

.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e7e7e7;
	padding: 4px;
}

.alignleft {
	float: left;
	border: 1px solid #e7e7e7;
	margin-right: 10px;
	padding: 4px;
}

.alignright {
	float: right;
	border: 1px solid #e7e7e7;
	margin-left: 10px;
	padding: 4px;
}

.wp-caption {
	border: 1px solid #e7e7e7;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px;
}

.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: 0 4px 5px;
}

.anceRec {
	margin-bottom: 20px;
}

#translation_bar {
	width: 80px;
	float: left;
}

table#wp-calendar {
	width: 220px;
}

#wp-calendar caption {
	margin: 2.2em 0 .2em;
}

.adaside {
	width: 220px;
	margin-bottom: 1.833em;
}

#menu-sidebar-1-fashion li,#menu-sidebar-2-style li,#menu-sidebar-3-beauty li
	{
	padding-bottom: 10px;
	padding-left: 15px;
}

#menu-sidebar-1-fashion a,#menu-sidebar-2-style a,#menu-sidebar-3-beauty a
	{
	background: #000;
	color: #fff;
	font-variant: normal;
	font-size: .875em;
	padding: 5px;
}

li.menu-item-type-custom {
	background: transparent url(images/arrow-li.png) no-repeat 0 2px;
}

.menu-item-type-custom a {
	padding-left: 15px;
}

.backForward {
	margin-bottom: 30px;
	width: 460px;
	margin-left: 10px;
}

.maTop {
	margin-top: 17px;
}

.ctc {
	margin-top: 2em;
}

.postid-2039 {
	background: transparent url(images/bg-martin-margiela.jpg) no-repeat
		-190px 0;
	font-family: monospace;
}

.postid-2039 #navigation .sf-menu a {
	background: #648f3f;
}

.postid-2039 a {
	color: #648f3f;
}

.postid-2039 #posts {
	background: #fff;
	padding: 10px;
}

.postid-2039 #recentcomments a {
	color: #648f3f;
	border-bottom: none;
}

.postid-2039 h1,.postid-2039 h2 {
	font-family: monospace;
}

.postid-2052 {
	background: transparent
		url(/wp-content/uploads/2010/03/chanel-rouge-coco.jpg) no-repeat 170px
		300px;
}

.postid-2052 a {
	color: #E26A79;
}

.postid-2052 .post-content .grid_11 {
	background: #000;
	color: #fff;
	padding: 10px;
}

.postid-2052 strong {
	color: #e26a79;
}

.postid-2052 .post-content img {
	margin-bottom: 0;
}

.postid-2052 #navigation .sf-menu a {
	background: #e26a79;
}

.postid-2052 #navigation .sf-menu a:hover {
	background: #000;
}

.postid-2052 #comments .comment-form-box .submitbtn {
	border: 3px double #e26a79;
}

.postid-2186 {
	background: transparent url(images/bg-dg.jpg) no-repeat 0 0;
	color: #fff;
}

.postid-2186 a {
	color: #f7db00;
}

.wp-pagenavi {
	margin-bottom: 10px;
	padding: .5em 0;
}

.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi span {
	border: 1px solid #ccc !important;
	color: #666 !important;
	font-style: normal;
	margin: 0 .375em !important;
	padding: .5em .8em !important;
}

.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #666 !important;
}

.wp-pagenavi a:hover {
	border: 1px solid #ccc !important;
	color: #FF4B33 !important;
	background: #666 url(none);
}

.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #FF4B33 !important;
}

.wp-pagenavi span.pages {
	border: none !important;
	color: #666 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-pagenavi span.current {
	border: 1px solid #ccc !important;
	color: #fff !important;
	background: #8c8c8c none;
	font-style: normal;
	margin: 0 .375em !important;
	padding: .5em .8em !important;
}

.wp-pagenavi span.extend {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	margin: 2px;
	padding: 2px 4px;
}

.wp-pagenavi a.previouspostslink {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.home .post-title {
	height: 54px;
}

.postid-2380 {
	background: #b47601 url(/wp-content/gallery/macbeach/mac-bg.jpg)
		no-repeat -440px 0;
}

.postid-2521 {
	background: transparent url(images/plomooplata.jpg) no-repeat -190px 0;
}

.postid-2521 #posts {
	background: #fff;
	opacity: .7;
}

.ipance {
	border: 1px solid #DCDCDC;
	margin: 0 10px 0 0;
	padding: 0 10px 10px;
}

.ipance img {
	margin: 0;
	padding: 0;
}

#rt1 {
	position: absolute;
	top:160px;
	left:10px;
}

#catList {
	-moz-column-count: 4;
	-moz-column-gap: 20px;
}

.images {
	position: relative;
	height: 528px;
	width: 940px;
	float: left;
	cursor: pointer;
}

.images div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 528px;
	font-size: 12px;
}

.images h3 {
	font-size: 22px;
	font-weight: 400;
	color: #456;
}

.forward,.backward {
	float: left;
	margin-top: 140px;
	background: #fff none no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 1px;
	text-indent: -9999em;
}

.forward {
	background-position: 0 -30px;
	clear: right;
}

.forward:hover {
	background-position: -30px -30px;
}

.forward:active {
	background-position: -60px -30px;
}

.backward:hover {
	background-position: -30px 0;
}

.backward:active {
	background-position: -60px 0;
}

.disabled {
	visibility: hidden !important;
}

.scrollableNav {
	float: left;
	width: 230px;
}

.scrollableCarousel {
	float: left;
	width: 760px;
}

.no-border,.wp-pagenavi a.previouspostslink,.wp-pagenavi a.nextpostslink
	{
	border: none !important;
}

.marbo,.mb10,.category h2,.cols2_img {
	margin-bottom: 10px;
}

.mr10,#tab1 li,#tab2 li {
	margin-right: 10px;
}

.tc,.cols2_caption {
	text-align: center;
}

a,.post-bying a,.crp {
	color: #F50;
}

.post-entry a:hover {
	color: #F50;
	text-decoration: underline;
}

.sf-menu ul ul,#footer .footer-nav {
	margin-top: 0;
}

.nggallery,#footer ul li,#footer ol li {
	margin-bottom: 1em;
}

.post-bottom .post-related ul,#footer .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.strip .heading,.strip-body .comment-count {
	color: #252e28;
	font-family: Arial, 'Trebuchet MS';
	font-size: 20px !important;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#comments .comment-form-box,#footer .widget {
	padding-top: 10px;
}

#comments .comment-form-box label,#wp-calendar tfoot {
	font-style: italic;
}

.ptitle a,#recentcomments a {
	border-bottom: 1px dotted #F50;
	color: #252E28;
	font-variant: normal;
}

#sidebar .ngg-widget img,#footer .tim-thumbs3,#footer .ngg-widget img {
	border: 1px solid #DCDCDC;
	margin: 5px 0 8px;
	padding: 4px;
}

.footer-static table,.image-search {
	margin-top: .5em;
}

#footer .smm a:hover,.related a:hover,#recentcomments a:hover {
	color: #F50;
	text-decoration: none;
}

.postid-2052 .nodot,ul.ngg-gallery-list li {
	list-style-type: none;
}

.postid-2380 .ln-1,.postid-2380 .ctc-tag {
	color: #fff;
}

.scrollableNav a,.scrollableCarousel a {
	margin: 4px 10px 4px 0;
}

.scrollableNav img,.scrollableCarousel img {
	opacity: .5;
}

.scrollableNav img:hover,.scrollableCarousel img:hover {
	opacity: 1;
}

.panesWrap,.carouselWrap {
	float: right;
	margin-left: 10px;
	width: 520px;
}

ul.featured_list li {
	float: left;
	list-style: none;
	text-align: center;
}

.featured_container {
	clear: both;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.featured_container .read_more {
	float: right;
}

.featured_container .read_more a {
	width: 190px;
	height: 30px;
	display: block;
	background: #FF5500;
	color: #fff;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 0;
	line-height: 26px;
	box-shadow: 3px 3px 5px #aaa;
	-moz-box-shadow: 3px 3px 5px #aaa;
	-webkit-box-shadow: 3px 3px 5px #aaa;
	margin: auto 5px 5px auto;
}

.featured_container .read_more a:hover {
	background: #ff884d;
}

.socials .fb_share,.socials .gplus,.socials .twitter {
	float: left;
	margin-right: 10px;
}

.socials {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #f0f0f0;
	padding:6px 0 4px 10px;
	background:#f6f6f6 none;
}
.FBConnectButton_Text {
	font-size:13px;
	}

	
		 
