/*
Theme Name: Smashingly Goog Magazine Theme
Theme URI: http://www.thisismyurl.com/wordpress/smashingly-good-free-magazine-theme-for-wordpress/
Description: This is a free magazine WordPress theme produced to meet SEO standards. It uses creative elements supplied by Smashing Magazine.
Version: 0.1.0
Author: Christopher Ross
Author URI: http://thisismyurl.com/
Tags: three column, fixed width, widgets, magazine

	
	This theme was designed and built by Christopher Ross, http://thisismyurl.com/
	Seemless background by http://www.rawsterne.co.uk/free_wallpaper/
	Smashy Icon Set by http://www.smashingmagazine.com/2008/07/23/smashy-the-alien-icon-set/
	
	
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	padding: 10px;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-image: url(images/free-wallpaper/free_wallpaper_3.gif);	
}

#page {
	width: 1000px;
	background: #ffeeff;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	border: solid 1px #dddddd;
}

#header {

}

#menu {

}
	#menu ul {
		list-style: none;
		margin: 10px 10px 0px 10px;
	}
	
	#menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
	border: solid 1px #cccccc;
	border-bottom: solid 0px #cccccc;
	text-align: center;
	background-image: url(images/menu_li.jpg);
	background-repeat: repeat-x;
	}
	
		#menu li a {
			padding: 5px 10px 5px 10px;
			margin: 0px;
			text-transform: uppercase;		
			font-size: 11px;
			color: #666666;
			text-decoration: none;
		}
		
		#menu li a:hover {
			color: #48B2AE;
		}

	#menu li.current_page_item {
		border-bottom: solid 1px #EBF7F5;
		background: #EBF7F5;
	}
	


#headerimg{
	border: solid 1px #cccccc;
	margin: 0px 10px 10px 10px;
	height: 200px;
	background-image: url(images/headers/smashing-blue.jpg);	
}

	#headerimg #siteinfo {
		padding: 20px 0px 0px 100px;
		margin: 40px 0px 0px 100px;
		font-family: "Lucida Sans", Arial, Helvetica, Geneva, sans-serif;
		font-size: 20px;
		color: #48B2AE;
	}

		#headerimg #siteinfo a{
			text-shadow: #cccccc 5px 5px 5px;
			text-decoration: none;
			color: #348280;
			font-size: 40px;
		}

		#headerimg #siteinfo a:hover{
			color: #48B2AE;
		}









/* content */

#content {
	float: left;
	margin: 10px;
	line-height: 20px;
	font-size: 14px;
	width: 480px;
}

	#content h1 {
		margin: 0px;
		padding: 0px;
	}
		#content h1 a {
			line-height: 42px;
			font-size: 28px;
			font-weight: normal;
			text-shadow: #cccccc 5px 5px 5px;
			text-decoration: none;
			color: #000000;
			border-bottom: dotted 1px #348280;
		}
			#content h1 a:hover {
				color: #348280;
				border-bottom: dotted 1px #348280;
			}


	#content h2 {
		margin: 0px;
		padding: 0px;
	}
		#content h2 a {
			line-height: 42px;
			font-size: 28px;
			font-weight: normal;
			text-shadow: #cccccc 5px 5px 5px;
			text-decoration: none;
			color: #000000;
			border-bottom: dotted 1px #348280;
		}
			#content h2 a:hover {
				color: #348280;
				border-bottom: dotted 1px #348280;
			}




	#content small {
		#color: #666666;
	}

	#content img {
		display: hidden;
	}
	
	#content a {
		text-decoration: none;
		color: #348280;
		border-bottom: dotted 1px #348280;
	}
		#content a:hover {
			color: #cccccc;
			border-bottom: dotted 1px #cccccc;
		}
	
	#content .postmetadata {
		font-size: 10px;
		line-height: 12px;
	}
	
	#content .postmetadata a {
		text-decoration: none;
		color: #222222;
		border-bottom: dotted 1px #348280;
	}
		#content .postmetadata a:hover {
			color: #cccccc;
			border-bottom: dotted 1px #cccccc;
		}
	
	#content #commentarea {
		border-top: dotted 5px #348280;
	
	}
		#content #commentarea .comment-head{
			font-size: 10px;
		}
			#content #commentarea .comment-head h2{
				color: #348280;
				font-weight: normal;
			}
			#content #commentarea .comment-head a{
			color: #348280;
				border-bottom: dotted 1px #348280;
			}
				#content #commentarea .comment-head a:hover{
					color: #666666;
					border-bottom: dotted 1px #666666;
				}

		#content #commentarea h3 {
			margin: 0px;
			padding: 0px;
			line-height: 20px;
			font-size: 14px;
			font-weight: normal;
			text-shadow: #cccccc 5px 5px 5px;
			text-decoration: none;
			color: #000000;
			border-bottom: dotted 1px #348280;
		}
	
	
		#content #commentarea ol.commentlist {
			border-bottom: dotted 1px #348280;
		}
	
		#content #commentarea ol.commentlist img {
			float: right;
			border: solid 1px  #348280;
			margin: 10px;
		}
	
		#content #commentarea ol.commentlist cite {
			font-style: normal;
		}

		#content #commentarea ol.commentlist .commentmetadata {
			font-style: italic;
			font-size: 10px;
		}

		#content #commentarea input {
			width: 250px;
			border: solid 1px #348280;
		}
		
		#content #commentarea textarea {
			width: 250px;
		}
		
		
		#content #commentarea #submit {
			width: 120px;
		}
		

	#content #commentarea  a {
		text-decoration: none;
		color: #222222;
		border-bottom: dotted 1px #348280;
	}
		#content #commentarea  a:hover {
			color: #cccccc;
			border-bottom: dotted 1px #cccccc;
		}


