/* 
	Theme Name: FashionPress	
	Changelog:
		v1.0 - tba
		Initial Release
*/

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a {text-decoration:none;}

.clear{clear:both}
.right {float:right;}
.left {float:left;}


/******************
 *	OVERALL		  *
 ******************/ 
body {
	background-color:#CCCCCC; background-image:url(http://latinaroom.com/images/lrbg.jpg); background-repeat: repeat; background-attachment: fixed; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
         margin-top: 20px;
}

#wrapper {
         width: 980px;
	margin: 5px auto;
	padding: 0;
background-color:#FFF;
border: 2px solid #000;
}

/******************
 *	HYPERLINKS	  *
 ******************/ 
a, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	background: #fd0859;
	color: #fff;
	text-decoration: none;
}

/******************
 *	TOP			  *
 ******************/ 
#top { background: #00cbff;
	height: 33px;
	margin: 0;
	padding: 3px;
	color: #FFF;
        font-weight: bold;
	line-height: 31px;
}

#top a, #top a:visited {
	color: #FFF;
	margin: 0 10px 0 10px;
}

#top .left a:hover {
	background: none;
	text-decoration: underline;
}

#top .right a:hover {
	background: none;
}

.register {
	margin: 0 10px 0 10px !important;
}

.login {
	margin: 0 0 0 10px !important;
}

.rss {
	background: url(http://singersroom.com/yir/images/rssfeed_icon.png) no-repeat -1px -1px;
	padding: 0 0 0 8px;
}

.rss a, .twitter a, .facebook a {
}

.rss a:hover, .twitter a:hover,  .facebook a:hover {
	border-bottom: 1px solid #fff;
}

.twitter {
	background: url(http://singersroom.com/yir/images/twitter_icon.png) no-repeat -1px -1px;
	padding: 0 0 0 8px;
}

.facebook {
	background: url() no-repeat;
	padding: 0 0 0 8px;
}

/******************
 *	SEARCH FORM	  *
 ******************/ 
#searchform {
	margin: 0px;
	padding: 0px;
}

.searchinput {
	background: #fff url() no-repeat;
	width: 125px;
	font-size: 12px;
	color: #666;
	margin: 3px 2px 0px 0px;
	padding: 3px 2px 2px 3px;
	border: 1px solid #f0f0f0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.searchsubmit {
	background: #FFFFFF url(http://latinaroom.com/images/searchbg.gif) repeat-x;
	height: 20px;
	margin: 3px 5px 0px 3px;
	padding: 3px 2px 2px 3px;
	border: none;
	color: #333;
	letter-spacing: -1px;
	font-weight: bold;
}

/******************
 *	HEADER		  *
 ******************/ 
#header {
	height: 100px;
        width: 970px;
	margin: 10px auto 0px auto;
	padding: 0;
}

.logo {
	background: url(http://www.latinaroom.com/images/logo.gif) no-repeat;
	float: left;
	width: 225px;
	height: 67px;
	margin: 0;
	padding: 0;
}

.ad728x90 {
	float: right;
	width: 728px;
	height: 90px;
	margin: 0;
	padding: 0;
}

.ad728x90 img {
	border: none;
}

/******************
 *	MENU		  *
 ******************/ 
#menu {
	background: #333333;
	width: 980px;
	height: 34px;
	margin: 0px auto 0px auto;
	font: 12px/17px Arial, Helvetica, sans-serif;
	background: black url(http://www.singersroom.com/yir/images/nav-bg.jpg) center center repeat-x;
}

#menu .current a {
	background: #fd0859;
	color: #fff !important;
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#menu li {
	float: left;
	list-style: none;
	border-right: 1px solid #222222;
}

#menu ul li {
	margin: 0px 0px 0px -1px;
	list-style: none;
	border-right: 1px solid #222222;
}

#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0px;
	padding: 8px 10px 7px 10px;
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	font-family: helvetica, arial;
	letter-spacing: -1px;
	text-transform: uppercase;
	}

#menu li a:hover, #menu li a:active {
	background: #FD0859;
	margin: 0px;
	padding: 8px 10px 7px 10px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border-bottom: none;
	}

#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #333333;
	opacity: .90;
	filter: alpha(opacity=90);
	width: 140px;
	float: none;
	margin: 0px;
	padding: 8px 10px 7px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	}

#menu li li a:hover, #menu li li a:active {
	background: #FD0859;
	padding: 8px 10px 7px 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 162px;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	left: -999em;
	border-top: 1px solid #222;
	}

