/*
THEME NAME: Photography Colleges 
THEME URI: 
DESCRIPTION: 
VERSION: 0.1
AUTHOR: Chris Guerrero
AUTHOR Uri: 
TAGS: 
TEMPLATE: ue-portal
*/

html, body {
	margin: 0;
	padding: 0;
	background: url("/legacy-assets/wp-uploads/photography-colleges.com/header_bg.jpg") repeat-x #EFEFEF;
	background-position-y: 210px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}

a {
	color: #111111;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 20px 0;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	font-weight: normal;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

#header {
	margin: 0 auto;
	width: 960px;
	height: 320px;
	position: relative;
}

#header a { 
	text-decoration: none; 
}

	#logo {
		width: 300px;
		height: 105px;
		position: absolute;
		left: 0;
		bottom: 0;
		cursor: pointer;
		border: 0;
	}

	#tagline {
		color: white;
		text-shadow: #1b250f 0 -1px 0;
		position: absolute;
		left: 448px;
		top: 18px;
		font-size:20px;
	}

        #tagline2 {
                display:none;
        }

	#search {
		position: absolute;
		top: 15px;
		right: 0;
		padding: 0;
                margin: 0;
		width: 281px;
	}

		#search input {
			width: 234px;
			height: 18px;
			padding: 5px 8px;
			color: #666666;
			font-size: 14px;
			background: url("/legacy-assets/wp-uploads/photography-colleges.com/search_bg.png") repeat-x;
			border: 0;
			margin: 0;
			float: left;
		}

		#search .button {
			width: 31px;
			height: 28px;
			background: url("/legacy-assets/wp-uploads/photography-colleges.com/search.png") repeat-x;
			border: 0;
			margin: 0;
			padding: 0;
			cursor: pointer;
			float: right;
		}
	
		#search form {
			padding: 0;
			margin: 0;
		}

	#navigation {
		position: absolute;
		right: 0;
		bottom: 22px;
	}

	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#navigation li {
		display: inline;
	}

	#navigation li a {
		color: white;
                text-shadow: #222222 0 1px 0;
		text-decoration: none;
		margin-left: 30px;
		margin-left: 15px;
		font-size: 18px;
		font-size: 13px;
	}

	#navigation li a:hover {
		color: #6f2ed9;
		text-shadow: #222222 0 -1px 0;
	}

#subHeader {
	width: 960px; 
	margin: 10px auto 0;
}
	
	#slider {
		margin-left: -10px;
	}

		.coda-slider {
			float: left;
			overflow: hidden;
			position: relative;
			width: 650px;
			height: 310px;
		}

		.coda-slider .panel { 
			width: 650px; 
			height: 310px;
			display: block;
			float: left;
			overflow: hidden; 
		}
		
		.coda-slider p.loading { 
			padding: 0; 
			text-align: center; 
		}
		
		.coda-slider-wrapper {  
			float: left; 
			overflow: hidden; 
		}
		
		.coda-slider { 
			overflow: hidden; 
		}
		
		.coda-slider .panel { 
			float: left;
			overflow: hidden;
		}
		
		.coda-slider .panel-container { 
			position: relative;
			overflow: hidden; 
		}

		.panel .wp-post-image {
				border: 10px solid white;
				position: relative;
				left: 10px; }

		.panel .sliderHeadline {
				background-color: black;
				height: 100px;
				position: relative;
				left: 0px;
				top: -144px;
				width: 630px;
				padding: 10px;
				z-index: 9999;
				color: white;
				overflow: visible;
				border-top: 1px solid #6f2ed9;
			}

		
			.sliderHeadline p {
				margin-bottom: 5px;
			}

			.readMoreSlider a {
				float: right;
				color: #6f2ed9;
				text-decoration: none;
				font-size: 12px;
			}

			.readMoreSlider a:hover {
				text-decoration: underline;
			}

		.panel .sliderCorner {
			position: relative; 
			left: 0px;
			top: -144px;
			width: 10px;
			height: 10px;
			background: url("/legacy-assets/wp-uploads/photography-colleges.com/corner_left.png");
		}

		#slider h4 {
			margin: 0 0 5px 0;
			font-size: 24px;
			color: #6f2ed9;
		}

		#slider h4 a {
			color: #6f2ed9;
		}

	#form {
		float: right;
		background: url("/legacy-assets/wp-uploads/photography-colleges.com/form_bg.jpg");
		width: 310px;
		height: 310px;
		position: relative;
	}

		/*
		#formHeader {
                        display: block;
			width: 295px;
                        height: 40px;
			line-height: 40px;
			padding-left: 15px;
                        margin: 10px 0 0 10px;
			background-color: black;
                        color: white;
			position: absolute;
                        font-size: 18px;
			border-top: 1px solid #6f2ed9;         
	        }
		*/
                #formHeader {
                        background-color: #000000;
                        border-top: none;
                        color: #FFFFFF;
                        display: block;
                        font-size: 18px;
                        height: 40px;
                        line-height: 40px;
                        margin: 10px 0 0;
                        padding-left: 0;
                        position: absolute;
                        right: -10px;
                        width: 10px;
                        border-top: 1px solid #4C6628;
                }

		.formHeadingCorner {
                        background: url("/legacy-assets/wp-uploads/photography-colleges.com/corner_right.png");
                        height: 10px;
                        width: 10px;
                	position: absolute;
			right: 0;
			top: 40px;
		}

		.headingCorner {
			background: url("/legacy-assets/wp-uploads/photography-colleges.com/corner_right.png");
			height: 10px;
			width: 10px;
			margin: 0 0 0 300px;
		}

		#sidebar .widget_text .headingCorner {
                        position:absolute;
                        top:41px;
                        width:10px;
                }

		.ie7 #sidebar .widget_text .headingCorner {
			top:56px;
                }
	

