/*
Theme Name: Foundyourcalling
Theme URI: http://www.foundyourcalling.com/original/
Description: Custom WordPress theme
Version: 1.0
Author: Fathom SEO
Author URI: http://www.fathomseo.com
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #e14700 url('images/background.gif') repeat-y;
	background-position: center top;
	color: #000000;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 25px;
	width: 847px;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

#footer {
	background: #FFFFFF;
	}
	
#footer a, a:hover {
	color: #FFFFFF;
	}

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

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #FFFFFF;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #e10004;
	}

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

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
a, h2 a:hover, h3 a:hover {
	color: #e13101;
	text-decoration: none;
	}

a:hover {
	color: #e13101;
	text-decoration: underline;
	}
/* End Typography & Colors */



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

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	padding-left: 0px;
	width: 847px;
	}

#header {
	background-color: #FFFFFF;
	margin: 5px 0 0 1px;
	padding: 0;
	height: 40px;
	width: 847px;
	font-size: 12px;
	}

#headerimg {
	margin: 0;
	height: 20px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 10px 0px;
	margin: 0px 0 0;
	width: 480px;
	}

.narrowcolumnlp {
	float: left;
	padding: 0 0 10px 0px;
	margin: 0px 0 0;
	width: 305px;
	}
	
.narrowcolumnlpNEW {
	float: left;
	padding: 0 0 10px 0px;
	margin: 0px 0 0;
	width: 450px;
	}
	
.narrowcolumnlp2 {
	float: left;
	padding: 0 0 10px 0px;
	margin: 0px 0 0;
	width: 280px;
	}

.post {
	margin: 0 0 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 848px;
	clear: both;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin  */
p img {
	padding: 0;
	max-width: 100%;
	}

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


/* 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 ul li:before {
	content: "\00BB \0020";
	}

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

/*****************************************************************************/
/*TOP NAV CSS */
/*****************************************************************************/
.topnav {
	width:848px;
	font-size:10px;
	position:relative;
	z-index:100;
	height: 25px;
}

/* remove all the bullets, borders and padding from the default list styling */
.topnav ul {
padding:0;
margin:0;
list-style-type:none;
}
.topnav ul ul {
width:141px;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.topnav li {
	float:left;
	width:141px;
	position:relative;
}
/* style the links for the top level */
.topnav a, .topnav a:visited {
	text-align:center;
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:130px;
	padding-left:5px;
	line-height:26px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #707070;
/*	letter-spacing: 0.1em; */
	padding-right: 5px;
	border-color:#707070;
	border-style:solid;
	border-width:0 1px 1px 0;
	height: 27px;
	overflow: hidden;
	background-image: url(images/greynavgradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	outline: none;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .topnav a, * html .topnav a:visited {
	width:141px;
	w\idth:130px;
	outline: none;
}

/* style the second level background */
.topnav ul ul a.drop, .topnav ul ul a.drop:visited {
	text-align:left;

	background-color: #e14700;
}
/* style the second level hover */
.topnav ul ul a.drop:hover{
	background-color: #e10004;
	background-image: url(images/red.gif);
	background-repeat: repeat;
}
.topnav ul ul :hover > a.drop {
	background-image: url(images/red.gif);
	background-repeat: repeat;

	background-color: #e10004;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.topnav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0;
	width:141px;
}
/* another hack for IE5.5 */
* html .topnav ul ul {
top:27px;
t\op:28px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.topnav table {position:absolute; top:0; left:0;}

/* style the second level links */
.topnav ul ul a, .topnav ul ul a:visited {
	text-align:left;
	background-image: url(images/red.gif);
	background-repeat: repeat;
	background-position: left bottom;
	background-color: #e14700;
	color:#FFFFFF;
	height:auto;
	line-height:1em;
	width:119px;
	padding:5px 15px 5px 5px; /* yet another hack for IE5.5 */
}
* html .topnav ul ul a{
width:141px;
w\idth:119px;
}


/* style the top level hover */
.topnav a:hover, .topnav ul ul a:hover{
color:#fff; 
background-image: url(images/redgradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #e10004;
}
.topnav :hover > a, .topnav ul ul :hover > a {
	color:#fff;
	background-image: url(images/redgradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e10004;
}

/* make the second level visible when hover on first level list OR link */
.topnav ul li:hover ul,
.topnav ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.topnav ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.topnav ul :hover ul :hover ul{ 
visibility:visible;
}
.subheader {
	background: #e10004 url('http://www.foundyourcalling.com/original/wp-content/themes/foundcallingtemp/images/red_nav_gradient_header.gif');
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #e10004;
	background-position: bottom;
}
#footerbar {
	background: #a2a2a2 url('http://www.foundyourcalling.com/original/wp-content/themes/foundcallingtemp/images/greygradient.gif'); 
	font-size: 11px;
	color: #FFFFFF;
	padding: 6px;
	border: 1px solid #707070;
	background-position: bottom;
}
/*******************************************************************************************/

/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

select {
	width: 140px;
	}

#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;
	height: 100%;
	}

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



/* Begin Sidebar */
#sidebar {
	font: 10pt Verdana, Arial, Sans-Serif;
	float: right;
	padding: 0 0 0 5;
	width: 335px;
	}
#sidebar_lp {
	float: right;
	padding: 0 -10 0 5;
	width: 525px;
	}
#sidebar_lpNEW {
	float: right;
	padding: 0 -5 0 5;
	width: 365px;
	}
/* End Sidebar */

/* Begin Sidebar */
#sidebar_lp2 {
	float: right;
	padding: 0 -10 0 5;
	width: 550px;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#entercontest_container {
	background: url('http://www.foundyourcalling.com/original/wp-content/themes/foundcallingtemp/images/enter_contest_bg.jpg');
	width: 335px;
	height: 397px;
	position:relative;
	color: #FFFFFF;
	margin-top: -8px;
}

#entercontestrules {
	color: #FFFFFF;
	padding-left: 5px;
	margin-left: 235px;
	margin-top: -25px;
	font-size: 10px;
	width:80px;
	display:block;
}

