/*  
Theme Name: IBB 
Theme URI: institutobuenabista.com
Description: 
Version: 2.0
Author: Omar Kuwas
Author URI: 

*/

/*html styling*/

* {
	margin:0;
	padding:0;
}

html{

	background-repeat: repeat;
	background-image: url(images/bgtile.jpg);

}

body {
	background-repeat: repeat;
	background-image: url(images/bg.jpg);
	color: #333;
	
}
	
a{
	color:#009abc;
	
}

a:hover{
	color:#009abc;
	text-decoration: underline;
}

a:visited{


}

h2{

	font-family:"american typewriter", palatino;
	font-size: 18px;
}

h2 a{

	text-transform: capitalize;
	text-decoration: none;
	font-style: normal;

	font-weight: normal;

	color:#ee7b27;
}

h3{

	font-family:"american typewriter", palatino;
	font-size: 16px;
}

a img{

	border: none;

}

p{
margin-bottom: 10px;
}
/*site styling */

#container{
	background-image: url(images/midsection.jpg);
	width:1024px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	font-family:"american typewriter", "courier new", palatino, serif;
	font-size:12px;
	line-height:1.5em;
	
}


#header{
	background-repeat: no-repeat;
	min-height: 286px;
	
	background-image: url(images/header.jpg);
}


#menu{
	font-family: "American Typewriter", "courier new", palatino;
	font-size: 18px;
	padding: 155px 0px 0px 170px;
}

#menu a{
	
	color: #f8d6a6;
	background-repeat: repeat-x;
    background-image: url(images/menubg.jpg);
	
	font-weight:bold;
	letter-spacing: .1ex;
	text-decoration: none;

}

#menu a:hover{

	color:white;
	text-shadow: 0px 0px 2px white;
}


#menu ul {
	display:inline;
}


#menu li {
    background-repeat: repeat-x;
    background-image: url(images/menubg.jpg);
    display:inline;
    margin-right: 10px;
	padding-bottom: 0px;

}

#menu ul li{

	display: block;
	float:left;

}


#menu li ul{
    display:none;
    overflow: none;
	margin-top: 3px;
}


#menu li:hover ul, #menu li:focus ul{
	position:absolute;
    display:block;
    text-align: right;
	white-space:nowrap;

}

#menu li ul li{
    float:none;
    display: inline;
}






#search{
	padding: 70px 0px 0px 780px;

}

#newslettertab{
	background-repeat: no-repeat;
	background-image: url(images/subscribetonewsletter.png);
	width: 126px;
	min-height: 219px;
	z-index: 4;
	clear: both;
	float: right;
	margin-top: -10px;
	margin-right: -25px;
}

#newslettertab a{
	width: 125px;
	min-height: 218px;
	background-image: url(images/blank.gif);
	float:left;
}

.input{
	color:white;
	background-repeat: no-repeat;
	background-image: url(images/roundedsearch.png);
	background-color: transparent;
	border: 0px;
	float: right;
	width: 206px;
	min-height: 24px;
	padding-left: 5px;
}

.submit{
	
	float:right;
	margin-right: 33px;
	margin-top: 3px;
}


#postsArea{
	min-width:625px;
	width:625px;
	min-height: 800px;
	float:left;
	padding-left:85px ;
}


.postmeta{

	font-size: 10px;
	margin-top: 5px;
}

.postMeta img{

	width:11px;
}

.separator{
	margin-bottom: 5px;
	background-color: #e2d1c6;
	width: 90%;
	height:1px;
	
}
#frontpagearticle{

	margin-bottom: 10px;
	
	
}


#videobox{

	background-image: url(images/livecambg.png);

	min-width: 247px;
	min-height: 201px;
	float:right;

}

#videobox embed{
	margin-left: 30px;
	margin-top: 15px;
}


.mendseparation{
	background-repeat: no-repeat;
	background-image: url(images/mpostend.png);
	min-width: 446px;
	min-height: 9px;
	margin-left: 50px;
}


.stub{
	margin-top: 20px;
}

.stubmeta{}

.stubcontent{
	
}

.stubcontentstudent{
min-height: 100px;
	
}

.stubcontentstudent img{
	margin:5px;

}

.archivestub{
	color: #ab463a;
	margin-top: 20px;
}

.archivestubmeta{}

.archivestub h2 a{
	color: #6c3904;
	font-size: 16px;
	text-decoration: none;
}

.archivestub h2 a:hover{
	text-shadow: 0px 0px 1px #6c3904;
	color: #331a00;	
	font-size: 16px;
	text-decoration: none;
}
.archivestubcontent{}