#menu li li {
	border: none;
	margin: 0px;
	}

#menu li ul a {
	width: 120px;
	}

#menu li ul a:hover, #menu li ul a:active {
	}

#menu li ul ul {
	margin: -34px 0px 0px 161px;
	padding: 0px;
	border-top: 1px solid #222;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover {
	position: static;
	}

/******************
 *	FEATURED VIDEO	  *
 ******************/ 

#featuredvideo {
	float: left;
        background: #111111;
        color: #FFF;
	width: 630px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#featuredvideo embed, #featuredvideo object {
	width: 626px; 
	height: 380px;
	margin: 0px; 
	padding: 0px;
	}

#featuredvideo h3 {
	background: #111111;
	color: #FD0859;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#featuredvideo p {
	margin: 5px 10px 0px 10px;
	padding: 0;
}
	
.videoborder {
	border: 2px solid #111111;
	}

.videoleft {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 15px 0px;
	}
	
.videoright {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 15px 0px;
	}

/******************
 *	HOMEPAGE	  *
 ******************/ 

#col1 {
	background: #FFF;
	float: left;
	width: 630px;
	margin: 5px 0 0 0;
	padding: 10px;
	clear: both;
}

#contentbox {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #d8f3fa;
}

/******************
 *	HOMEPAGE	  *
 ******************/ 
.tabletop {
	padding: 10px;
	border: 1px solid #999;
}

.tabletr {
	padding: 5px;
        height: 25x;
	background-color: #FFF;
}

.tabletrt {
	padding: 5px;
        height: 40x;
	background-color: #e8ddd9;
        font-size: 14px;
}

.tabletd {
	padding: 5px;
        height: 25x;
	border-bottom: 1px dashed #CCCCCC;
}

/*******************
*	Front Page Styles	   *
********************/

#headline {
        width: 630px;
	height: 310px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	position: relative;
	margin: 0px 0px 10px 0px;
	}
#headline .glidecontent {
	color: #fff;
	position: absolute;
	visibility: hidden;
	z-index: 0;
	}
#headline .teaser-image {
	left: 15px;
	width: 390px;
	height: 252px;
	line-height: 0;
	position: relative;
	z-index: 0;
	}
* html #headline .teaser-image {
	display: inline;
	}
#headline .teaser-main {
	left: 15px;
	top: 170px;
	width: 390px;
	height: 82px;
	position: absolute;
	}
#headline .teaser-main .overlay {
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	}
#headline .teaser-main .teaser-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	}
#headline .teaser-main .teaser-title {
	margin: 0 10px;
	padding: 10px 0 0;
	font-size: 1.6em;
	font-weight: normal;
	line-height: normal;
	position: relative;
	}
#headline .teaser-main .teaser-text {
	margin: 0 10px;
	position: relative;
	}
#headline .teaser-main .teaser-text p {
	margin: 0;
	}
#headline .teaser-main a:link,
#headline .teaser-main a:visited {
	color: #fff;
	}
#headline .teaser-main a:hover {
	color: #3E7AB9;
	}

#headline .glidecontenttoggler { /* Style for DIV used to contain toggler links. */
	top: 15px;
	right: 15px;
	width: 190px;
	color: #fff;
	font-size: 12px; 
	position: absolute;
	}
#headline .glidecontenttoggler a {
	height: 83px;
	display: block;
	border: solid #222;
	border-width: 1px 1px 0;
	background: #333 url('images/bg-main.png') repeat-x 0 -20px;
	cursor: pointer;
	}
#headline .glidecontenttoggler a:link,
#headline .glidecontenttoggler a:visited {
	color: #aaa;
	}
#headline .glidecontenttoggler a:hover,
#headline .glidecontenttoggler a.selected {
	color: #fff;
	background-color: #222;
	}
#headline .glidecontenttoggler .togglercontent {
	padding: 10px;
	font-weight: bold;
	}
#headline .glidecontenttoggler .togglertitle {
	margin: -2px 0 0 85px;
	line-height: 1.2em;
	display: block;
	}
#headline .glidecontenttoggler .teaser-image-small {
	float: left;
	margin: 0 10px 0 0;
	line-height: 0;
	}

/*******************
*	COLUMNS	   *
********************/
#contentwide {
	background: #FFFFFF;
	float: left;
	width: 940px;
	margin: 5px 0px 0px 0px;
	padding: 10px;
	}
	
.catbox {
	width: 298px;
	padding: 0px 10px 0px 10px;
	border-right: 1px dashed #CCCCCC;
	}
	
