/*
Theme Name: GDC
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------- Text Links and Lists ------------------------- */

body{
	background: #e6ebe8 url('images/bg_pattern.png') 0 0 repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

body, a{
	color: #6c6c6c;
}

h1, h2, h3, h4, h5, h6, p{
	margin-bottom: 10px;
}

ol, ul{
	margin-bottom: 15px;
}

@font-face {
	font-family: 'Sketchetik-Light';
	src: url('webfonts/sketchetik-light-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('webfonts/sketchetik-light-webfont.woff') format('woff'), 
		 url('webfonts/sketchetik-light-webfont.ttf')  format('truetype'),
		 url('webfonts/sketchetik-light-webfont.svg#svgFontName') format('svg');
}

h1, h2, h3, h4, h5, h6{
	color: #111;
	font-family: 'Sketchetik-Light', sans-serif;
	font-weight: normal;
}

h1{
	color: #9e005d;
	font-size: 34px;
	line-height: 36px;
}

h2{
	font-size: 31px;
	line-height: 33px;
}

h3{
	font-size: 28px;
	line-height: 30px;
}

h4{
	font-size: 25px;
	line-height: 27px;
}

h5{
	font-size: 22px;
	line-height: 24px;
}

h6{
	font-size: 19px;
	line-height: 21px;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}


/* --------------------------- Main Elements ------------------------- */

#pageWrap{
	margin: 0 auto;
	width: 974px;
}

#header{
	background: url('images/eye.png') right top no-repeat;
	height: 101px;
}

.content-curve, .content-curve-noSide{
	height: 21px;
	margin-top: -7px;
}

.content-curve{
	background: url('images/background_top.png') 0 0 no-repeat;
}

.content-curve-noSide{
	background: url('images/background_top_noSide.png') 0 0 no-repeat;
}

#content-wrap, #content-wrap-noSide{
	overflow: hidden;
}

#content-wrap{
	background: url('images/background.png') 0 0 repeat-y;
}

#content-wrap-noSide{
	background: url('images/background_noSide.png') 0 0 repeat-y;
}

#main-content, #side-content{
	float: left;
}

#main-content{
	margin: 15px 30px 0 27px;
	width: 660px;
}

#side-content{
	margin-top: -20px;
	width: 230px;
}

#footer{
	clear: both;
	padding: 40px 0 20px;
}


/* --------------------------- Header ------------------------- */

.logo{
	margin: 26px 0 0 20px;
}

#navigation{
	background: url('images/navigation_bar.png') 0 0 no-repeat;
	height: 37px;
	margin: 5px 0 0 27px;
	overflow: hidden;
	width: 660px;
}

.home, .about, .blog{
	background: url('images/navigation_btns.png') 0 0 no-repeat;
	display: block;
	float: left;
	height: 37px;
}

.home{
	width: 103px;
}

.about{
	background-position: -103px 0;
	width: 112px;
}

.blog{
	background-position: -215px 0;
	width: 102px;
}

.home:hover{
	background-position: 0 -37px;
}

.about:hover{
	background-position: -103px -37px;
}

.blog:hover{
	background-position: -215px -37px;
}

.home-active{
	background-position: 0 -74px;
}

.about-active{
	background-position: -103px -74px;
}

.blog-active{
	background-position: -215px -74px;
}


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

#main-content ul, #main-content ol{
	margin-left: 30px;
}

#main-content ul{
	list-style: square;
}

#main-content ol{
	list-style: decimal;
}

#main-content li{
	margin-bottom: 8px;
	padding-left: 5px;
}

.schools-top, .schools, .schools-bottom{
	width: 660px;
}

.schools-top, .schools-bottom{
	height: 16px;
}

.schools-top{
	background: url('images/schools_top.png') 0 0 repeat-y;
}

.schools{
	background: url('images/schools_background.png') 0 0 repeat-y;
	overflow: hidden;
}

.schools_logo, .schools_description{
	float: left;
}

.schools_logo{
	margin-left: 15px;
	text-align: center;
	width: 150px;
}

.schools_logo img{
	margin-bottom: 10px;
}

.schools_logo p{
	line-height: 12px;
}

.schools_description{
	margin-left: 25px;
	width: 450px;
}

.schools_description p{
	color: #464646;
}

.schools_logo p a, .schools_description a{
	color: #00bff3;
}

.clickhere{
	background: url('images/click.png') 0 0 no-repeat;
	display: block;
	height: 41px;
	margin: 0 auto;
	width: 188px;
}

.clickhere:hover{
	background-position: 0 -41px;
}

.schools-bottom{
	background: url('images/schools_bottom.png') 0 0 repeat-y;
	margin-bottom: 7px;
}

h4.moreMSW{
	color: #7accc8;
	margin: 20px 0;
	text-align: center;
}

h4.moreMSW a{
	color: #41928e;
}

.gg-header, .dt-header{
	margin-bottom: 15px;
	text-align: center;
}

.gg-header a, .dt-header a{
	color: #000;
}

.gg-header img, .dt-header img{
	margin-bottom: 10px;
}

.gg-content ol > li, .dt-content ol > li{
	clear: both;
	padding-bottom: 15px;
}

a.top-link{
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	display: block;
	font-family: 'Sketchetik-Light', sans-serif;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.gg-share, .dt-share{
	background-color: #fff;
	bottom: 0;
	padding: 10px 0 10px 180px;
	position: fixed;
	width: 477px;
}

.fb-like{
	margin-right: 32px;
}


/* --------------------------- Side Content ------------------------- */

.widget-wrap{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.widget-wrap ul{
	list-style: none;
	margin-left: 15px;
}

.widget-wrap ul li{
	background: url('images/bullet.png') no-repeat 0 5px;
	margin-bottom: 8px;
	padding-left: 20px;
}

.share-box-btns{
	margin: 0 0 8px 75px;
}

.side-finder-form{
	margin-left: 34px;
}

.follow-icon{
	margin-right: 15px;
}

img.gg-badge{
	display: block;
	margin: 20px auto 10px;
}


/* --------------------------- Footer Styles ------------------------- */

#footer p{
	color: #555;
	margin-right: 59px;
	text-align: right;
}


/* ------------------------------- Form Styles ------------------------------- */

form.degree-finder input, form.degree-finder select{
	display: block;
	margin-bottom: 10px;
}

form.degree-finder select{
	width: 188px;
}

form.degree-finder input[type="submit"]{
	background: url('images/my_find.png') no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 41px;
	width: 188px;
}

form.degree-finder input[type="submit"]:hover{
	background-position: 0 -41px;
}

#side-content form.degree-finder{
	margin-left: 18px;
}


/* ------------------------------- Table Styles ------------------------------- */


/* ------------------------------- Additional Styles ------------------------------- */

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}


/* ------------------------------- Blog Styles ------------------------------- */

.entry-meta{
	font-weight: bold;
	margin-bottom: 10px;
}

.entry-utility{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#nav-below{
	overflow: hidden;
}

.nav-previous, .nav-next{
	width: 320px;
}

.nav-previous{
	float: left;
}

.nav-next{
	float: right;
	text-align: right;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}