
/*----------------------------------
		Theme#: 232
		Category: 
		Name: RipBlog
----------------------------------*/

/* yui-reset */
body {
	color:#000;
	background:#FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote {
	margin:0;
	padding:0;
}

fieldset,
img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,
q:after {
	content:'';
}

abbr,
acronym {
	border:0;
	font-variant:normal;
}

sup,
sub {
	line-height:-1px;
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* yui-fonts */
body {
	font:13px/1.22 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small;
}

pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
*font-size:108%;
	line-height:99%;
}

/* typography */
address {
	font-style:italic
}

b,
strong {
	font-weight:600
}

blockquote {
	margin-left:1em;
	margin-bottom:1em
}

dl {
	padding-left:2em;
	margin-bottom:1em
}

dl dt {
	font-weight:600;
	margin-bottom:.4em
}

dl dd {
	margin-left:1em
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:600
}

h1 {
	font-size:153.9%
}

h2 {
	font-size:138.5%
}

h3 {
	font-size:123.1%
}

h4 {
	font-size:108%
}

h5 {
	font-size:93%
}

h6 {
	font-size:93%
}

i,
em {
	font-style:italic
}

ol {
	padding-left:3em;
	margin-bottom:1em
}

ol li {
	list-style-position:outside;
	list-style-type:decimal
}

ol li li {
	list-style-type:lower-alpha
}

ol li li li {
	list-style-type:lower-roman
}

p {
	margin-bottom:1em
}

ul {
	padding-left:3em;
	margin-bottom:1em
}

ul li {
	list-style-position:outside;
	list-style-type:disc
}

ul li li {
	list-style-type:circle
}

/*--------------------------------
		General
---------------------------------*/

body {
	font-family:verdana; /* fall back on yui */
}

a,
a:link {
	text-decoration:underline;
}

.sf_outer_wrapper {
	background-position:0% 0%;
	background-repeat:repeat-x;
	width:100%;
}

.sf_extra1 {
}

.sf_wrapper {
}

/*--------------------------------
		Top Navigation
---------------------------------*/

.sf_navigation_top { /* one of the navs will be display: none; */
	display:none;
}

.sf_navigation_top ul {
}

.sf_navigation_top ul:after,
.sf_navigation_top:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

.sf_navigation_top ul li {
}

.sf_navigation_top ul li.sf_last_nav_item {
}

.sf_navigation_top ul li.sf_first_nav_item {
}

.sf_navigation_top ul li a {
}

.sf_navigation_top ul li a:visited {
}

.sf_navigation_top ul li a:hover {
}

/*--------------------------------
		End Top Navigation
---------------------------------*/

.sf_extra10 {
}

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

.sf_header_wrapper {
	color:#ffffff;
	font-size:305%;
	font-weight:normal;
	height:204px;
	overflow: hidden;
	width:100%
}

.sf_extra2 {
}

.sf_main_header {
	margin-left:30px;
	margin-top:30px;
	padding:0px;
}

.sf_extra3 {
}

.sf_sub_header {
	display: none;
}

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

.sf_extra4 {
}

/*--------------------------------
		Bottom Navigation
---------------------------------*/


.sf_navigation { /* one of the navs will be display: none; */
	background-position:0% 100%;
	background-repeat:repeat-x;
	display:inline;
	float:left;
	height:auto;
	margin:20px 0px 10px 25px;
	width:220px;
}

.sf_navigation ul {
	background-position:0% 0%;
	background-repeat:repeat-x;
	height: 1%;
	padding-left:1em;
	padding-top:45px;
}

.sf_navigation ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

.sf_navigation ul li {
	list-style-type:none;
	margin-bottom:.2em;
	width:175px;
}

.sf_navigation ul li.sf_last_nav_item {
}

.sf_navigation ul li.sf_first_nav_item {
}

.sf_navigation ul li a {
	background-color:transparent;
	border-bottom:1px dotted #ffffff;
	text-decoration:none;
}

.sf_navigation ul li a:visited {
	background-color:transparent;
}

.sf_navigation ul li a:hover {
}

/*------------------------------------
	Flyout - Left Aligned Menu
------------------------------------*/
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
	margin-left: 3px;
}

#Nav1 li ul {
	position:absolute;
	background:#f8f6f6;
	border:solid 1px #eaeaea;
	left: -999em;
	height:auto;
	width:133px;
	padding:3px 3px 0px 3px;
	margin:-24px 0 0 150px;
	z-index:1000;
}

#Nav1 li a {
	display : block;
}

#Nav1 li ul li {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	border:none;
	float:left;
}

#Nav1 li ul li a {
	background:#f1f1f1;
	border:solid 1px #eaeaea;
	display : block;
	width:120px;
	height:auto;
	margin:0 0 3px 0;
	padding:3px 5px;
	white-space:normal;
}

#Nav1 li ul li a:hover {
	background:#666666;
}

#Nav1 li:hover ul,
#Nav1 li.sfhover ul {
	left: auto;
}

/*--------------------------------
		End Bottom Navigation
---------------------------------*/

.sf_extra5 {
}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
	background-image:url(images/content_bg.gif);
	background-position:50% -10px;
	background-repeat:no-repeat;
	border-bottom:solid 1px #999999;
	float:left;
	font-size:20px;
	font-weight:600;
	margin:.8em 0 1em 25px;
	padding:.2em;
	width:620px;
}

.sf_pagetitle h1 {
	font-size:20px;
	font-weight:normal;
	margin:0;
}

/*--------------------------------
		 End Page Title
---------------------------------*/

.sf_extra6 {
}

/*--------------------------------
		 Sub Navigation
---------------------------------*/

.sf_subnavigation { /* subnavigations always display: none; */
	display: none;
}

.sf_subnavigation ul {
}

.sf_subnavigation ul:after {
}

.sf_subnavigation ul li {
}

.sf_subnavigation ul li.sf_last_nav_item {
}

.sf_subnavigation ul li.sf_first_nav_item {
}

.sf_subnavigation ul li a {
}

.sf_subnavigation ul li a:visited {
}

.sf_subnavigation ul li a:hover {
}

/*--------------------------------
		 End Sub Navigation
---------------------------------*/

.sf_extra11 {
}

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

.sf_content {
	float:left;
	margin-bottom:2em;
	margin-left:25px;
	width:620px;
}

.sf_content:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

/*--------------------------
		End Content
--------------------------*/

.sf_extra12 {
}

/*--------------------------------
		 Sub Navigation2
---------------------------------*/

.sf_subnavigation2 { /* subnavigations always display: none; */
	display: none;
}

.sf_subnavigation2 ul {
}

.sf_subnavigation2 ul:after {
}

.sf_subnavigation2 ul li {
}

.sf_subnavigation2 ul li.sf_last_nav_item {
}

.sf_subnavigation2 ul li.sf_first_nav_item {
}

.sf_subnavigation2 ul li a {
}

.sf_subnavigation2 ul li a:visited {
}

.sf_subnavigation2 ul li a:hover {
}

/*--------------------------------
		 End Sub Navigation2
---------------------------------*/

.sf_extra7 {
}

.sf_extra7 span {
}

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

.sf_footer {
	clear:both;
	padding:1em 0;
	text-align:center;
	width:100%;
}

.sf_footer a {
	color:#ffffff;
}

.sf_footer div {
}

/*--------------------------
		End Footer
--------------------------*/

.sf_extra8 {
}

.sf_extra9 {
}

/*--------------------------
		Extra Stuff
--------------------------*/

.sf_banner {
	margin-top: 45px;
	text-align: center;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover,
#Nav1 li.hover {
	position: static;
}
