/*  
Theme Name: Dialedin Portland
Description: dialedin with directory
Version: 1.0
Author: tim barkow
*/

/*
#302865		dark purple
#4E45B2		med. purple for text
#68B310		green
#457E10		green for text
#E8FFCD		light green
#222222		dark grey

*/

* {
	margin: 0;
	padding: 0;
}

.clear { clear:both; }
.clear_left { clear:left; }
br.clear { clear:left;}

img { border: 0; }
html, body { height:100%; }

body {
	font: normal 13px/20px "Lucida Grande", Arial, sans-serif;
	margin: 0;
	padding: 0;
	background:#fff url(../images/bg.png) 0 0 repeat-x;
	color:#222;
}
h2 {
	font: bold 16px/20px "Lucida Grande", Arial, sans-serif;	
}
h3 {
	font: bold 13px/20px "Lucida Grande", Arial, sans-serif;	
}

#wrapper {
	position: relative;
	left: 0px;
	margin:0px auto;
	width: 950px;
	min-height:100%;
}
* html #wrapper { height:100%; }
/* =Headings
-----------------------------------------------------------------------------*/

#header {
	position:relative;
	width: 100%;
	margin-top: 0px;
	height: 71px;
	overflow:hidden;
}
#header img { 
	position:relative;
}
#header h1 {
	display:none;
}
ul#weathericon {
	position:absolute;
	top:0px;
	left:660px;
	z-index:99;
	width:50px;
	height:50px;
}
ul#weathericon li {
	list-style-type:none;
}
ul#weathericon li span.weather_title, 
ul#weathericon li span.weather_info {
	display:none;
}

/* primary navigation tabs 
---------------------------------------------------- */
ul.menu_items {
	position:relative;
	top:5px;
	left:0px;
	height:20px;
	padding:5px 0;
	width:550px;
	list-style-type: none;
}
.menu_items li {
	position:absolute;
	top:0;
	list-style: none;
}
.menu_items li, .menu_items a {
	display: block;
	height:20px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background:url(../images/menu_sprites.png) no-repeat 0px 0px; 
}
#m0 { left:0; width: 255px; }
#m0 { background-position: -275px -0px; }

#m1, #m1 a { left:335px; width: 39px; }
#m1 a { background-position: -0px -0px; }
#m1 a.current { background-position: 0px -40px; }
#m1 a:hover, #m1 a:active { background-position: 0px -20px; }
#m2, #m2 a { left:376px; width: 72px; }
#m2 a { background-position: -41px -0px; }
#m2 a.current { background-position: -41px -40px; }
#m2 a:hover, #m2 a:active { background-position: -41px -20px; }
#m3, #m3 a { left:448px; width: 62px; }
#m3 a { background-position: -118px -0px; }
#m3 a.current { background-position: -118px -40px; }
#m3 a:hover, #m3 a:active { background-position: -118px -20px; }
#m4, #m4 a { left:510px; width: 46px; }
#m4 a { background-position: -185px -0px; }
#m4 a.current { background-position: -185px -40px; }
#m4 a:hover, #m4 a:active { background-position: -185px -20px; }
#m5, #m5 a { left:556px; width: 36px; }
#m5 a { background-position: -234px -0px; }
#m5 a.current { background-position: -234px -40px; }
#m5 a:hover, #m5 a:active { background-position: -234px -20px; }

/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent {
	position:relative;
	top:0;
	width:590px;
	float:left;
	padding: 0;
	background:#fff;
	border-top:6px solid #ccc;
	min-height:600px;
	padding:0;
}
* html #mainContent { height:100%; }

#content {
	position:relative;
	top:20px;
	left:30px;
	width:520px;
	padding-bottom:20px;
}
#content p {
	margin: 0 0 20px;
}
#user_bar {
	position:relative;
}

/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited {
	text-decoration: none;
	color: #06C; 
}

a:hover, a:active {
	text-decoration:underline;
	color: #d02;
}

