<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name = "viewport" content="width = 500"/>
<title> </title>


<style>


.notice, .error {

	background-color:#cc9;
	border:1px solid #993;
	font-size:12pt;
	text-align:center;
	padding:1ex;

}

.notice h1, .error h1 {

	font-size:18pt;
	padding:2px;
	margin:0px;

}


#matchingFocus {

	/*width:50%;
	min-width:500px !important;*/
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:1%;
	margin-bottom:0;

}

#matchingOptions {

	/*width:50%;
	min-width:500px !important;*/
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#000;
	text-align:center;
	
	clear:both;
	
}

#matchingOptions li {
	
	padding:0;
	margin:0;
	width:50%;
	float:left;
	list-style-type:none;
	text-align:center;
	display:block;
	

}

#matchingOptions li a {

	background-color:#eee;
	border:1px solid #ccc;
	width:94%;
	display:block;
	padding:2%;
	margin:1%;
	height:40px;
	padding-top:auto;
	padding-bottom:auto;

}


#matchingOptions li a:hover {

	background-color:#ffc;

}

#matchingOptions a.correct, #matchingOptions a:hover.correct {

	background-color:#cfc;

}

#matchingOptions a.incorrect, #matchingOptions a:hover.incorrect {

	background-color:#fcc;

}

#feedback {

	clear:both;
	font-size:20pt;
	text-align:center;
	
	/*width:50%;
	min-width:500px !important;*/
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding-top:1ex;

}

#logoBar{

	/*width:50%;
	min-width:500px !important;*/
	margin-left:auto;
	margin-right:auto;
	height:62px;
	background-image: url(http://darius.rogueleaf.com/library/themes/darius/images/small_logo.png);
	background-repeat:no-repeat;
	text-align:right;
	font-size:30px;

}

#content {

	width:60%;
	min-width:480px !important;
	margin-left:auto;
	margin-right:auto;

}

#matchingOptions img {

	border:0px;
	vertical-align:middle;

}

#matchingFocus img {

	border:0px;
	margin:1%;

}

#idInfo {

	clear:both;
	font-size:10px;
	color:#ccc;
	text-align:center;
	
}

body {

	background-image: url(http://darius.rogueleaf.com/library/themes/darius/images/background2.png);
	background-repeat: repeat-y;
	background-position:left top;

}

.courseListings {

	

}

#interface {

	padding:0px;
	margin:0px;
	border-top:1px solid #CCC;
	font-family:Arial;
	font-size:10pt;

}

#interface li {
	
	list-style-type:none;
	text-align:center;
	display:block;
	float:left;
	

}

#interface li:hover {

	background-color:#cc9;

}

#interface li a {
	
	padding:1em;
	margin:0;
	text-decoration:none;
	color:#000;
	display:block;

}

#interface li.floatRight {

	float:right;

}

#bodyContainer {

	clear:both;
	padding-top:1ex;
	border-top:1px solid #CCC;
	padding-bottom:2em;

}

a {

	color:#663;

}

table {
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	/*width:100%;*/
	border-collapse:collapse;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
}
table td, table th  {
	font-size:1em;
	border:1px solid #333;
	padding:3px 7px 2px 7px;
}
table th {
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#cc9;
	color:#000;
	text-align:left;
}

table td.grayed {
	color:#ccc;
	font-style: italic;
}

ul {

	margin-bottom:1em;
	margin-top: 1em;

}

ul ul {

	margin-bottom:1em;
	margin-top:0px;

}

/*Assignments*/
.assignmentForm {
	display:block;
	padding:1em;
}

.assignmentTitle {
	font-style: italic;
	font-size:12pt;
	text-align:left;
}

.assignmentForm textarea {
	width:100%;
	height:40ex;
	border:1px solid #000;
	clear:both;
}

.assignmentDisplay {

	width:100%;
	padding:2em;
	border:1px solid #000;
	clear:both;
	font: 10pt Arial;
	background:#fff;
	
}

.assignmentButtons {
	margin-top:1ex;
	text-align:right;
}

.assignmentRevisions {

	font-size:10pt;

}

.classInfoBody {

	font-size:12pt;
	border:1px solid #aaa;
	margin:1em;
	padding:1em;
	background:#fff;

}

.classTitle {
	
	font-size:16pt;
	font-weight:bold;
	
}

.classStatus {

	float:right;
	font:14pt "Arial";
	font-weight:bold;

}

</style>

<style>
/* Quiz stylesheet */

