/*
Theme Name: BYU-Idaho v1
Theme URI: http://www.byuidesign.com/
Description: v1 theme for BYU-Idaho Graphic Design Alumni blog.
Version: 1.0
Author: David A. Molanphy
Author URI: http://www.molanphydesign.com/
Tags: byui, two columns, widgets
	BYU-Idaho v1
	 http://www.molanphydesign.com

	This theme was designed and built by David A. Molanphy,
	whose blog you will find at http://blog.molanphydesign.com/

*/



/* Begin Typography & Colors */
body {
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background: #3f4449 url('images/background_gradient.jpg') repeat-x;
	color: #333;
	}

#content {
	font-size: 11px;
	line-height: 15px;
	}

.narrowcolumn .entry {
	line-height: 15px;
	}


/*--- Post Metadata ---*/
.narrowcolumn .postmetadata {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
	color: #666;
	}

.narrowcolumn .postmetadata a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.narrowcolumn .postmetadata a:hover {
	color: #f26c29;
	text-decoration: none;
}



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

small {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: normal;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, Arial, Verdana, 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: Helvetica, Arial, Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, blockquote, strike {
	color: #666;
	}

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

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


/* --------------------------------------------------------------------------------------*/
/* Anchor States */
/* --------------------------------------------------------------------------------------*/
h2 a:hover, h3 a:hover {
	color: #f26c29;
	text-decoration: none;
	}

a:link {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #f26c29;
	text-decoration: none;
	}

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

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

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

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


/* --------------------------------------------------------------------------------------*/
/* Begin Structure */
/* --------------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 920px;
	}

#header {
	margin: 0;
	padding-top: 20px;
	}

#headerimg {
	margin: 0;
	padding: 0;
	margin-left: 7px;
	background: url('images/byui_header.png') no-repeat;
	height: 35px;
	width: 360px;
	}
	
#content {
	float: left;
	width: 602px;
	margin: 0;
	padding: 0;
	}	
	
	#content-top {
		background: url('images/column_top.png') no-repeat;
		margin: 0;
		padding: 0;
		height: 30px;
		width: 602px;
		}
		
	#content-bottom {
		background: url('images/column_bottom.png') no-repeat;
		margin: 0;
		padding: 0;
		height: 40px;
		width: 602px;		
		}		

.narrowcolumn {
	padding: 40px 0 0 0;
	margin: 0;
	background: url('images/column_bg.png') repeat-y;
	}
	
/* --------------------------------------------------------------------------------------*/
/* POSTS */
/* --------------------------------------------------------------------------------------*/
.post {
	margin: 0;
	text-align: left;
	padding: 10px 70px;
	}
	
.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.post .footer_metadata {
	padding: 5px 0;
	text-align: right;
	margin-bottom: 10px;
	color: #999;
}

/* End Posts */



.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 910px;
	clear: left;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	color: #666;
	}
	
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}	

#footer a:hover {
	color: #f26c29;
	text-decoration: none;
}
/* End Structure */


/* --------------------------------------------------------------------------------------*/
/* Begin MainNav */
/* --------------------------------------------------------------------------------------*/
#mainNav {
	background: url('images/nav_bground.png') no-repeat;
	width: 920px;
	height: 64px;
	margin: 0;
	padding:0;
	}
	
.nav {
	margin: 0;
	padding: 10px;
}


/* End Main Nav */


/* --------------------------------------------------------------------------------------*/
/*	Begin Headers */
/* --------------------------------------------------------------------------------------*/
h1 a {
	display: block;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/byui_header.png') no-repeat;
	height: 35px;
	width: 360px;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-left: 70px;
	}

h3 {
	padding: 0;
	margin: 0;
	}
	
	h3 a:link, h3 a:visited {
		color: #06c;
		text-decoration: none;
		}
		
	h3 a:hover {
		color: #f26c29;
		text-decoration: none;
		}
	
/* 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
	}

/*--- work with gallery ---*/
.alignnone, .alignleft {
	margin: 10px 0 !important;
	max-width: 500px;
}

.alignnone img, .alignleft img {
	border: 1px solid red;
	max-width: 98%;
}


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


/* --------------------------------------------------------------------------------------*/
/* Begin Sidebar Structure */
/* --------------------------------------------------------------------------------------*/
#sidebar {
	float: right;
	padding: 0;
	margin:0;
	width: 314px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	}
	
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

/*-- necessary for widgets --*/
#sidebar ul li ul, #sidebar ul li ol {
	background: url('images/hr_deep.gif') no-repeat;
	padding-top: 5px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
	}
	
