/*  
Theme Name: Clean Bleu
Theme URI: http://dev.danielryan.net/themes
Description: inspired by apple's new student gallery page
Version: 1.0
Author: Daniel Ryan
Author URI: http://www.danielryan.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/* Document Level Attributes */

body {
	font: 12px/18px 'myriad pro', myriadmm, arial, sans-serif;
	color: #000000; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: 0px; 
	margin-right: 0px;
	background: #C5C5C5 url(images/body_bg.jpg) repeat-x scroll;
	height: 100%;
	}

a {
	text-decoration: none;
	}
	
hr {
	display: none;
	}
	
ul {
   margin:0px;
   padding:0px;
   }

li {
   margin:0px;
   padding:0px;
   list-style-type:none;
   text-align: left;
   }

/* End Document Level Attributes */


/* Page Wrapper Attributes */

#page {
	width:700px;
	margin: 0px auto;
	padding-bottom: 15px;
	background: #FFF;
	}

/* End Page Wrapper Attributes */


/* Top Menu Attributes */

#top_menu {
	width: 700px;
	background: url(images/top_menu.png) no-repeat top center;
	margin: 0px auto;
	text-align: right;
	}

#top_menu a {
	color: #000;
	text-decoration: none;
	}
	
#top_menu ul {
	margin:0px;
	padding:0px;
   }

#top_menu li {
	font: 12px/12px 'myriad pro', myriadmm, arial, sans-serif;
	margin: 0px;
	padding: 20px 20px 0px 6px;
	background: url(images/top_menu_seperator.gif) no-repeat top left;
	list-style-type: none;
	text-align: left;
	display: inline;
	height: 30px;
   }	
	
/* End Top Menu Attributes */


/* Header Attributes */


#header {
	background: #80ADDB;
	text-align: left;
	padding: 15px 0px 15px 20px;
	width: 680px;
	margin: 0px 0px 2px 0px;
	}

#header p {
	font: 24px 'myriad pro', myriadmm, arial, sans-serif;
	}
	
#header a:link, a:hover, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	}

/* End Header Attributes */


/* Main Content Attributes */

#main {
	width: 433px;
	margin: 0px 0px 0px 0px;
	float: left;
	padding: 0px 20px 0px 20px;
	background: #fff;
}

#main a:link { 
	color: #000;
	text-decoration: none;
	font-weight: bold; 
	letter-spacing: normal;
	margin: 0px;
	border-bottom: 1px dotted #2470AE;
	}

#main a:visited { 
	color: #A9A9A9;
	text-decoration: none; 
	font-weight: bold; 
	letter-spacing: normal;
	margin: 0px;
	border-bottom: 1px dotted #A9A9A9;
	}

#main a:hover, a:active { 
	color: #2470AE;
	text-decoration: none; 
	font-weight: bold;
	letter-spacing: normal;
	margin: 0px;
	border-bottom: 1px dotted #2470AE;
	}

#main p { 
	font: 14px/18px 'myriad pro', myriadmm, arial, sans-serif, sans-serif; 
	text-align: justify;
	color: #000;
	margin: 0px 0px 0px 0px;
}

#main h1 {
	color: #000;
	font: 10px 'myriad pro', myriadmm, arial, sans-serif; 
	text-align: left;
	margin: 0px 0px 0px 0px;
	}


#main h2 {
	font: 14px/18px 'myriad pro', myriadmm, arial, sans-serif, sans-serif; 
	color: #2470AE;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	width: auto;
	height: 20px;
	}

#main h2 a:link { 
	color: #2470AE;
	text-decoration: none;
	font-weight: bold; 
	letter-spacing: normal;
	margin: 0px;
	border-bottom: 0px;
	}

#main h2 a:visited { 
	color: #A9A9A9;
	text-decoration: none; 
	font-weight: bold; 
	letter-spacing: normal;
	margin: 0px;
	border-bottom: 0px;
	}

#main h2 a:hover, a:active { 
	color: #2470AE;
	text-decoration: none; 
	font-weight: bold;
	letter-spacing: normal;
	margin: 0px;
	border-bottom: 0px;
	}

#main h3 {
	font: 10px/18px 'myriad pro', myriadmm, arial, sans-serif, sans-serif; 
	color: #000;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	width: auto;
	}

/* End Main Content Attributes */


/* Sidebar Attributes */

#sidebar {
	font: 12px/14px 'myriad pro', myriadmm, arial, sans-serif, sans-serif; 
	text-align: left;
	padding: 0px;
	color: #000;
	margin: 0px 0px 0px 475px;
	width: 225px;
	height: 100%;
	background: #EDECED;
	}

#sidebar h2 {
	font: 12px/14px 'myriad pro', myriadmm, arial, sans-serif, sans-serif; 
	color: #ffffff;
	text-align: left;
	padding: 6px 6px 6px 10px;
	background: #EDECED url(images/sidebar_header.gif) no-repeat top left;
	margin: 0px;
	}

#sidebar p {
	font: 12px/18px 'myriad pro', myriadmm, arial, sans-serif, sans-serif; 
	color: #000000;
	text-align: left;
	padding: 0px 6px 0px 6px;
	}
	
#sidebar ul {
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin-bottom: 16px;
	}

#sidebar a:link, a:hover, a:active {
	color: #000;
	}
	
#sidebar a:visited {
	color: #A9A9A9;
	}
	
/* End Sidebar Attributes */


/* Footer Attributes */

#footer {
	width: 680px;
	background: url(images/footer.png) no-repeat top center;
	clear: both;
	margin: auto;
	padding: 14px 0px 0px 20px;
	}

#footer a:link { 
	color: #000;
	text-decoration: none;
	font-weight: bold; 
	letter-spacing: normal;
	margin: 0px;
	}

#footer a:visited { 
	color: #A9A9A9;
	text-decoration: none; 
	font-weight: bold; 
	letter-spacing: normal;
	margin: 0px;
	}

#footer a:hover, a:active { 
	color: 2470AE;
	text-decoration: underline; 
	font-weight: bold;
	letter-spacing: normal;
	margin: 0px;
	}

/* End Footer Attributes */


#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	color: #ffffff;
	font: 10px 'myriad pro', myriadmm, arial, sans-serif; 
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#searchform #s {
	width: 115px;
	padding: 2px;
	}

#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 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 */

div.oxpass {
	text-align: center;
	border: 2px solid #7a280b;
	padding: 10px;
	margin: 10px;
}