.login a:link, .login a:visited {
	text-decoration: none;
	color: #06c;
}

.login a:hover {
	text-decoration:none;
	color: #f60;
}

/* =front page
-----------------------------------------------------------------------------*/
.front_page h2 {
	margin-bottom:10px;
}
ul.recent_updates {
	margin:0;
}
ul.recent_updates li {
	list-style-type:none;
	display:inline;
	padding: 0 10px 0 0;
	font-size:14px;
}
ul.recent_updates li img {
	border:2px solid #ccc;
}




/* =profile menu
-----------------------------------------------------------------------------*/
#guest {
	position:relative;
	top:0px;
	width: 570px;
	height:20px;
	font: normal 11px/20px "Lucida Grande", sans-serif;
	text-align:right;
	padding:5px 10px;
}
#profilemenu {
	position:relative;
	top:0px;
	width: 570px;
	height:20px;
	background:#E8FFCD;
	font: normal 11px/20px "Lucida Grande", sans-serif;
	color:#302865;
	list-style-type: none;
	margin: 0;
	padding:10px 10px;
}
#profilemenu li {
	float:left;
	margin-right:5px;
}
#profilemenu li.username {
	font: bold 11px/20px "Lucida Grande", sans-serif;
	margin-right:10px;	
}

#profilemenu a {
	display: inline;
	height: 20px;
	color: #222;
	margin: 0 4px 0;
}
#profilemenu a:hover {
	text-decoration:underline;
}



/* =Profile Content
-----------------------------------------------------------------------------*/
#profile {
	position:relative;
	top:0;
	left:0;
	border-bottom: 2px dotted #ccc;
}
#profile .vcard .org, .project h3 {
	font-size: 14px;
	font-weight:bold;
}
.vcard {
	margin: 0 0 20px;
}

.label {
	font-weight:bold;
}
.capabilities p, .groups p, .clients p, p.tags {
	margin: 0 0 20px;
}
#linktools {
	float:right;
	width:110px;
	padding-left:10px;
	margin: 0 10px 10px 10px;
	font-size:11px;
}
#gmap {
	float:right;
	width:230px;
	height:250px;
	background:#f5f5f5;
	margin: 0 10px 10px 10px;
}
h3.projects, h3.feed {
	color:#302865;
}
h3.projects {
	margin: 0 0 10px 40px;
}
.project {
	position:relative;
	top:0;
	left:0;
	width:520px;
	clear:left;
	margin: 0 0 40px 40px;
}

.tools { 
	float:right;
}
.project .tools {
	width:100px;
	text-align:right;
}
.tools a:link, .tools a:visited {
	display:block;
	float:right;
	font-weight: normal;
	font-size: 11px;
	color: #457E10;
	border:2px solid #68b310;
	background: #E8FFCD;
	color: #f60;
	border:2px solid #f60;
	background: #fec;
	margin:0 0 10px;
	padding:0px 5px;
	text-align:center;
	font-weight: normal;
	font-size: 11px;	
	width:100px;
}
.editor {
}
.delete { 
	border:2px solid #999 !important;
	background: #eee !important;
	color:#666 !important;
	width:90px !important;
}


.required {
	color:#d20;
}

#feed {
	position:relative;
	top:0;
	left:0;
	width:520px;
	margin: 10px 30px;
	padding: 10px;
	border-top:2px dotted #ccc;
}
#feed ol {
	margin:10px 0 10px 0px;
}
#feed ol li {
	list-style-type:none;
	margin:0 0 20px;
	font-size:11px;
	line-height:16px;
}
#feed .feedlink {
	float:right;
}
/* =Projects Content
-----------------------------------------------------------------------------*/
.assets {
	margin:5px 0;
}
.assets .project_image, .project_image_blank {
	float:left;
	display:block;
	width:120px;
	text-align:center;
	margin-right:10px;
}
.project_image a.projimg, .project_image_blank .add_image {
	display:block;
	width:110px;
	height:110px;
	padding:5px;
	overflow:hidden;
	border:2px solid #ccc;
}
.project_image a img {
	vertical-align:bottom;
}

