/*  Developed by Ivan Zecena.
     Texas State - San Marcos, CS5369 Data Mining, Spring 2013. 
	 
	 .css file for the program that uses the Google Search API to retreive results for Video,image,news, and Web queries  
*/

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	background: #000000 url(background.png);
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#page
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width:670px;
}


#mainPicture
{
clear:both;
width:670px;
height:350px;
background-color:#000000;
}

#mainPicture .picture
{
position:relative;
width:650px;
height:330px;
top:10px;
margin-left:10px;
background-image:url(mylogo5.png);
background-repeat:no-repeat;
}

#headerTitle
{
position:relative;
top:14px;
left:22px;
font-size:27px;
color:#000000;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

#headerSubtext
{
position:relative;
top:12px;
left:22px;
font-size:14px;
color:#484848;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

.contentBox
{
margin-top:10px;
width:670px;
height:auto;
background-color:#000000;
}

.contentBox .innerBox
{
position:relative;

width:650px;
height:auto;
top:10px;
margin-left:10px;
background-image:url(contentBack.png);
background-color:#FFFFFF;
background-repeat:repeat-x;
}

h1
{
font-size:25px;
margin-bottom:10px;
padding-top:18px;
margin-left:15px;
margin-top:15px;
color:#1F1603;
}

.contentText
{
font-size:13px;
line-height:24px;
margin-left:13px;
margin-right:13px;
}

h4 {
text-align:center;
padding-top:30px;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
margin:0px;
}

h4
{
text-decoration:none;
font-size:9px;
}

a
{
//color:#484848;
  color:#6699FF;


border-bottom:dotted 1px;
}

a:hover
{
//color:#000000;
color:#FF9900;
text-decoration:none;
border-bottom:dotted 1px;
}
a:visited
{
color:#000000;

}



html, body {
text-align: center;
}
p {text-align: left;}


.textInput
{
width: 270px;
height: 25px;
margin-left:155px;
border: 1px solid #FF6400;
background: #757575;
color: #ffffff;
font-size: 1.3em;
padding: 2;
}

/*Forms style definition*/
body{
 font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
 font-size:13px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
 margin:0 auto;
 height: 22px;
 width:70px;
 padding:0px;
}

 
 .checkoutbutton{
 margin:0 ;
 width:0px;
 padding:0px;
}

  
 /* ----------- stylized 4  used for some buttons that exist by themselves: no fields----------- */
 #stylized4{
 border:solid 0px #b7ddf2;
 background:#f8f4fb;
 }
 
 
 #stylized4 button{
 clear:both;
 margin-left:245px;
 margin-top:4px;
 width:100px;
 height:29px;
 background:#666666 ;
 text-align:center;
 line-height:31px;
 color:#FFFFFF;
 font-size:12px;
 font-weight:bold;
 }

  /*This is the style for the search results of my search engine*/
#search-content
{
  /*display: none;*/
}

.content1
{

margin-left:14px;
margin-right:14px;
}

.content2
{

margin-left:24px;
margin-right:24px;
}

.h1
{
font-size:25px;
margin-bottom:10px;
padding-top:18px;
margin-left:5px;
margin-top:15px;
color:#1F1603;
}