/*
Theme Name: IWM
Theme URI: http://Instant-Webmaster.com/wp/wp-content/themes/royal-orchid
Description: A theme by MJR 
Version: 1.0
Author: MJR
Author URI: http://Michael-Robinson.com
*/



/* General */

body {
	margin: 0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#04070d url(http://wpnetdna.mugnai.netdna-cdn.com/wp-content/themes/theme-final/images/bg-body.jpg) no-repeat;

}

h1, h2, h3, h4 {
	margin: 0;
	line-height:1em;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

#rotator
{
	width: 1004px;
    background: url("images/random-images/rotate.php") no-repeat center top;
}



#page-bottom {
	width: 1004px;
	min-height: 590px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 1004px;
	height: 395px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 30px;
		left: 252px;
		width: 500px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #06060b;
		font: normal 44px Arial, Verdana;
		padding-bottom: 1px;
	}
	
	#header #header-info h1 a {
		color: #06060b;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #0a0c16;
		font: normal 14px Arial, Verdana;
	}
	
	/* Header - Menu */
	
<!--  This section is commented out because I am using pixopoint menu plugin instead.



	#header #header-menu {
		position: absolute;
		top: 345px;
		left: 30px;
		width: 950px;
		height: 34px;
	}

	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 950px;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 34px;
		font: bold 12px/34px Arial, Verdana;
		color: #fefefe;
		margin-right: 15px;
	}
	
	#header #header-menu ul li a {
		color: #fefefe;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
-->

	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 433px;
		left: 753px;
		width: 211px;
		height: 50px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 211px;
		height: 50px;
	}
	
	#header #header-search #s {
		width: 210px;
		height: 15px;
		border: 0;
		padding: 18px 0 17px 0;
		font: bold 12px Arial, Verdana;
		color: #ffffff;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 50px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 401px;
		left: 645px;
		width: 101px;
		height: 110px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 610px;
		padding: 0 15px 0 19px;
	}

	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 10px;
		width: 610px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 593px;
			height: 68px;
			padding: 5px 3px 1px 14px;
			background: url("images/post_title.gif") no-repeat;
			color: #ffffff;
			font: normal 12px Arial, Verdana;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: normal 24px Arial, Verdana;
			padding: 11px 0 4px 0;
		}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			height: 20px;
			line-height: 20px;
		}
		
			#content .post .post-title .post-title-info .post-title-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
			}
		


		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/20px Arial, Verdana;
			color: #aeb9cb;
			width: 600px;
			padding: 0 5px;
		}
		
		#content .post .post-entry a {
			color: #FFCC00;
			text-decoration: none;
			font-weight: bold;
		}

	
		#content .post .post-entry a:hover {
			text-decoration: underline;
            font-size: 150%;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #151925;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #ffffff;
			font: normal 18px Arial, Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 13px/20px Arial, Verdana;
			color: #aeb9cb;
			width: 600px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #151925;
		}
		
		#content .post .comments ol li cite {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 13px/20px Arial, Verdana;
			color: #aeb9cb;
			width: 575px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 13px Arial, Verdana;
		color: #ffffff;
		padding: 0 5px;
		float: left;
		width: 600px;
	}
	
	#content .navigation a {
		color: #ffffff;
		text-decoration: none;
		margin-bottom: 10px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 338px;
		font: normal 12px/18px Arial, Verdana;
		color: #aeb9cb;
		margin-top: 120px;
		margin-bottom: 10px;
	}
	
	#sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	

	#sidebar #sidebar-fullsize {
		float: left;
		width: 330px;
	}


	#sidebar #sidebar-left {
		float: left;
		width: 165px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 165px;
	}
	
	/* Main - Sidebar - Boxes */
	

	#sidebar .sidebar-box-fullsize {
		width: 330px;
		margin-bottom: 10px;
	}

	#sidebar .sidebar-box {
		width: 165px;
		margin-bottom: 10px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 155px;
			height: 30px;
			padding: 6px 5px;
			font: bold 14px/30px Arial, Verdana;
			color: #ffffff;
			margin-bottom: 6px;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		

		#sidebar h4 {
			width: 330px;
			height: 30px;
			padding: 6px 5px;
			font: bold 14px/30px Arial, Verdana;
			color: #ffffff;
			margin-bottom: 6px;
			background: url("images/sidebar_title2.gif") no-repeat;
		}



		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 3px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #aeb9cb;
			font: normal 12px/24px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #aeb9cb;
			text-decoration: none;
			background: #1b2030;
			padding-left: 5px;
			display: block;
			margin-bottom: 2px;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 0 3px;
			text-align: center;
		}
		
		#sidebar #searchform div {
			padding: 15px 0;
			background: #1b2030;
		}
		
		#sidebar #searchform #s {
			width: 129px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 159px;
			background: #1b2030;
			padding-top: 3px;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 135px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			background: #131d01;
			padding: 1px 3px 0 3px;
			margin: 0 auto;
			width: 153px;
			background: #1b2030;
		}


