/*
Theme Name: MWynne
Theme URI: http://wordpress.org/
Description: Custom theme for MWynne.com
Version: 1.0
Author: Matthew Wynne

MWynne Theme by Matthew Wynne || http://mwynne.com
*/



/* GENERAL SETTINGS */

.body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
}

#container {
	margin:0 auto;
	padding:0;
	width:1000px;
	text-align:left;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

a {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#666666;
}

ul li {
	list-style-type:none;
}


/* END GENERAL SETTINGS */



/* HEADER */

#header {
	margin:0;
	padding:0;
}

/* END HEADER SETTINGS */



/* FLASHR */

#flashr {
	margin:0;
	padding:15px 0 0 0;
	width:145px;
	height:299px;
	float:right;
}

#search {
	margin:0 0 40px 0;
}

#flashr #search input {
	float:right;
}

/* END FLASHR SETTINGS */



/* FLASH-OBJECT */

#flash-object {
	margin:0;
	padding:0;
	width:853px;
	height:300px;
	float:left;
}

#html {
	margin:0;
	padding:10px 0 0 5px;
	background-image:url(header/html/12.jpg);
	background-repeat:no-repeat;
	border:1px solid #000000;
	width:842px;
	height:288px;
}

#html a {
	color:#FF0000;
	text-decoration:none;
}

#html a:hover {
	color:#FF6600;
}
	

/* END FLASH-OBJECT SETTINGS */





/* MENUBAR */

#menubar {
	margin:0;
	padding:0;
	height:20px;
	width:855px;
	float:left;
}

p.alignright {
	margin:0;
	letter-spacing:15px;
}

p.alignright img {
	border:none;
}

a.social img {
	border:none;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

a.social:hover img {
	border:none;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* END MENUBAR SETTINGS */




/* MAINCONTENT */

#maincontent {
	margin:0;
	padding:0;
	width:1000px;
	float:left;
}

/* END MAINCONTENT */



/* MAINCONTENT-SEARCH */

#maincontent-search {
	margin:0;
	padding:75px 0 0 0;
	width:1000px;
	text-align:center;
	float:left;
}

/* END MAINCONTENT-SEARCH */



/* POST-HEADING */

#post-heading {
	margin:75px 0 0 0;
	padding:0 0 0 10px;
	width:1000px;
	height:35px;
}

/* END POST-HEADING */



/* POST-HEADING-SEARCH */

#post-heading-search {
	margin:0;
	padding:0;
	width:1000px;
	height:35px;
}

/* END POST-HEADING-SEARCH */



/* POST-CONTENT */

#post-content {
	margin:0;
	padding:0 0 0 17px;
}

#post-content p {
	text-indent:8px;
}

#post-content td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
}

#post-content a img {
	border:2px solid #000000;
}

#post-content a:hover img {
	border:2px solid #FF0000;
}

a.more-link {
	color:#000000;
	font-size:14px;
	font-style:italic;
	float:right;
}

a.more-link:hover {
	color:#FF0000;
}

/* END POST-CONTENT */



/* NEXT-LAST */

#next-last {
	margin:75px 0 0 0;
	padding:0;
}

/* END NEXT-LAST */



/* FOOTER */

#footer {
	margin:0;
	padding:0 300px 0 300px;
	text-align:center;
}

/* END FOOTER */



/******************************            DO NOT CHANGE ANYTHING BELOW THIS LINE                  *******************************************/

.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}