.project_image_blank .add_image {
	display:block;
	padding: 45px 0 0;
	height:75px;
	overflow:hidden;
	border:2px solid #68b310;
}
a.add_image:hover {
	background:#E8FFCD;
}

/* image action links */
.project_image .edit_image, .project_image .delete_image {
	float:right;
	display:block;
	margin:5px 5px 0 0;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent: -999px;
}
.project_image .edit_image {
	background: #fff url(../images/pencil.png) 0 0 no-repeat;
}
.project_image .delete_image {
	background: #fff url(../images/delete.png) 0 0 no-repeat;
}


/* edit image form */
.image_edit img {
	width:90%;
}

.project p.gray { color:#999;}

/* =Forms
-----------------------------------------------------------------------------*/

.error {
	font-weight: bold;
	color:#FF3300;
	padding-left: 18px;
	background: url(../images/error.png) no-repeat left top;
}
/* :KLUDGE: Explicitly set the width for IE6- */
* html .error {width: 10em;}

fieldset {
	width:520px;
	margin: 10px 30px;
	padding: 10px 0 10px 10px;
	border: none;
	clear:left;
}
legend {
	color:#222;
	font-size: 16px;
	margin: 0 0 10px;
	padding:0;
	font-weight:bold;
}
fieldset p {
	margin:0 0 10px 0;
}
label {
	float: left;
	width: 100px;
	font-weight:bold;
	margin-top:5px;
	font-size:11px;
	}

input, textarea, select {
	font: normal 13px/1.25em "Lucida Grande", sans-serif;
	color:#000;
	padding:2px;
	border:2px solid #ccc;
	margin: 5px 0;
}
br.tween {
	clear:left;
	line-height:20px;
}

div.hint {
	font: normal 11px/130% "Lucida Grande", sans-serif;
	color:#4E45B2;
	margin-left:100px;
	padding-top:0px;
}
div.hint .hint2 {
	color:#6a4;
}
div.hint img {
	position:relative;
	vertical-align:middle;
	margin-right:10px;
}

.note {
	display: block;
	margin-left: 100px;
}

.formdescription { margin-bottom:20px;}

#register {margin: 0;}
#register label, #changePassword label  {
	width: 125px;
}
#register .hint, #changePassword .hint  {
	margin-left: 125px;
}
#register .error span {
	margin-left: 125px;
}
#register .note  {
	display: block;
	margin-left: 125px;
	margin-bottom:5px;
}
#register textarea.textarea {
	line-height:110%;
	font-size:11px;
	padding:2px;
	background-color:#eee;
}

/* = Form Inputs 
-----------------------------------------------------------------------------*/
input[type='submit'], input[type='button'], input[type='reset'] {
	text-align: center;
	text-decoration: none;
	border: 2px solid #68B310;
	color: #457E10;
	background:#E8FFCD;
	padding: 0.25em;
	cursor: pointer;
	line-height:100%;
}
input.cancel {
	margin-left:10px;
	border: 2px solid #999;
	color: #333;
	background:#eee;
}
input[type='reset'] {
	margin-left:10px;
	border: 2px solid #999;
	color: #333;
	background:#eee;
}

input[type='text'],  input#q, input[type='password'] {
	width:200px !important;
	border: 2px solid #ccc;
	padding: 0.3em;
}
fieldset input[type='text'], input#tags {width: 336px !important; }


/* =FLASH MESSAGE
-----------------------------------------------------------------------------*/

#flashMessage {
color:#b11;
background:#fff;
font-size: 14px;
height:20px;
margin: 10px 0 10px 20px;
font-weight: bold;
padding: 0;
}


