@charset "utf-8";
/* CSS Document */

body {
	background: url(http://www.alpinefabrics.com/media/images/FlyaKite_blogBackground.jpg);
	margin: 0;
	padding: 0;
	/*font-family: "Comic Sans MS", cursive;*/
	font-family: Georgia;
	font-size: 12px;
	color: #3c3c3c;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	
}

#headerFrills {
	position: absolute;
	background: url(http://www.alpinefabrics.com/media/images/topFrill.png) repeat-x;
	height: 20px;
	width: 100%;
	top: 163px;
	left: 0;
	z-index: 100;
}

#wrapper {
	width: 960px;
	background: #fff;
	margin: 0 auto;
}



/********************** HEADER **********************/

#header {
	padding: 0;
	margin: 0;
	height: 165px;
}



/********************** PAGE **********************/

#page {
	
}

.page {
	padding-bottom: 15px;
}

.page a {
	color: #00a9cc;
	text-decoration:none;
}

.page a:hover {
	color: #8b8b8b;
}



/********************** CONTENT **********************/

#content {
	float: left;
	width: 745px;
	border-right: 1px solid #46c2d2;
	padding-top: 12px;
	position: relative;
}

#contentPadding {
	padding: 30px 10px 20px 65px;
	line-height: 150%;
}

.post {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
}

.postFirst {
	border: 0;
	padding-top: 0;
}

h2.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px;
	color: #8b8b8b;
}

h2.title a {
	color: #8b8b8b;
	text-decoration:none;
}

h2.title a:hover {
	color: #46c2d2;
}

h3.date {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0px;
	color: #8b8b8b;
}



/********************** NAVIGATION **********************/

#navigation {
	float: left;
	height: 55px;
}

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

#navigation li {
	float: left;
	cursor: pointer;
	background-position: left bottom;
	margin: 0 2px;
	padding: 0 0 0 0;
	-webkit-transition: padding 0.2s ease;
	-moz-transition: padding 0.2s ease;
	-o-transition: padding 0.2s ease;
	transition: padding 0.2s ease;
}

#navigation li:hover {
	padding: 3px 0 0 0;
}

#navigation li a span {
	visibility: hidden;
}

#navigation li a {
	display: block;
}

li.navHome {
	background: url(http://www.alpinefabrics.com/media/images/btnRileyBlake.png) no-repeat;
	width: 48px;
	height: 44px;
}

li.navBlog {
	background: url(http://www.alpinefabrics.com/media/images/btnBlog.png) no-repeat;
	width: 66px;
	height: 48px;
}

li.navCollege {
	background: url(http://www.alpinefabrics.com/media/images/btnCuttingCorners.png) no-repeat;
	width: 81px;
	height: 51px;
}

li.navNews {
	background: url(http://www.alpinefabrics.com/media/images/btnNews.png) no-repeat;
	width: 72px;
	height: 51px;
}

li.navVideo {
	background: url(http://www.alpinefabrics.com/media/images/btnVideo.png) no-repeat;
	width: 72px;
	height: 51px;
}

li.navAbout {
	background: url(http://www.alpinefabrics.com/media/images/btnAboutUs.png) no-repeat;
	width: 80px;
	height: 51px;
}

li.navPress {
	background: url(http://www.alpinefabrics.com/media/images/btnPress.png) no-repeat;
	width: 49px;
	height: 51px;
}



/********************** SEARCH **********************/

.search {
	float: right;
	padding: 15px 5px 0 0;
	width: 200px;
}
#blog-search-form {
	float: right;
}

.search .text {
	border: 1px solid #00a9cc;
	width: 140px;
}

.search .submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 0px;
	background: transparent;
	color: #00a9cc;
	font-weight: bold;
	padding: 0;
}

.magGlass {
	font-size: 11px;
	margin-top: 5px;
	width: 24px;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(/media/images/magGlass2.png) no-repeat center right;
	padding-right: 10px;
	float: left;
}



/********************** POP OUT BUTTONS **********************/

#popOutFixed {
	position: absolute;
	left: 0;
	top: 85px;
}

#popOutButtons {
	position: fixed;
}

#popNewsletter, #popTwitter, #popPinterest, #popFacebook, #popYoutube, #popFlicker, #popRSS {
	width: 38px;
	height: 58px;
	cursor: pointer;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

#popNewsletter:hover, #popTwitter:hover, #popPinterest:hover, #popFacebook:hover, #popYoutube:hover, #popFlicker:hover, #popRSS:hover {
	width: 64px;
}

#popNewsletter {
	background: url(http://www.alpinefabrics.com/media/images/LG_SocialMedia_Full/news.png) no-repeat top right;
	margin-bottom: 30px;
}

#popTwitter {
	background: url(http://www.alpinefabrics.com/media/images/LG_SocialMedia_Full/twitter.png) no-repeat top right;
}

#popPinterest {
	background: url(http://www.alpinefabrics.com/media/images/LG_SocialMedia_Full/pinterest.png) no-repeat top right;
}

#popFacebook {
	background: url(http://www.alpinefabrics.com/media/images/LG_SocialMedia_Full/facebook.png) no-repeat top right;
}

#popYoutube {
	background: url(http://www.alpinefabrics.com/media/images/LG_SocialMedia_Full/youTube.png) no-repeat top right;
}

#popFlicker {
	background: url(http://www.alpinefabrics.com/media/images/LG_SocialMedia_Full/flicker.png) no-repeat top right;
}

#popRSS {
	background: url(http://www.alpinefabrics.com/media/images/LG_SocialMedia_Full/rss.png) no-repeat top right;
}



/********************** SIDEBAR **********************/

#sidebar {
	float: right;
	width: 210px;
	text-align: center;
	padding-top: 30px;
}



/********************** FOOTER **********************/

#footerFrills {
	position: relative;
	background: url(http://www.alpinefabrics.com/media/images/footerFrill.png) repeat-x;
	z-index: 100;
	height: 38px;
	margin: -20px 0;
}

.contactInfo {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #1a90a6;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing: 1px;
	padding-top: 10px;
}

.contactInfo span {
	margin: 0 5px;
}

#footer {
	background: #fff;
	width: 960px;
	margin: 0 auto;
}

.footer {
	padding: 30px 80px 20px;
	color: #646464;
}

.footer a {
	color: #4d7e92;
	text-decoration:none;
}

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

.footer .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

.footer .getNews {
	float: right;
}

.footer .getNewsText {
	font-size: 11px;
}

.socialIcons {
	float: left;
	width: 300px;
}

.copyright {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}


#id_query {
	border: 1px solid #39BFDA;
	padding: 5px;
	font-size: 11px;
	width: 120px;
	margin-left: 3px;
}

#blog-article-tree {
	text-align: left;
}

#blog-article-tree h4 {
	font-size: 20px;
	margin-bottom: 0px;
	text-align: center;
}

#blog-article-tree .blog_nav_day_title, #blog-article-tree .blog_nav_month_title, #blog-article-tree .blog_nav_year_title {
	padding: 4px 0;
	border-bottom: 1px dotted #ccc;
}
