/*
Theme Name: pinkSimpleScheme Magazine
Author: WPThemeDesigner.com

*/
* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #F7F6F6 url(images/background.gif) repeat-x 0 0;
}
a {
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

/* 4W: styles rules added to align the captions as on the editor; 6th of August 2012; Cipri */
.alignleft, #content .single div.alignleft{
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright, #content .single div.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter, #content .single div.aligncenter{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*clear:both added by Tibi on 2013-JUN-04 | if a left-aligned image was before the center-aligned image, the center-aligned one overlapped the left-aligned one*/
	clear:both;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
/*	width: 980px; */
	width:1126px;
	margin: auto auto;
	text-align: left;
}
#wrapper .wrappercontent {width:980px;margin:auto}
/** END wrapper **/

/** BEGIN header **/
#header {
	width:1126px;
	height:130px;
	margin:0 auto 15px;
	padding-top:50px;
	background:url(images/map-bg.png) no-repeat 75px 42px;
	
}
.topBar {position:absolute;width:980px;top:0}
	.topBar .pages {
		list-style-type: none;
		height: 39px;
		padding-top: 3px;
		float: left;
	}
		.topBar .pages li {
			float: left;
		}
		.topBar .pages li a {
			display: block;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding: 12px 15px;
			text-decoration: none;
		}
		.topBar .pages li a:hover {
			text-decoration: underline;
		}
	.topBar form {
		width: 245px; height: 26px;
		background: url(images/search.gif) no-repeat 0 8px;
		float: right;
		padding: 8px 30px 0 0;
	}
		.topBar form input {
			border: 0;
			float: left;
			width: 170px;
			margin: 5px;
		}
		.topBar form button {
			border: 0;
			text-indent: -9999px;
			font-size: 0;
			width: 60px; height: 26px;
			float: right;
			background-color: transparent;
		}

	#header .logo {
		float: left;
	/*	padding: 30px 0 36px 20px; 
		padding: 45px 0 0 20px;*/
		width:325px;
		text-align:left;
	}
		#header .logo h3 {
			font-size: 2em;
			text-transform: uppercase;
		}
		#header .logo h3 a {
			text-decoration: none;
		}
		#header .logo h3 a img {
			vertical-align:middle;
		}
		#header .logo p {
			color: #888888;
			font-weight: bold;
			font-size: 1.2em;
			text-transform: uppercase;
		}
	#header .sponsor {
		float: right;
		padding: 25px 0;
	}
	#header .categories {
		clear: both;
		list-style-type: none;
		height: 30px;
		border-bottom: 5px solid #333;
		border-top: 1px solid #DDDDDD;
		background:url(images/bg_1x1.png) repeat;
		width:980px;
		margin:auto
/*		overflow: hidden; */
	}
		#header .categories li {
			float: left;
			position:relative;
			display: block;
			border-right: 1px solid #dddddd;
		}

		#header .categories li:hover {
			background-color: #333;
		}
		#header .categories li a {
			text-decoration: none;
			padding: 8px;
			display:block;
			line-height:14px;
		}
		#header .categories li:hover a {
			color: #fff;
		}
		#header .categories li .children {
			position:absolute;
			display:none;
			left:-1px;
			top:30px;
			width:200px;
			text-align: left;
		}
		#header .categories li:hover .children {
			display:block;
			z-index:100;
			background-color:#F7F6F6;
		}
		#header .categories li .children li {
			float:none;
			position:static;
			border-left: 1px solid #dddddd;
			border-bottom: 1px solid #dddddd;
		}
		#header .categories li .children li a {
			width:auto;
		}
		#header .categories li:hover .children li a {
			color:#333;
		}
		#header .categories li:hover .children li:hover a {
			color:#fff;
		}
/** END header **/