/* = AUTOCOMPLETE STYLES
-----------------------------------------------------------------------------*/
.autocomplete {
	background:#def;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('../images/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/* = SEARCH RESULTS
-----------------------------------------------------------------------------*/

.search_results {
	position:relative;
	top:0;
	left:20px;
	width:550px;
}
.search_results h2 {
	font-size:16px;
	font-weight:normal;
	margin:10px 0;
}
.searchstring {
	color:#68B310;
}
.search_results ol, .search_results ul {
	margin: 0 0 0 0px;
	clear:left;
}
.search_results ul {
	list-style-type:none;
}
.search_results ol li {
	margin: 0 0 10px;
	list-style-type:none;
}
.search_results ol li p {
	font-size:12px;
}

/* = ad banner placeholders 
-----------------------------------------------------------------------------*/
#info_box {
	overflow:hidden;
	text-align:center;
	margin: 0;
	padding:0 !important;
	background:#80BA28;
	border-bottom:6px solid #ccc;
}
#info_box h2 {
	width:350px;
	background:#80BA28 url(../images/info_banner_h2.png) 0 0 no-repeat;
	height:80px;
	margin:0 !important;
	padding:0 !important;
	text-indent:-999px;
}
#info_box p {
	text-align:left;
	font-size:11px;
	line-height:16px;
	margin: 0 10px 10px !important;
}

#banner_box {
	overflow:hidden;
	text-align:center;
	margin: 0;
}

#leaderboard_box div {
	margin: 9px auto 9px;
	overflow:hidden;
}
#banner_box div {
	overflow:auto;
	width:350px;
	margin: 20px 0px;
	text-align:center;
}
.ad_leaderboard {
	width:768px;
	height:90px;
	background:#444;
}

.ad_large_rectangle {
	width:336px;
	height:280px;
	min-height:280px;
	background:#444;
}
.ad_large_button {
	float:left;
	width:125px;
	height:125px;
	background:#444;
	margin:10px 0px 10px 15px  !important;
}
.ad_13_rectangle {
	width:300px;
	height:100px;
	min-height:100px;
	background:#444;
}

/* = sidebar 
-----------------------------------------------------------------------------*/

#sidebar {
	float:left;
	width:350px;
	overflow:hidden;
	margin-top:6px;
	padding:0 0 20px;
	background:#fff;
}
#sidebar p {
	margin: 0 10px 20px;
}
#sidebar .tagcloud {
	line-height:1.4em;
}
#emailtips {
	margin-top:20px;
	font-size:11px;
	line-height:16px;
}
#emailtips strong {
	font-size:14px;
	line-height:18px;
	color:#457E10;
	border-bottom:1px solid #457E10;
}
#emailtips strong a { border-bottom:none;}

#sidebar h2 {
	font:bold 16px/20px "Lucida Grande", Arial, sans-serif;
	color:#302865;
	margin:20px 10px 5px;
}
#subscriptions { margin-top:40px;}
#subscriptions p { margin-bottom:0;}
#subscriptions .small { color:#999; text-align:right;}

p.small { font-size:11px;}


/* = static pages 
-----------------------------------------------------------------------------*/

.privacy, .tos {
	font-size:11px;
}

/* = footer content 
-----------------------------------------------------------------------------*/
#footer {
	position:relative;
	top:20px;
	left:0;
	margin:40px 0 0;
	width: 910px;
	background:#eee;
	border-top:6px solid #ccc;
	padding: 20px 20px 40px;
	clear:both;
	font-size:11px;
	line-height:16px;
	overflow:auto;
}

#footer ul {
	list-style-type:none;
	margin:0px;
}
#footer ul li {
	float:left;
}
#footer ul ul.footerlinks {
	width: 440px;
	margin-right:20px;
}
#footer ul ul.footertext {
	width: 440px;
}
#footer ul ul.footertext p {
	margin: 0 0 10px;
}

#footer ul ul {
	margin: 0;
}
#footer ul li ul li {
	float:none;
	margin: 0 0 10px;
}	

