@charset "utf-8";
/* CSS Document */
body{
text-align: center;
/*font-family: Georgia, "Times New Roman", Times, serif;*/
font-family: arial;
background: #fff;
}
ul{
list-style-image: url(../images/ul_plus.png);
}
a{
color:#0099FF;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:visited{
color:#0099CC;
}
.alert{
color: #990000;
}
#container{
margin: 0px auto;
width: 960px;
background-color: white;
}
/* Headers */
#site_header{
width: 960px;
height: 87px;
text-align: left;
}
#site_header img{
float:left;
}
#site_header h1, h2, h3, h4{
/*font-family: Georgia, "Times New Roman", Times, serif;*/
color:#000000;
}
#second_header{
background-color: #7a841e;
margin-top: 5px;
padding: 3px;
}
#second_header .date{
color: white;
font-weight:900;
}
#second_header a{
color: white;
font-weight: bold;
text-decoration: none;
position: absolute; 
right: 15px;
}
#blog_header{
padding: 2px;
margin-bottom: 5px;
border-bottom: 1px solid gray;
}
#blog_header h1, h2, h3, h4{
font-size: 1.5em;
margin:0px;
padding:0px;
}
/*END OF HEADERS */

.publishdate{
font-size: .65em;
color:#999999;
}
#logout{
float:right;
}
#logout a{
padding: 2px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: .85em;
color:#0099FF;
}
#logout a:hover{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: .85em;
text-decoration:underline;
color:#0099FF;
}
#logout a:visited{
color:#0099FF;
text-decoration: none;
}

/*Admin Navigation Styles*/
#main_nav{
text-align: left;
}
#main_nav ul{
padding: 0px;
}
#main_nav ul li{
list-style:none;
display:inline;
}
#main_nav a{
text-decoration: none;
padding: 10px;
color:#000000;
}
#main_nav a:hover{
text-decoration: underline;
padding: 10px;
color:#333333;
}

#main_content{
position:absolute;
width: 960px;
margin-top: 5px;
text-align: left;
background-color:white;
}

/*End of Admin Navigation Styles*/


#main_content table{
float:left;
}
#form{
float:left;
border: 1px solid gray;
padding: 5px;
margin: 5px;
}

.login{
float:left;
text-align: left;
border: 1px solid gray;
padding: 5px;
margin: 5px 5px 5px 0px;
}
.floatLeft{
float:left;
}
.floatRight{
float:right;
}

#archive{
float:right;
margin-top: 18px;
}
#archive ul{
float:left;
padding-left: 5px;
list-style:none;
border: 0px;
}
.search-box{
font-family:verdana;
font-size: 12px;
font-weight: 800;
padding: 2px;
width: 155px;
height: auto;
}
.submit{
border: 1px solid gray;
background-color: white;
padding: 1px;
}
.submit:hover{
cursor:pointer;
background-color:#CCCCCC;
}
#blogs{
float:left;
height: auto;
width: 710px;

padding: 0px;
margin: 0px;
}
.posts{
padding: 5px;

}
#photo_upload{
padding: 8px;
}

#photo_head ul{
display:inline;
padding: 0px;
list-style: square;
}
#photo_head ul li{
display:inline;

}
.smallText{
font-size: .85em;
}

.pagelinks{
float:right;
padding-top: 5px;
}
.pageprevdead{
display:none;
}
.pagenextdead{
display:none;
}
/*footer styles*/
#footerImage{
	float: right;
	width: 232;
}

#bottomAd, #footerImage{
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	float:right;
}

#footer {
	clear:both;
	font-size: 0.75em;
	margin-top: 0.25em;
	/*color:#a7a7a7;*/
	color: white;
	background: #7a841e url(http://www.thewinerychannel.tv/home/dailycork/images/green_footer_gradient.png) repeat-x;
	text-align: center;	
	padding: 5px;
}