.question {

	border: 1px solid #ccc;
	margin:2em;
	padding:2em;
	font: 14pt "Times New Roman";
	background:#fff;

}

.question ul {

	list-style:none;

}

.questionText {
	
	font: 14pt "Times New Roman";
	font-weight:bold;
	
}

.questionWrong {

	color:#C00;
	font-weight:bold;
	text-decoration:line-through;

}
.questionWrong:after {
	
	color:#C00;
	font-weight:bold;
	content:" ✘";
	text-decoration:none;
	
}

.questionCorrect {

	font-weight:bold;
	text-decoration:underline;

}

.questionCorrect:after {
	
	color:#000;
	font-weight:bold;
	content:" ✔";
	
}

.questionCorrectAlso {

	font-weight:bold;
	text-decoration:underline;
	color:#000;

}

.questionCorrectAlso:after {
	
	color:#000;
	font-weight:bold;
	content:" ☜";
	
}

.questionOther {

	color:#CCC;

}

.questionTrueFalse {
}

.questionMultiple {
}

.questionShort {
	margin:1em;
}

.questionEssay textarea, .questionTextArea {
	width:80%;
	margin:2em;
	padding:1ex;
	border:1px solid #000;
}
.questionEssay textarea {
	height:33%;
}

.questionMatching table {
	margin:1em;
	margin-left:1em;
}

.questionPoints {
	float:right;
	font:12pt "Arial";
	font-weight:bold;
	font-decoration:underline;
}

.questionTotals {

	font:24pt "Times New Roman";
	font-weight:bold;
	text-align:center;

}

.quizBegin {

	border:1px solid #aaa;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding:1ex;
	text-align:center;
	font-size:18pt;
	font-weight:bold;
	background:#fff;

}

.quizContainer {
}

</style>

<script type="text/javascript" src="http://darius.rogueleaf.com/library/themes/darius/scripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "wordcount",
	editor_selector : "mceEditor",
	editor_deselector : "mceNoEditor",
	theme_advanced_toolbar_location : "top",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_buttons1 : "forecolor,formatselect,fontselect,fontsizeselect,bold,italic,underline,|,sub,sup,|,justifyleft,justifycenter,justifyright,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,code,removeformat",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : ""
});
</script>


<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-665364-12']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>

<body>

<div id="content">

<div id="logoBar"><br/><small><em></em></small></div>

<ul id="interface">
	<li><a href="/">Home</a></li>
	<li><a href="/tools">Tools</a></li>
	<li><a href="/courses">Courses</a></li>
	<li><a href="/books">Books</a></li>
		<li class="floatRight"><a href="/account">Log In</a></li>
		</ul>

<div id="bodyContainer">


<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GAL010</title>
	<atom:link href="http://darius.rogueleaf.com/courses/GAL010/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://darius.rogueleaf.com/courses/GAL010</link>
	<description>Everyday Galilean Aramaic</description>
	<lastBuildDate>Sat, 11 Feb 2012 15:49:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Here and There</title>
		<link>http://darius.rogueleaf.com/courses/GAL010/?p=556</link>
		<comments>http://darius.rogueleaf.com/courses/GAL010/?p=556#comments</comments>
		<pubDate>Sun, 08 Jan 2012 20:10:20 +0000</pubDate>
		<dc:creator>SteveCaruso</dc:creator>
				<category><![CDATA[Adverbs]]></category>
		<category><![CDATA[Grammar]]></category>

		<guid isPermaLink="false">http://darius.rogueleaf.com/courses/GAL010/?p=556</guid>
		<description><![CDATA[<img class="aramaicText" title="hakAh" src="http://aramaicdesigns.rogueleaf.com/fontscript/fontscript.php?text=hakAh&script=Herodian_4&size=40"/> <img class="aramaicText" title="tamAn" src="http://aramaicdesigns.rogueleaf.com/fontscript/fontscript.php?text=tamAn&script=Herodian_4&size=40"/> Expressing things that are close, and things that are far. In English conversation, discussing objects in relation to yourself is quite common. Needless to say this is also the case in Galilean Aramaic using the words &#8230; <a href="http://darius.rogueleaf.com/courses/GAL010/?p=556">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://darius.rogueleaf.com/courses/GAL010/?feed=rss2&#038;p=556</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

</div>

<div id="idInfo">DARIUS and Aramaic Designs services &copy; 2010 RogueLeaf</div>

</div>

</body>

</html>