/* = pagination 
-----------------------------------------------------------------------------*/
.pagination {
	margin:10px 10px;
	overflow:auto;
	font-size:11px;
}
.pagination div {
	float:left;
}
.pagination div a:link, .pagination div a:visited {
	margin:0 2px;
	padding:1px 5px;
	border:1px solid #ccc;
	text-decoration:none;
}
.pagination .current {
	font-weight:bold;
	color:#4E45B2;
	color:#000;
	margin:0 2px;
	padding:0 5px;
}
.pagination .prev a:link, .pagination .prev a:visited, 
.pagination .next a:link, .pagination .next a:visited, 
.pagination .first a:link, .pagination .first a:visited, 
.pagination .last a:link, .pagination .last a:visited  
{
	border-color:#fff;
}

/* = register pages 
-----------------------------------------------------------------------------*/
.registerlink { 
	font-size:15px;
	margin:30px 0 0 100px;
}
.note { font-size:11px;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.3.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.3
 * @date October 12, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	background: transparent url(___just-anything-here.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px "Lucida Grande", Arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#lightbox-secNav {
		overflow:hidden;
}


/*
#302865		dark purple
#4E45B2		med. purple for text
#68B310		green
#457E10		green for text
#E8FFCD		light green
#222222		dark grey

*/
/*WP ---------------------------------------------*/


.post {
	margin: 0 0 40px;
	text-align: left;
	}
.post h2 {
	font-size:18px;
	line-height:20px;
	margin-bottom:20px;
}
.entry {
	margin:0;
	padding:0;
	}
.entry p {
	margin: 0 0 20px;
	}
.entry h3 {
	color:#4E45B2;
	margin: 10px 0 20px;
}
.postmetadata {
	font-size:11px;
	margin: 10px 0;
	color:#444;
	clear:left;
	}
.commentlink {
	font-size:11px;
}
small {
	font-size: 11px;
	}

.post h2 { 	}

h3.comments {
	padding: 0;
	}

.alt {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	}

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

p img {
	padding: 0;
	}	

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 5px;
	margin: 0 0 2px 5px;
	display: inline;
	}

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

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}


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

#datearchives {
	position:absolute;
	top:100px;
	left:0;
	width:250px;
}
#categoryarchives {
	position:absolute;
	top:100px;
	left:300px;	
	width:250px;
}

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

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

.entry ul li:before {
	content: "\00BB \0020";
	}

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

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

.narrowcolumn ul {
	margin-left:20px;
	list-style-type:circle;
	padding:10px;
}
	
#sidebar ul, #sidebar ul ol {
	list-style-type:none;
	}

#sidebar ul li {
	margin-left:0px;
	}

#sidebar ul p, #sidebar ul select {
	}

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

#sidebar ul ul ul, #sidebar ul ol {
	}

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

#sidebar ul ul li, #sidebar ul ol li {
	}


#commentform {
	margin: 0 0 60px 10px;
}
#commentform label {
	padding-left: 0px;
}
#commentform input[type='text'] {
	width: 180px;
	padding: 2px;
	margin: 5px 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform input[type='text'], #commentform textarea {
	border:2px solid #ccc;
}

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



/* Begin Comments*/
#respond, #comments  {
	clear:left;
	padding-top:20px;
}

.commentlist li, #commentform input, #commentform textarea {
	}
	
.commentlist li {
	font-weight: bold;
	font-size:11px;
	}

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

.commentlist li p {
	font-weight: normal;
	text-transform: none;
	margin: 0 0 10px !important;
	}
#commentform {
	width:400px;
}

#commentform p {
	margin: 5px 0;
	}

.commentmetadata {
	font-weight: normal;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

.nocomments {
	text-align: center;

	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	float: right;
	}


#sidebar form {}

blockquote {
	margin: 12px 10px;
	padding-left: 6px;
	border-left: 1px dotted #666;
	font:normal 1em/150% Georgia, Times, serif;
	}
.center {
	text-align: center;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 20px;
	font-size:11px;
	overflow:auto;
	}
.navigation .alignleft, .navigation .alignright {
	white-space:nowrap;
}


