/*
Theme Name: Diplomat
Theme URI: http://wordpress.org/
Description: A custom Wordpress theme created especially for Dr. Quinones' website
Version: 1.0
Author: Canopy Web Design
Author URI: http://www.canopywebdesign.com/
Tags: red, white, blue, elastic layout, two columns, widgets

	This theme was designed and built by Catherine Ross of Canopy Web Design.
	Read her web design resource reviews at http://www.canopywebsolutions.com

*/

/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin: 0; padding: 0; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

/* =blocktext */
h2, h3, h4, h5, p, small { 
	margin: 0 20px; 
	padding: .5em 0; 
}

.pagetitle h2 {
	padding: 0;
}

ul {
	margin: 0px 0px 20px 0px;  
}

a {
	color: #039;
	text-decoration: none;
}

a:hover {
	color: #666;
} 

/* =html */
html { 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	color: #000;
	margin: 0;
	
}

small {
	font-size: 0.8em;
}

#page {
	background: url(images/header-bg.jpg) repeat-x;
}

#header {
	clear: both;
	background: url(images/world-map.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
}

#header h1 {
	padding: 120px 0 0 20px;
	font-size: 3.6em;
}

#header a {
	color: #006;
	text-decoration: none;
}

#header .description {
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}

#top-nav {
	margin: -6px 0 0 0;
	padding: 0;
	height: 25px;
	list-style: none;
	background: #3850a3;
}

#top-nav li {
	float: left;
	padding: 5px 15px;
	font-size: 1.4em;
	font-weight: bold;
}

#top-nav a {
	color: #FFFFFF;
}

#wrap {
}

#content {
	float: left;
	width: 68%;
	margin-left: 10px;
	font-size: 1.4em;
}

#content #content-padding {
	padding: 20px;
}

.post {
	clear: both;
}

.post hr {
	display: block;
	margin-left: 15px;
	}

#sidebar {
	float: right;
	width: 25%;
	font-size: 1.3em;
	margin: 5px;
	padding: 15px;
	border: 1px solid #b1b1b1;
	background: #eaeaea;
}

#sidebar #sidebar-padding {
	padding: 15px;
}

#sidebar img {
	margin: 5px;
	border: #666666 1px solid;
}

h2.widgettitle {
	font-size: 1.2em;
	margin: 0;
	color: #990000;
}

#footer {
	clear: both;
	font-size: 1.2em;
}

/* styles from default theme */
#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;
	}

.clear {
	clear: both;
}

/* 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 */

.navigation {
	clear: both;
	display: block;
	text-align: center;
	margin: 15px auto;
	}

.postmetadata {
	padding: 5px;
	margin: 30px;
	text-align: center;
	background: #FFFFCC;
}

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

.commentlist {
	padding: 0;
	margin-left: 10px;
	text-align: justify;
	}

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

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

#comment {
	margin-left: 15px;
}

#submit {
	margin-left: 15px;
}

#commentform {
	margin: 0 10px;
}

#commentform p {
	margin: 5px 10px;
	}

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

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

/* end of styles from default theme */
