/*
Theme Name: Digital Valley
Theme URI: http://wordpress.org/
Description: The official Digital Valley theme.
Version: 0.1
Author: Daniel Carvalho
Author URI: http://www.danielcarvalho.com/
Tags: digital valley, awesome

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and developed by Daniel Carvalho.
*/



/* Begin Typography & Colors */	

.widecolumn {
	line-height: 1.6em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* End Structure */



/*	Begin Headers */

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol { margin: 0; }

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li { margin: 10px 0 0 0; padding: 0; }
/* End Entry Lists */



/* Begin Form Elements */
#searchform { }
#sidebar #searchform #s { width: 140px; padding: 5px; border: solid 1px #888888; }
#sidebar #searchsubmit { float: right; margin:0; padding: 0;}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	clear: both;
	float: left;
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* ======================================================================*/

/* Elements */

body { margin: 0; font-family: verdana, arial; font-size: 12px; color: #333333; border-top: solid 4px #ED1C24; }

a, a:visited { color: #666666; text-decoration: none; }
a:hover { color: #ED1C24; }

h1, h2, h3 { text-transform: uppercase; }

/* Layout Structure */

#page { margin: 0 auto; width: 750px; }
/*
#header { margin-bottom: 15px; height: 200px; }
#header h1 { margin: 0; padding: 0; height: 180px; }
#header h1 a { padding-top: 150px; display: block; font-size: 18px; text-align: center; background: url("images/logo_digital_valley.jpg") top center no-repeat; }
*/

#header { margin-bottom: 15px; height: 150px; }
#header h1 { margin: 0; padding: 0; height: 150px; }
#header h1 a { display: block; height: 100%; font-size: 18px; text-indent: -9999px; overflow: hidden; text-align: center; background: url("images/logo_digital_valley.jpg") center no-repeat; }
#header .description { color: #666666; text-align: center; }

.narrowcolumn { float: left; width: 500px; }

.widecolumn .entry p {}
.narrowcolumn .entry, .widecolumn .entry { line-height: 18px; }

#sidebar { float: left; width: 230px; padding: 30px 0 0 15px; border-top: solid 4px #888888; border-left: solid 1px #CCCCCC;}
#sidebar form { margin: 0; padding: 0; }
#sidebar h2 { margin: 0 0 15px 0; padding: 10px 0 0 0; font-weight: normal; font-size: 14px; text-transform: uppercase; /* border-top: solid 1px #888888; */ }

#footer { clear: both; border-bottom: solid 4px #888888; }
#footer p { padding: 30px 15px 15px 15px; font-size: 10px; color: #888888; text-transform: uppercase; text-align: center; }
#footer a { color: #666666; }
#footer a:hover { color: #ED1C24; }

/* Content area */

h2.pagetitle { margin: 0; }

.post { margin-bottom: 30px; padding-right: 30px; text-align: justify; }
.post h2 { margin: 0 0 5px 0; font-size: 18px; }
.post h3 { margin: 0 0 5px 0; }
.post small { text-transform: uppercase; }
.narrowcolumn .postmetadata { padding-left: 10px; font-size: 10px; color: #888888; text-transform: uppercase; border-left: solid 2px #CCCCCC; }
.widecolumn .postmetadata {}
.postmetadata { clear: left; padding: 10px; border: solid 1px #EEEEEE; }
.postmetadata ul, .postmetadata li { display: inline; list-style-type: none; list-style-image: none; }
.postmetadata a { color: #ED1C24; }
.postmetadata a:hover { text-decoration: underline; }

/* Misc */

.clear { clear: both; }
.pipe { margin: 0 5px; color: #CCCCCC; }

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*
.sIFR-hasFlash h1 {
	visibility: hidden;
}
*/

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash #sidebar h2 {
	visibility: hidden;
	font-size: 10px;
}