#sidebar a:link, #sidebar a:visited {
	color: #666;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #f26c29;
	text-decoration: none;
	}		
	
/*-- Welcome half --*/
#welcome_box h2, #welcome_box p {
	margin: 0;
	}
	
#welcome_box a:link, #welcome_box a:visited {
	text-decoration: underline;
	}	

#welcome_box .body_bg {
	padding: 10px 20px 20px 30px;
	background: url('images/narrow_bg.png') repeat-y;
	}

#welcome_box .top_bg {
	width: 314px;
	height: 22px;
	background: url('images/narrow_top_bg.png') no-repeat;
	}

#welcome_box .btm_bg {
	width: 314px;
	height: 22px;
	background: url('images/narrow_btm_bg.png') no-repeat;
	}

/*-- Bottom half --*/
#sidebar .tan_body_bg {
	padding: 10px 20px 10px 30px;
	margin: 0;
	background: url('images/narrow_tan_bg.png') repeat-y;
	}

#sidebar .tan_top_bg {
	width: 314px;
	height: 24px;
	margin: 0;
	background: url('images/narrow_tan_top_bg.png') no-repeat;
	}

#sidebar .tan_btm_bg {
	width: 314px;
	height: 24px;
	margin: 0;
	background: url('images/narrow_tan_btm_bg.png') no-repeat;
	}

#sidebar .tan_body_bg ul li ul li {
	list-style-image: url('images/bullet.gif');
	margin: 0;
	padding: 0;
	line-height: 20px;
	margin-left: 18px;
	}	


/* End Entry Lists */



/* --------------------------------------------------------------------------------------*/
/* Begin Form Elements */
/* --------------------------------------------------------------------------------------*/
#searchform {
	margin: 10px auto;
	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 textarea {
	width: 100%;
	padding: 2px;
	}

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


/* --------------------------------------------------------------------------------------*/
/* Begin Recent Comments on Sidebar*/
/* --------------------------------------------------------------------------------------*/
#recent-comments ul li{
	list-style-image: url('images/bullet_chat.png') !important;
}


/* --------------------------------------------------------------------------------------*/
/* Begin Comments*/
/* --------------------------------------------------------------------------------------*/
#comment_section {
	width: 465px;
	padding-left: 70px;
	padding-bottom: 30px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

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


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

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

	.commentlist a:link, .commentlist a:visited {
		color: #06c;
		font-size: 10px;
		text-decoration: none;
	}
	
	.commentlist a:hover {
		color: #f26c29;
		text-decoration: none;
	}



#commentform p {
	margin: 5px 0;
	}
	
	#commentform a:link, #commentform a:visited {
		color: #06c;
		text-decoration: none;
	}
	
	#commentform a:hover {
		color: #f26c29;
		text-decoration: none;
	}
		
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/*-- if sIFR fails --*/
#comment_section h3 {
	padding-top: 15px;
	font-weight: bold;
}
	
/* End Comments */


/* --------------------------------------------------------------------------------------*/
/* Begin Calendar */
/* --------------------------------------------------------------------------------------*/
#wp-calendar {
	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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
	
hr.deep {
	display: block;
	height: 2px;
	border: none;
	background: url('images/hr_deep.gif') repeat-x;
	margin-bottom: 5px;
	margin-top: -2px;
}	

hr.dotted {
	display: block;
	height: 1px;
	border: none;
	background: url('images/hr_dotted.gif') repeat-x;
	margin: 5px 0;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 465px;
	color: #666;
	}
	
	.navigation .alignleft {
		float: left;
		margin: 0 !important;
		padding: 0 !important;
		}
	
	.navigation .alignright {
		float: left;
		margin: 0 !important;
		padding: 0 !important;
		}
		
	.navigation .alignleft a:link, .navigation .alignright a:link {
		color: #666;
		text-decoration: none;
		}
		
	.navigation .alignleft a:visited, .navigation .alignright a:visited {
		color: #999;
		text-decoration: none;
		}

	.navigation .alignleft a:hover, .navigation .alignright a:hover {
		color: #f26c29;
		text-decoration: none;
		}


.throwError {
	width:500px; 
	background:#ffbd5f; 
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ea951c;
	
	font-family: Arial, Verdana, Sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 15px;
	text-align: center;
}
		
/* End Various Tags & Classes*/



/* --------------------------------------------------------------------------------------*/
/* Captions */
/* --------------------------------------------------------------------------------------*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */