/*
Theme Name: Concurrent Development
*/

/*general*/

* { font-family: Arial, Helvetica, Trebuchet MS, sans-serif; color: #999; margin: 0; padding: 0; font-size: 12pt; }
a { text-decoration:none; }
body { background-color: #eee; }

h2, h2 a{ font-size: 26pt; font-weight: bold; color: #666; padding: 0 0 15px 0; }
h3, h3 a { font-size: 20pt; text-decoration:none;}
h4 { font-size: 11pt;}

dl{	margin: 20px 0;}
dt{	font-weight: bold;}
dd{	margin: 5px 0 10px 20px;}

#inner { width: 1000px; margin: auto; padding: 0; background-color: #fff; }

#header { background: no-repeat #f3bd4a url('images/website-header.gif') 0% 85%; height: 125px; width: 1000px;}
#header img { position:absolute; top:20px;}

	
/*navigation*/

#navigator { height:26px; float:right; padding: 83px 50px 0 0; }
#navigator li { list-style-type: none; float:left; padding: 0 0 0 15px;}
#navigator li.selected { color: #fff; font-weight:bold; }
#navigator li a { color: #fff; font-weight:bold;}
#navigator li a:hover { color: #666; font-weight:bold;}

/*content area*/

#content { float:left; margin:0; padding:50px 50px; }
#content p { margin: 2px 0 8px 0;}

#content #firstpara { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #ccc; padding: 20px 0 30px 0;}
#content #firstparaleft { position: absolute; width: 200px; }
#content #firstparacontent { margin-left: 205px; margin-right: 203px; }
#content #firstpararight { position: absolute; width: 203px; }

#content .repeater { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #ccc; padding: 20px 0 30px 0;}
#content .repeateritemleft { position: absolute; width: 200px; }
#content .repeateritem { margin-left: 205px; margin-right: 203px; width:50%;}
#content .repeateritemright { float:right; width: 203px; }

/*portfolio items*/

#content .repeater .image img { border:solid 1px #ccc;}
#content .repeater .comments { font-style: italic; }
#content .repeater .commentsby { float:right; }

#content ul{margin: 0 0 10px 20px;}
#content li{margin: 0 0 5px 0;}
#content a:hover{color: #666;}

/*footer*/

#footer { clear:left; background: #f3bd4a; height: 50px; width: 1000px; }
#footer #footertext { font-size:9pt; color:#fff; padding: 15px 0 0 50px;}
#footer #footertext a { font-size:9pt; color:#fff; text-decoration: underline;}
#navigator li a:hover { color: #666; font-weight:bold;}

.admin-tools{font-size:9pt; position: absolute; top: 10px; left: 10px; border: solid 1px #999; background-color: #eee; padding: 10px;}

/*content structure*/

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 600px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
width: 600px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* 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 a
{
	border-bottom: dotted 1px #999;
}

.entry a:hover
{
	border-bottom: solid 1px #666;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#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: 5px 0 0 10px;
	}

#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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 5px 3px;	
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Sidebar */
#sidebar
{
	padding: 50px 0 50px 0;
	float:left;
	width: 250px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

pre
{
	margin: 10px;
}

code
{
	font-size: 90%;
	font-family: Courier New, Monospace;
	color: #66c;
}