body  {
	font: normal 14px Georgia, sans-serif;

	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(http://www.candimag.com/blog/img/p.gif);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRt #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;	
	background: url(http://www.candimag.com/blog/img/body.jpg) ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:2000px;
}

.twoColFixRt #adleader  { 
width:728px;
height: 90px;
background-color:#E4B484;
margin:auto;
margin-top:10px;
margin-bottom:10px;
}

#menu {
	list-style: none;
	padding: 0;
	margin: auto;
	width: 1000px;
	height: 120px;
	background: url(http://www.candimag.com/blog/img/candimag.jpg) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}

#menu .home {
	width: 112px;
	height: 21px;
	background: url(http://www.candimag.com/blog/img/home.gif) no-repeat;
	left: 350px;
	top:80px;
}

#menu .about {
	width: 119px;
	height: 21px;
	background: url(http://www.candimag.com/blog/img/about.gif) no-repeat;
	left: 461px;
	top:80px;

}

#menu .archive {
	width: 154px;
	height: 21px;
	background: url(http://www.candimag.com/blog/img/archive.gif) no-repeat;
	left: 595px;
	top:80px;

}

#menu .rss {
	width: 64px;
	height: 21px;
	background: url(http://www.candimag.com/blog/img/rss.gif) no-repeat;
	left: 767px;
	top:80px;

}

#menu .contact {
	width: 154px;
	height: 21px;
	background: url(http://www.candimag.com/blog/img/contact.gif) no-repeat;
	left: 867px;
	top:80px;
}

/* Pater Top */
#papertop {
margin:auto;
width:1000px;
height: 41px;
background: url(http://www.candimag.com/blog/img/top.jpg) no-repeat;
}

.twoColFixRt #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}

	#sidebar .adbox {
	width:300px;
	height: 250px;
	float:left;
	background-color:#59a4d1;
	margin:10px 70px 5px 50px;
	}

	#sidebar .search {
		width:320px;
		margin:10px 50px 5px 50px;
		float:left;
		}

	#sidebar .updates {
	width:320px;
	float:left;
	margin:10px 50px 5px 50px;
	background-color: #F4FFEA;
	}

	#sidebar .updates a{
	color: #59a5d1;
	text-decoration:none;
	}

	#sidebar .updates a:hover{
	color: #c00;
	font-weight:bold;
	}

	.ent {
	font: 20px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;	
	color:#555;		
	font-weight:bold;
	}


	.tagcloud { 
	font:  "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin:10px 50px 5px 50px;
	padding: 0 0 10px;
	text-align: center;
	width: 300px;
	float:left;
	}

	.tagcloud a {
	margin: 0 5px;
	line-height: 125%;
	white-space: nowrap;
	color: #a9cd00;
	text-decoration:none;
	}

	.tagcloud a:hover{	
	color: #ff9900;
	text-decoration:underline;
	}


	#sidebar .adskyscraper {
	width:160px;
	height:600px;
	float:left;
	margin:10px 0 5px 150px;
	background-color:#F2EBC7;	
	}

	#sidebar .adskyscraper2 {
	width:160px;
	height:600px;
	float:left;
	margin:10px 0 5px 50px;
	background-color:#F2EBC0;	
	}