.endseparation{
	background-repeat: no-repeat;
	background-image: url(images/postend.png);
	min-width: 446px;
	min-height: 9px;
	margin-left: 50px;
}



#sidebar{
	float:left;
	width:220px;
	padding-left: 20px;
}


#subpages{

	min-height: 150px;

}

#subpages ul{

	list-style: none;
}


#subpages li{

	font-weight: bold;
}

#subpages li ul li{

	font-weight: 200;
	text-indent: 10px;

}


#subpages a{
	
	text-decoration: none;	
	font-size: 14px;

}

#residencies{
	margin-bottom: 20px;

}

#residencies a{
	color: #6c3904;
	font-size: 16px;
	text-decoration: none;
}

#residencies a:hover{
	text-shadow: 0px 0px 1px #6c3904;
	color: #331a00;
	
	font-size: 16px;
	text-decoration: none;
}

#residencies p{
}

#residencies .artist{

	background-position: 0 50px;

	background-repeat: no-repeat;

	background-image: url(images/resdiv.png);

	margin:0px;
	padding-bottom: 5px;
	margin-bottom:5px;

}

#authors{
}

#authors img{
	float:left;
	margin-right: 5px;
}


#authors a{
	color: #6c3904;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#authors a:hover{
	text-shadow: 0px 0px 1px #6c3904;
	color: #331a00;
	
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;

}

#authors div{
	margin-bottom: 40px;
}


#footer{
	min-height: 326px;
	clear:both;
	background-image: url(images/footer.jpg);
}

#newsletter{
	width:270px;
	margin-left:20px;
	margin-top: 40px;
	float:left;
}

#sponsors{
	width: 400px;
	float:left;
	margin-left: 70px;
	margin-top: 40px;
	
}


.sponsor{

	float:left;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 18px;
	text-decoration: none;
}

#rest{
	float: left;
	margin-top: 40px;
	padding-top: 50px;
	text-align: right;
}

.rss{

	text-decoration: none;

}


.left{
	float:left;
}

.right{
	float:right;
}

.alignleft{
	float:left;
	margin-right: 10px;
	margin-bottom:0px
}


.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:0px;
}

.aligncenter{
	display: block;
	margin: 0px auto;
}

.smalltext{
	font-size: 11px;
	margin-right: 5px;
}

#articlePagination{
	margin-top:10px;
	
}

table
        {
        width: auto;
        padding: 0;
        border-left: 1px solid #C1DAD7;
        border-collapse:collapse;
        }
.cs1
        {
        width:30em;
        }
.cs2
        {
        width:20em;
        }
.cs1 td,
.cs2 td,
#scientificNotation
        {
        text-align:right;
        }
caption
        {
        padding: 0 0 5px 0;
        margin:0 auto;
        width:auto;
        font: italic 11px;
        font-family:"american typewriter", "courier new", palatino, serif;

        text-align: right;
        }
th
        {
        font: bold 10px/22px "american typewriter", "courier new", palatino, serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #CAE8EA url(images/bg_header.jpg) no-repeat;
        vertical-align:middle;
        }
td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime

        {
        cursor:pointer;
        background: #CAE8EA url(images/bg_header_sortable.jpg) no-repeat;
        padding: 8px 12px 4px 16px;
        }
th.forwardSort
        {
        background:#CAE8EA url(images/bg_header_down.jpg) no-repeat 0 0;
        }
th.reverseSort
        {
        background:#CAE8EA url(images/bg_header_up.jpg) no-repeat 0 0;
        }
table thead th.forwardSort a,
table thead th.reverseSort a
        {
        color:#000;
        text-decoration:none;
        }
/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background:#CAE8EA url(images/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/
th a
        {
        text-decoration:none;
        color: #4f6b72;
        background:transparent;
        }
td a
        {
        text-decoration:none;
		color: #6c3904;
        background:transparent;
        }
td img
        {
        margin:0 auto;
        border:3px solid #ddd;
        }
td a:hover
        {
        text-shadow: 0px 0px 1px #6c3904;
		color: #331a00;
        background:transparent;
        text-decoration: none;
        }
td
        {
        font: normal 12px "american typewriter", "courier new", palatino, serif;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
        }
td.lft
        {
        text-align:left;
        }
tr.alt
        {
        background: #f8ffe0;
        color: #797268;
        }

#mc_embed_signup{
	margin-right: 10px;
}


#mc-embedded-subscribe-form {
	width:260px;
	text-align: right;
		font-weight: bold;

}


legend{
	font-size: 14px;
}

.input-group li{
	display: inline;
	list-style: none;
}

input-group-label{
	font-size: 14px;
}

#mce-responses{
	font-size: 10px;
}

