/*
 * Theme Name: Cappex College Blog
 * Theme URI: http://www.cappex.com/blog/
 * Description: A custom theme for the Cappex College Blog
 * Version: 1.0
 * Author: Nate Percell
 *
 * This is the theme used for the Cappex College Blog.
 * Some modifications may have been made to accomodate
 * upgrades to modern versions of WordPress.
 * */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body strong {
font-weight: bold;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#content em{ /* for the benefit if IE */
 font-style:normal;
}
#content p>em{ /* for everyone else */
 font-style:italic;
}

.linksList {
	clear:left;
	line-height:2em;
}


/* Begin Structure */

#page {
	width: 960px;
	margin: 0 auto;

}

#header {
	float:left;
	height:7.5em;
	position:relative;
	width:960px;
	padding-top: 5px;
}

#header a img {
	margin-top: 13px;
}

.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 940px;
}

#content {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 520px;
}

#tertiaryContent h3 {
	margin-top: 18px;
}

#headerLinks {
	margin-top:4.5em;
	display:inline;
	float:right;
	margin-left:10px;
	margin-right:0;
}

#headerLinks li,
#footer ul li {
	border-left:1px solid #C5D4E1;
	float:left;
	padding:0 10px;
}

#footer {
clear:both;
float:left;
margin-top:2.5em;
padding-top:0.75em;
}

#headerLinks li:first-child,
#footer ul li:first-child {
	border-left:medium none;
	padding-left:0;
}

#footer ul li a {
	color: #94bbda;
}

#footer ul li a:hover {
	color: #f37320;
}

#headerLinks li a {
	color: #5681a3;
}

#headerLinks li a:hover {
	color: #f37320;
}

.grid_3 {
display:inline;
float:left;
margin-left:10px;
margin-right:10px;
width:160px;
}

.headerLogo {
float: left;
display: inline;
margin-left: 10px;
margin-right: 10px;

}

#sidebar {
display:inline;
float:left;
margin-left:10px;
margin-right:10px;
width:220px;	
margin-bottom:25px;
}

#sidebar .containerList li {
border-bottom:1px solid #C5D4E1;
padding:18px 10px;
}

#sidebar .containerList li .linksList li {
	border: 0 none;
	padding: 0;
}


/* Begin Typography & Colors */

body {
    font-size:75%;
    font-family: "Segoe UI", "Lucida Grande", Arial, Helvetica, sans-serif;;
	color: #555555;
}

p {
	font-size: 1.0833em;
	line-height:1.385em;
	margin-bottom: 1.385em;
}

h1 {
	font-size: 2.6667em;
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: .25em;
	font-family: georgia, serif;
	color: #5681a3;
	font-weight: normal;
}

h2 {
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: .125em;
	margin-top: .625em;
	font-weight: normal;
	font-family: georgia, serif;
	color: #5681a3;
}

h2 a, h2 a:hover {
	color: #5681a3;
	text-decoration: none;
}

h3 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-bottom: .643em;
	font-family: georgia, serif;
	text-align: left;
	color: #5681a3;
	font-weight: bold;
}

h4 {
	color: #5681a3;
	font-size: 1.333em;
	font-weight: normal;
}

h5 {
	color: #555555;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1em;
}

a {
	color: #f37320;
}

a:hover {
	color: #5681a3;
}

#pageHeading h1 {
	margin-bottom: 0;
}

.narrowcolumn .postmetadata {
	padding-bottom: 36px;
	float: left;
	width: 520px;
}

.single .postmetadata {
	width: 500px;
	padding: 10px;
	font-size: 11px;
}

.postInfo {
	padding: 5px 0;
	border-top: 1px solid #c5d4e1;
	border-bottom: 1px solid #c5d4e1;
	font-size: 11px;
	color: #909090;
}

.postInfo a {
	color: #94bbda;
}

.postInfo a:hover {
	color: #f37320;
}

.gray {
	color: #c5d4e1;
}

#s {
	background:transparent url(/img/bg/searchInputBg.png) no-repeat scroll left top;
	border:0 none;
	color:#909090;
	float:left;
	height:19px;
	padding:1px 2px;
	width:173px;
}

#footer p {
float:right;
text-align:right;
}

.chiclets {
border-top: 1px solid #c5d4e1;
padding: 5px;
width: 510px;
float: left;
}

.entry,
.entrytext {
width: 520px;
float: left;
}

.alt {
	border-top: 1px solid #c5d4e1;
	border-bottom: 1px solid #c5d4e1;
	background: #f6f8fa;
}

#comments,
#respond {
	float: left;
	width: 520px;
	margin-top: 1.5em;
	
}

.commentlist {
	padding: 0;
	float: left;
	width: 520px;
	border-bottom: 1px solid #c5d4e1;
	}

.commentlist li {
	padding: 10px;
	float: left;
	width: 500px;
	list-style: none;
	}

.commentlist cite {
font-weight: bold;
}

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

#commentform {
	float: left;
	width: 520px;
}

#commentform input {
	border: 3px double #c5d4e1;	
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;

}

#commentform textarea {
	border: 3px double #c5d4e1;	
	width: 484px;

}

.commentlist p.commentmetadata {
	margin: 0;
	float: right;
	font-size: 11px;
	color: #909090;	
}

#commentform p {
	margin: 5px 0 5px 15px;
	text-align: left;
}

#commentform #submit {
	margin: 10px 10px 10px 0;
	float: left;
	border: none;
	padding: 0;
	width: 60px;
	height: 28px;
}

.navigation {
	float: left;
	width: 520px;
	border-top: 1px solid #c5d4e1;
	padding-top: 5px;
}

.entry {
	padding-top: 9px;	
}

#content ul {
	list-style: disc;
	font-size: 13px;
	padding-left: 15px;
}

.clear {
clear: both;
}

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

.comments {
	padding-left: 17px;
}















/* Begin Typography & Colors */



object {
margin: 0 0 20px 0;
}

	
#wp-calendar #prev 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;
	}

#podPress_footer {
	background-color: #fff;
}

#testimonial {
width: 99px;
height: 103px;
margin: 15px 10px 10px 10px;
float: left;
}

/* 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;
	display: block;
	text-align: right;
	width: auto;
	padding-bottom: 10px;
	}
	
.alignleft {
	float: left;
	display: block;
	text-align: left;
	width: auto;
	padding-bottom: 10px;
	
	}
/* 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;
	padding-left: 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 {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 15px;
}

.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;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */



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

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

/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

.news-digg {
float: right;
}

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

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/

.more-link {
padding-left: 20px;
display: block;
height: 16px;
line-height: 16px;
}