.postbox1 {
	width: 140px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.postbox2 {
	width: 140px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 13px;
	}

.postbox1 img, .postbox2 img {
	padding: 5px;
	border: 1px solid #F0F0F0;
	} 

#contentleft {
	float: left;
	width: 298px;
	padding: 0px 10px 0px 0px;
	border-right: 1px dashed #CCCCCC;
	}
	
#contentright {
	float: left;
	width: 295px;
	padding: 0px 0px 0px 10px;
	}

#contentwide h2, #contentleft h2, #contentright h2, .postbox h2 {
	margin: 5px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	}

#contentwide ul {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px dashed #CCCCCC;
	}
	
#contentleft ul, #contentright ul {
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 5px 0px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	}
	
#contentwide li, #contentleft li, #contentright li {
	background: #FFFFFF url(http://www.latinaroom.com/wp-content/themes/fashionpress/images/arrow.gif) no-repeat 1px 4px;
	padding: 0px 0px 5px 10px;
	}

#contentwide li a, #contentleft li a, #contentright li a {
	}

.category {
	background: #FFFFFF;
	margin: 3px 0px 7px 0px;
	line-height: 20px;
	}

.category a {
	background: url() no-repeat 0px 2px;
	padding: 3px 5px 3px 20px;
	color: #FD0859 !important;
	font-size: 1.2em;
	font-weight: bold;
	font-family: helvetica, arial;
	letter-spacing: -1px;
	text-transform: uppercase;
	}
	
.thumb img{
	padding: 5px;
	border: 1px solid #e9e9e9;
	}

/******************
 *	CONTENT		  *
 ******************/ 
#content {
	background: #fff;
	float: left;
	width: 630px;
	margin: 0;
	padding: 10px 0px 10px 0px;
	color: #555;
}

#content h2 {
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 0px solid #999;
}

.byline {
	padding: 5px 0 15px 0;
}

.author {
	text-transform: uppercase;
}

/******************
 *	ENTRY		  *
 ******************/ 
.entry {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.entry p {
	margin: 0 0 10px 0;
	padding: 0;
}

.entry img {
	margin: 0;
	padding: 0;
}

.entry ul li {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #555;
}

.entry ul li a {
	font-weight: normal;
	color: #555;
}

.entry ul li ul li {
	padding: 0;
	margin: 0;
}

.entry ol li {
	list-style: decimal;
	padding: 0;
	margin: 0;
	background: none;
}

.entry h1 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	border-bottom: 3px solid #E1E1E1;
	padding-bottom: 3px;
	margin: 5px 0 3px 0;
}

.entry h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding-bottom: 3px;
	margin: 5px 0 3px 0;
	height: auto;
	text-indent: 0;
}

.entry h3 {
	font-size: 13px;
	font-weight: bold;
	color: #444;
	padding-bottom: 3px;
	text-indent: 0;
	margin: 5px 0 3px 0;
}

.entry h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

.entry h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

.entry h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

.entry blockquote {
	display: block;
	background: #E9F8FB;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 10px;
	color: #366799;
	border: 1px solid #CFDEE1;
	}

.entry blockquote blockquote {
	margin: 0;
	padding: 0 0 0 20px;
	color: #555555;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	border: none;
	}

.more-link {
	font-weight: bold;
        font-size: 12px;
	color: #fd0859;
	text-decoration: none;
}

/******************
 *	ENTRY META    *
 ******************/ 
.entryfooter {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}

.entryfootervideo {
	margin: 20px 0 0 0;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}

.link {
	background: #fff url(http://www.latinaroom.com/wp-content/themes/fashionpress/images/plink.gif) no-repeat 0 -1px;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}

.comments {
	background: #fff url(http://www.latinaroom.com/wp-content/themes/fashionpress/images/comment.gif) no-repeat 0 -1px;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}

.meta {
	background: #fff url(http://www.latinaroom.com/wp-content/themes/fashionpress/images/folder.gif) no-repeat 0 5px;
	padding: 5px 0 0 17px;
	font-size: 11px;
}

.meta span {
	text-transform: uppercase;
}

.meta span a:link, .meta span a:visited {
	color: #fd0859;
}

.meta span a:hover {
	color: #fff;
}

.tags {
	background: url(http://www.latinaroom.com/wp-content/themes/fashionpress/images/tag.gif) no-repeat 0 0;
	margin: 0 0 0 10px;
	padding: 0 0 0 17px;
}

/*******************
*	ARCHIVE		   *
********************/
.archive {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px dashed #CCCCCC;
	}
	
.archive h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	}
	
.archiveright {
	width: 453px;
	}

.archiverightvideo {
	width: 353px;
	}

.archivetitle {
	color: #FD0859;
	text-transform: uppercase;
	letter-spacing: -1px;
	}



/******************
 * IMAGES		  *
 ******************/ 
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	padding: 0px;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
	
.wp-caption {
	background: #f7f7f7;
	text-align: center;
	padding: 4px 0 5px 0;
	border: 1px solid #e6e6e6;
}

.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0px;
	border: 0px;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/******************
 *	SIDEBAR   	  *
 ******************/ 
#sidebar {
	background: #FFFFFF;
	float: right;
	width: 320px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#sidebarbox {
	background: none;
	padding: 0;

}

#sidebar .box {
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
	background: #fff;
	color: #666;
	line-height: 18px;
}