#entercontestrules  a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
.entercontest {
	height:32px;
	width:220px;
	position: relative;
	margin-top: 5px;
	left: 3px;
	top: 2px;
	display: block;
	color: #FFFFFF;
	outline: none;
}


#entercontest_containersmall {
	background: url('http://www.foundyourcalling.com/original/wp-content/themes/foundcallingtemp/images/votenow_small_bg.gif');
	background-repeat: no-repeat;
	width: 335px;
	height: 139px;
	position:relative;
	color: #FFFFFF;
}

#entercontestrulessmall {
	color: #FFFFFF;
	padding-left: 5px;
	margin-left: 235px;
	margin-top: -165px;
	font-size: 10px;
	width:80px;
	display:block;
}

#entercontestrulessmall  a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
.entercontestsmall {
	height:32px;
	width:220px;
	position: relative;
	margin-top: 5px;
	left: 2px;
	top: -136px;
	display: block;
	color: #FFFFFF;
	outline: none;
}

a img {
border: 0px;
text-decoration:none;
}

a:hover img {
border: 0px;
text-decoration:none;
}

.thumbnails img {
	border:none;
	text-decoration:none;
	width: 112px;
	height: 84px;
	padding: 2px;
}
.lp_large_school_logo {
	width: 305px;
	height: 125px;
	border: 0px solid #e10004;
	margin-top: 20px;
	margin-bottom: -10px;
}

.educationsidebar {
	background-image: url('http://www.foundyourcalling.com/original/wp-content/themes/foundcallingtemp/images/red_orange_secondary_bg.jpg');
	font-color: #ffffff;
	height: 370px;
	width: 335px;
}
.educationsidebar ul li:before {
	content: "\00BB \0020";
	color: #333333;
	}
.educationsidebar ul li {
	line-height: 1.7em;
	font-size: 1.05em;
	font-weight: bold;
	}
.educationsidebar a {
	color: #333333;
}
#flashcontent2 {
	width:480px;
	height:40px;
	margin-top: -3px;
	margin-bottom: -10px;
}
