body
{
	font: normal 14px/16px Georgia,serif;
	color: #000000;
background-color: #FFCCCC;
}

h1#title
{
	font-size: 40px;
	font-weight: normal;
margin-left:-20px;
}

h1:first-letter
{
	font-size: 120px;
	vertical-align: middle;
}

h1, h2, h3, h4, h5
{
	font: bold 20px Georgia, serif;
color:#E86F6F;
}

h2{
font: bold 18px/20px Georgia, serif;
}

div#sect2 {
border: 4px solid #FFDFDF;
	background-color: #FFFFFF; 
}

/*div#content {
border: 1px solid #E3C4C4;
background-color: #FFCCCC;
}*/


div#sect3{
background-color: #FFCCCC;
border-top: 1px solid #E3C4C4;
border-bottom: 1px solid #E3C4C4;

}

div#navigation h2
{
font-variant: small-caps;
}

div#recent-articles-lists h2
{
font-variant: small-caps;
}

div#navigation ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	text-indent: 0em;
	padding: 0px 0px 0px 0px;
}

/*div#navigation ul li:before { content: "\00BB \0020"; }*/

div#navigation ul li ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	text-indent: 0.5em;
	padding: 0px 0px 0px 10px;
}

div#recent-articles-lists ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	text-indent: 0em;
	padding: 0px 0px 0px 0.3em;
}

/*div#navigation ul li:before { content: "\00BB \0020"; }*/

div#recent-articles-lists ul li ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	text-indent: 0.5em;
	padding: 0px 0px 0px 10px;
}

div#sect3
{
	margin-top: 42px;
/*	background-image: url(../images/pinkbelt-footer.jpg);
	background-repeat: repeat-x;
	height: 42px !important; */
}

div#footer p { 
	font: normal 10px/11px Georgia, "Times New Roman", Times, serif;
padding:5px;
/*visibility: hidden;*/
 }

p.posted {
text-align:right;
font-size:10px;
margin-bottom:-2%;
}

div#thumbnails
{
	position: relative;
	top: 0px;
	left: 0%;
	width: 100%;
}


body#photos div#images
{
	position: relative;
	top: 0px;
	left: 0px;
       width:100%;
       text-align:center;
       margin:0% auto;
}

a {
	text-decoration: none;
	padding: 0px;
	color:#C00;
font-weight:normal;
}

a:hover {
	border-bottom: 1px dotted #666;
color:#666;
	}

body#photos div#images img { border: 2px solid #FCC;}

body#photos div#thumbnails
{
	position: relative;
	top: 0px;
	left: 0px;
       width:100%;
       text-align:center;
       margin:0% auto;
}



body#photos div#thumbnails img
{
	margin: 5px;
	padding: 1px;
	border: 2px solid #C00;
}

body#photos div#thumbnails a:hover img { border: 2px dotted #FFF; }

body#index img
{
	float:left;
        margin-right:10px;
        margin-bottom:5px;
        margin-top:5px;
	padding: 1px;
	border: 2px solid #FCC;
}

body#pascal img
{
	float:left;
        margin-right:10px;
        margin-bottom:5px;
        margin-top:5px;
	padding: 1px;
	border: 2px solid #FCC;
}

p.permalink {
font-size:12px;
}

/*damn safari 1.0.2 hack so paragraphs after floating images will wrap inside a position:relative container*/
p {clear:both;}

/*3 questions specific things*/

body#three-questions p {
text-align:center;
}

body#three-questions img {
display: block;
margin: 0 auto;
}

body#three-questions div#navigation p {
text-align:left;
}

body#three-questions div#navigation img {
float:left;
margin:5px;
}

body#three-questions h2 {
text-align:center;
}

ol.comments li {
padding: 10px;
}