#container {
	width: 960px;
	margin: 0 auto;
	background-color: white;
	margin-top: 10px;
}

	#content {
		float: left;
		width: 620px;
		margin: 20px;
	}

		#content h1, #content .heading, #thankyou .heading {
			background: url("/legacy-assets/wp-uploads/photography-colleges.com/heading_divider.png") repeat-x bottom;
			margin: 0 0 20px 0;
			padding-bottom: 10px;
			font-size: 24px;
			color: #0e1900;
			font-weight: normal;
		}
		
		#content h1 {
			margin: 0;
		}

		#content h2 {
			font-size: 18px;
			font-weight: 400;
		}

		.entry-content h3 {
			font-weight: bold;
			color: #0e1900;
			margin: 0 0 10px 0;
		}

		.entry-content ul {
			margin: 0 0 20px 0;
		}

		.entry-content ol li {
			margin-bottom: 20px;
		}

		.entry-date {
			color: #999999;
			margin: 20px 0;
		}
		
		.category-entry-date {
			color: #999999;
			margin: -15px 0 10px;
		}

		.entry-thumb {
			float: left;
			margin: 0 20px 0 0;
			border: 0;
		}

			.entry-thumb .attachment-thumbnail {
				border: 0;
			}

		.entry-image {
                        width: 100%;
                        max-height: 200px;
                        overflow: hidden;
                }

		 .readMore {
			font-size: 12px;
			height: 24px;
        	}

			.readMore a {
				text-decoration: none;
				height: 24px;
				line-height: 24px;
				float: right;
				padding: 0 10px 0;
				color: #111111; 
				background-color: #EAEAEA;
				text-shadow: white 0 1px 0;
			}

			.readMore a:hover {
				background-color: black;
				color: white;
				text-shadow: none;
			}

		.newerPosts a, .olderPosts a {
			background-color: #999999;
			color: white;
			text-decoration: none;
			text-align: center;
			height: 40px;
			line-height: 39px;
			width: 150px;
			display: block;
			font-size: 18px;
			text-shadow: #777777 0 -1px 0;
		}

		.newerPosts a:hover, .olderPosts a:hover {
			background-color: black;
			text-shadow: none;
		}

			.newerPosts {
				float: right;
				margin-top: 20px;
			}

			.olderPosts {
				float: left;
				margin-top: 20px;
			}

		hr {
			border: 0;
			color: #DADADA;
			background-color: #DADADA;
			height: 1px;
			margin: 20px 0 0 0;
		}

		#recentArticles {
			width: 660px; 
			position: relative;
			left: -20px;
		}

		.recentArticle {
			width: 310px;
			height: 400px;
			margin-left: 20px;
			float: left;
		}

		div.mr_social_sharing_wrapper {
                        margin: 15px 0 !important;
                }

                div.mr_social_sharing_wrapper .mr_small_icon {
                        margin: 0 15px 3px 5px;
                }
	
	#sidebar {
		float: right;
		width: 300px;
		margin: 20px 0 0 0;
		padding: 0;
	}

		#sidebar a {
			color: #111111;
			text-decoration: none;
		}

		#sidebar a:hover {
			text-decoration: underline;
		}

		#sidebar h4 a {
			color: white;
		}

		#sidebar ul {
			list-style: none;
			margin: 0;
        		padding: 0;
		}

		#sidebar li {
			margin-bottom: 20px;
			position:relative;
		}

		#sidebar li ul {
			list-style: none;
			margin-left: 15px;
		}
		
		#sidebar li ul li {
			margin: 0 0 5px 0;
		}

		#sidebar ol {
			margin-bottom: 10px;
		}

		#sidebar ol li {
			margin: 0;
		}
	
		#sidebar h4 {
			width: 295px;
			height: 40px;
			line-height: 40px;
			padding-left: 15px;
			margin: 0;
			color: white;
			right: -10px;
			background-color: black;
			font-size: 18px;
			font-weight: normal;
			border-top: 1px solid #6f2ed9;
		}

                #sidebar .widget_text h4 {
                        position:absolute;
                        width:10px;
                        margin:0;
                        padding-left:0;
                }

                .ie7 #sidebar .widget_text h4 {
			top:15px;	
		}

	#breadcrumbs {
		font-size: 12px;
		margin: 0 0 20px 0;
		height: 24px;
	}

		#breadcrumbs a {
			text-decoration: none;
			height: 24px;
			line-height: 24px;
			float: left;
			padding: 0 20px 0 10px;
			color: #111111;
			text-shadow: white 0 1px 0;
		}

		#breadcrumbs a:hover {
			color: #999999;
		}


			#breadcrumbs .step1 a {
				background: url("/wp-uploads/photography-colleges.com/breadcrumbs_step1.png") no-repeat right #EAEAEA;
				padding-left: 10px;
			}

			#breadcrumbs .step2 a {
				background: url("/legacy-assets/wp-uploads/photography-colleges.com/breadcrumbs_step2.png") no-repeat right #EAEAEA;
			}

			#breadcrumbs .step3 a {
				background: url("/legacy-assets/wp-uploads/photography-colleges.com/breadcrumbs_step3.png") no-repeat right #999999;
				color: white;
				text-shadow: #777777 0 -1px 0;
			}

			#breadcrumbs .step3 a:hover {
				color: white;
			}

		#breadcrumbs ul, #breadcrumbs li {
			margin: 0;
			padding: 0;
			list-style: none;
			float: left;
		}

.clear {
	clear: both;
}

#footer {
	margin: 10px auto;
	width: 960px;
	background-color: black;
	color: white;
	border-top: 1px solid #6f2ed9;
}

        #footer ul {
                margin: 0;
                padding: 15px 0;
                list-style: none;
        }

        #footer li {
                display: inline;
        }

        #footer li a {
                color: white;
                text-decoration: none;
                margin-right: 20px;
        }

        #footer li a:hover {
                color: #6f2ed9;
        }

	#footer .categories {
		float: left;
		margin-left: 20px;
	}

	#footer .rss {
		float: right;
	}

	#footer .icon {
        	margin: 0 5px -3px 0;
	}

	#footer div.mr_social_sharing_wrapper {
		float: right;
		width: auto;
		margin: 15px 5px 15px 0 !important;
	}

	#footer span.mr_social_sharing {
		margin: 0 15px 0 0 !important;
	}

#thankyou {
                float: left;
                width: 920px;
                margin: 20px;
        }

	#thankyou p {
		font-size: 24px;
		font-weight: normal;
	}

	