#sidebar .box a {	
	color: #666;
}

#sidebar .box a:hover {
	color: #fff;
}

#sidebar h3 {
	margin: 0px;
	padding: 5px 5px 5px 0px;
	background: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	font-family: helvetica, arial;
	letter-spacing: -1px;
	border-bottom: 3px solid #fd0859;
}

#sidebar hr {
	border-bottom: 1px dotted #AAAAAA; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 5px 0px 5px 0px; 
	padding: 3px; 
	clear: both;
	}

.follow {
	background: #fff;
	width: 300px;
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #FD0859;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.follow img {
	border: none;
}

.widget {
	margin: 0;
	padding: 10px;
}

.leftwidget {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

.rightwidget {
	float: right;
	width: 145px;
	margin: 0;
	padding: 0;
}

.widget ul, .leftwidget ul, .rightwidget ul {
	margin: 0;
	padding: 0;
}

.widget ul li, .leftwidget ul li, .rightwidget ul li{
	list-style: none;
	margin: 0;
	background: #fff url(images/star.gif) no-repeat 0 8px;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #f0f0f0;
}

.ad300x250 {
	background: #fff;
	width: 300px;
	height: 250px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #FD0859;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ad300x250 img {
	border: none;
}

.sideinc {
	background: #fff;
	width: 300px;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #FD0859;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sideinc img {
	border: none;
        float: left;
        padding: 0px 5px 5px 0px;
}

.sideinc h3 {
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 0px;
	background: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	font-family: helvetica, arial;
	letter-spacing: -1px;
	border-bottom: 3px solid #fd0859;
}

.sideviframe {
	background: #fff;
	width: 300px;
	height: 680px;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #FD0859;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sideviframe img {
	border: none;
        float: left;
        padding: 0px 5px 5px 0px;
}

.sideviframe h3 {
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 0px;
	background: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	font-family: helvetica, arial;
	letter-spacing: -1px;
	border-bottom: 3px solid #fd0859;
}

/******************
 *	SUBSCRIBE	  *
 ******************/ 
#subscribeform {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 20px;
}

.subscribeinput {
	width: 160px;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 3px 3px 3px 25px;
	border: 1px solid #e6e6e6;
	background: #fff url(http://www.latinaroom.com/wp-content/themes/fashionpress/images/mail.gif) no-repeat 4px 2px;
}

.subscribeinput:focus {
	border: 1px solid #191919;
}

.subscribesubmit {
	width: 60px;
	background: #bdd6ff;
	border: 1px solid #bdd6ff;
	margin: 0;
	padding: 0 0 1px 0;
	color: #fff;
	font-weight: bold;
}

/******************
 *	FLICKR		  *
 ******************/ 
.flickr a {
	background: none;
}

.flickr img {
	background: #f0f0f0;
	margin: 4px;
	padding: 4px;
}

.flickr img:hover {
	background: #fd0859;
}

/******************
 *	COMMENTS	  *
 ******************/ 
.comments-box {
	zoom: 1;
	margin: 30px 0 0 0;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #666;
	font-size: 1.4em;
	letter-spacing: 0;
}

#respond {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 5px;
}

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.cancel-comment-reply {
	margin: 5px 0 0 0;
	padding: 2px 0 2px 0;
	font-size: 11px;
}

.cancel-comment-reply a {
	background: #f9f9f9;
	color: #000;
	padding: 1px 3px;
	border: 1px solid #f0f0f0;
}

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

/************************
 *	COOMENT FRAMEWORK	*
 ************************/ 