/** BEGIN content **/
#content {
	clear: both;
	width: 650px;
	float: left;
	padding-bottom: 10px;
}
	#featured {
		border: 1px solid #DDDDDD;
		padding: 10px;
		margin-bottom: 10px;
		height: 245px;
	}
		#featured .post {
			padding: 10px;
			text-align:justify;
		}
		#featured h2 {
			font-size: 1.6em;
			margin-bottom: 5px;
		}
			#featured h2 a {
				text-decoration: none;
			}
		#featured .details {
			font-size: 0.9em;
			margin-bottom: 15px;
			color: #888888;
		}
			#featured .details a {
				color: #888888;
				text-decoration: none;
			}
			#featured .details a:hover {
				color: #333;
				text-decoration: underline;
			}
		#featured .thumb {
			border: 1px solid #dddddd;
			padding: 5px;
			float: left;
			margin: 0 10px 10px 0;
		}
			#featured .thumb a {
				width: 300px; height: 175px;
				display: block;
				overflow: hidden;
			}
			#featured .thumb a img {
				width: 300px;
			}
		#featured p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#featured .tags {
			clear: both;
			font-size: 0.9em;
			color: #888888;
			margin-bottom: 0;
		}
			#featured .tags a {
				text-decoration: none;
			}
		#featured .readmore {
			font-size: 0.8em;
		
}
#content .recent{border:1px solid #ddd;background-color:#fafafa}
		#content .recent .post {
			padding: 15px;
			clear: both;
			text-align: justify;
		}
			#content .recent .post h2 {
				font-size: 1.5em;
				margin-bottom: 10px;
			}
				#content .recent .post h2 a {
					text-decoration: none;
				}
			#content .recent .post img {
				float: right;
				padding: 5px;
				border: 1px solid #DDDDDD;
				background-color: #FFFFFF;
				margin-left: 20px;
			}
			#content .recent .post p {
				line-height: 1.4em;
				margin-bottom: 10px;
			}
			#content .recent .post .readmore {
				font-size: 0.8em;
			}
		#content .recent .o {
			background-color: #EEEEEE;
		}
	#content {
		
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 320px;
	float: right;
}
	#sidebar .box {
		border: 1px solid #DDDDDD;
		margin-bottom: 10px;
	}
		#sidebar .box span:first-child {
			display:block;
			font-weight:700;
			font-size: 0.9em;
			text-transform: uppercase;
			color: #;
			background-color: #EEEEEE;
			padding: 10px;
			border-bottom: 1px solid #dddddd;
		}
/*
		#sidebar .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			color: #;
			background-color: #EEEEEE;
			padding: 10px;
			border-bottom: 1px solid #dddddd;
		}
*/
		#sidebar .box ul {
			list-style-type: square;
			list-style-position: inside;
			padding: 10px;
		}
		/* used for boxes on the right column which should have 2 columns inside them | Tibi | 2013.02.25*/
		#sidebar .columns2 ul{
			float:left;
			width:138px;
		}
		#sidebar .box ul li {
			line-height: 1.4em;
			color: #888888;
			padding: 2px 0;
		}
		#sidebar .box ul li a {
			color: #888888;
			text-decoration: none;
		}
			#sidebar .box ul li a:hover{color:#333;text-decoration:underline}
		#sidebar .box .video {
			padding: 12px;
		}
		#sidebar .box .flickr {
			padding: 5px;
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 6px;
			}
		#sidebar .box .tags {
			padding: 10px;
		}
			#sidebar .box .tags a {
				color: #888888;
				text-decoration: none;
				display:inline-block;
				padding:0 5px;
			}
			#sidebar .box .tags a:hover {
				color: #333;
				text-decoration: underline;
			}
		#sidebar .box .popular {
			list-style-type: none;
			list-style-position: outside;
		}
			#sidebar .box .popular li {
				padding: 5px 0;
				clear:both;
			}
			#sidebar .box .popular li a {
				color: #333;
				text-decoration: underline;
				font-weight: bold;
			}
			#sidebar .box .popular li p {
				padding-top: 5px;
				text-align:justify;
			}
			/*	added by Tibi on 2013.04.19	*/
			#sidebar .box .popular img{float:right;padding:3px;border:1px solid #ddd;margin-left:3px;background:#fff;}
			#sidebar .box .popular img:hover {border-color:#888}
			#sidebar .box .popular li p a {text-decoration: none;}
		#sidebar .box .sponsors {
			padding: 10px;
			text-align: center;
		}
			#sidebar .box .sponsors img {
				margin: 6px;
			}
#sidebar .box ul.bookmarks {list-style-type: none;list-style-position: outside;padding: 5px 10px 10px;}
#sidebar .box ul.bookmarks li {font-family: Arial;border-bottom: 1px dotted #CCCCCB;padding: 5px 0 5px 20px;background-position: 0 6px;background-repeat: no-repeat;}
#sidebar .box ul.bookmarks li a {color: #DA3372;}
#sidebar .box ul.bookmarks li.rss { background-image: url(images/rss.gif); }
#sidebar .box ul.bookmarks li.twt { background-image: url(images/twitter.gif); }
#sidebar .box ul.bookmarks li.fcb { background-image: url(images/facebook.gif); }
#sidebar .box ul.bookmarks li.ldi { background-image: url(images/linkedin.gif); }

#sidebar .box div.bookmarks {padding:5px 0 10px 10px;}
#sidebar .box div.bookmarks a {display:inline-block;width:65px;height:65px;margin:5px;background:transparent url(images/bookmarks.png) no-repeat;border:none;text-indent:-50000px;}
#sidebar .box div.bookmarks a.twt {background-position:-75px 0;}
#sidebar .box div.bookmarks a.fcb {background-position:-150px 0;}
#sidebar .box div.bookmarks a.ldi {background-position:-225px 0;}
#sidebar .box div.bookmarks a:hover {box-shadow:inset 0px 0px 1px 1px #ccc;border-radius:13px;border:none;}