.twoColFixRt #mainContent { 
	margin: 0 400px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Blog Stylings */


			#content {
				padding:          25px 0 25px 20px ;

			}

			a {
				color:            #ff9900;
			}

			a:hover{
				color:            #c00;
			}

			.date {
				font:             Normal 16px Helvetica, sans-serif;
				color:            #666;
				line-height:      32px;
				height:           28px;
				padding-top:      7px;
				background:        url('http://www.tumblr.com/themes/3/stripes.gif') top repeat-x;
				border-bottom:    dotted 1px #bbb;
				margin-bottom:    10px;
				text-transform:   uppercase;
				position:relative;
			}

			.post {
				margin-bottom:    40px;
				position:         relative;
			}

			.post h2 {
				font-weight:      Normal;
				font-size:        28px;
				margin:           0px 0px 20px 0px;
			}

			.post h2 a {
				color:            #b85e5e;
				text-decoration:  none;
			}

			.post h2 a:hover{
				color:            #59a5d1;
				text-decoration:  underline;
			}

			div.post img.permalink {
			border-width: 0px;
			width: 23px;
			height: 9px;
			position: absolute;
			top: 5px;
			right: 5px;
			display: none;
		}

			div.post:hover img.permalink {
				display: block;
			}
			/* Regular Post */
			.post .regular {
				font-size:        12px;
				line-height:      17px;
			}

			.post .regular blockquote {
				font-style:       italic;
			}

			.post .photo, .post .video {  
	border: solid 1px #eee;
	padding: 11px 0px 11px 0px; 
	text-align: center;  
}

.post .photo:hover,.post .video:hover {
	border: solid 1px #BFCEB9;
}


.post .photo img {
	border-width: 0px;
}

.post .photo .caption, .post .video .caption  {
	font-size: 13px;
	margin-top: 5px;
	color: #555;
	text-align: left;
	padding-left:5px;
}

.post .photo .caption:hover, .post .video .caption:hover {
	color: #59A5D1;
}



			/* Quote Post */

.quote {
	font: italic 22px Georgia,Times, serif;
	line-height: 1.25em;
}

.quote a {
	color:#ff6912;
}

.quote .source {
	text-align: right;
	color: #8bcf00;
}

.quote .source a:hover{
	color: #6698cc;
	background-color:transparent;
}


			/* Link Post */
			.post .link a.link {
				font:             Bold 30px Helvetica, sans-serif;
				letter-spacing:   -1px;
				color:            #59a5d1;
				text-decoration:  none;
				border-bottom:    dotted 1px #59a5d1;
				line-height:      36px;
			}

			.post .link a:hover{

				letter-spacing:   -1px;
				color:            #a9cd00;	
				border-bottom:    dotted 1px #59a5d1;

			}

			.post .link .description {
				font-weight:      normal;
				font-size:        14px;
				margin-top:       5px;
			}

			/* Conversation Post */
			.post .conversation ul {
				list-style-type:  none;
				margin:           0px 0px 5px 0px;
				padding:          1px;
				border:           solid 5px #ccc;
			}

			.post .conversation ul li {
				font-size:        12px;
				padding:          4px 0px 4px 8px;
				color:            #000;
			}

			.post .conversation ul li span.label {
				font-weight:      bold;
			}

			.post .conversation ul li.odd {
				background-color: #f4f4f4;
			}

			.post .conversation ul li.even {
				background-color: #e8e8e8;
			}

			/* Audio Post */
			.post .audio .caption {
				margin-top:       5px;
				font-size:        11px;
				color:            #222;
			}

			.post .audio .caption a {
				color:            #222;
			}


			/* Tags */
			.tags {					
			margin: -25px 0 10px 5px;
			font-size: 15px;
}

#prevnext {
				margin:           20px 0px 0px 0px;
				text-align:       center;
				font-size:        18px;
			}

			#prevnext a {
				text-decoration:  none;
				border:none;
			}

			#prevnext a:hover {
				text-decoration:  none;
			}

			#prevnext img{
				text-decoration:  underline;
				border:none;
			}

			.comments {
			font-size: 14px; 
			text-align: right; 
			margin-top:0px; 
			margin-bottom:25px; 
			color:#a9cd00;
			}

			.comments a{
			text-decoration:underline; 
			color:#a9cd00;
			}

			.comments a:hover{
			text-decoration:none; 
			color:#c00;
			font-weight:bold;
			}

			.commentcont {
			width:450px;
			margin:auto;
			}

			#ender {
			margin:auto;
			text-align:center;
			color:#59a5d1;
			font: bold 14px  Arial, Helvetica  sans-serif;
			padding:25px;
			}