@charset "utf-8";
/* Carrie Diaries Stylesheet - Punktilio Digital */

body {
	background-color:#d03981;
	background-image:url(images/bg_pink.png);
	background-repeat:repeat-y;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-0.15pt;
	font-size:10pt;
	color:#000;
	margin:0px;
	padding:0px;
}

a:link, a:visited, a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	color:#d41963;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

b {
	color:#af8b2c;
	font-weight:bold;
}

p {
	margin:0px 0px 15px 0px;
}

br {
	line-height:10px;
}

#header {
	width:890px;
	height:65px; 
	background-color:#fff;
	text-align:left;
	margin-bottom:5px;
	-moz-box-shadow: 0px 3px 5px #333; /* Firefox */
  	-webkit-box-shadow: 0px 3px 5px #333; /* Safari, Chrome */
  	box-shadow: 0px 3px 5px #333; /* CSS3 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333')"; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333'); /* For IE 5.5 - 7 */
}

#bd {
	width:890px;
	height:auto;
	background-color:#fff;
	text-align:left;
	-moz-box-shadow: 0px 1px 5px #333; /* Firefox */
  	-webkit-box-shadow: 0px 1px 5px #333; /* Safari, Chrome */
  	box-shadow: 0px 1px 5px #333; /* CSS3 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#333333')"; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#333333'); /* For IE 5.5 - 7 */
}

#left_column {
	padding:0px 9px 0px 10px;
	margin:10px 0px 10px 0px;
	float:left;
	width:550px;
	border-right:1px solid #e1c767;
}

#right_column {
	padding:10px;
	float:right;
	width:300px;
}

.clear {
	clear:both;
}

.module {
	border-bottom:1px solid #dddddd;
	padding-bottom:15px;
	margin-bottom:20px;
}

#synopsis {
	position:relative;
}

#amazon {
	position:absolute;
	bottom:12px; 
	right:0px;
	height:28px;
	display:block;
	background-image:url(images/amazon_link2.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:289px;
}
#amazon:hover {
	background-position:0px -28px;
}
#amazon span {display:none;}

#links {
	background-image:url(images/links_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#af8b2c;
	min-height:788px;
}

.link img {
	margin-bottom:10px;
}

#footer {
	width:890px;
	height:60px;
	background-color:#fff;
	text-align:right;
	margin-top:5px;
	margin-bottom:-5px;
}

#footer #txt {
	padding:15px 15px;
	color:#696969;
	font-size:12px;
}

#share {
	float:right;
	margin-right:15px;
	margin-top:20px;
}