#otherfeatures .post {
	border-top: solid 10px #48B2AE;
}	


/* sidebar */

#sidebar {
	float: left;
	margin: 10px;
	line-height: 20px;
	font-size: 14px;
	width: 480px;
}

	#sidebar .detailsbox {
		border-top: solid 10px #B9E4DA;
		padding: 10px 10px 0px 10px;
		margin: 10px 0px 0px 0px;
		min-height: 40px;
	}
	
		#sidebar .detailsbox strong {
			font-weight: normal;
		}


	#sidebar .box {
		padding: 10px 10px 10px 10px;
		margin: 10px 0px 10px 0px;
		border-top: solid 1px #B9E4DA;
	}
	
		#sidebar .box strong {
			font-weight: normal;
			text-transform: uppercase;			
		}

		#sidebar .box a {
			text-decoration: none;
			color: #348280;
			border-bottom: dotted 1px #348280;
			text-size: 10px;
		}
			#sidebar .box a:hover {
				color: #000000;
				border-bottom: dotted 1px #000000;
			}
			
			#sidebar .box ul {
				margin: 0px;
				padding: 0px;
				list-style: none;
			}
			
			#sidebar .box li {
				margin-bottom: 5px;
			}
			
		#sidebar .bookmarks ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
			#sidebar .bookmarks ul ul {
				padding: 0px;
				list-style: none;
			}

		#sidebar .rssfeed {
			background-image: url(images/smashy-the-alien-icon-set/rss/rss-64.png);		
			background-repeat: no-repeat;
			background-position: 90% 10%
		}
		
			#sidebar .rssfeed li {
				margin-right: 60px;
			}

		#sidebar .news {
			background-image: url(images/smashy-the-alien-icon-set/news/news-64.png);		
			background-repeat: no-repeat;
			background-position: 90% 10%
		}
		
			#sidebar .news li {
				margin-right: 60px;
			}
			
		#sidebar .contact {
			background-image: url(images/smashy-the-alien-icon-set/contact/contact-64.png);		
			background-repeat: no-repeat;
			background-position: 90% 10%
		}
		
			#sidebar .contact p {
				margin-right: 60px;
			}
		

		#sidebar .blog {
			background-image: url(images/smashy-the-alien-icon-set/blog/blog-64.png);		
			background-repeat: no-repeat;
			background-position: 90% 10%
		}


		#sidebar .bookmarks {
			background-image: url(images/smashy-the-alien-icon-set/home/home-64.png);		
			background-repeat: no-repeat;
			background-position: 90% 10%
		}


		#sidebar .search {
			background-image: url(images/smashy-the-alien-icon-set/search/search-64.png);		
			background-repeat: no-repeat;
			background-position: 90% 10%
		}



		#sidebar .search input {
			width: 130px;
			border: solid 1px #348280;
		}

		
		
		#sidebar .search  #searchsubmit {
			clear:right;
			width: 100px;
			margin-top: 5px;
		}
		

		

/* footer */

#footer {
	border-top: solid 10px #348280;
	border-bottom: solid 10px #348280;
	font-size: 10px;
	background: #EBF7F5;
}


/* widget */

	#sidebar li.widget {
		padding: 10px 10px 10px 10px;
		margin: 10px 0px 10px 0px;
		border-top: solid 1px #B9E4DA;
		width: 40%;
		margin-left: 10px;
		float: left;
		list-style: none;
	}
	
		#sidebar li.widget h2 {
			font-weight: normal;
			text-transform: uppercase;	
			font-size: 12px;		
		}

		#sidebar li.widget a {
			text-decoration: none;
			color: #348280;
			border-bottom: dotted 1px #348280;
			text-size: 10px;
		}
			#sidebar li.widget a:hover {
				color: #000000;
				border-bottom: dotted 1px #000000;
			}
			
			#sidebar li.widget ul {
				margin: 0px;
				padding: 0px;
				list-style: none;
			}
			
			#sidebar li.widget li {
				margin-bottom: 5px;
			}
			




/* general */

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.paddingright {
	padding-right: 10px;
}

.padding {
	padding: 10px;
}
.half {
	width: 50%;
}

.float {
	float: left;
}

.alignnone {
	clear:both;
	margin: 5px auto 5px auto;
}

.alignright {
	clear:right;
	float: right;
	margin: 0px 0px 5px 5px;
}

.alignleft {
	clear:left;
	float: left;
	margin: 0px 5px 5px 0px;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}