/* nr_style.css - style for nickramsay.com */

/* black: #262626; */

/* MAIN */

body { 
	font-family: Century Gothic,Arial,Trebuchet MS,Trebuchet,sans-serif;
	background: #146e93 url("../images/background.png") no-repeat center top;
	color: #fff;
}

a { color: #fff; font-weight: bold; text-decoration: none;}
a:hover { text-decoration: underline; }
.bigtext { font-size: 1.2em; }

/* NAVIGATION */

#navigation { padding: 5px 0 5px 0; }
#navigation_background { background-color: #262626; border-bottom: 1px solid #004c6b; }

#navigation ul li { padding-right: 10px; }
#navigation ul li a { color: #d0d0d0; text-transform: uppercase; font-size: 0.875em; text-decoration: none; font-weight: normal; }
#navigation ul li a:hover { color: #fff; }
#navigation ul li#navigation_active { color: #fff; }
#navigation ul li#nav_avatar a { padding-right: 5px; }

/* HEADER */

#header { padding: 0; }
#site_title { margin: 1.0em 0 0 0; }
h1.tagline { font-size: 2.4em; color: #000; }

#social_icons { text-align: right; }
#social_icons ul { margin: 10px 0 0 0; }
#social_icons li { display: inline; }

/* BODY */

#announcement { 
	font-weight: bold;
	color: #262626; 
	border-right: 1px solid #444; 
	border-bottom: 1px solid #444;
	letter-spacing: 0;
}

.yellow   { background-color: #fbe760; color: #262626; }

#content { padding: 0 0 6px 0; }

/* HOME */

#intro_box .avatar {
	float: left;
	-moz-box-shadow: 2px 2px 10px #262626;
	-webkit-box-shadow: 2px 2px 10px #262626;
	margin: 0 1.6em 0 0;
}

#intro_box a { font-weight: bold; text-decoration: none; }
#intro_box a:hover { text-decoration: underline; }

.intro_open {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}

.intro_bulk {
	font-size: 1.2em;
	color: #fff;
}

.intro_points li {
	padding: 0;
	font-size: 1.2em;
	color: #fff;
}

.intro_points li img {
	height: 32px;
	width: 32px;
	vertical-align: middle;
}

#intro_image img { 
	padding-left: 20px;
}

#reference {
	font-size: 1.2em;
	color: #fff; 
	margin-bottom: 18px;
	line-height:1.6em;
	background: #146e93 url("../images/quote.png") no-repeat left top;
}

#reference .quote {
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 4px 0 4px;
}

#reference strong {
	font-size: 1.3em;
}

#contact_text {
	font-size: 1.2em;
	color: #fff; 
	margin-bottom: 24px;
}

#contact_text a {
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
}

#contact_text a:hover {
	text-decoration: underline;
}

#contact_text img {
	vertical-align: middle;
	margin-top: -18px;
}

/* PAGE */

.page {
	font-size: 1.2em;
}

/* THEME SERIES */

.theme_series {
	margin-bottom: 20px;
}

.theme_series h2 {
	font-size: 2.0em;
}

.theme_series_image img {
	-moz-box-shadow: 2px 2px 10px #262626;
	-webkit-box-shadow: 2px 2px 10px #262626;
}

.theme_series ul {
	margin-top: 20px;
}

.theme_series ul.intro_points li {
	font-size: 1.0em;
}

.theme_series_extras img {
	vertical-align: middle;
}

.theme_series_extras span {
	font-weight: bold;
}


/* THEME PREVIEW */

#theme_preview {
	font-size: 1.2em;
}

#theme_preview h2 {
	font-size: 1.8em;
}

#theme_preview p {
	margin-top: 20px;
}

#theme_preview span.preview_subtitle {
	font-size: 1.2em;
	font-weight: bold;
}

#theme_preview div.screenshot a {
	float: left;
	-moz-box-shadow: 2px 2px 10px #262626;
	-webkit-box-shadow: 2px 2px 10px #262626;
	margin: 0 18px 6px 18px;
}

#theme_preview .buy_links ul {
	margin-left: 16px;
}

#theme_preview .buy_links li {
	display: inline;
	margin-left: 30px;
}

#theme_preview div.theme_preview_right div.screenshot a {
	margin: 0 24px 6px 30px;
}

#theme_preview .buy_links li span {
	font-weight: bold;
}

#theme_preview img.buy {
	margin-left: 0px;
	vertical-align: middle;
}

#theme_preview ul {
	list-style-type: disc; 
	margin-left: 30px;
}

#theme_preview ol {
	margin-left: 30px;
	font-size: 0.9em; 
}

#theme_preview .prev_next {
	font-size: 16px;
	font-weight: normal;
}

.smaller { font-size: 0.9em; }

/* CONTACT FORM */

#contact_form p { font-size: 1.2em; }

/* PORTFOLIO */
#portfolio_background { 
	background-color: #146e93; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#146e93', endColorstr='#262626'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#146e93), to(#262626)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #146e93, #262626); /* for firefox 3.6+ */
}

#portfolio { margin: 16px 0 28px 8px; }
.jCarouselLite { float: left; }
.jCarouselLite ul li img { 
	width: 250px; 
	height: 166px;
	margin: 0 10px 0 10px; 
	-moz-box-shadow: 2px 2px 10px #262626;
	-webkit-box-shadow: 2px 2px 10px #262626;
}

#portfolio div.prev, #portfolio div.next{ padding-top: 20px; float: left; }


/* SIDEBAR */

/* SPOTLIGHT */

#spotlight_background { background-color: #003e57; border-top: 1px solid #003e57; }
.spotlight { margin-top: 26px; margin-bottom: 14px; }
.spotlight h2 { color: #fff; margin-bottom: 0.4em; }
.spotlight h2 img { float: left; vertical-align: bottom; height: 64px; width: 64px; padding: 0 10px 0 0; }
.spotlight p { font-size: 1.1em; color: #fff; }
.spotlight_left { padding-right: 10px; }
.spotlight_middle { padding-left: 5px; padding-right: 5px; }
.spotlight_right { padding-left: 10px; }

/* FOOTER */

#footer_background { 
	background-color: #262626;
	border-top: 1px solid #003e57;
	border-bottom: 1px solid #004c6b;
	padding: 10px 0 10px 0;
}

#footer p { color: #d0d0d0; text-transform: uppercase; font-size: 0.875em; padding: 0; }
#footer p a { font-weight: normal; text-decoration: none; }
#footer p a:hover { text-decoration: underline; }
#hotaru { margin: 0; }
#hotaru a img { padding-left: 1.0em; vertical-align: middle; }

#TB_closeWindowButton { color: #262626; }