#sidebar .box div.bookmarks a:hover {border-color:#eee;}

	#sidebar .l {
		float: left;
		width: 155px;
	}
	#sidebar .r {
		float: right;
		width: 155px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #333;
	color: #ffffff;
	font-size: 0.9em;
	padding: 20px 10px;
}
	#footer .ifooter {
		width: 980px;
		margin: auto auto;
		text-align: left;
		height:13px;
	}
	#footer a {
		color: #ffffff;
		display:inline-block;margin-right:5px;
	}
	#footer span.meta {float:right}
/** END footer **/

/** BEGIN miscellaneous **/
#content .postnav {
	clear: both;
	/*padding left/right was 0 till now, changed to 10 px to separate the pagination link from the page border | Tibi | 2013.05.29 (padding-top/bottom was 10px before my changes)*/
	padding: 10px;
}
	#content .postnav ul {
		list-style-type: none;
		padding: 10px;
	}
		#content .postnav ul li {
			float: left;
			color: #B5B4BC;
			padding: 4px;
		}
		#content .postnav ul li a {
			color: #636363;
			text-decoration: none;
			display: block;
			padding: 2px 6px;
			border: 1px solid #E2E2E2;
		}
		#content .postnav ul li a:hover {
			border-color: #ffffff;
		}
		#wp_page_numbers ul {
			border-top: 0 !important;
		}
		#wp_page_numbers .page_info {
			padding: 3px 6px !important;
			margin-right: 2px;
			border: 1px solid #e0e0e0 !important;
			margin-top: 4px;
		}
		#wp_page_numbers .active_page a {
			background-color: #ffffff !important;
			border: 0 !important;
		}
#content .single {
	padding: 10px;
	text-align:justify;
}
#content .single h2{font-size:1.5em;margin-bottom:10px;clear:both}
#content .single img{border:1px solid #ccc;padding:2px;background-color:#fefefe}
#content .single img:hover{border-color:#666}

	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content .post h3 {
		margin-bottom: 10px;
	}
	#content .post h3 a {
		font-size:16px;
		text-decoration:none;
	}
	#content .single h1 {
		margin-bottom: 10px;
		text-align:left;
	}
	/**	@note	Color added to highlight deal links inside posts
		@date	2013-SEP-12
		@author	Tibi	*/
	.single p a {color:#260;}

#comments {
	padding: 10px;
}
	#comments h2 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	#comments a {
		text-decoration: none;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
.pwdbytg{position: relative; top: -20px; left: 70px; font-size: 9px; font-family:verdana,arial,sans-serif}
/** END wordpress 2.7 comments **/
.ad728x90{float:left;width:728px;height:90px}
.ad300x250{text-align:center;margin:0 auto 10px}

/* 4W: styles rules added for the image captions be the same as the ones present on the editor; 6th of August 2012; Cipri */
#content .single .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content .single .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	-webkit-user-drag: none;
}
#content .single .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.spcr {clear: both;float: none;font-size: 0;height: 0;line-height: 0;width: auto;}

/**	@note	alligns the videos inside posts to middle
		it may happen that an iFrame doesn't have the ID #gv-iframe
	@date	2013-SEP-10
	@author	Tibi	*/
.single iframe {display:block;margin-left:auto!important;margin-right:auto!important;}

/* 
	WHAT & WHY: CSS rules used for the customized table on the blog
	WHO & WHEN: Cipri on the 6th of August 2012
*/
.customizedTable{width:100%;font-family:Tahoma,verdana,arial,times,serif;border-collapse:collapse;line-height:normal;border:none;}
.customizedTable thead{background:#f3f3f3;font-size:14px;text-align:left}
.customizedTable tbody th, .customizedTable tbody td, .customizedTable thead tr{border:1px solid #ddd}
.customizedTable thead tr {border-top:none;}
.customizedTable th{font-weight:500;}
.customizedTable thead th{padding:0 12px 3px;border:none;}
.customizedTable tbody th{font-size:24px;text-align:left;padding:12px;}
.customizedTable tbody tr{cursor:pointer;}
.customizedTable tbody td{padding:0 12px;font-size:14px;}
.customizedTable tbody td a{color:#ff6300;font-size:36px;font-weight:100;vertical-align:inherit;text-decoration:none;line-height:47px}
.customizedTable tbody td a:hover{text-decoration:underline}
.customizedTable tbody td sup{color:#ff6300;font-size:16px}
.customizedTable tbody th img{padding:1px;border:1px solid #DDD}
.customizedTable caption{background:#f3f3f3;color:#42565c;border:1px solid #ddd;border-bottom:none;text-align:left;text-transform:uppercase;padding:0 12px;line-height:48px;height:58px;caption-side:top;font-size:24px;font-weight:500;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0}

/*	@note	CSS rules for the automatically generated deal boxes
		IMPORTANT: it uses other CSS rules as well, from the theme. no CSS rules are declared in the plugin itself - it only generates the HTML holding some CSS classes for which the rules are declared in the theme
	@date	2013-OCT-16
	@author	Tibi	*/
table.TGPostDealsBox tbody th.nodeals {font-size:14px;}