/*
Theme Name:The Candystore
Theme URI:http://www.fabriziorossier.com/blog/wp-content/themes/candystore
Description:Theme from Fabrizio Rossier Portfolio
Author:Fabrizio Rossier
Author URI:http://www.fabriziorossier.com
Version:1.0 (30072008)
*/

@charset "UTF-8";
/* CSS Document */

/* #BFD73B:green; #00ADEE:cyan; #EC008C:magenta */
#body {
	text-align:center;
}

/* links formattin, actually only working for the "Next Page" button on the bottom */
a:link, a:hover, a:active {
	border:0px;
	text-decoration:none;
	color:#EC008C;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	font-weight:600;
}

a:visited {
	border:0px;
	text-decoration:none;
	color:#BFD73B;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	font-weight:600;
}

#small {
	font-size:0.8em;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#3C0;
	font-size:1.5em;
	font-weight:500;
}

/*old date that was fucking me up between the sidebar and the main*/
h2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:1em;
	font-weight:900;
}

/*post title*/
h3 {
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:1.2em;
	font-weight:900;
	margin-bottom:0px;
	border-top-style:dashed;
	border-top-width:2px;
	border-left-style:solid;
	border-left-width:5px;
	padding-left:5px;
	border-color:#00ADEE;
}

/* los links del footer */
h5 {
	font-family:Verdana, Geneva, sans-serif;
	border:0px;
	text-decoration:none;
	color:#000;
	font-size:0.8em;
	font-weight:600;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

/* h6 es para los botones de navegacion; ya no lo es */
h6 {
	font-family:Verdana, Geneva, sans-serif;
	color:#3C0;
	font-size:1em;
	font-weight:900;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:0.8em;
	margin-top:8px;
}

/* links Inside a post */
p a:link {
	border:0px;
	text-decoration:none;
	color:#BFD73B;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:normal;
}

/* visited links inside a post */
p a:visited {
	border:0px;
	text-decoration:none;
	color:#EC008C;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:normal;
}

#home {
	border-color:#FFF;
	border-width:1px;
	border-style:solid;
	display:block;
	padding:5px;
}

#container {
	width:700px;
	height:auto;
	margin:0 auto;
	text-align:left;
	margin-top:10px;
}

#header {
	height:130px;
	background-repeat:no-repeat;
	border:0px;
}

#content {
	margin-bottom:10px;
}

/* Comments (15) */
.feedback {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	margin-bottom:25px;
}

.meta {
	font-family:Verdana, Geneva, sans-serif;
}

.post {
}

#commentform {
}

/* Leave a Reply; that text */
#respond {
	border-color:#EC008C;
}

/* submit button on the respond area */
#commentform p {
	margin-bottom:0px;
}

/* el bloque de espacio donde uno escribe el comentario */
#comment {
	width:660px;
}
/* el div de los botones de navegacion */
#sidebar {
	height:74px;
	background-repeat:no-repeat;
	border-right:5px;
	border-left:5px;
	border-left-style:solid;
	border-right-style:solid;
	margin:0px;
}

#main {
	height:auto;
	border-right:5px;
	border-left:5px;
	border-left-style:solid;
	border-right-style:solid;
	padding-left:15px;
	padding-right:205px;
	padding-bottom:10px;
}

/* every link except the "Next Page" */
#main a:link {
	color:#BFD73B;
}

.storytitle {
	border-color:#BFD73B;
}

#footer {
	text-align:center;
	background-image:url(images/footer.gif);
	height:56px;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#footer a:visited {
	color:#EC008C;
}

#candystore {
	background:url(images/header.gif) no-repeat scroll 0 0;
	width:700px;
	height:130px;
	display:inline-block;
}

#candystore h1 {
	display:none;
}

#homebutton {
	background:url(images/home.gif) no-repeat scroll 0 0;
	width:157px;
	height:74px;
	display:inline-block;
}

#homebutton h1 {
	display:none;
}

#projectsbutton {
	background:url(images/projects.gif) no-repeat scroll 0 0;
	width:192px;
	height:74px;
	display:inline-block;
}

#projectsbutton h1 {
	display:none;
}

#flickrbutton {
	background:url(images/flickr.gif) no-repeat scroll 0 0;
	width:168px;
	height:74px;
	display:inline-block;
}

#flickrbutton h1 {
	display:none;
}

#contactbutton {
	background:url(images/contact.gif) no-repeat scroll 0 0;
	width:173px;
	height:74px;
	display:inline-block;
}

#contactbutton h1 {
	display:none;
}