/* Footer */

#footer {
	width: 950px;
	height: 60px;
	padding: 0 27px;
	color: #aeb9cb;
	font: normal 16px/60px Arial, Verdana;
	text-align: center;
}

#footer-2 {
	text-align: center;
	width: 950px;
	height: 60px;
	padding: 0 27px;
	margin: 0 auto;
	color: gray;
	font: normal 14px/60px Arial, Verdana;

}

#footer a {
	color: #aeb9cb;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-2 a {
	color: gray;
	text-decoration: underline;
}

#footer-2 a:hover {
	text-decoration: underline;
}


	/* No Sidebar - Content */
	
	#nosidebar {
		float: left;
		width: 948px;
		padding: 0 15px 0 20px;
	}

	/* No Sidebar - Content - Post */
	
	#nosidebar .post {
		float: left;
		margin-bottom: 10px;
		width: 948px;
	}

		/* No Sidebar - Post - Title */
		
		#nosidebar .post .post-title {
			width: 593px;
			height: 68px;
			padding: 5px 3px 1px 14px;
			background: url("images/post_title.gif") no-repeat;
			color: #ffffff;
			font: normal 12px Arial, Verdana;
		}
		
		#nosidebar .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#nosidebar .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#nosidebar .post .post-title h2 {
			color: #ffffff;
			font: normal 24px Arial, Verdana;
			padding: 11px 0 4px 0;
		}
		
		#nosidebar .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#nosidebar .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#nosidebar .post .post-title .post-title-info {
			height: 20px;
			line-height: 20px;
		}
		
			#nosidebar .post .post-title .post-title-info .post-title-date {
				float: left;
				background: url("images/icon_date.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#nosidebar .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#nosidebar .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 15px 0 20px;
			}
			
			#nosidebar .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
			}

		
		/* Post - Entry */
		
		#nosidebar .post .post-entry {
			font: normal 14px/20px Arial, Verdana;
			color: #aeb9cb;
			width: 948px;
			padding: 0 5px;
		}
		
		#nosidebar .post .post-entry a {
			color: #6699cc;
			text-decoration: none;
			font-weight: bold;
		}
		
		#nosidebar .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#nosidebar .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#nosidebar .post .post-entry blockquote {
			border-left: 10px solid #151925;
			margin: 0px 30px;
			padding-left: 15px;
		}
		


/* container setup */

/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: francky for twilighted.com (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../../../../images/bg_frame/twilighted-corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 0; /* YCC: color & properties of the left-borderline */
	border-right: 0;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px;} /* DNC: to avoid splitting of the box */


/* //container setup */



.txtbg {
background-image:url(../../../../images/bg_frame/twilighted-corners1280x18.gif);
background-position:-26px 39px;
border-color:#FFEBA9 #CEC782 #CEC782 #FFEBA9;
border-style:solid;
border-width:1px 2px 2px 1px;
left:14%;
padding:0.3em;
position:relative;
width:70%;
}

h101{
  color:#336699;
  font-weight:bold
}
h101 a{
  color:#336699;
  font-weight:bold
}

.myBox {
    margin: 0 auto;
    border: 0px solid #fff;
    color: #336699;
    width: 93%;
    padding: 20px;
    text-align: left;
    background-color: #fff;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;

    border-left: 0px solid #fff;
    border-right: 0px solid #fff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}