ol.commentlist a:link {
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}

ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}

ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #e9e9e9;
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor p {
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment {
}

ol.commentlist li div.comment-author {
}

ol.commentlist li div.vcard {
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
	padding: 1px 0 0 18px;
	background: url(images/user.gif) no-repeat 0 0;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #222;
	background: none;
}

ol.commentlist li div.vcard img.avatar {
	float: right;
}

ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}

ol.commentlist li div.commentmetadata {
}

ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
	background: none;
	color: #aaa;
	text-decoration:none;
}

ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}

ol.commentlist li ul {
}

ol.commentlist li div.reply {
	background: #f9f9f9 url(http://www.latinaroom.com/wp-content/themes/fashionpress/images/replybg.png) repeat-x;
	color: #fff;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 1px 4px 1px 4px;
	line-height: 14px;
	font-size: 10px;
	text-transform: uppercase;
}

ol.commentlist li div.reply a {
	color: #fff;
}

ol.commentlist li div.reply a:hover {
	background: none;
}

ol.commentlist li ul.children {
}

ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
}

ol.commentlist li ul.children li.bypostauthor {
}

ol.commentlist li ul.children li.byuser {
}

ol.commentlist li ul.children li.comment {
}

ol.commentlist li ul.children li.comment-author-admin {
}

ol.commentlist li ul.children li.depth-2 {
}

ol.commentlist li ul.children li.depth-3 {
}

ol.commentlist li ul.children li.depth-4 {
}

ol.commentlist li ul.children li.depth-5 {
}

ol.commentlist li ul.children li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {
}

ol.commentlist li.pingback {
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

/********************
 *	COMMENT FORM	*
 ********************/ 
#commentform {

}

#commentform input {
	width: 210px;
	margin: 0 5px 1px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

#commentform input:focus {
	border: 1px solid #191919;
}

#commentform .user {
	padding: 3px 3px 3px 25px;
	background: #fff url(http://www.latinaroom.com/wp-content/themes/fashionpress/images/user.gif) no-repeat 5px 3px;
	color: #666;
}

#commentform .email {
	padding: 3px 3px 3px 25px;
	background: #fff url(http://www.latinaroom.com/wp-content/themes/fashionpress/images/mail.gif) no-repeat 5px 3px;
	color: #666;
}

#commentform .url {
	padding: 3px 3px 3px 25px;
	background: #fff url(http://www.latinaroom.com/wp-content/themes/fashionpress/images/link.gif) no-repeat 5px 3px;
	color: #666;
}

#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	border: 1px solid #ddd;
}

#commentform textarea:focus {
	border: 1px solid #191919;
}

#commentform .submit {
	margin: 0;
	padding: 4px;
	color: #999;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #f8f8f8;
	width: 155px;
}

#commentform .submit :hover {
	background: #333;
	border: 1px solid #191919;
	text-decoration: underline;
	color: #fff;
}

/*******************
*	NAVIGATION	   *
********************/
.navigation {
	margin: 5px 0px 10px 0px;
	padding: 5px 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.navigation a {
	background: #FD0859;
	padding: 3px 5px;
	color: #FFFFFF !important;
	text-decoration: none !important;
}


/******************
 *	FOOTER		  *
 ******************/ 
#footer {
	background: #FFFFFF;
	margin: 15px 0 0 0;
	padding: 10px;
	color: #666;
	line-height: 20px;
	list-style: none;
}

#footerbox {
	background: #EEEEEE;
	padding: 10px;
}

#footerbox ul li {
	list-style: none;
	margin: 0;
	background: #EEEEEE;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #f0f0f0;
}

#footerbox .box {
	width: 298px;
	margin: 0 15px 0 0;
}
#footerbox h3 {
	margin: 0;
	padding: 0 10px 0 0;
	background: #EEEEEE;
	color: #666;
	font-size: 15px;
	font-weight: bold;
}

#footerbox ul ul {
	display: none;
}
#footerbox img {
	padding: 5px;
}

.footerrss {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 13px !important;
	background: #fff url(images/rss-small.gif) no-repeat 0px 5px;
	}

.footerrss a, .footer a:visited {
	background: #FFFFFF !important;
	color: #333333 !important;
	}

.footerrss a:hover {
	color: #FD0859 !important;
	}

/******************
 *	BOTTOM		  *
 ******************/ 
#bottom {
	background: #000000;
        width: 960px;
	margin: 15px 0 0 0;
	padding: 10px;
	color: #666;
	line-height: 15px;
}

#bottom a {
	border-bottom: 1px dotted #666;
}

#bottom a:hover {
	border-bottom: none;
}

#bottombox {
	background: #fff;
  	height: 15px;
	padding: 10px;
}