/*
Theme Name: drinks
Theme URI: http://www.wpmastery.com
Description: A simple theme for Jonathan's blog
Version: 1.0
Author: Jonathan Wold
Author URI: http://www.jonathanwold.com

*/

body {
	background-color: #000000;
	font-family:"Century Gothic", Verdana, Arial;
}




h1 {
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	}
	
.tile {
	font-size: 30px;
	margin-top:5px;
	color: #FFFFFF;
	text-align: center;
	}
.description {
	font-size: 16px;
	font-style: italic;
	text-align: center;
}


h2.recipe {
	font-size: 16px;
	color: #FFFFFF;
	margin:10px;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	margin:10px;
}

a.title:link {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 16px;
	}

a.title:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 16px;
	}

a.title:hover {
	color:#000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	}

a.title:active {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 16px;
	}

a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited{
color:#FFFFFF;
text-decoration: none;
}
a:hover {
	color:#000000;
	background-color: #FFFFFF;
}
a:active {
color:#FFFFFF;
text-decoration: none;
}

.post{
color: #FFFFFF;
}

small {
margin:10px;
}



.nomargin {
margin:0px;
border:0;
}

.widgettitle {
	font-size: 16px;
	color: #FFFFFF;
	margin-left:0px;
	}
	
.widget widget_recent_entries {
margin:0px;
}

li {
margin-left:5px;
margin-top:5px;
font-size: 14px;
}

.alignright {
	color: #FFFFFF;
	text-align: right;
	margin:10px;
}

.alignleft {
	color: #FFFFFF;
	text-align: left;
	margin:10px;
}
